/*
Theme Name: Werdan
Author: KonkretneStrony
Author URI: http://konkretnestrony.pl/
Description: Professional template prepared for Werdan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wigor-org
*/

html {
	background-color: #f5f5f5;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	min-width: 303px;
	margin: 0;
	background-color: #fff;
	font-family: 'Open Sans';
}

img, a { 
	outline: none; 
	border: 0; 
}

a { 
	font-family: 'Open Sans';
	color: #444444;
	text-decoration: none; 
}

a:hover { 
	color: #000;
	text-decoration: none; 
}

b, strong {
	font-weight: 700;
}

form, fieldset,p,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;	
	border: 0;
}

fieldset {
	display: inline-block;
}

select, input,
select:focus, input:focus {
	outline: none;
}

h1, h2, h3, h4 {
	font-family: 'Lato';
}

h1 {
	text-align: left;
}

h2 {
	text-align: left;
}

h3 {
	
}

h4 {
	
}

*:focus {
    outline: 0;
}

img {
	max-width:100%;
    height:auto;
    display:block;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type='text'],
input[type='email'],
input[type='phone'] {
	height: 41px;
	padding: 0 10px;
	background-color: #fcfcfc;
	border: 1px #e1e1e1 solid;	
	-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	font-family: 'Open Sans';
	font-size: 14px;
}

textarea {
	width: 100%;
	padding: 10px;
	background-color: #fcfcfc;
	border: 1px #e1e1e1 solid;	
	-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
	font-family: 'Open Sans';
	font-size: 14px;
	resize: none;
}

/*== SITE HEADER ==*/

.werdan-header {
	position: relative;
	z-index: 89;
	width: 100%;
	margin: 0;
	padding: 0;
}

.werdan-header::before {
	content: '';
	position: absolute;
	z-index: 9997;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.2);
	border-top: 1px rgba(0,0,0,0.2) solid;
	opacity: 0.26;
}

.werdan-header .inner {
	position: relative;
	max-width: 1248px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
}

.werdan-header .logo {
	position: relative;
	display: inline-block;
	height: inherit;
	margin: 0 0 0 15px;
	float: left;
	text-indent: -9999px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.werdan-header .logo:hover {
	opacity: 0.8;
}

.werdan-header .logo a {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 257px;
	height: 51px;
	margin: auto;
	background-image: url(images/werdan-logo.png);
	background-size: 100% 100%;
}

/*== WERDAN HEADER - NAV ==*/

.site-nav {
	margin: 0 15px 0 0;
	float: right;
}

.site-nav ul {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}

.site-nav ul li {
	position: relative;
	display: inline-block;
	height: inherit;
	margin: 0;
	padding: 41px 0 0 0;
	float: left;
}

.site-nav ul li.current-menu-item::after {
	content: '';
	position: absolute; 
	z-index: 9991;
	right: 28px;
	bottom: 0; 
	left: 28px;
	display: none;
	height: 3px; 
	padding: 0;
	background: #fe4902;
}

.site-nav ul li.magicline {
	position: absolute; 
	bottom: 0; 
	left: 15px;
	display: block;
	width: 97px;
	height: 3px; 
	padding: 0;
	background: #fe4902;
}

.site-nav ul li a {
	position: relative;
	display: block;
	padding: 0 28px;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #a0a0a0;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

.site-nav ul li:nth-last-child(2) a {
	padding: 0 0 0 28px;
}

.site-nav.mobile ul {
	display: block;
}

.site-nav.mobile ul.toggle {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.site-nav .mobile-trigger {
	position: absolute;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 8px;
	display: none;
	width: 35px;
	height: 35px;
	margin: auto;
	text-align: center;
}

.site-nav .mobile-trigger .menu-icon {
	position: absolute;
	top: 15px;
	left: 7px;
	display: inline-block;
	-webkit-transform: translateX(0%) translateY(50%);
	-moz-transform: translateX(0%) translateY(50%);
	-ms-transform: translateX(0%) translateY(50%);
	-o-transform: translateX(0%) translateY(50%);
	transform: translateX(0%) translateY(50%);
	width: 21px;
	height: 3px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.site-nav .mobile-trigger .menu-icon::before, .site-nav .mobile-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color .3s;
	-moz-transition: -moz-transform .3s, top .3s, background-color .3s;
	transition: transform .3s, top .3s, background-color .3s;
}

.site-nav .mobile-trigger .menu-icon,
.site-nav .mobile-trigger .menu-icon::before, 
.site-nav .mobile-trigger .menu-icon:after {
	background-color: #a0a0a0;
}

.site-nav .mobile-trigger .menu-icon::before {
	top: -7px;
}

.site-nav .mobile-trigger .menu-icon::after {
	top: 7px;
}

.site-nav .mobile-trigger .menu-icon.active {
	background-color: rgba(255, 255, 255, 0);
}

.site-nav .mobile-trigger .menu-icon.active::before, .site-nav .mobile-trigger .menu-icon.active::after {
	background-color: #ee3e28;
}

.site-nav .mobile-trigger .menu-icon.active::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.site-nav .mobile-trigger .menu-icon.active::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

/*== SLIDER ==*/

.werdan-slider {
	position: relative;
    z-index: 9;
	width: 100%;
	max-height: 450px;
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}

.werdan-slider::before {
	content: '';
	position: absolute;
	z-index: 9997;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.2);
	border-top: 1px rgba(0,0,0,0.2) solid;
	opacity: 0.26;
}

.werdan-slider::after {
	content: '';
	position: absolute;
	z-index: 9998;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.2);
	border-bottom: 1px rgba(0,0,0,0.4) solid;
	opacity: 0.26;
}

.werdan-slider .preloader {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.main-slider li {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.main-slider li a {
	position: relative;
	z-index: 9992;
	display: block;
	max-width: 100%;
}

.main-slider li a::after {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.main-slider li:nth-child(1) a::after {
	background: url(images/slide-1-mask.png);
	background-size: cover;
}

.main-slider li:nth-child(2) a::after {
	background: url(images/slide-2-mask.png);
	background-size: cover;
}

.main-slider li:nth-child(3) a::after {
	background: url(images/slide-3-mask.png);
	background-size: cover;
}

.main-slider li:nth-child(4) a::after {
	background: url(images/slide-4-mask.png);
	background-size: cover;
}

.main-slider li .caption {
	position: absolute;
	top: 0;
	z-index: 9999;
	height: 100%;
	padding: 56px 50px;
	background-image: url(images/slide-caption-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: 'Istok Web';
	opacity: 0.92;
	-vendor-animation-duration: .2s;
	-vendor-animation-delay: .2s;
	-vendor-animation-iteration-count: infinite;
}

.main-slider li.activeSlide .caption {
	display: block !important;
}

.main-slider li:nth-child(1) .caption {
	width: 19.5%;
	max-width: 358px;
}

.main-slider li:nth-child(2) .caption {
	width: 17%;
	max-width: 310px;
}

.main-slider li:nth-child(3) .caption {
	width: 18%;
	max-width: 285px;
}

.main-slider li:nth-child(4) .caption {
	width: 24%;
	max-width: 468px;
}

.main-slider li .caption p {
	position: relative;
	font-size: 3.5vw;
	color: #fff;
	text-align: left;	
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	line-height: auto;
	white-space: nowrap;
}

.main-slider li .caption p.direction {
	margin: 0 0 80px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
}

.main-slider li .caption p.direction::after {
	content: '';
	position: absolute;
	bottom: -38px;
	width: 40px;
	height: 2px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.main-slider li .caption p.direction b {
	display: block;
	margin: 8px 0 0 -4px;
	padding: 0;
	font-weight: 700;
	font-size: 3.4vw;
	text-transform: uppercase;
	letter-spacing: -1.5px;
}

.main-slider li .caption p.time .icon {
	display: inline-block;
	width: 53px;
	height: 53px;
	margin: 4px 5px 0 0;
	padding: 0;
	background: url(images/ico-clock.png);
	background-size: 100% 100%;
	vertical-align: top;
}

/*== WERDAN SECTIONS ==*/

.werdan-sections {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1248px;
	padding: 0;
	margin: 0 auto 50px auto;
	padding: 0;
	overflow: hidden;
}

.werdan-sections > div {
	display: inline-block;
	width: 25%;
	max-width: 312px;
	height: 298px;
	margin: 0;
	padding: 0 15px 0 15px;
	float: left;
}

.werdan-sections a.inner {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 15px;
	border: 1px #e1e1e1 solid;	
	border-bottom: 1px #fbad17 solid;	
	-webkit-transition: border-bottom .2s;
	-moz-transition: border-bottom .2s;
	transition: border-bottom .2s;
}

.werdan-sections a.inner:hover {
	border-bottom: 3px #fbad17 solid;
}

.werdan-sections .icon {
	position: relative;
	width: 100%;
	height: 155px;	
}

.werdan-sections .icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.werdan-sections h4 {
	margin: 0 0 20px 0;
	font-family: 'Istok Web';
	font-size: 25px;
	font-weight: 700;
	color: #373737;
	text-transform: uppercase;
	text-align: center;
}

.werdan-sections p {
	padding: 0 20px;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #8b8b8b;
	text-align: center;
}

/*== SUBPAGES ==*/

.pagebody {
	width: 100%; 
	overflow: hidden;	
}

.pagebody > .inner {
	width: 100%; 
	max-width: 1248px; 
	margin: 0 auto; 
	padding: 57px 15px 30px 0; 
	overflow: hidden;
}

.pagebody .inner > h2 {
	margin: 0 0 38px;
	padding: 0 0 0 15px;
	font-family: 'Istok Web';
	font-size: 35px;
	font-weight: 400;
	color: #575757;
	text-align: center;
}

/*= PAGEBODY: STORYCONTENT =*/

.fl-right {
	margin: 15px 0 20px 35px;
	float: right;
}

.fl-left {
	margin: 15px 35px 20px 0;
	float: left;
}

.box-section {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1248px;
	padding: 0;
	margin: 0 auto;
	padding: 0 0 20px;
	overflow: hidden;
}

.box-section.cars {
	margin-top: 45px;
	margin-bottom: 30px;
}

.box-section > div {
	display: inline-block;
	width: 25%;
	max-width: 312px;
	margin: 0;
	padding: 0 15px 0 15px;
	float: left;
}

.box-section.cars > div {
	width: 33.3%;
	max-width: 500px;
}

.box-section .inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dbdbdb;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.box-section .inner:hover {
	opacity: 0.8;
}

.box-section .inner:before {
	content: '';
	position: absolute;
	right: 1px;
	bottom: -3px;
	left: 1px;
	display: block;
	height: 2px;
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
}

.box-section .inner:after {
	content: '';
	position: absolute;
	z-index: 98;
	right: 4px;
	bottom: -5px;
	left: 4px;
	display: block;
	height: 2px;
	border-right: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
	border-left: 1px #f0f0f0 solid;
}

.box-section .inner img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}

.box-section.cars .inner::before,
.box-section.cars .inner::after {
	display: none;
}

.box-section.cars .inner,
.box-section.cars .inner img {
	border: 0;
}

.storycontent {
	margin: 0; 
	padding: 0 0 0 15px;
	overflow: hidden;
}

.sc .storycontent {
	width: 75%;
	padding: 0 0 0 30px;
	float: right;
}

.cs .storycontent {
	width: 75%;
	padding: 0 30px 0 15px; 
	float: left;
}

.storycontent h3,
.sidebar .widget h3,
.storycontent h4,
.sidebar .widget h4,
.storycontent h5,
.sidebar .widget h5,
.storycontent h6,
.sidebar .widget h6 {
	padding: 0;
	font-weight: 700;
	color: #575757;
	text-align: left;
}

.storycontent h3,
.sidebar .widget h3 {
	margin: 50px 0 30px;
	font-size: 30px;
}

.storycontent h4,
.sidebar .widget h4 {
	margin: 40px 0 30px;
	font-size: 25px;
}

.storycontent h5,
.sidebar .widget h5 {
	margin: 0 0 25px;
	font-size: 20px;
}

.storycontent h6,
.sidebar .widget h6 {
	margin: 30px 0 25px;
	font-size: 16px;
}

.storycontent p,
.sidebar .widget p {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 15px;
	color: #575757;
	text-align: left;
	line-height: 24px;
}

.storycontent blockquote {
	position: relative;
	margin: 0;
	margin: 20px 0 30px 0;
	padding: 20px 30px 20px 135px;
	background: url(images/ico-quote.png) no-repeat 75px 24px;
}

.storycontent blockquote p {
	font-family: 'Open Sans';
	color: #c6252d;
	font-size: 25px;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}

.storycontent blockquote cite {
	display: block;
	margin: 5px 0 0;
	color: #999999;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.storycontent blockquote cite:before {
	content: "\2014 \2009";
}

.storycontent b,
.storycontent strong {
	font-weight: 700;
}

.storycontent i {
	font-style: italic;
}

.storycontent del,
.storycontent s {
	text-decoration: line-through;
}

.storycontent em {
	font-weight: 500;
}

.storycontent a {
	color: #004087;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.storycontent a:hover {
	opacity: 0.8;
}

.storycontent img {
	position: relative;
    display: block;
    padding: 5px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dbdbdb;
}

.storycontent ul,
.sidebar .widget ul {
	display: block;
	margin: 30px auto;
	padding: 0 15px;
}

.storycontent ul li,
.sidebar .widget ul li {
	margin: 0 0 5px;
	padding: 0 0 3px 30px;
	list-style-type: none;
	background-image: url(images/ico-list.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-size: 15px;
	color: #8b8b8b;
	text-align: left;
	line-height: 24px;
}

/*= PAGEBODY: SIDEBAR =*/

.pagebody .sidebar {
	width: 25%; 
}

.pagebody.sc .sidebar {
	right: 0;
	padding: 0 0 0 15px;
	float: left;
}

.pagebody.cs .sidebar {
	float: right; 
}

.sidebar .widget {
	margin: 30px 0 0 0;
}

.sidebar .widget:first-of-type {
	margin: 0;
}

.sidebar .widget h5 {
	margin: 0 0 25px 0;
	padding: 0 15px 0 0;
	font-weight: 700;
}

.widget ul {
	margin: 0;
	padding: 0 15px 0 0;
}

.widget ul li {
	padding: 0 0 3px 30px;
}

.widget.contact .textwidget {
	padding: 20px 25px 20px;
	border: 1px #e1e1e1 solid;
}

.widget.contact p {
	margin: 0;
	padding: 0 0 0 40px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #575757;
	line-height: 36px;
}

.widget.contact p.address {
	background-image: url(images/ico-map-pin.png);
	background-position: 5px 9px;
}

.widget.contact p.phone {
	background-image: url(images/ico-phone.png);
	background-position: 2px 9px;
}

.widget.contact p.mail {
	background-image: url(images/ico-mail.png);
	background-position: 3px 9px;
}

.widget.contact p span {
	display: block;
}

/*== SUBPAGES: CONTACT ==*/

.company-map {
	position: relative;
	height: 455px;
}

.company-map::before {
	content: '';
	position: absolute;
	z-index: 9997;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0,0,0,0.2);
	border-top: 1px rgba(0,0,0,0.2) solid;
	opacity: 0.26;
}

iframe {
    border: 0;
    height: 455px;
    position: absolute;
    width: 100%;
    z-index: 9996;
}

.wpcf7-form {
	
}

.wpcf7-form p {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.wpcf7-form p .wpcf7-spinner {
    float: none;
}

.wpcf7-form p span {
	display: inline-block;
    margin-block-start: 5px;
	padding: 0;
	float: left;
}

.wpcf7-form p span:first-child {
	padding: 0;
}

.wpcf7-form  input[type='text'],
.wpcf7-form  input[type='email'],
.wpcf7-form  input[type='tel'] {
	width: 100%;
}

.wpcf7-form  input[type='text']:focus,
.wpcf7-form  input[type='text']:hover,
.wpcf7-form  input[type='email']:focus,
.wpcf7-form  input[type='email']:hover,
.wpcf7-form  input[type='tel']:focus,
.wpcf7-form  input[type='tel']:hover {
	border-color: #aeaeae;
}

.wpcf7-form textarea {
	height: 185px;
}

.wpcf7-form textarea:focus,
.wpcf7-form textarea:hover {
	border-color: #aeaeae;
}

.wpcf7-form-control-wrap.your-message {
	width: 100%;
}

/* CONACT FORM MESSAGES */

span.wpcf7-form-control-wrap {
	display: inline-block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	top: 0;
	right: 0;
	left: 30px;
	width: auto;
	height: 100%;
	padding: 7px 10px;
    border: 1px solid #ff0000;
	font-size: 14px;
}

.use-floating-validation-tip .wpcf7-form-control-wrap:first-child span.wpcf7-not-valid-tip {
	left: 0;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	top: 14px;
	right: 0;
}

div.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
	font-family: 'lato';
}

.wpcf7-form [type='submit'] {
	width: 65%;
	height: 52px;
	background: #fbad17;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYWQxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTI2MmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fbad17 0%, #c9262c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbad17), color-stop(100%,#c9262c));
	background: -webkit-linear-gradient(top, #fbad17 0%,#c9262c 100%);
	background: -o-linear-gradient(top, #fbad17 0%,#c9262c 100%);
	background: -ms-linear-gradient(top, #fbad17 0%,#c9262c 100%);
	background: linear-gradient(to bottom, #fbad17 0%,#c9262c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbad17', endColorstr='#c9262c',GradientType=0 );
	border: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.wpcf7-form [type='submit']:hover,
.wpcf7-form [type='reset']:hover {
	color: #fff;
	opacity: 0.8;
}

.wpcf7-form [type='reset']:hover {
	color: #1da9cc;
	opacity: 0.8;
}

.wpcf7-form [type='reset'] {
	background: url(images/btn-transparent-bg.png) repeat-x bottom center #fff;
	border-right: 3px #37bcd8 solid;
	border-bottom: 3px #dddddd solid;
	-webkit-box-shadow: inset 3px 3px 0 #37bcd8;
	-moz-box-shadow: inset 3px 3px 0 #37bcd8;
	box-shadow: inset 3px 3px 0 #37bcd8;
	color: #1da9cc;
}

.page-template-page-contact .wigor-map .officemap {
	min-height: 525px;
}

/*== SITE FOOTER ==*/

.werdan-footer {
	position: relative;
	width: 100%;
	height: 80px;
	background: #f5f5f5;
	border-top: 1px #e1e1e1 solid;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.werdan-footer .inner {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	padding: 0 15px 28px;
	overflow: hidden;
}

.werdan-footer .copyrights {
	padding: 23px 0 0;
	float: left;
}

.werdan-footer .copyrights p {
	font-size: 13px;
	color: #8b8b8b;
	line-height: 24px;
}

.werdan-footer .copyrights a {
	color: #616161;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

.werdan-footer .copyrights a:hover {
	color: #8b8b8b;
}

.footer-nav {
	margin: 28px 0 0;
	float: right;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	position: relative;
	margin: 0 0 0 36px;
	padding: 0;
	float: left;
}

.footer-nav ul li:first-child {
	margin: 0;
}

.footer-nav ul li a {
	position: relative;
	display: block;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #a0a0a0;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}