/*

Theme Name: Danpal New 4.2016

Theme URI: http://underscores.me/

Author: Underscores.me

Author URI: http://underscores.me/

Description: Description

Version: 7.2

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

--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*--------------------------------------------------------------

# 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;

}

.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;

}



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:visited {

	color: purple;

}



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;

	opacity: 0.8;

}



.main-navigation {

	clear: both;

	display: block;

	float: none;

	width: 100%;

}

.nav-row {

	max-width: 1024px;

	margin: 0 auto;

}

.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;

}



/*H1 header*/

.h-title {

	margin: 0;

}

.h-title a span {

	position: absolute;

	text-indent: -9999em;

}



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;

}

.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 {

	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: uppercase;

}

header.app-header h1 {

	color: #414042;

	font-size: 45px;

}

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, h2.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, .application-section h2.title.fancy {

	margin-top: 50px;

}

.product-slider h1.title.fancy,

.about-section h1.title.fancy,

.architect-section h1.title.fancy, .product-slider h2.title.fancy,

.about-section h2.title.fancy,

.architect-section h2.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: #82235d;

	font-weight: bold;

	font-size: 18px;

}

.slider-content h4 {

	color: #82235d;

	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: 639px;

    width: 747px;

    margin: 0;

	position: relative;

}

#map .indonesia {

	height: 111px;

    width: 255px;

	position: absolute;

	top: 0;

	left: 271px;

}

#map .new_caledonia {

	height: 80px;

    width: 145px;

	position: absolute;

	top: 246px;

	right: 23px;

}

#map .new_south_wales {

	height: 100px;

    width: 175px;

	position: absolute;

	bottom: 147px;

	right: 215px;

}

#map .new_zealand {

	height: 217px;

	width: 165px;

	position: absolute;

	right: 0;

	bottom: 0;

}

#map .queensland {

	position: absolute;

	top: 110px;

	width: 187px;

	height: 275px;

	right: 218px;

}

#map .south_australia {

    width: 142px;

    height: 186px;

    position: absolute;

    bottom: 107px;

    left: 211px;

}

#map .tasmania {

    position: absolute;

    bottom: 9px;

    right: 293px;

    width: 133px;

    height: 76px;

}

#map .victoria {

    position: absolute;

    height: 62px;

    width: 131px;

    bottom: 85px;

    right: 256px;

}

#map .western_australia {

	position: absolute;

	left: 0;

	top: 147px;

	width: 212px;

	height: 346px;

}

#map .northern_territory {

    position: absolute;

    top: 112px;

    width: 124px;

    height: 235px;

    left: 212px;

}

.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.Facade {

	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.Interiors {

	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.Roofing {

	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.Facade:hover,

.active a.app-tab.Facade {

	background-color: #4ea052 !important;

}

a.app-tab.Facade:hover:after,

.active a.app-tab.Facade: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;

}

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.Interiors:hover,

.active a.app-tab.Interiors {

	background-color: #657680 !important;

}

a.app-tab.Interiors:hover:after,

.active a.app-tab.Interiors: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;

}

/************/

a.app-tab.Roofing:hover,

.active a.app-tab.Roofing {

	background-color: #b12835 !important;

}

a.app-tab.Roofing:hover:after,

.active a.app-tab.Roofing: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.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.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 {

	background-image: url('../danpal/images/big-app/skylights.png')

}

.app-image-in.Facade {

	background-image: url('../danpal/images/big-app/facades.png')

}

.app-image-in.Cladding {

	background-image: url('../danpal/images/big-app/cladding.png')

}

.app-image-in.Interiors {

	background-image: url('../danpal/images/big-app/interior.png')

}

.app-image-in.Roofing {

	background-image: url('../danpal/images/big-app/outdoor.png')

}

.app-image-in.Shading {

	background-image: url('../danpal/images/big-app/shading.png')

}

/*** All Colors ***/

.tab-content h3 {

	/*height: 57px;*/

}

.term-facade-solutions .tab-content h3 {

	color: #4ea052;

}

.term-facade-solutions .product-btn .pbtn {

	border: 1px solid #4ea052;

    color: #4ea052;

}

.term-facade-solutions .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 {

	color: #1c75bc;

}

.term-skylight-solutions .product-btn .pbtn {

	border: 1px solid #1c75bc;

    color: #1c75bc;

}

.term-skylight-solutions .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 {

	color: #b12835;

}

.term-outdoor-solutions .product-btn .pbtn {

	border: 1px solid #b12835;

    color: #b12835;

}

.term-outdoor-solutions .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 {

	color: #81265c;

}

.term-shading-solutions .product-btn .pbtn {

	border: 1px solid #81265c;

    color: #81265c;

}

.term-shading-solutions .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 {

	border: 1px solid #657680;

    color: #657680;

}

.term-interior-system .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;

}





.home img.architect {

	height: 161px;

}

.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.Facade,

.app-image.Facade {

	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.Interiors,

.app-image.Interiors {

	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.Roofing,

.app-image.Roofing {

	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;

}

#media {max-width: 800px;}

.app-box {

	margin-bottom: 30px;

}


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;

}

.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-section .textwidget > p {

    margin-bottom: 5px;

}

footer {

	/*margin-top: 50px;*/

	padding-bottom: 40px;

}

.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 {

	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: 30px;

	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

}

.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;

}

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;

}

.continent-list-tab a.app-tab {

	height: 40px;

}

.single-contact_tab .nav-tabs>li.active>a:after,

.single-contact_tab .nav-tabs>li.active>a:focus:after,

.single-contact_tab a.app-tab:hover:after,

.single-contact_tab .active a.app-tab:after,

.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: 40px;

}

.continent-list-tab .col-md-2 {

	float: right;

}

.country-list {

	background-color: #f4f2f3;

	padding: 10px 30px 0;

	min-height: 100%;



}

.danpal-send-btn {

	margin-top: 40px;

}

.contact-info {

	min-height: 550px;

	font-size: 14px;

}



.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: 370px;

}

.main-navigation .prodMenu a {

	height: auto;

    padding: 5px 10px;

}

.main-navigation .prodMenu li#menu-item-864 a {

    margin-bottom: 0px;

}

.main-navigation .prodMenu li#menu-item-3649 a

{

margin-bottom:25px;

}

.main-navigation .prodMenu li#menu-item-864 a {

	margin-top: -4px;

}

.main-navigation .prodMenu li#menu-item-862 a {

    position: relative;

    top: -320px;

}

.main-navigation .prodMenu li#menu-item-863 a {

    margin-bottom: 315px;

	position: relative;

	top: -5px;

}

.main-navigation .prodMenu li#menu-item-861 a {

    margin-bottom: 0;

    position: relative;

    top: -320px;

}

.main-navigation .prodMenu li#menu-item-1794 a {

    margin-bottom: 0;

    position: relative;

    top: -188px;

}

.main-navigation .prodMenu li#menu-item-1084 a {

    margin-bottom: 0;

    position: relative;

    top: -190px;

}

.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;

}

::-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;

	height: 370px;

}

p.form-text {



}

.tab-content.sub-nav-tab {

	margin-top: 0;

}

.single-products .product-list {

	background-color: #f7f6f6;

	padding: 24px 10px;

	height: 513px;

	

}

.page-template-color-page .modal-content {

	padding: 10px;

}

.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: 240px;

}

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: 55px;

}

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: 80px;

}



/*FF Styles */

body.gecko .prodMenu {

	height: 385px;

}

body.gecko .main-navigation .prodMenu li#menu-item-864 a {

    margin-bottom: 135px;

}

body.gecko .main-navigation .prodMenu li#menu-item-861 a {

    margin-bottom: 260px;

}



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) {

	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: 999999;

    top: 6px;

    left: 10px;

	position: absolute;

}

.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);

}

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 {

	text-transform: capitalize;

}

#search-filter-form-713 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 {

	font-weight: normal;

}

li.sf-level-0 > label {

	font-weight: normal;

}

#search-filter-form-713 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 {

	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;

}

.content-homepage {
    font-size: 16px;
    padding: 30px 0 0;
}

@media (max-width: 800px) {

	.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;

	}



}



@media (max-width: 450px) {

	.header-search input[type="search"] {

		height: auto;

	}

	.footer-col {

		width: 100%;

		padding: 0 25px;

		margin-right: auto;

		margin-left: auto;

	}

	.search-row {

		width: 100%;

		left: 0;

	}

	.serch-col,

	.gallery-search .form-control {

		width: 100%;

		margin-top: 5px;

	}

	.contact-info {

		min-height: auto;

		padding: 20px;

	}

	.country-list {

		padding: 30px 30px 15px;

	}

	.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: 8px !important;

	}

	.flex-direction-nav .flex-next {

		right: -8px !important;

	}

	.about-section h1.title.fancy, .about-section h2.title.fancy {

		margin-bottom: 0;

	}

	p.about {

		margin-top: 0;

	}

	.pps-popup {

		top: 75px !important;

	}

	.product-gallery {

		min-height: 300px;

	}

	.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: 150px;

		margin-right: 0;

		margin-left: 0;

	}

	.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;

	}

	.contactform-side {

		max-width: 100% !important;

		margin-top: 25px;

	}

	div.wpcf7 {

		padding: 0 30px 20px;

	}

	.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 {

		float: right;

	}

	.mobile-contact .panel-group {

		padding: 0 20px;

	}

	input[type="text"],

	input[type="email"],

	input[type="url"],

	input[type="password"],

	input[type="search"],

	select {

		width: 100%;

		height: 40px;

	}

	h3.app-name {

		padding-left: 6px;

		font-size: 12px;

		margin-top: -40px;

	}

	header.app-header h1 {

		font-size: 30px;

	}

	.imgbg, .app-image {

		background-size: 100%;

	}

	.architect-info-title {

		opacity: 1;

	}

	a.architectlink img {

		opacity: 0.5;

	}

	.architect-info-title .Chevron {

		display: none;

	}

	.home img.architect {

		height: 100%;

	}

}

@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;

	}

	#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {

		width: 80% !important;

	}

}

h3.widgettitle.blog-side-title {
    color: #073776;
    font-size: 24px;
}
h3.widgettitle.blog-side-title:before {
      display: none;
}

img.danpal-logo.alignleft {
    float: right !important;
}



