/* Initiate Foundation Equalizer */

meta.foundation-version {
    font-family: "/5.5.1/";
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

/********************************
* Custom CSS
*********************************/

/* Global Styles */

body {
	background:#fff;
	color: #7d7d7d;
  font-family: 'Cabin', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:600;
	line-height:1.2;
}

h1 { font-size:28px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }
body,
p,
ul,
label {
  font-size: 14px;
  line-height: 1.6;
}

img {
	max-width:100%;
	/*height:auto;*/
}

a {
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

hr.thick {
	border-top: 5px solid #d7d7d7;
  width: 100%;
  height: 1px;
  margin:0;
  clear:both;
}

hr.thin {
	border-top: 1px solid #d7d7d7;
  width: 100%;
  height: 1px;
  margin:0;
  clear:both;
}

.readmore {
	color: #1c60ab;
  text-decoration: underline;
  font-size: 12px;
  font-weight:600;
  cursor:pointer;
  cursor:hand;
}

.vertical-align {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.split-in-two {
	-moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-count: 2;
}

textarea {
	resize:none;
	max-width:100%;
	padding:0 5px;
}

input {
	margin-bottom:10px;
	max-width:100%;
	padding:0 5px;
	border:1px solid #bcbcbc;
}

textarea {
	border:1px solid #bcbcbc;
}

input[type="submit"] {
	display: block;
  margin: 8px 0 0 0;
  background: #7d7d7d;
  color: #fff;
  text-transform: uppercase;
  border:none;
  border-bottom: 2px solid #585858;
  text-align:center;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  font-weight:bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[type="submit"]:hover {
	background: #1c60ab;
	border-bottom: 2px solid #143a59;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	border-color:red;
}

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

.ajax-loader { display:none; }

/* Header */

.slicknav_menu {
	display:none;
}

header {
	display:block;
}

	#header-bar {
    height: 30px;
    background: url(../img/topmenubg.jpg) top left repeat;
	}

		#header-bar-menu {
			list-style:none;
			padding:0;
			margin:0;
			border-left: 1px solid #3d3d3d;
    	border-right: 1px solid #b9b8b8;
		}

			#header-bar-menu li {
				width:20%;
				height: 30px;
				border-right: 1px solid #3d3d3d;
			  border-left: 1px solid #b9b8b8;
			  margin-right: -3px;
			  display: inline-block;
			  text-transform: uppercase;
		    text-align: center;
		    font-size:10px;
			}

				#header-bar-menu li a {
					width:100%;
			    line-height: 29px;
			    display:block;
			    color: #fff;
				}

				#header-bar-menu li a:hover,
				#header-bar-menu li a:active,
				#header-bar-menu li a:focus {
					color: #929292;
   				background: url(../img/topmenuactive.jpg) top left repeat;
				}

	#header-main {
		padding:10px 0 5px 0;
	}

		#header-main #logged-in-text {
			
		}

			#header-main #logged-in-text p {
				margin:20px 0 0 0;
			}

		#header-main #translate-container {
			text-align:right;
			margin-top:19px;
		}

		#header-main #top-nav .menu {
			list-style:none;
			padding:0;
			margin:25px 0 0 0;
			text-align:right;
			font-weight:600;
		    font-size: 15px;
		    text-decoration: none;
		}

			#header-main #top-nav .menu > li {
				display:inline-block;
				position:relative;
			}

			#header-main #top-nav .menu > li:not(:last-child)::after {
				content:'|';
				position:absolute;
				right:-3px;
				top: 0;
			}

				#header-main #top-nav .menu > li > a {
			    text-decoration: none;
			    padding: 0 8px;
			    display:block;
			    color: #7d7d7d;
				}

				#header-main #top-nav .menu > li:last-child > a {
					padding-right:0;
				}

				#header-main #top-nav .menu > .current-menu-item > a,
				#header-main #top-nav .menu > li > a:hover,
				#header-main #top-nav .menu > li > a:active,
				#header-main #top-nav .menu > li > a:focus {
					color:#010101;
				}

		#header-main #fullwidth-nav .menu {
			list-style:none;
			padding:0;
			margin:5px 0 0 0;
			font-size: 14px;
			font-weight:600;
			text-transform:uppercase;
			text-align:right;
		}

			#header-main #fullwidth-nav .menu > li {
				display:inline-block;
			}

				#header-main #fullwidth-nav .menu > li > a {
					color: #1860ab;
	    			text-decoration: none;
	    			display:block;
	    			padding:0px 8px;
				}

				#header-main #fullwidth-nav .menu > li:last-child > a {
					padding-right:0;
				}

				#header-main #fullwidth-nav .menu > .current-menu-item > a,
				#header-main #fullwidth-nav .menu > .current-page-parent > a,
				#header-main #fullwidth-nav .menu > .current-page-ancestor > a,
				#header-main #fullwidth-nav .menu > li > a:hover,
				#header-main #fullwidth-nav .menu > li > a:active,
				#header-main #fullwidth-nav .menu > li > a:focus {
					color:#010101;
				}

/* Main / Aside */

#section-main {
	background:url('../img/container-bg.png') top center repeat-x;
	/*background-size:100% auto;
	-o-background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;*/
}

main a {
	color:#000;
}

main h1,
main h2,
main h3 {
	color:#000;
	font-weight:600;
}

main h4,
main h5,
main h6 {
	color: #1c60ab;
	font-weight:600;
}

main ul {
	padding-left:18px;
}

	#top-heading {
		color:#fff;
		padding:35px 35px 25px 35px;
	}

		#top-heading > :first-child {
			margin-top:0;
		}

	#section-container {
		padding:20px;
		background:#fff;
	}

		#slider-home {
			margin-bottom:15px;
		}

			#slider-home .slick-slide {
				position:relative;
			}

			#slider-home .slider-text {
				position: absolute;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    width:100%;
		    padding: 15px 18px;
		    background: rgba(27,89,157,0.8);
		    color: #fff;
		    font-size: 14px;
		    text-align: right;
		    text-transform: uppercase;
			}

			#slider-home img {
				width:100%;
			}

		#home-sidebar h3 {
			margin:5px 0 0 0;
			color:#000;
			line-height: 33px;
		}

		#home-sidebar .latest-news-title {
			font-size: 14px;
	    line-height: 18px;
	    font-weight:bold;
	    color: #1c60ab;
	    margin:10px 0 5px 0;
		}

		#home-sidebar .latest-news-excerpt {
			font-size: 12px;
	    line-height: 14px;
	    margin-bottom: 10px;
		}

		#home-sidebar ul {
			list-style:none;
			padding:0;
			margin:0;
		}

			#home-sidebar ul li a {
				font-size: 14px;
		    line-height: 18px;
		    color: #1c60ab;
		    font-weight:700;
		    border-bottom:1px solid #d7d7d7;
		    display:block;
		    padding:10px 0;
			}

.home-actionbox {
	margin:15px 0;
	display:block;
}

	.home-actionbox .actionbox-img-container {
		position:relative;
	}

		.home-actionbox .actionbox-img-container .actionbox-img {
			width:100%;
		}

		.home-actionbox .actionbox-img-container .actionbox-img-border {
			position: absolute;
	    top: 0;
	    left: 0;
	    width:100%;
	    height:100%;
	    display: block;
	    border: 3px solid #1c60ab;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;
	    webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
		}

		.home-actionbox:hover .actionbox-img-container .actionbox-img-border {
			opacity:1;
		}

		.home-actionbox .actionbox-btn {
			display: block;
	    margin: 8px auto 0;
	    background: #7d7d7d;
	    color: #fff;
	    text-transform: uppercase;
	    border-bottom: 2px solid #585858;
	    text-align:center;
	    font-size: 14px;
	    line-height: 14px;
	    padding: 10px;
	    font-weight:bold;
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
		}

			.home-actionbox .actionbox-btn .arrow {
				font-size: 24px;
		    color: #fff;
		    float: right;
		    font-weight:normal;
		    position:relative;
		    top:-2px;
			}

		.home-actionbox:hover .actionbox-btn {
			background: #1c60ab;
    	border-bottom: 2px solid #143a59;
		}

#clients-section {
	margin:15px 0;
}

	#clients-section .clients-title {
		color:#000;
		text-transform:uppercase;
		margin:10px 0 5px 0;
	}

	#clients-section #client-list {
		margin:20px 0 0px 0;
	}

		#clients-section #client-list .slick-slide {
			text-align: center;
		}

			#clients-section #client-list .slick-slide img {
				display:inline-block;
			}

	.featured-image-wrapper {
		margin-bottom:15px;
	}

		.featured-image-wrapper img {

		}

.sidebar-title {
	display: block;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align:left;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  font-weight:bold;
  background: #1c60ab;
  border-bottom: 2px solid #143a59;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sidebar-title:hover,
.sidebar-title:active,
.sidebar-title:focus {
	color:#fff;
}

aside ul {
	list-style:none;
	padding:0;
	margin:0;
}

	aside ul li {
		border-bottom: 1px solid #dbd8d1;
    font-size: 14px;
    line-height: 30px;
    padding:10px;
	}

		aside ul li a {
			color: #7d7d7d;
		}

		aside ul li a:hover,
		aside ul li a:active,
		aside ul li a:focus,
		aside ul li a.active {
			color:#1c60ab;
		}

	aside ul ul li,
#sidebar-submenu li {
		border-bottom: 1px solid #dbd8d1;
    font-size: 14px;
    line-height: 30px;
    padding:10px 10px 10px 30px;
	}

.download-cat-container {

}

	.download-list {
		list-style:none;
		padding:0;
		margin:0;
	}

		.download-list li {
			line-height:60px;
			padding-bottom:10px
		}

			.download-list li p {
    		color: #000;
    		font-weight:600;
    		margin-bottom:0;
			}

			.download-list li a {
				color: #1c60ab;
			  text-decoration: underline;
			  font-size: 12px;
			  display: inline-block;
			  line-height: 1.6;
			}

.actionbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid #7d7d7d;
  margin: 10px 0;
  padding: 20px;
}

	.actionbox .actionbox-title {
		color: #000;
    font-size: 18px;
    line-height: 19px;
    margin: 0 0 5px 0;
    font-weight:bold;
	}

#accordion .ui-accordion-header {
	font-size: 14px;
  line-height: 18px;
  color: #7c7c7c;
  font-weight:bold;
  margin: 10px 0;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  padding-left:10px;
  position:relative;
  outline:none;
}

#accordion .ui-accordion-header::before {
	position:absolute;
	left:0;
	top:-1px;
	content:'+';
	font-weight:bold;
}

#accordion .ui-accordion-header-active::before {
	content:'-';
}

#accordion .ui-accordion-header span {
	display:none;
}

#accordion .ui-accordion-header-active {
	color:#1c60ab;
}

#accordion .ui-accordion-content p {
	font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  color:#7c7c7c;
}

#accordion a {
	color: #1c60ab;
  text-decoration: underline;
  font-size: 12px;
}

.fts-tweeter-wrap .tweeter-info,
.fts-tweeter-wrap .tweeter-info a {
	font-size:12px;
	line-height:14px;
	color:#7d7d7d;
}

.tweeter-info .right {
	padding:0 0 0 55px;
}

.fts-tweeter-wrap .tweeter-info img {
	margin:0;
}

a.fts-powered-by-text {
	display:none!important;
}

.fts-twitter-div > .fts-tweeter-wrap:nth-child(5) {
	display:none;
}

#posts-page-section article {
	padding:15px 0;
}

#posts-page-section article img {
	margin-bottom:15px;
}

#posts-page-section article h2 {
	margin-top:0;
}

#posts-page-section > article:not(:last-of-type) {
	border-bottom:1px solid #d7d7d7;
}

.single-post-pagination {
	margin:15px 0;
	font-size: 12px;
  color: #1c60ab;
  line-height: 14px;
}

.single-post-pagination a {
	font-size: 12px;
  color: #1c60ab;
  line-height: 14px;
}

#single-post-pagination-right {
	text-align:right;
}

#Products td {
	width: 33%;
  font-size: 12px;
  vertical-align: top;
  border: 1px solid #dde4dd;
  padding: 3px 7px 2px 7px;
  color: #7d7d7d;
  vertical-align: middle;
}

#Products tr.alt td {
  background-color: #f2f2f2;
}

#Products td > :first-child {
	/*margin-top:10px;*/
}

#Products th {
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left:5px;
  padding-right:5px;
  height: 40px;
  background-color: #787878;
  color: #ffffff;
  vertical-align: middle;
}

.page-list-item {
	padding:10px 15px;
}

.page-list-item .additional-content {
	display:none;
}

.slider-for .slick-slide img {
	margin:auto;
}

.slider-nav .slick-slide img {
	height:35px;
	margin:auto;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
	width: 21px;
	height: 24px;
}

.slider-nav .slick-prev::before {
	width: 21px;
	height: 24px;
	background: url(../img/banner-arrows.gif) no-repeat top left;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	content: '';
	display: inline-block;
	opacity: 1;
}

.slider-nav .slick-prev:hover::before {
	background: url(../img/banner-arrows.gif) no-repeat top right;
}

.slider-nav .slick-next::before {
	width: 21px;
	height: 24px;
	background: url(../img/banner-arrows.gif) no-repeat bottom left;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	content: '';
	display: inline-block;
	opacity: 1;
}

.slider-nav .slick-next:hover::before {
	background: url(../img/banner-arrows.gif) no-repeat bottom right;
}

.standard-page-content > :first-child {
	margin-top:0;
}

#post-pagination {
	text-align:center;
}

#post-pagination .page-numbers {
	text-align:center;
	width: 54px;
  height: 54px;
  font-weight:700;
  font-size: 22px;
  line-height: 57px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right:10px;
  background: #7d7d7d;
  border-bottom: 2px solid #143a59;
  color: #fff;
}

#post-pagination .page-numbers.current,
#post-pagination .page-numbers:hover,
#post-pagination .page-numbers:active,
#post-pagination .page-numbers:focus {
	background: #1c60ab;
}

#customer-registration-form {

}

	#customer-registration-form label {
		display:inline-block;
		width:100%;
	}

	#customer-registration-form input:not([type="submit"]) {
		border: 1px solid #8e8e8e;
	    color: #7d7d7d;
	    padding: 5px;
	    border-radius: 2px;
	    margin: 0 0 15px 0;
	    min-width:250px;
	}

#loginform {

}

	#loginform label {
		display:inline-block;
		width:100%;
	}

	#loginform input:not([type="submit"]) {
		border: 1px solid #8e8e8e;
	    color: #7d7d7d;
	    padding: 5px;
	    border-radius: 2px;
	    margin: 0 0 15px 0;
	    min-width:250px;
	}

.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
	border: 1px solid #8e8e8e;
    color: #7d7d7d;
    padding: 5px;
    border-radius: 2px;
    margin: 0 0 15px 0;
    /*min-width:250px;*/
}

.wpcf7 textarea {
	width:100%;
}

/* Footer */

footer {
	background: #f2f2f2;
  border-bottom: 10px solid #1c60ab;
  padding:15px 0;
  line-height: 14px;
  font-size:12px;
}

	footer p,
	footer ul {
		line-height: 20px;
  	font-size:12px;
  	list-style:none;
  	padding:0;
  	margin:0 0 10px 0;
	}

		.footer-widget {
			margin:15px 0;
		}

			.footer-widget-title {
				text-transform: uppercase;
		    font-size:14;
		    font-weight:bold;
		    color: #7d7d7d;
		    margin-top:0;
			}



/********************************
* Breakpoints
*********************************/

/* Medium devices (tablets & small desktops, 1199px and below) */
@media (max-width: 1199px) { 

	#header-main #fullwidth-nav .menu > li > a {
		padding:0 10px;
	}

	img {
		height:auto;
	}

}

/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {

	h1 { font-size:24px; }
	h2 { font-size:18px; }
	h3 { font-size:16px; }
	h4 { font-size:14px; }
	h5 { font-size:13px; }
	h6 { font-size:13px; }
	body,
	p,
	ul,
	label {
	  font-size: 13px;
	  line-height: 1.6;
	}

	#header-main #fullwidth-nav .menu {
		font-size:12px;
	}

		#header-main #fullwidth-nav .menu > li > a {
			padding:0 5px;
		}

	#header-main #top-nav .menu {
		margin:10px 0 0 0;
	}

	.actionbox .actionbox-btn {
		font-size:11px;
	}

	.footer-widget-title {
		font-size:12px;
	}

	#header-bar-menu li {
		width:16.74%;
	}

	.fts-twitter-image, .widget .fts-twitter-image {
		display:none;
	}

	.tweeter-info .right {
		padding:0;
	}

	iframe {
		max-width:510px;
	}

}

/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {

	h1 { font-size:22px; }

	.slicknav_menu {
		display:block;
		background: #fff;
		color:#7d7d7d;
		position:relative;
	}

		.slicknav_menu .slicknav_btn {
			background:#f2f2f2;
			
		}

			.slicknav_menu .slicknav_btn .slicknav_icon-bar {
				background-color:#7d7d7d;
				-webkit-box-shadow: none;
		    -moz-box-shadow: none;
		    box-shadow: none;
			}

		.slicknav_nav a {
			color:#7d7d7d;
		}

	#header-main {
		display:none;
	}	

	#header-bar {
		height:60px;
	}

		#header-bar nav {
			padding:0;
		}

			#header-bar-menu {
				border:none;
			}

				#header-bar-menu li {
					width:33.33333%;
				}

					#header-bar-menu li a {
						border-bottom:1px solid #3d3d3d;
						font-size:10px;
					}

	#mobile-site-title {
		color:#7d7d7d;
		font-weight:bold;
		display:block;
		position:absolute;
		top:5px;
		left:5px;
	}

		#mobile-site-title img {
			height: 40px;
    	width: auto;
		}

	#alt-menu-btn {
		display:block;
		position:absolute;
		top:10px;
		left:5px;
		width:26px;
		height:26px;
		cursor:pointer;
		cursor:hand;
	}

	#alt-menu {
		font-size:14px;
		padding-left:5px;
	}

	#top-heading {
		padding:25px 15px 15px 15px;
	}

		#top-heading h1 {
			font-size:18px;
		}

	.footer-extra-padding {
		padding:0;
	}

	#default-sidebar {
		margin-top:15px;
	}

	.page-list-item * {
		height:auto!important;
	}

	.page-list-item .vertical-align {
		position: relative;
    top: 0%;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
	}

	.page-list-item .vertical-align img {
		margin-top:15px;
	}

	.gallery-container .slider-for {
		margin:10px 0;
	}

	iframe {
		max-width:none;
		width:100%;
		height:auto;
	}

	#post-pagination {
		margin:0 0 15px 0;
	}

	#post-pagination .page-numbers {
		height:25px;
		width:25px;
		line-height:25px;
		margin:0 1px;
		font-size:16px;
	}

	.split-in-two {
		-moz-column-count:1; /* Firefox */
	  column-count:1;
	  -webkit-column-count:1;
	}

	.slicknav_menu .slicknav_menutxt {
		color:#7d7d7d;
		text-shadow:none;
	}

	#Products tr td:last-child,
	#Products tr th:last-child {
		display:none;
	}

	#Products td {
		padding: 1px 3px 1px 3px;
	}

}
