/*
Theme Name: danpal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 4.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: danpal
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

danpal is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: sans-serif;
}
.content-area {
	max-width: 1024px;
	margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
searchandfilter 
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
li {
	font-size: 17px;
}
.tab-pane li {
	font-size: 15px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.single-products button {
	line-height: 1.5;
	text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-navigation {
	max-width: 1024px;
	margin: 0 auto;
}
.menu-main-container {
	float: right;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
.top-header-strip {
	height: 36px;
	background-color: #fff;
	z-index: 9999;
	position: relative;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
	background-color: #fff;
	position: relative;
	/*z-index: 9999;*/
	z-index: 10;
	
	opacity: 0.8;
}

.main-navigation {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
.nav-row {
	max-width: 1024px;
	margin: 0 auto !important;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	opacity: 1;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 41px;
	padding-bottom: 41px;
	font-size: 11px;
	color: #0D3371;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	/*font-weight: bold;*/
	text-shadow: 0 0 0.1px #0D3371;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation li.menu-item-has-children li a:hover {
	background: #e7e7e7;
	text-shadow: 0 0 0 transparent;
}
.main-navigation li li.current-menu-item > a {
	text-shadow: 0 0 0 transparent;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	text-shadow: 0 0 0.1px #000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 10px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.home .application-section .entry-content {
	margin: 0;
	width: 100%;
	border-top: 50px solid #474648;
	border-right: 40px solid #fff;
}
.application-section .entry-title {
	position: relative;
	top: -47px;
	color: #fff;
	text-align: left;
	padding-left: 8px;
	padding-top: 3px;
	font-size: 18px;
}
.application-section a:hover {
	text-decoration: none;
}
.home .entry-content:hover {
	border-top: 50px solid #f7941e;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.top-slider {
	margin-top: -106px;
	z-index: 9;
	position: relative;
}
.danpal-logo {
	margin-top: 20px;
}
article {
	max-width: 1024px;
	margin: 0 auto;
}
.application-section {
	margin-top: 30px;
	margin-bottom: 30px;
	
}
h1.entry-title {
	margin: 0;
}
/*.ofhidden {overflow: hidden;}
 
.imgZoom1:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s;
}*/
.application-section h1 {
	text-align: center;
	color: #4a4a4b;
}
.application-section h3 {
	text-align: center;
	color: #4a4a4b;
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 15px;
	margin-top: 5px;
}
.title {
  margin: 0 0 10px 0;
  font-size: 25px;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.heading-align-center
{
	line-height: 0.5;
  text-align: center;
}
.fancy span {
  /*display: inline-block;*/
  position: relative;
text-transform: uppercase;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  background: #cbcfd4;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.fancy span:before {
  right: 0.5em;
  margin-left: -100%;
}
.fancy span:after {
  left: 0.5em;
    margin-right: -100%;
}
p.about {
	font-size: 16px;
	text-align: left;
	margin-top: 60px;
}
a.learnbtn {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
	text-transform: uppercase;
}
a.learnbtn:hover {
	text-decoration: none;
	background-color: #073776;
}
.architect-section h1 {
	margin-bottom: 30px;
}
.nav-tabs {
	border-bottom-width: 0;
}

a.app-tab {
	float: left;
	list-style: none;
	/*padding: 20px 10px !important;*/
	background-color: #231f20;
	font-size: 14px;
	border-width: 0 !important;
	border-radius: 0 !important;
	width: 100% !important;
	text-align: center;
	color: #fff;
	/*min-height: 90px;*/
	margin: 0 0 21px 0 !important;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 12px 0;
}
.page-template-about-us-page a.app-tab {
	width: 96% !important;
}
.product-info-right {
	padding: 0 30px 0 0 !important;
}
a.app-tab:hover {
	text-decoration: none;
}
.page-id-10 .nav-tabs>li.active>a,
.page-id-10 .nav-tabs>li.active>a:focus,
.page-id-10 a.app-tab:hover,
.page-id-10 .active a.app-tab,
.page-id-2160 .nav-tabs>li.active>a,
.page-id-2160 .nav-tabs>li.active>a:focus,
.page-id-2160 a.app-tab:hover,
.page-id-2160 .active a.app-tab {
	text-decoration: none;
	background-color: #073776 !important;
	color: #fff !important;
	border-width: 0 !important;
	border-radius: 0 !important;
}
.nav.active {
	background-color: #073776;
}

.nav-tabs>li>a {
	margin-right: 0;
}
.tab-content {
	/*margin-top: 15px;*/
	overflow: hidden;
}
.tax-applications .tab-content p {
	font-size: 15px;
	/*height: 318px;*/
	height: auto;
	overflow: hidden;
	line-height: 26px;
	text-align: justify;
}
.tab-content p {
	font-size: 15px;
}
.product-btn {
	position: absolute;
	bottom: 0;
	width: 89%;
	background-color: #fff;
	padding-top: 16px;
}

.product-btn .pbtn {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f7941e;
	margin-bottom: 10px;
	color: #f7941e;
	font-weight: bold;
	font-size: 12px;
}
.product-btn a:hover {
	text-decoration: none;
}
.product-btn .pbtn:hover {
	background: #f7941e;
	color: #fff;
}



/* alon */
header.app-header {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
header.app-header h1 {
	text-transform: capitalize;
}

header.app-header h1 {
	color: #414042;
	font-size: 45px;
	font-weight: bold;;
}
.postid-4726 header.app-header h1
{
  font-size:40px !important;
}
header.app-header p {
	font-size: 18px;
	width: 925px;
    margin: 0 auto;
}
.page-id-18 header.app-header p {
	width: 994px;
	text-align: justify;
}


ul.nav .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
li.nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
ol.nav-tabs .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
li.nav-tabs a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	color: #f7941e;
	font-size: 27px;
	text-transform: uppercase;
}



h1.title.fancy {
	line-height: 1;
	margin-bottom: 0;
	overflow: hidden;
}
.application-section .entry-title {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	top: -42px;
}
.architect-section .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
	/*margin-bottom: 46px;*/
}
.application-section {
	padding-top: 0 !important;
}
.product-slider,
.architect-section,
.about-section {
	padding-top: 0 !important;
	padding-bottom: 80px;
}
.application-section h1.title.fancy {
	margin-top: 50px;
}
.product-slider h1.title.fancy,
.about-section h1.title.fancy,
.architect-section h1.title.fancy {
	margin-bottom: 50px;
	padding-top: 50px;
}
.taxonomy-description {
	padding-bottom: 40px;
}
.app-description-section .taxonomy-description {
	padding-bottom: 0;
}
.application-section .col-md-2 {
	padding-left: 5px;
	padding-right: 5px;
}
.application-section .col-sm-2,
.application-section .col-xs-4  {
	margin-bottom: 15px;
}
.nav-row {
	position: relative;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
	font-weight: bold;
}
.ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    left: 0;
    margin-left: -150px;
    padding-right: 150px;
}
.product-gallery {
	min-height: 400px;
}
.product-list li {
	font-size: 15px;
	line-height: 28px;
   /* list-style-image: url('../danpal/images/product_li.png'); */
	margin-bottom: 8px;
}
/*.product-list li:before {
	content: url('../danpal/images/product_li.png');
	margin-right: 10px;
}*/
.product-list ul {
	margin: 0 0 0 -8px;
}
.product-list h3 {
	margin: 0 0 15px 15px;
	text-transform: uppercase;
	font-size: 20px;
}
.slider-content h3 {
	color: #4a4a4b;
	font-weight: bold;
	font-size: 18px;
}
.slider-content h4 {
	color: #4a4a4b;
	font-size: 16px;
}
.slider-content p {
	font-size: 16px;
	text-align: justify;
}
.readmore-btn {
	background-color: #000;
	padding: 8px 16px;
	/*width: 35%;*/
	float: left;
	font-size: 14px;
}
.readmore-btn:hover {
	background-color: #0a2e73;
}
.slider-content a {
	color: #fff;
	font-size: 17px;
	text-align: center;
}
.flex-direction-nav .flex-prev {
	margin-left: -40px;
}
.flex-direction-nav .flex-next {
	margin-right: -50px;
}
body {
	overflow-x: hidden;
}
.product-slider,
.finish-section,
/*.product-tabs,*/
.finishing-section,
.product-dis,
.app-description-section,
.about-content,
.gallery-search,
.gallery-more,
.colour-des,
.architect-section {
	margin: 0 -50%;
	padding: 30px 50% 30px;
	background-color: #f7f6f6;
	padding-top: 30px;
	position: relative;
}
/*.product-tabs {
	background-color: transparent;
	margin: 0 -50%;
	padding: 30px 50% 30px;
	padding-top: 30px;
	position: relative;
}*/
.product-slider:before,
.finish-section:before,
.product-tabs:before,
.finishing-section:before,
.product-dis:before,
.app-description-section:before,
.about-content:before,
.gallery-search:before,
.gallery-more:before,
.colour-des:before,
.architect-section:before,
.product-slider:after,
.finish-section:after,
.product-tabs:after,
.finishing-section:after,
.product-dis:after,
.app-description-section:after,
.gallery-search:after,
.gallery-more:after,
.colour-des:after,
.architect-section:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
}
.about-content:after {
  content: "";
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
}
/* WORLD MAP */
#map {
	height: 541px;
    width: 996px;
    margin: 0 auto;
    /*background-image: url('/wp-content/themes/danpal/images/world.gif');*/
	position: relative;
}
#map .namerica {
	height: 310px;
    width: 420px;
	position: absolute;
	top:0;
	left: 0;
}
#map .samerica {
	height: 230px;
    width: 130px;
	position: absolute;
	top:310px;
	left: 240px;
}
#map .eur {
	height: 230px;
    width: 230px;
	position: absolute;
	top:0;
	left: 420px;
}
#map .asia {
	height: 320px;
    width: 345px;
	position: absolute;
	top:0;
	left: 650px;
}
#map .africa {
	height: 230px;
    width: 230px;
	position: absolute;
	top:230px;
	left: 420px;
}
#map .aust {
	height: 182px;
    width: 230px;
	position: absolute;
	top:320px;
	left: 730px;
}

.product-dis p {
	text-align: center;
}
.gallery-search {
	padding-bottom: 30px;
	margin-bottom: 70px;
}
.product-dis,
.app-description-section  {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.flexslider {
	border-width: 0 !important;
	padding: 30px 0;
}
.flex-active-slide {
	background-color: #f7f6f6;
}
.app-title-t {
	border-top: 50px solid #474648;
	border-right: 50px solid transparent;
	height: 0;
	width: 100%;
}
h3.app-name {
	margin-top: -38px;
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
}
img.grayscale { 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .4s ease;  /* Transition for Webkit browsers */
}
a.app-tab:focus {
	text-decoration: none;
	border-width: 0 !important;
}
a.app-link-in:hover img.grayscale { 
	opacity: 0.1;
}
a.app-link-in:hover .app-title-t.Cladding {
	border-top: 50px solid #f7941e;
}
a.app-link-in:hover .app-title-t.Revestimientos {
	border-top: 50px solid #f7941e;
}
a.app-link-in:hover .app-title-t.Façade {
	border-top: 50px solid #4ea052;
}
a.app-link-in:hover .app-title-t.Fachadas {
	border-top: 50px solid #4ea052;
}
a.app-link-in:hover .app-title-t.Interior {
	border-top: 50px solid #657680;
}
a.app-link-in:hover .app-title-t.Interiores {
	border-top: 50px solid #657680;
}
a.app-link-in:hover .app-title-t.Outdoor {
	border-top: 50px solid #b12835;
}
a.app-link-in:hover .app-title-t.Exteriores {
	border-top: 50px solid #b12835;
}
a.app-link-in:hover .app-title-t.Shading {
	border-top: 50px solid #81265c;
}
a.app-link-in:hover .app-title-t.Sombras {
	border-top: 50px solid #81265c;
}
a.app-link-in:hover .app-title-t.Skylight {
	border-top: 50px solid #1c75bc;
}
a.app-link-in:hover .app-title-t.Cubiertas {
	border-top: 50px solid #1c75bc;
}
/************/
a.app-tab.Façade:hover,
.active a.app-tab.Façade {
	background-color: #4ea052 !important;
}
a.app-tab.Façade:hover:after,
.active a.app-tab.Façade:after  {
    border-top: solid 20px #4ea052;
}
.app-tab.CEPHE:hover,
.active a.app-tab.CEPHE {
	background-color: #4ea052 !important;
}
a.app-tab.CEPHE:hover:after,
.active a.app-tab.CEPHE:after  {
    border-top: solid 20px #4ea052;
}
a.app-tab.Fachadas:hover,
.active a.app-tab.Fachadas {
	background-color: #4ea052 !important;
}
a.app-tab.Fachadas:hover:after,
.active a.app-tab.Fachadas:after  {
    border-top: solid 20px #4ea052;
}
/************/
a.app-tab.Cladding:hover,
.active a.app-tab.Cladding {
	background-color: #f7941e !important;
}
a.app-tab.Cladding:hover:after,
.active a.app-tab.Cladding:after  {
    border-top: solid 20px #f7941e;
}
.app-tab.KAPLAMA:hover,
.active a.app-tab.KAPLAMA {
	background-color: #f7941e !important;
}
a.app-tab.KAPLAMA:hover:after,
.active a.app-tab.KAPLAMA:after  {
    border-top: solid 20px #f7941e;
}
a.app-tab.Revestimientos:hover,
.active a.app-tab.Revestimientos {
	background-color: #f7941e !important;
}
a.app-tab.Revestimientos:hover:after,
.active a.app-tab.Revestimientos:after  {
    border-top: solid 20px #f7941e;
}
/************/
a.app-tab.Interior:hover,
.active a.app-tab.Interior {
	background-color: #657680 !important;
}
a.app-tab.Interior:hover:after,
.active a.app-tab.Interior:after  {
    border-top: solid 20px #657680;
}
a.app-tab.Interiores:hover,
.active a.app-tab.Interiores {
	background-color: #657680 !important;
}
a.app-tab.Interiores:hover:after,
.active a.app-tab.Interiores:after  {
    border-top: solid 20px #657680;
    margin-top: 22px;
    
}
/************/
a.app-tab.İÇ.MEKAN:hover,
.active a.app-tab.İÇ.MEKAN {
	background-color: #657680 !important;
}
a.app-tab.İÇ.MEKAN:hover:after,
.active a.app-tab.İÇ.MEKAN:after  {
    border-top: solid 20px #657680;
}
a.app-tab.İÇ.MEKAN:hover,
.active a.app-tab.İÇ.MEKAN {
	background-color: #657680 !important;
}
a.app-tab.İÇ.MEKAN:hover:after,
.active a.app-tab.İÇ.MEKAN:after  {
    border-top: solid 20px #657680;
    
}
/************/
a.app-tab.Outdoor:hover,
.active a.app-tab.Outdoor {
	background-color: #b12835 !important;
}
a.app-tab.Outdoor:hover:after,
.active a.app-tab.Outdoor:after  {
    border-top: solid 20px #b12835;
}
a.app-tab.DIŞ.MEKAN:hover,
.active a.app-tab.DIŞ.MEKAN {
	background-color: #b12835 !important;
}
a.app-tab.DIŞ.MEKAN:hover:after,
.active a.app-tab.DIŞ.MEKAN:after  {
    border-top: solid 20px #b12835;
}
a.app-tab.Exteriores:hover,
.active a.app-tab.Exteriores {
	background-color: #b12835 !important;
}
a.app-tab.Exteriores:hover:after,
.active a.app-tab.Exteriores:after  {
    border-top: solid 20px #b12835;
}
/************/
a.app-tab.Shading:hover,
.active a.app-tab.Shading {
	background-color: #81265c !important;
}
a.app-tab.Shading:hover:after,
.active a.app-tab.Shading:after  {
    border-top: solid 20px #81265c;
}
a.app-tab.GÖLGELEME:hover,
.active a.app-tab.GÖLGELEME {
	background-color: #81265c !important;
}
a.app-tab.GÖLGELEME:hover:after,
.active a.app-tab.GÖLGELEME:after  {
    border-top: solid 20px #81265c;
}
a.app-tab.Sombras:hover,
.active a.app-tab.Sombras {
	background-color: #81265c !important;
}
a.app-tab.Sombras:hover:after,
.active a.app-tab.Sombras:after  {
    border-top: solid 20px #81265c;
}
/************/
a.app-tab.Skylight:hover,
.active a.app-tab.Skylight {
	background-color: #1c75bc !important;
}
a.app-tab.Skylight:hover:after,
.active a.app-tab.Skylight:after  {
    border-top: solid 20px #1c75bc;
}
a.app-tab.IŞIKLIK:hover,
.active a.app-tab.IŞIKLIK {
	background-color: #1c75bc !important;
}
a.app-tab.IŞIKLIK:hover:after,
.active a.app-tab.IŞIKLIK:after  {
    border-top: solid 20px #1c75bc;
}
a.app-tab.Cubiertas:hover,
.active a.app-tab.Cubiertas {
	background-color: #1c75bc !important;
}
a.app-tab.Cubiertas:hover:after,
.active a.app-tab.Cubiertas:after  {
    border-top: solid 20px #1c75bc;
}

.app-image-in {
	width: 107px;
	height: 84px;
	margin: 0 auto 25px;
	background-repeat: no-repeat;
}
.app-image-in.Skylight,.app-image-in.SVĚTLÍKY, .app-image-in.IŞIKLIK, .app-image-in.Clarabóia {
	background-image: url('../danpal/images/big-app/skylights.png')
}
.app-image-in.Cubiertas {
	background-image: url('../danpal/images/big-app/skylights.png')
}
.app-image-in.Façade,.app-image-in.FASÁDY,.app-image-in.CEPHE, .app-image-in.Fachada{
	background-image: url('../danpal/images/big-app/facades.png')
}
.app-image-in.Fachadas{
	background-image: url('../danpal/images/big-app/facades.png')
}
.app-image-in.Cladding,.app-image-in.OPLÁŠTĚNÍ, .app-image-in.KAPLAMA, .app-image-in.Revestimento{
	background-image: url('../danpal/images/big-app/cladding.png')
}
.app-image-in.Revestimientos {
	background-image: url('../danpal/images/big-app/cladding.png')
}
.app-image-in.Interior,.app-image-in.Interiér,.app-image-in.İÇ.MEKAN {
	background-image: url('../danpal/images/big-app/interior.png')
}
.app-image-in.Interiores{
	background-image: url('../danpal/images/big-app/interior.png')
}
.app-image-in.Outdoor,.app-image-in.VENKOVNÍ.POUŽITÍ, .app-image-in.DIŞ.MEKAN,.app-image-in.Ao.ar.livre{
	background-image: url('../danpal/images/big-app/outdoor.png')
}
.app-image-in.Exteriores {
	background-image: url('../danpal/images/big-app/outdoor.png')
}
.app-image-in.Shading,.app-image-in.STÍNĚNÍ, .app-image-in.GÖLGELEME, .app-image-in.Sombreamento{
	background-image: url('../danpal/images/big-app/shading.png')
}
.app-image-in.Sombras {
	background-image: url('../danpal/images/big-app/shading.png')
}
/*** All Colors ***/
.tab-content h3 {
	/*height: 57px;*/
}
.term-facade-solutions .tab-content h3, .term-cephe .tab-content h3 {
	color: #4ea052;
}
.term-facade-solutions .product-btn .pbtn, .term-cephe .product-btn .pbtn {
	border: 1px solid #4ea052;
    color: #4ea052;
}
.term-facade-solutions .product-btn .pbtn:hover, .term-cephe .product-btn .pbtn:hover {
	background: #4ea052;
	color: #fff;
}

.term-soluciones-fachadas .tab-content h3 {
	color: #4ea052;
}
.term-soluciones-fachadas .product-btn .pbtn {
	border: 1px solid #4ea052;
    color: #4ea052;
}
.term-soluciones-fachadas .product-btn .pbtn:hover {
	background: #4ea052;
	color: #fff;
}

.term-skylight-solutions .tab-content h3,.term-isiklik .tab-content h3 {
	color: #1c75bc;
}
.term-skylight-solutions .product-btn .pbtn, .term-isiklik .product-btn .pbtn {
	border: 1px solid #1c75bc;
    color: #1c75bc;
}
.term-skylight-solutions .product-btn .pbtn:hover, .term-isiklik .product-btn .pbtn:hover {
	background: #1c75bc;
	color: #fff;
}
.term-soluciones-cubiertas .tab-content h3 {
	color: #1c75bc;
}
.term-soluciones-cubiertas .product-btn .pbtn {
	border: 1px solid #1c75bc;
    color: #1c75bc;
}
.term-soluciones-cubiertas .product-btn .pbtn:hover {
	background: #1c75bc;
	color: #fff;
}

.term-outdoor-solutions .tab-content h3, .term-dis-mekan .tab-content h3 {
	color: #b12835;
}
.term-outdoor-solutions .product-btn .pbtn, .term-dis-mekan .product-btn .pbtn {
	border: 1px solid #b12835;
    color: #b12835;
}
.term-outdoor-solutions .product-btn .pbtn:hover, .term-dis-mekan .product-btn .pbtn:hover {
	background: #b12835;
	color: #fff;
}

.term-soluciones-exteriores .tab-content h3 {
	color: #b12835;
}
.term-soluciones-exteriores .product-btn .pbtn {
	border: 1px solid #b12835;
    color: #b12835;
}
.term-soluciones-exteriores .product-btn .pbtn:hover {
	background: #b12835;
	color: #fff;
}

.term-shading-solutions .tab-content h3, .term-golgeleme .tab-content h3{
	color: #81265c;
}
.term-shading-solutions .product-btn .pbtn, .term-golgeleme .product-btn .pbtn {
	border: 1px solid #81265c;
    color: #81265c;
}
.term-shading-solutions .product-btn .pbtn:hover, .term-golgeleme .product-btn .pbtn:hover {
	background: #81265c;
	color: #fff;
}

.term-soluciones-sombrass .tab-content h3 {
	color: #81265c;
}
.term-soluciones-sombras .product-btn .pbtn {
	border: 1px solid #81265c;
    color: #81265c;
}
.term-soluciones-sombras.product-btn .pbtn:hover {
	background: #81265c;
	color: #fff;
}

.term-interior-system .tab-content h3 {
	color: #657680;
}
.term-interior-system .product-btn .pbtn,.term-ic-mekan .product-btn .pbtn {
	border: 1px solid #657680;
    color: #657680;
}
.term-interior-system .product-btn .pbtn:hover,.term-ic-mekan .product-btn .pbtn:hover {
	background: #657680;
	color: #fff;
}

.term-Interiores-system .tab-content h3 {
	color: #657680;
}
.term-Interiores-system .product-btn .pbtn {
	border: 1px solid #657680;
    color: #657680;
}
.term-Interiores-system .product-btn .pbtn:hover {
	background: #657680;
	color: #fff;
}



.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
a.app-tab:hover:after,
.active a.app-tab:after {
    content:'';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #073776;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.tax-applications .nav-tabs>li.active>a:after,
.tax-applications .nav-tabs>li.active>a:focus:after,
.tax-applications a.app-tab:hover:after,
.tax-applications .active a.app-tab:after,
.single-products .nav-tabs>li.active>a:after,
.single-products .nav-tabs>li.active>a:focus:after,
.single-products a.app-tab:hover:after,
.single-products .active a.app-tab:after,
.single-finishing .nav-tabs>li.active>a:after,
.single-finishing .nav-tabs>li.active>a:focus:after,
.single-finishing a.app-tab:hover:after,
.single-finishing .active a.app-tab:after {
    top: 45px;
}

li#sub-tab.active a.app-tab:after {
    content:'';
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #073776;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.app-content-area {
	position: relative;
}
.about-content p {
	text-align: center;
}


img.architect-img {
	height: 158px;
}
.imgbg {
	width: 100%;
	height: auto;
	background-color: #000;
}
.architect-section .imgbg {
	width: 100%;
	height: 161px;
	background-color: #5a5a5a;
}

.app-image {
	width: 100%;
	margin: 0 auto;
}
.imgbg.Cladding,
.app-image.Cladding {
	background-image: url(../danpal/images/cladding.png);
	width: 100%;
	height: auto;
}
.imgbg.Revestimientos,
.app-image.Revestimientos {
	background-image: url(../danpal/images/cladding.png);
	width: 100%;
	height: auto;
}
.imgbg.Façade,
.app-image.Façade {
	background-image: url(../danpal/images/facades.png);
	width: 100%;
	height: auto;
} 
.imgbg.Fachadas,
.app-image.Fachadas {
	background-image: url(../danpal/images/facades.png);
	width: 100%;
	height: auto;
}
.imgbg.Interior,
.app-image.Interior {
	background-image: url(../danpal/images/interior.png);
	width: 100%;
	height: auto;
}
.imgbg.Interiores,
.app-image.Interiores {
	background-image: url(../danpal/images/interior.png);
	width: 100%;
	height: auto;
}
.imgbg.Outdoor,
.app-image.Outdoor {
	background-image: url(../danpal/images/outdoor.png);
	width: 100%;
	height: auto;
}
.imgbg.Exteriores,
.app-image.Exteriores {
	background-image: url(../danpal/images/outdoor.png);
	width: 100%;
	height: auto;
}
.imgbg.Shading,
.app-image.Shading {
	background-image: url(../danpal/images/shading.png);
	width: 100%;
	height: auto;
}
.imgbg.Sombras,
.app-image.Sombras {
	background-image: url(../danpal/images/shading.png);
	width: 100%;
	height: auto;
}
.imgbg.Skylight,
.app-image.Skylight {
	background-image: url(../danpal/images/skylights.png);
	width: 100%;
	height: auto;
}
.imgbg.Cubiertas,
.app-image.Cubiertas {
	background-image: url(../danpal/images/skylights.png);
	width: 100%;
	height: auto;
}
.site-info {
	max-width: 1024px;
	margin: 0 auto;
}
footer {
	width: 100%;
	background-color: #232323;
	color: #fff;
}
footer .menu-item a {
	font-size: 11px;
}
footer a,
footer a:visited,
footer caption {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*.footer-section .footer-col.col-md-3{
	width:22%;
}*/
.social-title,
.widgettitle,
.textwidget h3 {
	font-size: 11px;
	text-transform: uppercase;
}
.social-title {
	margin-left: -15px;
}
.social-div {
	color: #e0d638;
	margin: 0 5px;
	
}
.social-div-first {
	margin-left: 20px;
	margin-right: 5px;
	color: #e0d638;
}
.seven-cols ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-item-object-applications,
.menu-item-object-products {
	font-size: 16px;
}
/*footer .col-md-3 {
	padding-right: 0;
	padding-left: 0;
}*/
footer {
	/*margin-top: 50px;*/
	padding-bottom: 40px;
}

.footer-section .textwidget > p {
    margin-bottom: 5px;
}
.footer-section .textwidget span br {
    margin: 2px;
}
.nav-stacked>li>a {
	color: #000;
}
.nav-stacked>li.active>a,
.nav-stacked>li.active>a:focus,
.nav-stacked>li.active>a:hover,
.nav.nav-stacked>li>a:focus,
.nav.nav-stacked>li>a:hover, 
.nav-tabs.nav-stacke>li>a:hover{
	background-color: transparent !important;
	color: #f7941e !important;
	border-width: 0 !important;
    border-radius: 0 !important;
}
.nav-stacked>li.active>a,
.nav-stacked>li.active>a:focus,
.nav-stacked>li.active>a:hover,
.nav-tabs.nav-stacked>li>a:focus,
.nav-tabs.nav-stacked>li>a:hover, 
.nav-tabs.nav-stacke>li>a:hover{
	background-color: transparent !important;
	color: #f7941e !important;
	border-width: 0 !important;
    border-radius: 0 !important;
}
.product-content-section {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 20px 10px;
}
.product-content-section .tab-content {
	margin-top: 50px;
}
.single-products .product-content-section .tab-content {
	margin-top: 0;
}
.product-tabs {
	margin-top: 0;
	padding-bottom: 30px
}
.product-tabs h1.fancy {
	margin-bottom: 55px;
	margin-top: 20px;
}
.nav-stacked li {
	border-bottom: 1px solid #cbcfd4;
	font-size: 16px;
}
.nav-stacked>li>a:after {
	content: url('../danpal/images/product-list.jpg');
	position: absolute;
	right: 0;
}
.nav-stacked>li.active>a:after,
.nav-stacked>li>a.active:after,
.nav-stacked>li>a:hover:after,
.nav-stacked>li>a:focus:after {
	content: url('../danpal/images/product-list-on.jpg');
}
.color-chart {
	margin-top: 20px;
	margin-bottom: 50px;
}
.color-chart-btn {
	max-width: 320px;
	margin: 30px auto;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	padding: 14px 0 12px; 
	font-size: 15px;
	text-transform: uppercase;
	background-color: #000;
}
/*.color-chart-btn:hover {
	background-color: #073776;
}*/
a.to-color-btn:hover {
	text-decoration: none;
}
a.to-color-btn:hover .color-chart-btn {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.finishing-section {
	margin-top: 50px;
}
.breadcrumbs {
	font-size: 14px;
	margin-top: 18px;
	color: #000;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs .current {
	color: #939598;
}
.about-content p {
	font-size: 15px;
}
.about-header {
	margin-top: 50px;
	margin-bottom: 40px;
}
.entry-content.about-content {
	padding-top: 30px;
	padding-bottom: 0;
}
.tab-section-about {
	margin-top: 50px;
}
.back-btn {
	width: 200px;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	padding: 10px 20px;
	margin-top: 30px;
}
.back-btn:hover {
	background-color: #073776;
}
.back-btn a:hover {
	text-decoration: none;
}
.back-btn a {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
#search-filter-form-713 li,
#search-filter-form-2934 li,.gallery-search .searchandfilter li {
	float: left;
	margin-right: 15px;
	position: relative;
}
.colour-box {
	margin-bottom: 25px;
	padding: 0;
}
.colour-box:hover {
	cursor: pointer;
}
.gallery-modal {
	cursor: pointer;
}
.colour-box h3 {
	color: #000;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
h1.title.fancy.colour {
	margin-bottom: 60px;
	padding-top: 50px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog.colour {
  width: 40%;
  height: 400px;
}
.modal-dialog.gallery {
  width: 18%;
}
.colour-des p {
	padding-bottom: 30px;
}
.gallery-more {
	margin-top: 30px;
}
.gallery-box {
	margin-bottom: 16px;
}
.col-md-4.upper-box {
	padding-right: 8px;
	padding-left: 8px;
}
h4.gallery-color {
	background-color: #000;
	color: #fff;
	padding: 13px;
	width: 50%;
	text-transform: uppercase;
	font-size: 13px;
	box-shadow: 5px 5px 5px #b7b7b7;
}
.page-template-color-page h4.gallery-color {
	width: 50%;
}
.gallery-box-more .btn {
	padding: 6px 2px;
}
.popover {
	max-width: 330px !important;
}
.page-template-color-page div.popover {
	width: 900px !important;
}
.close.gallery {
	font-size: 39px;
	color: #000;
	margin-bottom: -28px;
	opacity: 1;
	border-left: 1px solid #000;
	padding-left: 10px;
	font-weight: 100;
	position: relative;
	top: 13px;
	right: 6px;
	border-radius: 0;
}
.gallery .modal-header {
	border-bottom-width: 0;
	padding: 0 15px;
}
.gallery .modal-header button {
	box-shadow: none;
}
.gallery .modal-body {
	padding: 7px;
}
.gallery-more p,
.gallery-more a {
	font-size: 13px;
	color: #000;
}
.gallery-more a:hover {
	text-decoration: none;
}
.gallery-box-more {
	height: 120px;
	width: 20%;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
}
.gallery-box-more.top {
	border-bottom: 1px solid #cbcfd4;
}
.architect-info-title {
	opacity: 0;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
.architect-info-title p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
.gallery-box,
.new-wrapper,
.download-link {
	background-color: #000;
}

a.gallery-link:hover .gallery-info,
a.download:hover .download-title-hover,
a.architectlink:hover .architect-info-title {
	opacity: 1;
}
a.gallery-link:hover img,
a.download:hover img,
a.architectlink:hover img {
	opacity: 0.5;
}
.gallery-link img {
	height: 220px;
}
.nav-tabs>li {
	margin-right: 0;
}
.magazine-download {
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 10px;
	font-size: 14px;
    text-transform: uppercase;
}
.magazine-name {
	font-size: 40px;
}
.magazine-bottom {
	margin-bottom: 50px;
}
.breadcrumbs {
	margin-top: 30px;
	margin-bottom: 15px;
}
ul.nav-tabs {
	margin: 0;
}
.gallery-info {
	opacity: 0;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
.gallery-info p {
	margin: -7px 0 20px;
	color: #fff;
	text-align: center;
}
.gal-cat {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
}
.gal-name {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
}
.gal-country {
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	top: 15px;
}
.Chevron {
	position: absolute;
	display: block;
	height: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 26px;
	bottom: 0;
	top: 145px;
}
.Chevron:before,
.Chevron:after{
    position: absolute;
    display: block;
    content: "";
    border: 15px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before{
    top: 0;
    border-top-color: #fff;/*Chevron Color*/
}
.Chevron:after{
    top: -4px;/*adjust thickness*/
    border-top-color: #000;/*Match background colour*/
	opacity: 0;
}
.gallery-box .Chevron:after {
	border-top-color: #171615;
}
.special_project-content {
	margin-top: 50px;
}
.special_project-more {
	padding-top: 50px;
	margin-bottom: 50px;
}
.back-btn.architect {
	width: 210px;
}
.single-special_projects .back-btn.architect {
	width: 300px;
}
.back-btn.architect:hover {
	background-color: #073776;
	cursor: pointer;
}
.back-btn.architect a:hover {
	text-decoration: none;
}
.special_project-box-more p {
	font-size: 17px;
}
.special_project-content p {
	font-size: 17px;
}
.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
	padding: 15px 12px !important;
}
.ug-gallery-wrapper {
	max-width: 747px !important;
}
.product-more-info-3 {
	padding: 0 30px 0 0 !important;
	/*height: 100%;*/
	height: 665px;
}
ul#menu-footer-mobile {
	list-style: none;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
}
#menu-footer-mobile li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #fff;
}
.case-studies {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
}
.case-studies h3 {
	margin-top: 0;
}
.case-info {
	position: relative;
	min-height: 203px;
}
.case-info p,
.case-study-content p {
	font-size: 15px;
	margin-top: 0;
}
.case-title {
	color: #073776;
	text-transform: uppercase;
	font-size: 24px;
}
a.case-btn {
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}
.case-inner-title {
	font-size: 24px;
	color: #073776;
	text-transform: uppercase;
}
a.case-btn:hover {
	text-decoration: none;
	background-color: #073776;
}
.tab-section-about li {
	width: 24%;
}
#slides,
.flexslider .slides {
	background-color: #F7F6F6 !important;
}
.architect-info-title .Chevron {
	top: 35px;
}
.architect-info-title .Chevron:after {
	border-top-color: #5a5a5a;
}
h3.gallery-spec {
	font-size: 15px;
	margin-top: 30px;
}
.gallery-spec a {
	font-size: 15px;
}
img.right-tri {
	margin-left: 10px;
	margin-top: -3px
}
img.left-tri {
	margin-right: 10px;
	margin-top: -3px
}
img#ES.right-tri {
	margin-left: 5px;
	margin-top: -3px
}
img#ES.left-tri {
	margin-right: 5px;
	margin-top: -3px
}
.facebook-img {
	margin-right: 6px;
	margin-left: 6px;
}
.productcontent-2col {
	margin-bottom: 40px;
}
.flex-direction-nav .flex-next { right: -20px !important; margin-right: -55px; opacity: 1 !important; }
.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; margin-left: -40px; }
.top-head-content {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	right: -10px;
}
#content {
	padding-bottom: 40px;
}
.color-chart h1.title.fancy {
	margin-bottom: 45px;
}
.colour-box img {max-width: 100%;}
.tax-applications .ug-item-wrapper img {
	top: 25px !important;
}
.finish-section img {
	margin-top: 0;
}
.finish-box {
	margin-top: 50px;
}
.nav-tabs .sub {
	display: none;
}
.nav-tabs .sub.active {
	display: block;
}
.finish-info {
    position: relative;
    bottom: 60px;
    background: #000;
    height: 60px;
    opacity: 0.8;
	/*display: none;*/
	width: 100%;
    max-width: 497px;
}
.page-template-page-partners-in-art .finish-info {
	opacity: 0.5;
}
a.finish-link:hover .finish-info,
button.finish-link:hover .finish-info {
	display: block;
}
a.finish-link {
	text-decoration: none;
}
button.finish-link {
	border-width: 0;
	box-shadow: none;
	border-color: transparent;
	background: transparent;
	padding: 0;
}
p.finish-name {
	font-size: 16px;
	color: #fff;
	text-align: center;
	opacity: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 18px;
}
.header-col {
	float: right;
	margin-left: 20px;
}
.header-col a {
	color: #3c3c3c;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0 5px;
}
.header-col a:hover {
	text-decoration: none;
}
.header-text {
	padding-top: 11px;
	color: #3c3c3c;
	font-size: 9px;
}
.header-search {
	padding-top: 7px;
	margin-right: 5px;
}
.header-search input[type="search"] {
	border: 1px solid #c0bfbf;
}
.header-search input[type="submit"] {
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
	text-shadow: none;
	color: transparent;
	background-image: url('../danpal/images/search-icon.jpg');
	background-repeat: no-repeat;
	height: 23px;
	position: relative;
	top: -1px;
}
.flexslider .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}
.flexslider .slider-content {
	padding-right: 15px;
}
.flexslider .slider-image {
	padding-left: 15px;
}
.finish-section .title {
	margin-top: 30px;
}
.finish-section {
	padding-bottom: 170px;
	margin-bottom: -40px;
}
.color-box-row {

}
.ug-thumbs-strip {
	left: 0 !important;
}
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip {
	z-index: 9999;
}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
	width: 8px !important;
	height: 14px !important;
}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
    z-index: 9999;
    background: #eee;
}
.product-tabs .nav-stacked>li+li {
    margin-top: 13px;
    margin-left: 0;
}
.product-tabs .nav>li>a {
	margin-top: -35px;
	margin-left: 10px;
}
.gallery-search .form-control {
	width: 175px;
	height: 40px;
}
.gallery-search .form-control .level-0 {
	font-size: 13px;
}
.serch-col.search-btn {
	width: 45px;
}
.serch-col {
	width: 20%;
	float: left;
	margin-right: 14px;
}
.gallery-search #search_btn {
	border-width: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
	background-image: url('../danpal/images/search-btn.jpg');
	width: 45px;
	height: 40px;
}
.gallery-box-more.country a {
	pointer-events: none;
	cursor: default;
}
.search-row {
	width: 856px;
	margin: 0 auto;
	position: relative;
	left: 35px;
}
.ms-options-wrap button {
    width: 175px;
    height: 40px;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button {
	color: #555 !important;
}
.ms-options-wrap > button:after {
	border: 5px solid rgba(0, 0, 0, 0) !important;
	border-top-color: #000 !important;
}
.single-partners_art .ug-gallery-wrapper {
	max-width: 1054px !important;
}
.partners-in-art-architect img {
	margin-left: -15px;
}
.partners-in-art-architect p {
	font-size: 17px;
}
.partners-in-art-architect h3 {
	margin-top: 0;
}
.architect-name-info {
	position: relative;
	right: 30px;
}
p.under-image {
	margin-top: 10px;
}
a.app-tab:hover,
.active a.app-tab {
	background-color: #073776;
}
h3.architect-name {
	text-align: center;
	margin-top: 20px;
}
p.more-info-art {
	font-size: 17px;
	text-align: center;
	margin-top: 40px;
}
.more-info-art-box a {
	color: #333;
}
.more-info-art-box a:hover {
	text-decoration: none;
	color: #000;
}
span.dividera-art {
	margin-right: 10px;
	margin-left: 10px;
}
.sub-tabs {
	/*border-top: 1px solid #cbcfd4;
	border-bottom: 1px solid #cbcfd4;*/
	margin-bottom: 30px !important;
}
a.sub-app-tab {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
li.active a.sub-app-tab,
a.sub-app-tab:hover {
	background: #e6e6e5;
	text-decoration: none;
}
.sub {
	display: none;
}
.sub.active {
	display: block;
}
ul.sub-tabs .col-md-3 {
	padding-right: 0;
	padding-left: 0;
}
.sub-tabs .col-lg-2,
.sub-tabs .col-md-2,
.sub-tabs .col-sm-6 {
	padding-right: 0;
	padding-left: 0;
}
.download-box h3 {
	font-size: 13px;
	color: #333;
	text-align: center;
	padding: 0 5px;
}
.page-template-download-page .col-md-12 {
	padding-right: 4px;
	padding-left: 4px;
}
h1.download {
	margin-top: 60px;
	margin-bottom: 50px !important;
}
.search-title h1 {
	font-size: 21px;
	text-transform: uppercase;
	margin-left: -15px;
}
h2.search-result a {
	font-size: 27px;
	color: #073776;	
}
h2.search-result a:hover {
	color: #5e90d5;	
}
.entry-summary-search p {
	font-size: 17px;
}
.search-loop {
	margin-top: 70px;
}
.search-loop .entry-header {
	margin-top: 56px;
}
.country-list {
	background-color: #f4f2f3;
	padding: 10px 30px 0;
	min-height: 100%;

}
.danpal-send-btn {
	margin-top: 40px;
}
.single-finishing .product-list {
	background-color: #f4f2f3;
	padding: 20px;
}
.page-template-page-partners-in-art .gallery-info p {
	margin: 40px 0 20px;
}
.page-template-page-partners-in-art .gal-name {
	font-size: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 220px;
  	
}
.sub-menu-columns .prodMenu {
	max-width: 1024px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	padding-top: 20px;
}
.sub-menu-columns .prodMenu li:before {
	content: initial;
}
span.menu-item-description {
	color: #6998d6;
	font-size: 11px;
	text-transform: capitalize;
}
.prodMenu {
	height: 208px;
}
.main-navigation .prodMenu a {
	height: auto;
    padding: 5px 10px;
}



.prodMenu .main-navigation ul ul a {
	padding-top: 10px;
}
.product-tab-name-section {
	padding-right: 0;
	padding-left: 0;
}
.single-products .product-tabs .title.fancy {
	margin-right: 10px;
	margin-left: 10px;
}
.country-list ul {
	list-style: none;
	padding-left: 0;
	margin-top: 25px;
}
.list-2-col ul {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-rule: none;
	column-count: 2;
	column-gap: 10px;
	column-rule: none;
	height: 540px;
}
.country-list li {
	color: #7a6f6f;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 32px;
}
.country-list li:hover {
	color: #5e90d5;
	cursor: pointer;
}
.country-list li.active {
	color: #5e90d5;
	cursor: pointer;
}
.country-list li:hover:before  {
	content: url('../danpal/images/country_list_on.jpg');
}
.country-list li.active:before  {
	content: url('../danpal/images/country_list_on.jpg');
}
.country-list li:before {
	content: url('../danpal/images/country_list_off.jpg');
	margin-right: 10px;
}
.country-left {
	border-right: 1px solid #cbcfd4;
}
.hide-this {
	display: none;
}
.continent {
	height: 400px;
}
.continent-list-tab .col-md-2 {
	padding-right: 5px;
	padding-left: 5px;
}
.continent-list-tab a.app-tab {
	height: 60px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #7a6f6f;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #7a6f6f;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #7a6f6f;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #7a6f6f;
	opacity: 1;
}
.contactform-side p {
	color: #7a6f6f;
}
.wpcf7-form-control option,
.wpcf7-form-control select {
	color: #7a6f6f;
}
.contact-col {
	margin-top: 30px;
}
.continent {
	position: relative;
}
.continent img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
p.form-text {

}
.tab-content.sub-nav-tab {
	margin-top: 0;
}
.single-products .product-list {
	background-color: #f7f6f6;
	padding: 24px 10px;
}
.page-template-color-page .modal-content {
	padding: 10px;
}
.page-template-color-page .btn {
	width: 100%;
}

.product-text-sec {

}
.download-box {
	position: relative;
}
p.hidden-download-title {
	display: none;
	z-index: 99999;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 0 10px;
	text-transform: uppercase;
}
span.pdf-title {
	margin-top: 2px;
	margin-bottom: 2px;
}
span.down-arrow {
	font-size: 17px;
}
.download-link img {
	z-index: 9;
	position: relative;
}
a.download:hover p.hidden-download-title {
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.mt10 {
	margin-top: 10px;
}
/*.footer-col {
	float: left;
	margin-right: 20px;
	width: auto;
}*/
.footer-col.col-7 {
	margin-right: 0;
}
.widgettitle {
	margin-left: 0;
}
.widgettitle:before {
	content: url('../danpal/images/footer-li.jpg');
	margin-right: 6px;
	position: relative;
    bottom: 0;
}
.seven-cols ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-gallery .ug-slider-wrapper,
.single-gallery .ug-gallery-wrapper,
.single-special_projects .ug-slider-wrapper,
.single-special_projects .ug-gallery-wrapper {
	width: 100% !important;
	max-width: 1024px !important;
}
.magazine-download:hover {
	background-color: #073776;
}
#thankyou-box {
	display: none;
}
.thankyou-massage {
	position: absolute;
	top: 0;
	z-index: 9;
	left: 30px;
}
.thankyou-massage p {
	font-size: 14px;
}
h3.thankyou-title {
	font-size: 20px;
}
#contact-form-place {
	position: relative;
	z-index: 99999;
	background-color: #fff;	
}
#contact-form-place a.dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	color: #404040;
	padding: 0;
	margin-top: 30px;
	text-align: left;
}
.open>.dropdown-menu {
	width: 100%;
}
#ontact-form-place a.dropdown-toggle:hover {
	background-color: transparent;
	border-color: transparent;
	color: #404040;
}
#contact-form-place .btn-primary.active.focus,
#contact-form-place .btn-primary.active:focus,
#contact-form-place .btn-primary.active:hover,
#contact-form-place .btn-primary:active.focus,#contact-form-place .btn-primary:active:focus,
#contact-form-place .btn-primary:active:hover,
#contact-form-place .open>.dropdown-toggle.btn-primary.focus,
#contact-form-place .open>.dropdown-toggle.btn-primary:focus,
#contact-form-place .open>.dropdown-toggle.btn-primary:hover,
#contact-form-place .btn-primary.active,
#contact-form-place .btn-primary:active,
#contact-form-place .open>.dropdown-toggle.btn-primary {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #404040 !important;
}
span.checkbox-136 input[type="checkbox"] {
    float: left;
    margin-right: 4px;
    margin-bottom: 28px;
    padding: 0;
}
span.checkbox-136 .wpcf7-list-item-label {
	margin-left: -3px;
}
.form-group .dropdown {
	text-transform: capitalize;
}
.form-group .dropdown a {
    font-size: 1rem;
}
/******** FireFox Css Hack ********/

@-moz-document url-prefix() { 
	.architect-section .imgbg {
		height: 160px;
	}
}



/* IE Styles */
body.ie .nav-row {
    position: static;
}

body.ie .nav-row .col-md-10 {
    position: static;
}
body.ie .nav-row .col-md-10 .main-navigation li {
    position: static;
}
body.ie .prodMenu {
	height: 205px;
}
body.ie .sub-menu-columns .prodMenu {
    columns: 4;
    padding-top: 20px;
    column-fill: auto;
}
body.ie .main-navigation .prodMenu li#menu-item-863 a {
	margin-bottom: 50px;
}
body.ie .main-navigation .prodMenu li#menu-item-864 a {
	margin-bottom: 12px;
}
body.ie .main-navigation .prodMenu li#menu-item-861 a {
	margin-bottom: 100px;
}


/*FF Styles */
body.gecko .prodMenu {
	height: 212px;
}
body.gecko .main-navigation .prodMenu li#menu-item-861 a {
    margin-bottom: 105px;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: transparent url("/wp-content/themes/danpal/images/up-arrow.jpg") no-repeat center 43%;
}
.dropdown li {
	font-size: 13px;
}
li.sf-field-taxonomy-applications,
li.sf-field-taxonomy-gallery_product,
li.sf-field-taxonomy-colour,
li.sf-field-taxonomy-country {
	width: 20%;
	font-size: 13px;
}

@media (max-width: 450px) {
	.special_project-more p,
	.special_project-more .fancy,
	.special_project-more strong {
		text-align: left !important;
	}
	li.sf-field-taxonomy-applications,
	li.sf-field-taxonomy-gallery_product,
	li.sf-field-taxonomy-colour,
	li.sf-field-taxonomy-country {
		width: 100%;
	}
       
}
li.sf-field-taxonomy-gallery_product button,
li.sf-field-taxonomy-colour button {
	width: 100%;
	height: 40px;
}
.chosen-container-single .chosen-single {
	width: 100%;
	height: 40px;
}
.dropdown .caret {
	top: 45%;
	position: absolute;
	right: 10px;
}
.single-contact_tab .dropdown .caret {
	top: 65%;
	position: absolute;
	right: 0px;
}
.chosen-container {
	font-size: 13px;
	text-transform: uppercase;
}
.searchandfilter h4 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 6px;
	font-weight: bold;
	z-index: 999;
    top: 6px;
    left: 10px;
	position: absolute;
}
.searchandfilter select.sf-input-select {
	min-width: 170px;
}
.gallery-search .dropdown {
	transform: translateY(0);
}
.chosen-drop li {
	font-size: 13px;
	text-transform: uppercase;
}
.gallery-search .btn-default {
	border-color: transparent;
	box-shadow: none;
}
.chosen-container-single .chosen-single {
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	line-height: 40px;
	background: #fff;
}
.searchandfilter ul li {
	padding: 0;
}
li.sf-field-submit {
	background-image: url(/wp-content/themes/danpal/images/subBtn.jpg);
	background-repeat: no-repeat;
}
li.sf-field-submit input {
	height: 40px;
    padding: 0;
    margin: 0;
    width: 45px;
    border: none;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    color: transparent;
}
li.sf-field-submit input:hover {
	box-shadow: none;
}
.searchandfilter select.sf-input-select {
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    border: none;
}
#search-filter-form-713 li.sf-field-taxonomy-gallery_product li.sf-level-0 > label,
#search-filter-form-2934 li.sf-field-taxonomy-gallery_product li.sf-level-0 > label {
	text-transform: capitalize;
}
#search-filter-form-713 li.sf-field-taxonomy-colour li.sf-level-0 > label,
#search-filter-form-2934 li.sf-field-taxonomy-colour li.sf-level-0 > label {
	font-weight: bold;
	text-transform: capitalize;
}
#search-filter-form-713 li.sf-field-taxonomy-colour li.sf-level-1 > label,
#search-filter-form-2934 li.sf-field-taxonomy-colour li.sf-level-1 > label {
	font-weight: normal;
}
li.sf-level-0 > label {
	font-weight: normal;
}
#search-filter-form-713 li.sf-field-taxonomy-colour li.sf-level-0,
#search-filter-form-2934 li.sf-field-taxonomy-colour li.sf-level-0 {
	float: none;
    border-bottom: 1px #b4b4b5 solid;
    margin-right: 0;
}
li.sf-field-taxonomy-colour li.sf-level-0 > input {
	display: none;
}
li.sf-field-taxonomy-colour ul.dropdown-menu {
	max-height: 500px;
    overflow: auto;
}
li.sf-field-taxonomy-gallery_product ul.dropdown-menu, li.sf-field-taxonomy-colour ul.dropdown-menu {
	width: 245px;
    margin-top: 5px;
}
#search-filter-form-713 li.sf-level-1,
#search-filter-form-2934 li.sf-level-1 {
	float: none;
}
.searchandfilter ul li ul li ul {
    margin-left: 0;
    padding: 0 0 0 10px;
}
.searchandfilter select.sf-input-select {
font-family:'Open Sans', sans-serif;
}
select.sf-input-select:focus {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
	outline: 0;
}
select.sf-input-select > option {
    background-color: #fff;
	text-transform: capitalize;
}
span#recaptcha_privacy {
	display: none;
}
.magazine-box {
	margin-bottom: 20px;
}
/*li.sf-field-taxonomy-country .sf-item-0 {
	display: none !important;
}*/
	
.chrome li#menu-item-864 a {
	padding: 0 10px;
}







@-moz-document url-prefix() { 
	li#menu-item-2686 {
		margin-bottom: 30px;
	}
	li#menu-item-2689 {
		margin-bottom: 30px;
	}
	li#menu-item-2692 {
		margin-bottom: 30px;
	}
}
.gallery-search{
	display: block; 
}
/*.gallery-search.mob{
	display: none !important;
}*/
.lang-item {
	float: left;
	list-style: none;
	margin: -9px 0 0;
}

@media (max-width: 800px) {
	
	a.gallery-link .gallery-info {
		opacity: 1;
	}
	a.gallery-link img {
		opacity: 0.5;
	}
	.Chevron {
		display: none;
	}
	.app-box {
		margin-bottom: 30px;
	}
	.architect-section .imgbg {
		height: 130px;
	}
	.imgbg img {
		height: auto;
	}
	.imgbg,
	.app-image {
		background-size: 100%;
	}
	.architect-info-title {
		opacity: 1;
	}
	.architect-section .imgbg {
		background-color: #5a5a5a;
	}
	a.architectlink img {
		opacity: 0.5;
	}

	.product-slider,
	.product-tabs,
	.finishing-section,
	.product-dis,
	.app-description-section,
	.about-content,
	.gallery-search,
	.gallery-more,
	.colour-des,
	.finish-section,
	.architect-section {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 0;
	}
	.slider-content {
		margin-bottom: 50px;
	}
	.flex-direction-nav .flex-next {
		right: -2px;
		padding: 20px 20px 20px 40px;
	}
	.flex-direction-nav .flex-prev {
		left: 55px;
		padding: 20px 0 20px 20px;
	}
	.content {
		margin-bottom: 40px;
	}
	.social-title {
		padding-left: 50px;
	}
	.product-slider:before,
	.finish-section:before,
	.product-tabs:before,
	.finishing-section:before,
	.product-dis:before,
	.app-description-section:before,
	.about-content:before,
	.gallery-search:before,
	.gallery-more:before,
	.colour-des:before,
	.architect-section:before,
	.product-slider:after,
	.finish-section:after,
	.product-tabs:after,
	.finishing-section:after,
	.product-dis:after,
	.app-description-section:after,
	.gallery-search:after,
	.gallery-more:after,
	.colour-des:after,
	.architect-section:after {
		background-color: #f7f6f6;
	}
	.product-slider:after,
	.finish-section:after,
	.product-tabs:after,
	.finishing-section:after,
	.product-dis:after,
	.app-description-section:after,
	.gallery-search:after,
	.gallery-more:after,
	.colour-des:after,
	.architect-section:after {
		left: 100%;
		right: auto;
	}
	.sub-tabs .first {
		margin-top: 75px;
	}
	/*#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar::before, #shiftnav-toggle-main .shiftnav-toggle-burger {
		width: 10% !important;
	}*/
}

.searchandfilter li[data-sf-field-input-type="checkbox"] > label {
	display: none;
}
li.download-page {
    float: left;
    list-style: none;
	margin: -7px 0 0;
}


@media (max-width: 767px) {
	.header-text {
    width: 55% !important;
}
.header-search {
    width: 40% !important;
}
.header-search label {
    width: 90px !important;
}
.header-search label input {
    width: 90px !important;
}
.shiftnav-wrap {
    padding-top: 0px !important;
}
span.shiftnav-main-toggle-content-before {
    padding: 15px 0px 0px 10px;
}
li.download-page {
    display: none;
}
	/*.gallery-search{
		display: none; 
	}
	.gallery-search.mob{
		display: block !important;
	}*/
	.searchandfilter h4 {
		left: 10px;
		position: absolute;
		display: none;
	}
	.searchandfilter ul {
		padding-left: 0;
	}
	li.sf-field-taxonomy-gallery_product select.sf-input-select {
		position: relative;
		/*margin-top: -25px;*/
	}
	li.sf-field-taxonomy-colour select.sf-input-select {
		position: relative;
		/*margin-top: -25px;*/
	}

	.searchandfilter .dropdown {
		display: none;
	}

	.searchandfilter li[data-sf-field-input-type="checkbox"] > label {
		display: block;
	}

	.searchandfilter li[data-sf-field-input-type=checkbox] label, 
	.searchandfilter li[data-sf-field-input-type=radio] label, 
	.searchandfilter li[data-sf-field-input-type=range-radio] label, 
	.searchandfilter li[data-sf-field-input-type=range-checkbox] label {
		padding-left: 0;
	}
.site-main .content-homepage {
    padding: 0px !important;
}
	
}
@media (max-width: 450px) {
	.header-search {
		margin-top: 0;
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.header-text {
		margin-top: 4px;
		margin-right: 5px;
	}
	.header-col {
		margin-left: 0;
	}
	.top-header-strip {
		height: 40px;
	}
	.fancy span:before,
	.fancy span:after {
		background: transparent;
	}
	.header-col a {
		font-size: 8px;
		color: #666;
	}
	li.flex-nav-prev,
	li.flex-nav-next	{
		background-color: transparent;
	}
	.flex-direction-nav a {
		top: 25% !important;
	}
	.flex-direction-nav .flex-prev {
		left: 22px !important;
	}
	.flex-direction-nav .flex-next {
		right: 2px !important;
	}
	.about-section h1.title.fancy {
		margin-bottom: 0;
	}
	p.about {
		margin-top: 0;
	}
	.pps-popup {
		top: 75px !important;
	}
	.product-gallery {
		min-height: 250px;
	}
	.color-chart-btn {
		background-color: #fff;
		color: #000;
	}
	a.to-color-btn:hover .color-chart-btn {
	    color: #fff;
		background-color: #000;
		border: 1px solid #000;
	}
	.case-studies h3 {
		margin-top: 15px;
	}
	.btn-group-vertical>.btn-group:after,
	.btn-group-vertical>.btn-group:before,
	.btn-toolbar:after, .btn-toolbar:before,
	.clearfix:after,
	.clearfix:before,
	.container-fluid:after,
	.container-fluid:before,
	.container:after,
	.container:before,
	.dl-horizontal dd:after,
	.dl-horizontal dd:before,
	.form-horizontal .form-group:after,
	.form-horizontal .form-group:before,
	.modal-footer:after,
	.modal-footer:before,
	.nav:after,
	.nav:before,
	.navbar-collapse:after,
	.navbar-collapse:before,
	.navbar-header:after,
	.navbar-header:before,
	.navbar:after,
	.navbar:before,
	.pager:after,
	.pager:before,
	.panel-body:after,
	.panel-body:before,
	.row:after,
	.row:before {
		display: block;
	}
	.gallery-box-more {
		width: 50%;
		height: 107px;
		margin-right: 0;
		margin-left: 0;
	}
	.gallery-box-more.thickness,
	.gallery-box-more.applications {
		height: 86px;
	}
	img.left-tri {
		margin-right: 5px;
	}
	.gallery-more .country,
	.gallery-more .products {
		border-bottom: 1px solid #cbcfd4;
	}
	h3.gallery-spec {
		margin-top: 20px;
	}
	.gallery-spec a {
		font-size: 13px;
	}
	.tab-section-about li {
		width: 100%;
	}
	.list-2-col ul {
		-webkit-column-count: 2;
		height: auto;
		padding-bottom: 25px;
	}
	.gallery-more {
		padding: 30px 50px 20px;
	}
	.contactform-side {
		max-width: 100% !important;
		margin-top: 25px;
	}
	div.wpcf7 {
		padding: 0 30px;
	}
	.searchandfilter select.sf-input-select {
		margin-bottom: 15px;
	}
	.gallery-search .btn-default {
		margin-bottom: 15px;
	}
	.searchandfilter ul li {
		margin: 0;
	}
	.searchandfilter label {
		width: 100%;
	}
	/*#search-filter-form-713 li,
	#search-filter-form-2934 li {
		float: right;
	}*/
	.mobile-contact .panel-group {
		padding: 0 20px;
	}
	header.app-header h1 {
		font-size: 30px;
	}
	header.app-header p {
		font-size: 16px;
	}
	.product-slider,
	.product-tabs,
	.finishing-section,
	.product-dis,
	.app-description-section,
	.about-content,
	.gallery-search,
	.gallery-more,
	.colour-des,
	.finish-section,
	.architect-section {
		padding-right: 0;
		padding-left: 0;
	}
	.single-products .product-list {
		padding: 24px 0 5px;
	}
	.product-tabs {
		margin-top: 0;
		padding-top: 5px;
	}
	.color-chart h1.title.fancy {
		margin-top: -60px;
	}
	.product-tabs h1.fancy {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.product-tabs:before,
	.product-tabs:after {
		display: none;
	}
	.product-tab-name-section {
		padding-right: 15px;
		padding-left: 15px;
	}
	.color-chart h1.title.fancy {
		margin-bottom: 10px;
	}
	.finish-section .title {
		margin-top: 0;
	}
	.finish-box {
		margin-top: 15px;
		margin-bottom: -45px;
	}
	.finish-section {
		padding-bottom: 20px;
	}
	.footer-col {
		width: 100%;
		padding: 0 25px;
		margin-right: auto;
		margin-left: auto;
	}
	.app-description-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	h3.app-name {
		padding-left: 6px;
		font-size: 12px;
		margin-top: -40px;
	}
	.product-slider h1.title.fancy {
		padding-top: 20px;
		margin-bottom: 10px;
	}
	.flexslider .slider-content {
		padding-right: 36px !important;
		padding-left: 36px !important;
	}
	.about-section h1.title.fancy {
		padding-top: 20px;
	}
	.architect-section h1.title.fancy {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.about-section .content {
		margin-bottom: 20px;
	}
	.page-id-18 header.app-header p {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.gallery-search {
		padding-bottom: 20px;
		margin-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.special_project-more {
		padding-right: 0;
		padding-left: 0;
		padding-top: 20px;
	}
	.special_project-content,
	.special_project-box-more {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.special_project-content {
		margin-top: 20px;
	}
	.single-special_projects .back-btn.architect {
		width: 100%;
	}
	.case-title {
		font-weight: 100;
	}
	.case-info {
		min-height: 80px;
	}
	a.case-btn {
		position: relative;
	}
	.back-btn a {
		font-size: 14px;
	}
	p.more-info-art {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.back-btn.architect {
		width: 100%;
	}
	.colour-des p {
		margin-bottom: 0;
	}
	h1.title.fancy.colour {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.colour-list {
		margin-top: 0;
	}
	.colour-box {
		margin-bottom: 0;
	}
	h1.download {
		margin-top: 20px;
		margin-bottom: 20px !important;
	}
	.about-content {
		padding-right: 15px;
		padding-left: 15px;
		text-align: center;
	}
	.about-header {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.tab-section-about .nav-tabs>li.active>a:after,
	.tab-section-about .nav-tabs>li.active>a:focus:after,
	.tab-section-about a.app-tab:hover:after,
	.tab-section-about .active a.app-tab:after {
		top: 53px;
	}
	.tab-section-about .panel-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-about-us-page .js-tabcollapse-panel-body p {
		margin: 0;
	}
	.country-list h3 {
		font-size: 18px;
	}
	.page-template-contact-us-page .nav-tabs>li.active>a:after,
	.page-template-contact-us-page .nav-tabs>li.active>a:focus:after,
	.page-template-contact-us-page a.app-tab:hover:after,
	.page-template-contact-us-page .active a.app-tab:after {
		top: 59px;
	}
	.page-template-contact-us-page .danpal-send-btn {
		margin-top: 0;
		margin-bottom: 20px;
	}
	label.sf-label-checkbox {
		width: 92%;
	}
	.sf-field-taxonomy-gallery_product li {
		float: left !important;
		line-height: 1.2;
	}
	.sf-field-taxonomy-gallery_product label.sf-label-checkbox {
		width: 86%;
		margin-left: 15px;
	}
	.sf-field-taxonomy-gallery_product input[type="checkbox"] {
		position: relative;
		top: 17px;
	}
	.searchandfilter ul li li {
		padding: 0;
	}
	.dropdown {
		z-index: 1 !important;
	}
	.gallery-search ul.dropdown-menu {
		z-index: 99999;
		background-color: #fff;
	}
	.uranus.tparrows {
		width: 25px;
		height: 25px;
	}
	li.sf-field-taxonomy-gallery_product ul.dropdown-menu {
		margin-top: 44px;
	}
	.about-content p {
		text-align: left;
	}
	.slider-content p {
		text-align: left;
		line-height: 1.5;
	}
	h4.gallery-color {
		width: 100%;
	}
	.thankyou-massage {
		position: relative;
		left: auto;
		margin-right: 30px;
		margin-left: 30px;
		height: 120px;
	}
	.gallery-box {
		background-color: transparent;
	}
	.tp-leftarrow,
	.tp-rightarrow {
		top: 65% !important;
	}
	.uranus.tparrows:before {
		font-size: 25px;
	}
	.header-search {
	    width: 48%;
	}
	.header-text {
	    width: 46%;
	}
	.header-search label input {
	    width: 100px;
	}
	.header-search label {
	    width: 100px;
	}
}
@media (max-width: 350px) {
	.header-text {
		margin-right: 2px;
	}
	.header-search {
		margin-right: 0px;
	}
	#shiftnav-toggle-main .shiftnav-main-toggle-content {
		padding: 12px 0 !important;
	}
	#shiftnav-toggle-main {
		font-size: 13px !important;
		right: 0 !important;
		width: 100% !important;
	}
	#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
		width: 80% !important;
	}
}

.country-left .country-list {
    display: none;
}

/*Custom style*/

.case-info {
    height: 233px;
}
.case-image img {
    height: 233px;
}
.blog_post, .blog_post p {
    font-size: 14px;
}
.post_featured_image img {
    display: block;
    margin: 0 auto;
}
.blog_post_content {
    font-size: 16px;
}
.prodMenu {
    /* height: 208px; */
    /* width: 1024px; */
    /* margin: 0 auto; */
    height: 250px !important;
    max-width: 1024px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding-top: 20px;
}
.entry-footer {
    background: none;
}
.post_content p {
    font-size: 14px;
}
.post_content strong {
    font-size: 14px;
}


.dropdown-menu {
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: relative;
    text-align: left;
    top: 100%;
    transform: translateY(-9999px);
    width: 100%;
    z-index: 1000;
}
.open > .dropdown-menu {
    height: auto;
    transform: translateY(0px);
    width: 100%;
}
.dropdown-menu .wpcf7-not-valid-tip{ 
   top: 9999px;
    font-size: 10px;
    left: 0;
    position: absolute;
    text-transform: none;
}
.dropdown-menu .wpcf7-form-control-wrap {
    position: static;
}
@media (max-width: 767px) {
.dropdown-menu .wpcf7-not-valid-tip {
    font-size: 16px;
}
}
a.app-tab:hover, .active a.app-tab {
    background-color: #073776 !important;
  	color:white !important;
}
@supports (-ms-ime-align: auto) {
  .main-navigation .prodMenu a {
    height: auto !important;
    margin-bottom: 11px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-navigation .prodMenu a {
        height: auto !important;
        margin-bottom: 5px;
    }
    .sub-menu-columns ul.sub-menu li {
      height: 55px !important;
      margin-top: 2px;
  }
}


.entry-content.post_content a
{
   color:#0d3371 !important;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.form-popup {
    width: 46%;
    float: left;
    margin: 15px;
}
.form-popup.popup-message {
    padding-right: 150px;
}
.form-popup-btn {
    width: 100%;
    float: left;
    padding-right: 184px;
}
.form-popup span.wpcf7-form-control-wrap.your-country select {
    width: 49%;
    height: 23px;
}
.form-outer {
    padding-top: 25px;
}
.form-outer .wpcf7-mail-sent-ok, .form-outer .wpcf7-validation-errors {
    width: 100%;
    float: left;
}
h4.modal-title {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #0d3371;
    font-family: inherit;
	position: relative;
	padding-top: 50px;
}
.mlab-modal-header, .modal-footer {
    border: none !important;
}
.mlab-modal-body {
    text-align: center;
    padding: 30px;
}
.mlab-modal-body p {
    margin-bottom: 0px;
	font-size: 15px;
}
.modal-footer {
    text-align: center !important;
	padding: 20px 20px 20px !important;
    margin-top: 15px !important;
}
.mlab-modal-footer {
    display: none;
}
.form-popup-btn input.danpal-send-btn
{
float:left !important;
margin-left:15px;
}
a input.button.button-primary.mlab-modal-label {
    width: 134px;
    height: 41px;
    color: #fff;
    border-width: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 13px;
    padding: 0;
    background-color: #073776;
    border: 1px solid #073776;
}
div.country-UA a input.button.button-primary.mlab-modal-label{
	width: 200px;
}

h4.modal-title:before {
    content: " ";
    width: 100px;
    height: 1px;
    background: #d7d6d7;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
}
h4.modal-title:after {
    content: " ";
    width: 100px;
    height: 1px;
    background: #d7d6d7;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.page-id-6415 .entry-content p, .page-id-7034 .entry-content p{
    font-size: 15px;
}
div.product-slider div.flexslider{
    background: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.0) !important;
}.owl-next {    position: absolute;    right: -40px;    top: 55px;}.owl-prev {    position: absolute;    left: -40px;    top: 55px;}.owl-next:before {    content: url(https://www.danpal.com/wp-content/uploads/2018/03/HP_right-arrow.png);    width: 26px;    height: 45px;}.owl-prev:before {    content: url(https://www.danpal.com/wp-content/uploads/2018/03/HP_left-arrow.png);    width: 26px;    height: 45px;}
.logos-section {    padding-top: 45px;    width: 100%;    float: left;}.logos-section h1.title.fancy {    padding-bottom: 45px;}
@media (max-width: 450px) {
	.mlab-modal.fades.in .mlab-modal-dialog {
   		 width: 351px !important;
    	margin-top: 150px !important;
	}
	h4.modal-title:before {
    width: 35px !important;
    bottom: 12px !important;
    }
	h4.modal-title:after {
    width: 35px !important;
    bottom: 12px !important;
    }
	h4.modal-title {
    	margin-bottom: 35px !important;
    }
  
	.page-id-3091 .case-studies {
   	 padding-bottom: 110px;
	}
	#content .wp-pagenavi a, #content .wp-pagenavi span.pages, #content .wp-pagenavi span.extend{
		padding: 0 !important;
	}
	.fixed-left-sec {
   		 display: none;
	}
	.owl-item .content.logo-img {
	    width: 220px;
	    margin: auto;
	}
   	
}
  .country-UZ a input.button.mlab-modal-label, .country-KZ a input.button.mlab-modal-label{
    width: 210px;
}
/*category side bar css*/
h3.widgettitle.blog-side-title::before {
    content: '' !important;
    margin-right: 0px !important;
}
h3.widgettitle.blog-side-title {
    color: #073776;
    font-size: 24px;
}
.inner-blog-sidebar ul, .inner-blog-sidebar .tagcloud {
    padding: 15px;
    list-style: none;
}
.inner-blog-sidebar ul li a {
    line-height: 25px;
}
.inner-blog-sidebar ul li a:hover {
    color: midnightblue;
}
.inner-blog-sidebar ul li {
    font-size: 15px;
}
aside#recent-posts-3 li {
    border-bottom: 1px solid #00000075;
}
li.cat-item.cat-item-1,li.cat-item.cat-item-190 {
    display: none;
}
.inner-blog-sidebar {
    width: 100%;
}
/*div#moreinfo.product-tabs {    padding: 30px 0px 0px 0px !important;}*/


 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
span.shiftnav-main-toggle-content-before {
    display: none;
}
 }
 
 @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation:landscape) {
 .header-text {
    width: 100% !important;
    height: 36px;
    background-color: #fff;
    z-index: 9999;
    position: relative;
}
.top-head-content {
    right: 0px !important;
}
 }

.product-slider .flex-direction-nav a {
       text-shadow: none !important;
}
.product-slider .readmore-btn:hover {
    color: #fff;
}

.about-section a.learnbtn:hover {
    text-decoration: none;
    background-color: #073776;
    color: #fff;
}

#hidden-content p
{
    margin-bottom: 0px !important;
    font-size: 15px !important;
	 text-align: center !important;
}
.fancybox-close {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    z-index: 8040;
}

.wp-pagenavi {

	padding: 10px 20px 10px !important;

	display:block !important;

	clear:both !important;

}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {

    color: #707070 !important;
    background: #FFFFFF !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border: solid 1px #DCDCDC !important;
    padding: 6px 9px 6px 9px !important;
    margin-right: 3px !important;
    text-decoration: none !important;
    font-size: 12px !important;

}

.wp-pagenavi a:hover {

    border-color: #202020 !important;
    background: #525252 !important;
    color: #fff !important;
    background: -moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
    background: -webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;

}

 .wp-pagenavi span.current{

	padding: 6px 9px 6px 9px !important;
    border: solid 1px #DCDCDC !important;
    border-color: #3390CA !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    color: #fff !important;
    margin-right: 3px !important;
    border-color: #202020 !important;
    background: #525252 !important;
    background: -moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
    background: -webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;

}
a.download
{
	padding:2px;
}

li.lang-item.lang-item-1763.lang-item-ja {
  /*  display: none;*/
}
.menu-menus-ja-container {
    padding-left: 40px;
}
.main-navigation ul#menu-menus-ja {
    float: right;
}
.main-navigation ul#menu-menus-ja a {
    font-size: 14px !important;
}
.main-navigation ul#menu-menus-ja li .sub-menu a {
    font-size: 12px !important;
}
.app-image-in.トップライト {
    background-image: url(../danpal/images/big-app/skylights.png);
}
.app-image-in.ファサード {
    background-image: url(../danpal/images/big-app/facades.png);
}

.app-image-in.建築外装 {
    background-image: url(../danpal/images/big-app/cladding.png);
}

.app-image-in.日除け {
    background-image: url(../danpal/images/big-app/shading.png);
}

.app-image-in.建築外構 {
    background-image: url(../danpal/images/big-app/outdoor.png);
}

.app-image-in.内装インテリア {
    background-image: url(../danpal/images/big-app/interior.png);
}

/* Css For New color page tab */ 

h1.title.fancy.colour {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    padding-top: 50px;
}
.resp-tabs-list li {    
	width: 12.2%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    margin-right: 2%;
    color: black;
    text-decoration: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	}
.dp-tab span{
    float: left;
    width: 100%;
    white-space: nowrap;    margin-bottom: 15px;    font-family: 'Open Sans', sans-serif;
}
.dp-tab img {
    height: 60px;
    width: 100%;
}
.dp-tab:hover:after,.dp-tab.active:after {    	content: '';    position: absolute;    top: 99%;    left: calc(51% - 63px);    width: 125px;    height: 20px;    border-bottom: 2px solid #073776;	}
.tab-color-con.showing {    
	/*display: block !important;*/
	}

.page-template-new-color-page span.span-btn {
    display: none;
}
.colour-box {
    position: relative;
}
span.active.span-btn {
    display: block;
    position: absolute;
    top: 110px;
    left: 30px;
    width: 400px;
    z-index: 1;
    border: 7px solid #fff;
    background: #fff;
    overflow:hidden;
}
.colour-box span.active img {
    width: 100%;
}
.page-content.colour-list.row.row-centered {
    margin-bottom: 150px;
}
h3.span-color-name {
    border-bottom: none;
    width: 100%;
    margin: 0px;
    font-weight: 700;
    padding-top: 5px;    font-family: 'Open Sans', sans-serif;
}
span.span-btn:after {
    height: 0;
    border-bottom: 200px solid #0000004d;
    border-left: 390px solid transparent;
    position: absolute;
    right: 201px;
    bottom: -60px;
    content: '';
    z-index: 0;
}
span.span-btn:before {
    height: 0;
    /*border-left: 381px solid #00000000;*/
    position: absolute;
    right: 0px;
    bottom: -30px;
    content: '';
    z-index: 0;
    border-top: 7px solid #fff;
    background: #fff;
    -webkit-transform: translateY(-178px)translateX(87px)rotate(-27deg);
}
a.overlay-color:after {
    height: 0;
    border-bottom: 110px solid #0000004d;
    border-left: 240px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 0;
}
a.overlay-color:before {
    height: 0;
    border-left: 377px solid #00000000;
    position: absolute;
    right: -12px;
    bottom: -114px;
    content: '';
    z-index: 0;
    /*border-top: 3px solid #fff;*/
    background: #fff;
    -webkit-transform: translateY(-147px)translateX(9px)rotate(-25deg);
}
.colour-box a.btn {
    overflow: hidden;
    position: relative;
    padding:0px;
    border-radius: 0px;
}
.colour-box img {
	width: 100%;
}
.colour-box {
    padding: 10px;
}
div#fancybox-content.span-img_content, div#fancybox-wrap.span-img_wrap {
    width: 600px !important;
}
.span-img_content span.popup-title {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    float: left;
    font-size: 12px;
    font-weight: 700;    font-family: 'Open Sans', sans-serif;
}
.popup-color {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 15px 0px 15px;
    background: #fff;
}
.overlay-color-popup, .preview-color, .basic-color-popup {
    width: 33%;
    float: left;
}
span.color-code {
    width: 80%;
    float: left;
    margin-top: 15px;
    font-size: 12px;
    margin-left: 25px;	font-family: 'Open Sans', sans-serif;
	position: relative;
    left: 4%;
}
span.color-code {
    text-align: left;
}
span.color-soft {
    text-align: left;
    /*margin-left: 10px;*/
}

span.color-soft {
    width: 80%;
    float: left;
    margin-top: 15px;
    font-size: 12px;    font-family: 'Open Sans', sans-serif;
}
span.download-color a {
    margin-top: 15px;
    font-size: 12px;
    line-height: 3;
    padding: 8px 40px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-decoration: none;
}
span.download-color {
    width: 100%;
    float: left;
    margin-top: 15px;    font-family: 'Open Sans', sans-serif;
}
div.containter-color {
    width: 142px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.span-img_wrap a#fancybox-close {
    top: -23px;
    right: -66px;
    border: 2px solid #7e7e7e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: transparent url(fancybox/fancybox.png) -44px -4px;
}
img#polantis-logo {
    width: 24px;
    vertical-align: text-bottom;
}
.contact-header, .contact-footer {
    font-family: inherit;
    color: rgb(255, 255, 255);
    background-color: rgb(167, 167, 167);
    
}
.contact-header {
	font-size: 20px;
    padding: 17px 25px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    text-align: center;
}
.contact-footer {
    padding: 17px 25px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: #FFF;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
}
div#cboxContent, div#cboxContent #cboxLoadedContent {
    background-color: rgb(231, 231, 231);
    border-radius: 13px;
}
.form-color-group, .form-color-group label {
    font-size: 12px;
    font-family: inherit;
    color: rgb(0, 0, 0);
}
.form-color-group{
	margin-bottom: 8px;
}
label.form-color-lavel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-family: inherit;
    font-size: 13px;
    text-align: left;
    width: 35%;
    color: #000;
    font-weight: normal;
}
.form-body {
    padding: 25px;
    padding-top: 35px;
    max-height: 60vh;
    overflow-y: auto;
}
.form-color-group select{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 150px;
}
.form-color-group input.wpcf7-form-control.wpcf7-text, .form-color-group input.wpcf7-form-control.wpcf7-number {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 170px;
}
.form-color-group input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 6px 28px 6px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: transparent;
    border-color: #FFF;
    box-shadow: none;
}
.form-color-group .fa-download{
	position: relative;
	right:-20px;
}
.form-color-group .fa-download:before {
    content: "\f019";
    position: absolute;
    right: 28px;
    top: -15px;
    font-size: 15px;
    color: #fff;
}
#form-container div.wpcf7-mail-sent-ok, #form-container div.wpcf7-validation-errors {
    position: absolute;
    bottom: -30px;
}
button#cboxClose {
    background-position: -50px -1px;
    right: 15px;
    top: 15px;
}
div#cboxOverlay {
    background: #222222;
}
.preview-containter img {
    width: 140px;
}

h4.span-color-basic-name, h4.span-color-soft-name {
    font-size: 15px;	font-family: 'Open Sans', sans-serif;
}
span.design-img {
    width: 48%;
    float: left;
}
span.span-img-section {
    width: 50%;
    float: left;
    margin-left: 5px;
    border: 1px solid #00000052;
    height: 185px;
}
span.span-img-section span.second-img-softlite, span.span-img-section span.first-img-main {
    width: 40%;
    float: left;
    margin: 9px;
	margin-bottom: 3px !important;
}
span.color-lay {
    background: #000;
    display: block;
}
span.second-img-softlite img {
    opacity: 0.6;
}
span.color-overlay img {
    opacity: 0.6;
}
span.color-overlay {
    display: block;
    background: #000;
}
.colour-des-title span:before, .colour-des-title span:after {
    content: "";
    background: #cbcfd4;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.colour-des-title span:before {
    right: 0.5em;
    margin-left: -100%;
}
.colour-des-title span:after {
    left: 0.5em;
    margin-right: -100%;
}
.colour-des-title {
    overflow: hidden;
    text-align: center;
    text-transform: UPPERCASE;
    margin-bottom: 60px;
    padding-top: 50px;
    font-size: 25px;    font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
	.resp-accordion span.tab-color-name {
	    float: left;
	    width: 100%;
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	.colour-des-title {
	    padding-top: 10px;
	    font-size: 20px;
	}
	a.overlay-color:after {
    	border-bottom: 90px solid #0000004d;
    	border-left: 125px solid transparent;
   }
   a.overlay-color:before {
	    height: 0;
	    border-left: 290px solid #00000000;
	    position: absolute;
	    right: -68px;
	    bottom: -158px;
	    content: '';
	    z-index: 0;
	    border-top: 3px solid #fff;
	    background: #fff;
	    -webkit-transform: translateY(-165px)translateX(-40px)rotate(-36deg);
	}
	.overlay-color-popup, .preview-color, .basic-color-popup {
	    width: 100%;
	    float: left;
	}
	div#fancybox-content.span-img_content, div#fancybox-wrap.span-img_wrap {
	    width: 250px !important;
	}
	span.color-code {
	    width: 100%;
	    float: left;
	    margin-top: 15px;
	    font-size: 12px;
	    margin-bottom: 15px;
	    text-align: center;
	    margin-left: 0;
	}
	span.color-soft {
	    width: 100%;
	    float: left;
	    margin-top: 15px;
	    font-size: 12px;
	    margin-bottom: 15px;
	    text-align: center;
	    margin-left: 0;
	}
	span.design-img {
    	width: 100% !important;
    }
	h3.span-color-name {
    	padding-top: 3px !important;
    }
	.colour-box h3 {
    	padding-bottom: 5px !important;
    }
	span.span-img-section {
    	width: 100% !important;
    	height: 170px !important;
		margin-left: 0px !important;
    }
	span.active.span-btn {
		width: 185px !important;
    }
	span.span-img-section span.second-img-softlite, span.span-img-section span.first-img-main {
    	width: 39% !important;
    }
	h2.resp-accordion {
    	text-align: center;
    }
	h2.resp-accordion:nth-last-child(2) {
    	display: none !important;
   }
   .page-id-718 #content {
    	padding-bottom: 0px;
   }
   .dow-btn-sec {
	    text-align: center;
    	height: 75px;
	    margin-top: 35px;
	    top: 0px !important;
    	border-bottom: 1px solid;
	}
}

.right-position {
    position: absolute !important;
    top: 58% !important;
    right: 45% !important;
    left: -70px !important;
}
.dow-btn-sec {
    text-align: center;
    top: 50px;    font-family: 'Open Sans', sans-serif;
}
.dow-btn-sec a.down-group-btn{
	border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: 15px 30px 15px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #000;
    text-decoration: none;
}
a.down-group-btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
.group-tag-line {
    padding-bottom: 35px;    font-family: 'Open Sans', sans-serif;
}
.col-md-12.col-md-12.col-xs-12.dow-btn-sec {
    display: none;
}
.page-template-new-color-page div#content {
    padding-bottom: 0px !important;
}

#menu-item-7684 .sub-menu li .menu-item-description {
    display: none;
}

.prod-Menu{
	max-width: 1024px;
	padding-top: 5px !important;
	/*height: 520px;*/
	padding-bottom: 20px;
}
 .custom-sub-menu li:before{
	 display: none;
 }
.main-navigation .prod-Menu a {
    padding: 10px 13px 0;
	height: 60px;
	
}
@media (max-width: 767px) {
	.lang-item {
    float: none !important;
}
}

.content-homepage {
    font-size: 16px;
    padding: 30px 0 0;
}
.drop-dl ul {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 0px 0px 0px;
}
a.lang-chose:after {
    content: '\25bc';
    padding-left: 3px;
    font-size: 9px;
	text-decoration: none;
}
.entry-content p span {
    font-size: 15px !important;
}
.fixed-left-sec .sidebar-form-sec.display-text {
    margin: 0;
    transition: all 2s ease 0s;
}
.fixed-left-sec .contact-toggle-btn {
    cursor: pointer;
}
.fixed-left-sec .sidebar-form-sec {
    transition: all 2s ease 0s;
}
input.wpcf7-form-control.wpcf7-submit.danpal-send-btn {
    background: #0d3371 none repeat scroll 0 0;
    border-color: #0d3371;
    box-shadow: none;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    margin-top: 15px;
    float: left;
    max-width: 100px;
    padding: 10px 5px;
    text-transform: uppercase;
}
.form-system {
    display: inline-grid;
}
 .form-system input {
    padding: 10px;
    height: 50px;
    width: 160px;
    margin: 15px;
    font-size: 18px;;
}
.form-system .wpcf7-form-control.wpcf7-submit {
    width: 161px;
    margin: 7px;
    height: 50px;
	background: #0d3371 none repeat scroll 0 0;
	border-color: #0d3371;
	 box-shadow: none;
}
.form-system {
    display: inline-grid;
}
 .form-system input {
    height: 30px;
    width: 150px !important;
    margin: 15px;
    font-size: 13px;
	
}
.form-system .wpcf7-form-control.wpcf7-submit {
	width: 121px;
    margin: 2PX;
    /*margin-left: 64px;*/
    height: 40px;
    background: #000 !important;
text-transform:uppercase;    
    box-shadow: none;
    color: #fff!important;
    font-size: 13px;
	
}
div#wpcf7-f8788-o2 {
    background-color:#0d3371;
	height: 75px;
	margin-bottom: 87px;
}
.form-system ::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form-system :-moz-placeholder { 
color: #000 !important;
opacity: 1;
}
.form-system ::-moz-placeholder { 
color:#000 !important;
opacity: 1;
}
.form-system :-ms-input-placeholder { 
color: #000 !important;
opacity: 1;
}

div#wpcf7-f8788-p8789-o2 {
    background-color: #0d3371;
	height: 75px;
    
}
#wpcf7-f8788-p8789-o2 .wpcf7-form {
    text-align: center;
    padding-top: 5px;
}
.form-system select {
    height: 30px;
    width: 150px;
   /* margin: 12px;*/
    font-size: 13px;
   
}
.form-system option {
    background-color: #ffff !important;
}

.form-submit {
    width: 122px;
  
   
    MARGIN-TOP: 12PX;
    
    text-transform: uppercase;
    box-shadow: none;
    
    font-size: 12px;
    display: contents;
}


.form-submit input[type="submit"] {
    width: 130px;
	text-transform: uppercase;
    margin-left: 32px;

    height: 37px;
    MARGIN-TOP: 12PX;
    background: #000 !important;
   
    box-shadow: none;
    color: #fff!important;
    font-size: 11px;
}
div#wpcf7-f8839-p8905-o2 {
    background-color: #0d3371;
}
/*.form-system input {
    height: 30px;
    width: 130px;
    margin: 12px;
    font-size: 13px;
    
	
	}*/
	
	div#wpcf7-f8839-p8905-o2 {
    background-color: #0d3371;
    height: 75px;
	
}
div#wpcf7-f8788-o2 .wpcf7-form {
    margin-left: 0px !important;
}
div#wpcf7-f8839-o2 {
    background-color: #0d3371;
    height: 75px;
}
.form-submit {
     width: 130px;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 12px;
   
    display: inline-flex;
	margin-left: 20px;
}
input#wpcf-custom-btn-1 {
    width: 130px;
    text-transform: uppercase;
    
    height: 37px;
   
    background: #000 !important;
    box-shadow: none;
    color: #fff!important;
    font-size: 11px;
    
}
.form-spanish {
    display: contents;
}
.form-spanish input {
    height: 30px;
    width: 130px;
    margin: 12px;
    font-size: 13px;
  
}
.form-spanish select {
    height: 30px;
    width: 134px;
    margin: 12px;
    font-size: 13px;
}
div#wpcf7-f8788-o2 .wpcf7-form {
    text-align: center;
}
.form-system {
    display: inline-grid;
   padding: 2px 0px 0px 0px;
}
div#wpcf7-f8839-p8905-o2 {
    text-align: center;
	padding: 5px;
}
div#wpcf7-f8839-o2 {
    text-align: center;
    padding: 5px;
}


.form-system {
    display: table-cell !important;
}
.form-system input {
    margin-left: 13px !important;
}

.form-system input {
    
    margin-left: 12px !important;
}

.form-system input {
   
    margin: 9px !important;
    
}

#wpcf7-f8788-p8789-o2 .wpcf7-form {
   
    padding-top: 9px !important;
}
.form-system input {
    margin-left: 14px !important;
}
.form-system input#wpcf-custom-btn-1 {
    
	width: 130px !important;
}
.form-system input#wpcf-custom-btn-1:hover {
    background-color: #9D9C9B !important;
   
   
}
div#wpcf7-f8788-o2 .wpcf7-form {
   
    padding-top: 9px !important;
}
.form-system select {
    margin: 9px 9px 9px 14px !important;
}

.form-submit input#wpcf-custom-btn-1:hover {
    background-color: #9D9C9B !important;
}

div#wpcf7-f8839-p8905-o2 {
   
    padding: 10px !important;
}
.form-spanish {

    display: table-cell !important;
}

.form-spanish input {
    
    width: 150px !important;
    margin: 9px 9px 9px 10px !important;
    
}

.form-spanish select {
    height: 30px !important;
    width: 150px !important;
    margin: 9px 9px 9px 10px !important;
    font-size: 13px !important;
}
.form-submit {
	display: table-cell !important;
}
 .form-input#wpcf-custom-btn-1 {
    margin-left: 9px !important;
}
.form-submit input#wpcf-custom-btn-1 {
    
    margin-left: 11px !important;
}
div#wpcf7-f8839-o2 {
    padding: 14px !important;
}
input#wpcf-custom-btn-1 {
    
    border: none !important;
}
div#wpcf7-f8839-o2 {
    padding: 10px !important;
}

@media only screen and (max-width: 768px) {
    .form-system input {
    margin-left: 0px !important;
    width: 100% !important;
}
	div#wpcf7-f8788-p8789-o2, div#wpcf7-f8839-p8905-o2 {
    background-color: #0d3371;
		height: 100% !important;
}
	.form-system input {
    margin-left: 0px !important;
    width: 100% !important;
}
	.form-system input {
    margin: 15px !important;
}
	.form-system {
    display: block !important;
}
	.form-system select {
  	background-color:#ffffff;
    width: 100% !important;
    margin-left: 0px !important;
    
}
	.form-system input {
   
    margin-left: 0px !important;
}

	.form-system input#wpcf-custom-btn-1 {
  width:100% !important; 
	    display: initial !important;
    }
	div#wpcf7-f8788-o2 {
    background-color: #0d3371;
    height: 100%;
    margin-bottom: 87px;
}
	div#wpcf7-f8839-o2 {
    background-color: #0d3371;
    height: 100% !important;
		margin-bottom: 87px !important;
}
	
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
	.form-system input {
    width: 90% !important;
}
	.form-system select {
    width: 90% !important;
	 margin-left: -5px !important;
}
	.form-spanish input#wpcf-custom-btn-1 {
    width: 90% !important;
  margin-left: 23px !important;
	}
	.form-system input#wpcf-custom-btn-1 {
    width: 90% !important;
		margin-left: 23px !important;
	}
	
}
.page-template-download-page .col-8 {
    float: left;
    width: 12.5%;
    margin: 0;
    padding: 0 5px;
}
.drop-dl:before {
    content: "|";
    display: block;
    margin-left: 10px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: 4px;
    color: #3c3c3c;
}
/*.color-box-row.download {
    float: left !important;
}*/

a.iframe.preview.faq-link.cboxElement {
  float: left;
    margin: 0px 15px 10px 10px;
    width: 90px;
    height: auto;
    color: #fff;
    text-align: center;
    background: #0d3371;
    font-weight: 700;
    line-height: 1;
    padding: 7px 0;
}
.faq .content {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 0 45px 20px;
} 
div#page::after {
    position: absolute;
    content: "";
    background: #23231D;
    left: 0;
    right: 0;
    height: 40px;
}
.product-dis p {
    color: #0d3371 !important;
}
.product-list h3 {
    color: #0D3371 !important;
    font-weight: bold;
}
.textContainer_Truncate {
    overflow: auto !important;
    height: auto !important;
    
} 
.product-dis a {
    display: none;
}
.productcontent-2col .product-list li::marker {
    list-style: initial !important;
    color: #1D70B7 !important;
        font-size: 22px;
}
.productcontent-2col.row .col-md-7 {
    width: 100%;
}
.productcontent-2col.row {
    background-color: #E4E4E4;
}
.product-gallery .ug-gallery-wrapper .ug-slider-wrapper {
    width: 100% !important;
}
.product-gallery .unite-gallery {
    max-width: 100% !important;
}
.product-dis p {
    text-align: left !important;
        padding-top: 30px;
}
header.app-header h1 {
    background-color: #0d3371 !important;
    padding: 20px 0px 10px 0;
    text-transform: capitalize !important;
    margin-bottom: 0px;
}
.product-dis {
    background: #fff !important;
        padding-top: 0px;
}
.finish-section {
    background-color: #E4E4E4 !important;
}
.product-dis::before {
    background-color: #fff !important;
}
.product-dis::after {
    background-color: #fff !important;
}
.owl-carousel.application-projects.owl-loaded.owl-drag {
    padding-top: 10px;
}
.heading-subline {
    background-color: #0d3371 !important;
    color: #fff;
    padding-bottom: 20px;
}
header.app-header p {
    width: 100%;
}
.product-list h3 {
    text-align: left;
}
.productcontent-2col.row {
    padding: 15px 0 15px 0;
}
@media (max-width: 768px) {
.ug-slider-control.ug-arrow-left.ug-skin-default {
    content: url(https://www.danpal.com/wp-content/uploads/2018/03/HP_left-arrow.png) !important;
    width: 30px !important;
    height: 40px !important;
    background: #f0f0f0a1 !important;
    padding: 3px !important;
    left: 0px !important;
}
.ug-arrow-right.ug-skin-default {
    content: url(https://www.danpal.com/wp-content/uploads/2018/03/HP_right-arrow.png) !important;
    width: 30px !important;
    height: 40px !important;
    background: #f0f0f0a1 !important;
    padding: 3px !important;
    left: 310px !important;
}
    
}
.home-contact input, .home-contact select {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 11px;
}
.home-contact input[type="submit"] {
    border: none;
    background: #1d70b7;
    width: 200px;
    font-size: 20px;
    color: white;
    box-shadow: none;
}
.finish-section:before {
    background-color: #e4e4e4 !important;
}
.finish-section:after {
    background-color: #e4e4e4 !important;
}
@media only screen and (max-width: 799px){
header.app-header .colour-des p {
    color: #333;
}
}