/*
Theme Name: Seigospace
Theme URI: http://www.seigospace.com
Author: Shaantanu Hans
Author URI: http://www.seigospace.com
Description: Seigospace Custom Theme
Version: 1.0
*/

html {
	margin: 0px;
}

body {
    background: #000000;
	font-family: 'Roboto', sans-serif !important;
    font-style: normal;
  	font-weight: 300;
  	min-height: 100vh !important;
}

.uk-container {
	max-width: 1400px;
}

.uk-container, .uk-grid, .uk-grid.uk-grid-small {
	padding: 0px;
}

.uk-grid, .uk-grid-small, .uk-grid.uk-grid-small, .uk-grid.uk-grid-small+.uk-grid-small {
	margin: 0px;
}

.uk-grid.uk-grid-small>* {
	padding: 0px;
}

.alignright {
	float: right;
}

.remove-tb-margins {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.content-container {
	background-color: #FFFFFF;
}

.logo-container {
	padding: 0px 10px 0px 10px !important;
	margin-top: 0px;
}

.navlogo-container {
	padding: 25px 25px 25px 25px !important;
	margin-top: 0px;
}

.pagelogo-container {
	padding: 20px 30px 20px 30px !important;
	margin-top: 0px;
}

.uk-nav-offcanvas .uk-nav-divider {
	border-top: 1px solid #999999 !important;
}

.uk-nav-header {
    font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px !important;
    text-transform: none !important;
    color: #FFFFFF !important;
}

.nav-modal-list li>a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #296B8E !important;
    text-decoration: none;
}

.nav-modal-list li>a:hover {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #920C01 !important;
    text-decoration: none;
}

.nav-modal-h1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #296B8E !important;
}

.nav-modal-h3 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #666666 !important;
}

.menu .uk-subnav li>a {
    font-size: 14px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.9);
    padding: 5px 12px;
    border-radius: 5px;
    /*text-shadow: 0.5px 0.1px 2px rgba(0,0,0,0.5);*/
    text-decoration: none;
}

.menu .uk-subnav li>a:hover {
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 12px;
    border-radius: 5px;
    text-decoration: none;
}

.menu .uk-subnav {
	margin-top: 0px !important;
}

.submenu .uk-nav li>a {
	font-size: 14px;
    color: #FFFFFF;
    background-color: transparent;
    padding: 5px 12px;
    border-radius: 0px;
    text-decoration: none;
}

.submenu .uk-nav li>a:hover {
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 12px;
    border-radius: 0px;
    text-decoration: none;
}

.submenu {
	background-color: rgba(0,0,0,0.9);
	border-radius: 5px;
}

/*.banner-container h1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
}*/

.tagline-container {
	padding: 35px 30px 0px 30px !important;
}

.tagline-container h1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #296B8E
}

.tagline-container h3 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	color: #296B8E
}

/*.nav-container {
	background-color: #296B8E;
	padding: 10px 20px !important;
}

.nav-container .uk-navbar {
	color: #FFFFFF !important;
	background: #296B8E !important;
}

.nav-container .uk-navbar-nav>li>a {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF !important;
	font-size: 18px !important;
	line-height: 40px !important;
}

.nav-container .uk-navbar-nav>li>a:hover {
	background: #920C01 !important;
}

.nav-container .nav-dropdown>a {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF !important;
	font-size: 18px !important;
	line-height: 40px !important;
	display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
}

.nav-container .nav-dropdown>a:hover {
	background: #920C01 !important;
	text-decoration: none;
	display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
}

.uk-dropdown {
	width: 250px !important;
	background-color: #920C01;
	border-radius: 0px;
	margin-top: 0px;
}

.dropdown-width-2 {
	width: 500px !important;
}

.nav-dropdown.uk-open > a, 
.uk-parent.uk-open > a {
	background-color: #920C01 !important;
}

.nav-dropdown .uk-nav-dropdown>li>a {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.nav-dropdown .uk-nav-dropdown>li>a:hover {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF !important;
	background-color: #296B8E !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.white {
	color: #FFFFFF;
}

.uk-navbar-toggle:hover {
	color: #920C01;
}*/

/*.nav-pill>.uk-active>* {
	background-color: #FFE26D;
	border-radius: 5px;
	color: #000000;
}

.nav-pill>*>* {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding: 6px 10px !important;
}

.nav-pill>*>*:hover {
	background-color: #555555;
	border-radius: 5px;
	color: #FFE26D;
}*/

/*.banner-container {
	border-top: 3px solid #920C01;
}*/

/*.custom-alert {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	padding: 18px 25px;
	color: #000000;
	background-color: #FFE26D;
	margin-bottom: 25px !important;
	text-align: center;
}*/

.intro-container {
	padding: 35px 150px !important;
	text-align: center;
}

.intro-container h1 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #296B8E;
	text-align: center;
}

/*.intro-container h3 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 5px;
}

.intro-container h4 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #777777;
}

.intro-container h5 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #777777;
	margin-top: 10px;
}*/

.uk-dotnav {
	margin-top: 3px !important;
}

.uk-dotnav>*>* {
	width: 10px;
	height: 10px;
}

.home-panel {
	background-color: #FFFFFF;
}

.home-panel h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 24px !important;
	line-height: 30px !important;
}

.home-panel h3 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 30px !important;
	line-height: 36px !important;
}

/*.vices-panel {
	background-color: #FFE26D;
	padding: 30px 35px; 
}

.vices-panel li {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px !important;
	line-height: 32px !important;
	text-align: center;
}*/

.back-to-top {
	margin-top: 30px !important;
	padding-right: 35px !important;
}

.footer-container {
	background-color: #296B8E;
	padding: 20px 25px !important;
	margin-top: 20px !important;
}

.footer-container p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 12px !important;
	line-height: 16px !important;
	margin-bottom: 0px;
	text-align: center;
}

.credits {
    text-align: center;
	margin-top: 10px !important;
    margin-bottom: 20px;
}

.page-content-padding {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.page-content-padding-right {
	padding-right: 35px !important;
}

.page-content h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #920C01;
	margin-bottom: 0px;
	font-size: 28px !important;
	line-height: 30px !important;
}

.page-content h2 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #920C01;
	margin-bottom: 0px;
	font-size: 24px !important;
	line-height: 28px !important;
}

.page-content h3 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	color: #920C01;
	margin-bottom: 15px;
	font-size: 20px !important;
	line-height: 24px !important;
	border-bottom: 1px dotted #333333;
	padding: 0px 0px 10px 0px;
}

.page-content h4 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	color: #333333;
	margin-bottom: 0px !important;
	/*margin-top: 25px !important;*/
	font-size: 18px !important;
	line-height: 22px !important;
	border-bottom: 1px dotted #333333;
	padding: 0px 0px 10px 0px;
}

.page-content h5 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 400 !important;
	color: #000000;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 22px !important;
}

.page-content h6 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 400 !important;
	color: #333333;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 22px !important;
	margin-top: 30px;
}

.page-content p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 21px;
}

.page-content li {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	color: #333333;
	margin-bottom: 0px;
	font-size: 15px !important;
	line-height: 21px !important;
}

.page-content ul, .page-content ol {
	padding-left: 40px;
}

.page-content table tr td {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	color: #333333;
	margin-bottom: 0px;
	font-size: 15px !important;
	line-height: 21px !important;
}

.uk-table thead th {
	vertical-align: middle;
}

.uk-table thead tr {
	background-color: #ECF1F8;
}

.uk-table th {
	color: #296B8E;
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}

.uk-table tbody tr {
	border-bottom: 1px solid #ECF1F8;
}

.page-content table tr td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/*.page-header {
	background-color: #FFE26D;
	padding: 50px 35px !important;
}*/

.page-header {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #296B8E;
	margin-bottom: 0px;
	font-size: 32px !important;
	line-height: 36px !important;
	/*text-align: center;*/
}

.page-header:after {
    margin: 15px 0px;
    content: "";
    width: 90px;
    height: 3px;
    display: block;
    background-color: #920C01;
}

.page-header .uk-subnav > li {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #296B8E;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 24px !important;
	/*padding-top: 8px !important;*/
}

.page-subheader {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 20px !important;
	font-size: 20px !important;
	line-height: 26px !important;
}

.pills-container {
	background-color: #ECF1F8;
	padding-top: 30px !important; 
	padding-bottom: 30px !important;
}

.filter-pills > li > a {
	background-color: #FFFFFF;
	padding: 6px 15px;
	border-radius: 36px;
	color: #296B8E;
}

.filter-pills > li > a:hover {
	background-color: #296B8E;
	color: #FFFFFF;
}

.uk-subnav-pill>.uk-active>* {
	background: #920C01;
	color: #FFFFFF;
}

.application-pills {
	margin-left: 0px;
}

.application-pills > li {
	background-color: #ECF1F8;
	padding: 6px 15px;
	border-radius: 36px;
	color: #296B8E;
	border-color: 1px solid #296B8E !important;
	margin-right: 10px;
}

.application-pills>.uk-active {
	background: #296B8E;
	color: #FFFFFF;
}

/*.page-header p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 20px !important;
	text-align: center;
	margin-top: 5px;
}*/

/*.page-header-products {
	background-color: #FFE26D;
	padding: 0px 35px !important;
}

.page-header-products h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	margin-bottom: 0px;
	font-size: 32px !important;
	line-height: 136px !important;
	text-align: center !important;
}

.page-header-products p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 20px !important;
	text-align: center !important;
	margin-top: 5px;
}*/

.category-thumbnails {
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
	padding: 15px;
	margin-bottom: 35px;
}

.category-thumbnails:hover {
	border: 1px solid #296B8E;
}

.category-thumbnails img {
	padding: 15px 15px 10px 15px;
}

.thumbnail-code {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #920C01 !important;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 20px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

.thumbnail-text {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #296B8E !important;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 16px;
	line-height: 22px;
	padding-left: 15px;
	padding-right: 15px;
}

.thumbnail-subtext {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #666666 !important;
	margin-bottom: 0px;
	margin-top: 3px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.thumbnail-linktext {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #666666 !important;
	margin-bottom: 0px;
	margin-top: 6px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.selected-product {
	border: 1px solid #920C01;
}

.selected-product:hover {
	border: 1px solid #296B8E;
}

.mobile-top-margin {
	margin-top: 0px !important;
}

.product-details .section-header {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 20px !important;
	background-color: #ECF1F8;
	color: #296B8E;
	border-bottom: none;
	padding: 8px 18px;
	/*margin-left: -18px;*/
	/*border-radius: 36px;*/
}

.product-details .section-header-full {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 20px !important;
	/*background-color: #ECF1F8;*/
	color: #296B8E;
	border-bottom: none;
	/*padding: 8px 18px;*/
	/*border-radius: 36px;*/
}

.product-details p {
	padding-left: 18px !important;
}

.mobile-top-margin {
	margin-top: 0px;
}

.mobile-top-margin-home {
	margin-top: 0px;
}

/*.mobile-top-margin-spares {
		margin-top: 0px !important;
	}


.medium-top-margin-home {
	margin-top: 0px;
}

.view-button {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B0B0B4;
}

.download-button {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B0B0B4;
}

.whatsapp-button {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B0B0B4;
}

.query-button {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B0B0B4;
}*/

.offcanvas-nav {
	background-color: #296B8E !important;
	padding-left: 10px !important;
	padding-top: 25px;
}

.offcanvas-nav-list > li > a  {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 10px 15px !important;
}

.offcanvas-nav-list > li > a:hover  {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	background: #920C01 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.other-products {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	color: #000000;
	margin-bottom: 0px !important;
	/*margin-top: 25px !important;*/
	font-size: 24px !important;
	line-height: 30px !important;
	border-bottom: 1px dotted #000000;
	padding: 0px 0px 10px 0px;
}

.sant-button {
	background-color: #296B8E;
	padding: 6px 20px;
	border-radius: 36px;
	color: #FFFFFF;
}

.sant-button:hover {
	background-color: #920C01;
	color: #FFFFFF;
}

.sales-team-thumbnail {
	background-color: #E9E9E9;
	border-radius: 10px;
	margin-bottom: 20px !important;
}

.sales-team-thumbnail h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 20px !important;
	line-height: 24px !important;
}

.sales-team-thumbnail h3 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #920C01;
	margin-top: 10px !important;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 24px !important;
}

.sales-team-thumbnail p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 15px !important;
	line-height: 21px !important;
}

.whatsapp {
	bottom: 15px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    width: 64px;
    z-index: 2147483600;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}

@media (max-width: 1219px)
{
	.medium-top-margin-home {
		margin-top: 50px;
	}
}

@media (max-width: 767px)
{
	/* mobile-top-margin-home Used for Product Description Header on Mobile */
	.mobile-top-margin-home {
		margin-top: 25px;
	}

	.mobile-top-margin {
		margin-top: 20px !important;
	}

	/*.mobile-top-margin-spares {
		margin-top: 30px !important;
	}

	.intro-container h3 {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 28px;
		line-height: 32px;
		color: #000000;
		margin-bottom: 5px;
	}

	.intro-container h5 {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
		color: #777777;
		margin-top: 5px;
	}*/

	.tagline-container h1 {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 36px;
		color: #296B8E
	}

	.tagline-container h3 {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		line-height: 30px;
		color: #296B8E
	}

	.intro-container {
		padding: 35px 35px !important;
		text-align: center;
	}

	.intro-container h1 {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		color: #296B8E;
		text-align: center;
	}

	.category-thumbnails {
		background-color: #FFFFFF;
		border: 1px solid #E9E9E9;
		padding: 10px;
		margin-bottom: 25px;
	}
}

/* RESPONSIVE TABLES */
@media only screen and (max-width: 767px)
{   
    /* Force table to not be like tables anymore */
    .resp-table table, 
    .resp-table thead, 
    .resp-table tbody, 
    .resp-table th, 
    .resp-table td, 
    .resp-table tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .resp-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .resp-table tr { 
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin-bottom: 10px;
	}
 
    .resp-table td { 
        border: none;
        border-bottom: 1px dashed #ddd; 
        position: relative;
        padding-left: 40%; 
        white-space: normal;
		text-align: left;
		min-height: 22px;
	}
	
	.resp-table td:last-child {
		border-bottom: 1px solid #ccc;
	}
 
    .resp-table td:before { 
        position: absolute;
        top: 10px;
        left: 8px;
        width: 40%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
    }

    .resp-table td:before { content: attr(data-title); }
    
    .resp-table th, .resp-table td {
        /*text-align: center;*/
    }

    .resp-table th {
    	color: #296B8E !important;
    }
}

.uk-table-hover tbody tr:hover {
	background: rgba(236, 241, 248, 0.50) !important;
}