/*
Theme Name: rewords
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rewords
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.

 rewords is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
	font-family: 'Gotham';
	src: url('assets/gothambold1.eot');
	src: local('gothambold1'), url('assets/gothambold1.woff') format('woff'), url('assets/gothambold1.ttf') format('truetype');
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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: #e6ecf2;*/
	background:  #e7ecf2;
        font-family:'Open Sans';
        /*overflow: hidden !important;*/
        font-size: 15px;
}
#fp-nav {z-index: 200000;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{width: 6px; height: 6px; background: #2bd5fd; border-radius: 100%; border: none !important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {width: 10px; height: 10px; background: #1864ac; left: 0px;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

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

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

p {
	/*margin-bottom: 1.5em;*/
	font-family: 'Open Sans';
	line-height: 1.5;
	font-size: 15px;
}

b,
strong {
	font-weight: bold;
}

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: 1.5rem;
	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: 1.5rem;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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; 
	max-width: 100%;
        max-height: 117%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0; 
	vertical-align: baseline; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 3px;
}

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

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration:none;
    color:inherit;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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 ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

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

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

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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;
}

/*--------------------------------------------------------------
9.0 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;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

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

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

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

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

/*--------------------------------------------------------------
12.2 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;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

.site-header {
    position:absolute;
    /*position:fixed;*/
    z-index: 200000;
    width: 1200px;
    height:90px;
    padding: 40px 40px 0 40px;
    /*z-index: 800;*/
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -600px;
    left: 50%;
}

.home .site-header {
	position: fixed;
}

.site-title {display: block;}
.site-branding {
    float:left;
}

.main-navigation {
    float:right;
}

.main-navigation .menu {float:left; margin-top: 10px; margin-right:30px;}

.main-navigation .menu li {
    margin-left:17px;
}
.grey-menu .menu a {color: #4c4c4c !important; }
.main-navigation .menu a {
    color:#ffffff;
    font-family:'Open Sans';
    font-size:14px;
    text-shadow: none;
}

.main-navigation .menu.inv a {
    color:#1965ac;
    font-family:'Open Sans';
    font-size:14px;
    text-shadow: none;
}

.grey-menu .menu a:after { background: none repeat scroll 0 0 #4c4c4c !important;}
.main-navigation .menu.inv a:after {
    background: none repeat scroll 0 0 #1965ac;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 100%;
    transform: translateY(0px);
    /*transition: height 0.3s linear  0s, opacity 0.3s linear  0s, transform 0.3s linear  0s;*/
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
    /*width: 100%;*/
    width: 0%;
}
.main-navigation .menu a:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 100%;
    transform: translateY(0px);
    /*transition: height 0.3s linear  0s, opacity 0.3s linear  0s, transform 0.3s linear  0s;*/
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
    /*width: 100%;*/
    width: 0%;
}
 .main-navigation .menu a:hover:after, .main-navigation .menu a:focus:after {
    height: 1px;
    opacity: 1;
    transform: translateY(0px);
    width: 100%;
}
.grey-menu .current_page_item a:after, .main-navigation .menu .current_page_item a:after {height: 1px;
    opacity: 1;
    transform: translateY(0px);
 width: 100%;}

.menu-login {
    float:left;
    color:#1965ac;
    height:44px;
    line-height:44px;
    background:url(img/login.png) 18px center no-repeat;
    font-family: Arial;
    font-weight: bold;
    padding-left:55px;
    width: 147px;
    font-size: 14px;
    position:relative;
	margin-right: 12px;
}
.menu-login:hover {	background:url(img/login-white.png) 18px center no-repeat;}

.inv.menu-login {
	background:url(img/login-white.png) 18px center no-repeat;
}

.inv.menu-login:hover {
	background:url(img/login.png) 18px center no-repeat;
}

.menu-login:before, .menu-login:after {
    border:2px solid #1864ac;
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.3s linear  0s, opacity 0.3s linear  0s;
    width: 100%;
}
/*.menu-login:after {
    border-color: #fff;
    opacity: 0;
    transform: translateY(-7px) translateX(6px);
}
.menu-login:hover:before, .menu-login:focus:before {
    opacity: 0;
    transform: translateY(5px) translateX(-5px);
}
.menu-login:hover:after, .menu-login:focus:after {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
}
*/
.lang, #lang_sel {
    float:left;
    background: rgba(255, 255, 255, 0.15);
    width:77px;
    height:44px;
    border-radius:2px;
    position:relative;
    line-height:42px;
    
}

.lang i {
    position:absolute;
    top:13px;
    right:18px;
}

.lang-link {
    height:11px;
    width:16px;
    float:left;
    margin-left:20px;
}

/*--------------------------------------------------------------
MAIN PAGE GRID
--------------------------------------------------------------*/

#page {
    position:relative;
}

#head {
    width:100%;
    height: 800px;
 /*   padding-top:70px;*/
    color:#fff;
    position:relative;
-webkit-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s ease;
    
}

#intextcontent h2 {
	color: #17569c;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#17569c), to(#2a73b3));
  background: -webkit-linear-gradient(left, #17569c, #2a73b3);
  /*background: -moz-linear-gradient(left, #17569c, #2a73b3);*/
  background: -o-linear-gradient(left, #17569c, #2a73b3);
  background: linear-gradient(left, #17569c, #2a73b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#inimagecontent h2 {
color: #0d59c9;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0d59c9), to(#35a3f9));
  background: -webkit-linear-gradient(left, #0d59c9, #35a3f9);
  /*background: -moz-linear-gradient(left, #0d59c9, #35a3f9);*/
  background: -o-linear-gradient(left, #0d59c9, #35a3f9);
  background: linear-gradient(left, #0d59c9, #35a3f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#inareacontent h2 {
color: #0196f0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0196f0), to(#04b5f5));
  background: -webkit-linear-gradient(left, #0196f0, #04b5f5);
  /*background: -moz-linear-gradient(left, #0196f0, #04b5f5);*/
  background: -o-linear-gradient(left, #0196f0, #04b5f5);
  background: linear-gradient(left, #0196f0, #04b5f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#layercontent h2 {
color: #48CAFC;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#48CAFC), to(#7CE8FC));
  background: -webkit-linear-gradient(left, #48CAFC, #7CE8FC);
  /*background: -moz-linear-gradient(left, #48CAFC, #7CE8FC);*/
  background: -o-linear-gradient(left, #48CAFC, #7CE8FC);
  background: linear-gradient(left, #48CAFC, #7CE8FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*.intextbg, */.inareabg, .inimagebg, .layerbg {
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
    opacity:0;
}

.intextbg {
    /*background:url(img/bg-intext.png) center center no-repeat;*/
	background:url(img/head-slider_1.jpg) center center no-repeat;
    background-size:cover;
 /*   -webkit-transition: background 1s linear ;
    -moz-transition: background 1s linear ;
    -o-transition: background 1s linear ;
    transition: background 1s linear ;*/
}

.inimagebg {
    /*background:url(img/bg-inimage.png) center center no-repeat;*/
	background:url(img/head-slider_2.jpg) center center no-repeat;
    background-size:cover;
/*    -webkit-transition: background 1s linear ;
    -moz-transition: background 1s linear ;
    -o-transition: background 1s linear ;
    transition: background 1s linear ;*/
}

.inareabg {
    /*background:url(img/bg-inarea.png) center center no-repeat;*/
	background:url(img/head-slider_3.jpg) center center no-repeat;
    background-size:cover;
/*    -webkit-transition: background 1s linear ;
    -moz-transition: background 1s linear ;
    -o-transition: background 1s linear ;
    transition: background 1s linear ;*/
}

.layerbg {
    /*background:url(img/bg-layer.png) center center no-repeat;*/
	background:url(img/head-slider_4.jpg) center center no-repeat;
    background-size:cover;
/*    -webkit-transition: background 1s linear ;
    -moz-transition: background 1s linear ;
    -o-transition: background 1s linear ;
    transition: background 1s linear ;*/
}

.pad {
    opacity: 0;
    width:777px;
    height:505px;
    min-height: 400px;
    max-height: 84%;
    position:absolute;
    left: 46%;
    margin-top: -30px;
/*    right:-100%;*/
/*    left: 200%;*/
   -webkit-transition: 1.2s ease !important;
    -moz-transition: 1.2s ease !important;
    -o-transition: 1.2s ease !important;
    transition: 1.2s ease !important;
/*    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease ;
    transition: 1.5s ease;*/
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
}

.ad {
    position:absolute;
    -webkit-transition: 1s ease ;
    -moz-transition: 1s ease ;
    -o-transition: 1s ease ;
    transition: 1s ease ;
     /*-webkit-transform: scale(0.7) translateY(140px) translateX(140px);
    -moz-transform: scale(0.7) translateY(140px) translateX(140px);
    -o-transform: scale(0.7) translateY(140px) translateX(140px);
    transform: scale(0.7) translateY(140px) translateX(140px);*/
z-index: 1000000;
    opacity:0;
/*    top:0;
    right:0;*/
}
.imgshadow {
    /*-webkit-box-shadow: 40px 35px 40px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    40px 35px 40px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         40px 35px 40px 0px rgba(50, 50, 50, 0.4);*/
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.4);
}

.imgtopshadow {
    /*-webkit-box-shadow: 40px 35px 40px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    40px 35px 40px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         40px 35px 40px 0px rgba(50, 50, 50, 0.4);*/
	-webkit-box-shadow: 0px -10px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px -10px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px -10px 5px 0px rgba(50, 50, 50, 0.4);
}

.pad img:first-child {
	left: -40px;
	position: absolute;
}

/*.pad img{
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform:  scale(0.9);
    -ms-transform:  scale(0.9);
    transform:  scale(0.9);
}*/

#intext-ad {
	opacity: 0;
	position: absolute;
	width: 1px;
	top: 180px;
	left: 120px;
	transition: all 0.5 ease;
}

#intext-ad.intext-ad {
	opacity: 1;
	width: 384px;
	top: 209px;
	left: -30px;
}

#intext-shad {
	opacity: 0;
	position: absolute;
	width: 1px;
	top: 180px;
	left: 120px;
	z-index: 0;
}

#intext-shad.intext-ad {
	position: absolute;
	top: 130px;
	left: -80px;
	width: 603px;
	z-index: 0;
	opacity: 1;
}

#inimage-ad {
	opacity: 0;
	position: absolute;
	top: 334px;
	width: 250px;
	left: 350px;
}

#inimage-ad.inimage-ad {
	opacity: 1;
	position: absolute;
	top: 123px;
    width: 592px;
	left: -55px;
}

#inimage-shad {
	opacity: 0;
	position: absolute;
	top: 334px;
	width: 250px;
	left: 350px;
}

#inimage-shad.inimage-ad {
	opacity: 1;
	position: absolute;
	top: 90px;
	width: 901px;
	left: -180px;
	z-index: 0;
}

#inarea-ad  {
    position: absolute;
	opacity: 0;	
    right: 32%;
    top: 300px;
	width: 420px;
}

#inarea-ad.inarea-ad {
    opacity: 1;
	top: 20px;
	right: 270px;
	width: 703px;
}

#inarea-shad {
	position: absolute;
	opacity: 0;	
    right: 32%;
    top: 300px;
	width: 420px;
}

#inarea-shad.inarea-ad  {
	opacity: 1;
	top: -130px;
	right: 170px;
	width: 935px;
}

#layer-ad {
	opacity: 1;
	top: 200px;
	width: 320px;
	left: -380px;
}

#layer-ad.layer-ad {
    opacity: 1;
	/*top: 40px;
	width: 380px;
	left: -20px;*/
	  top: 180px;
	  width: 320px;
	  left: 12px;
  -webkit-transform: skewY(-4.7deg);
  -moz-transform: skewY(-4.7deg);
  -ms-transform: skewY(-4.7deg);
  -o-transform: skewY(-4.7deg);
  transform: skewY(-4.7deg);
}

#layer-shad {
	opacity: 0;
	top: 266px;
	width: 243px;
	left: 160px;
}

#layer-shad.layer-ad {
	opacity: 1;
	top: 40px;
	width: 511px;
	left: -20px;
}

#layerpad.pad-active .ograniczenie {
	overflow: hidden;
  height: 585px;
  width: 610px;
  position: absolute;
  left: 106px;
  -webkit-transform: skewX(8deg);
  -moz-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  -o-transform: skewX(8deg);
  transform: skewX(8deg);
}

.pad-active {
    left: 46%;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 100001;
}

.content-head {
    margin-left: 21px;
    opacity: 0;
    /*left: -150%;*/
    width:100%;
    position: absolute;
    -webkit-transition: 1s ease !important;
    -moz-transition: 1s ease  !important;
    -o-transition: 1s ease   !important;
    transition: 1s ease  !important;
/*    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease ;
    transition: 1.5s ease;*/
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
   
}

.centered {
    width: 1200px;
    margin: auto;
    padding-left: 30px;
}

.content-active{
    z-index: 99999;
    left:0;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    /* -webkit-transition: 1.5s linear ;
    -moz-transition: 1.5s linear ;
    -o-transition: 1.5s linear ;
    transition: 1.5s linear ;*/
}

.content-head h2 {
    font-size: 92px;
    font-weight:600;
/*    margin-left: -6px;*/
    font-family: "Arial";
    margin-top:100px;
}

.content-head p {
    font-family:'Open Sans';
    font-size: 18px;
    max-width:350px;
    
}

.cta {
    width:190px;
    height:47px;
    font-size:14px;
    color:#fff;
    line-height:47px;
    text-align:center;
    float:left;
    position:relative;
    font-weight: bold;
    font-family: Arial;
}

.cta:before, .cta:after {
    border:2px solid #fff;
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.3s linear  0s, opacity 0.3s linear  0s;
    width: 100%;
}/*
.cta:after {
    border-color: #1864ac;
    opacity: 0;
    transform: translateY(-7px) translateX(6px);
}
.cta:hover:before, .cta:focus:before {
    opacity: 0;
    transform: translateY(5px) translateX(-5px);
}

.cta:hover:after, .cta:focus:after {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
}*/

.cta i {
    margin-left:10px;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
}

.cta:hover i {
    margin-left:20px;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
}

.head-boxes {
    width: 1200px;
	left:0;
	right:0;
	position: absolute;
	bottom: 15px;
	z-index: 100001;
	margin:0 auto;
}

.head-boxes a {
    width:299px;
    background:url(img/headlinkbg.png)center center no-repeat;
    float:left;
    height:80px;
    color: #909090;
    line-height:80px;
    font-family: Arial !important;
    font-weight: bold !important;
    font-weight:700;
    font-size:21px;
    position:relative;
    cursor:pointer;
    /*border-radius:3px;*/
    -webkit-transition: color 0.5s linear ;
    -moz-transition: color 0.5s linear ;
    -o-transition: color 0.5s linear ;
    transition: color 0.5s linear ;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 00px 2px 1px 0px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #edf0f5;
}

.head-boxes a:hover {
    color:#fff;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
}

.intext {
    padding-left:139px;
}

.inimage {
    padding-left:135px;
}

.inarea {
    padding-left:149px;
}

.layer {
    padding-left:143px;
}
a.layer {border-right: none !important;}

.intext:hover {
	/*background:url(img/intext-button.png) center center no-repeat;*/
	color: #17569c;
	background: #0d4590;
	  background: -webkit-gradient(linear, 0 0, 100% 0, from(#17569c), to(#2a73b3));
  background: -webkit-linear-gradient(left, #17569c, #2a73b3);
  
  /*background: -moz-linear-gradient(left, #17569c, #2a73b3);*/
  background: -o-linear-gradient(left, #17569c, #2a73b3);
  background: linear-gradient(left, #17569c, #2a73b3);
}

.inimage:hover {
    /*background:url(img/inimage-button.png) center center no-repeat;*/
	color: #0d59c9;
	background: #1864ac;
	  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0d59c9), to(#35a3f9));
  background: -webkit-linear-gradient(left, #0d59c9, #35a3f9);
  /*background: -moz-linear-gradient(left, #0d59c9, #35a3f9);*/
  background: -o-linear-gradient(left, #0d59c9, #35a3f9);
  background: linear-gradient(left, #0d59c9, #35a3f9);
}

.inarea:hover {
    /*background:url(img/inarea-button.png) center center no-repeat;*/
	color: #0196f0;
	background: #0b77dc;
	  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0196f0), to(#04b5f5));
  background: -webkit-linear-gradient(left, #0196f0, #04b5f5);
  /*background: -moz-linear-gradient(left, #0196f0, #04b5f5);*/
  background: -o-linear-gradient(left, #0196f0, #04b5f5);
  background: linear-gradient(left, #0196f0, #04b5f5);
}

.layer:hover {
    /*background:url(img/layer-button.png) center center no-repeat;*/
	color: #48CAFC;
	background: #02a8f3;
	  background: -webkit-gradient(linear, 0 0, 100% 0, from(#48CAFC), to(#7CE8FC));
  background: -webkit-linear-gradient(left, #48CAFC, #7CE8FC);
  /*background: -moz-linear-gradient(left, #48CAFC, #7CE8FC);*/
  background: -o-linear-gradient(left, #48CAFC, #7CE8FC);
  background: linear-gradient(left, #48CAFC, #7CE8FC);
}


.intext:hover span {
    background:url(img/intext-white.png) 50px center no-repeat;
}

.inimage:hover span{
    background:url(img/inimage-white.png) 50px center no-repeat;
}

.inarea:hover span{
    background:url(img/area-white.png) 50px center no-repeat;
}

.layer:hover span{
    background:url(img/layer-white.png) 50px center no-repeat;
}

.intext span {
    background:url(img/intext-grey.png) 50px center no-repeat;
}

.inimage span {
    background:url(img/inimage-grey.png) 50px center no-repeat;
}

.inarea span {
    background:url(img/area-grey.png) 50px center no-repeat;
}

.layer span {
    background:url(img/layer-grey.png) 50px center no-repeat;
}

.inarea.head-box-active,  .inarea.head-box-active:hover{
   color: #0b77dc !important;
}

.layer.head-box-active, .layer.head-box-active:hover{
    color: #02a8f3 !important;
}

.intext.head-box-active, .intext.head-box-active:hover{
   color: #0d4590 !important;
}

.inimage.head-box-active,.inimage.head-box-active:hover {
    color: #1864ac !important;
}

.intext.head-box-active span {
    background:url(img/intext.png) 50px center no-repeat;
}

.inimage.head-box-active span {
    background:url(img/inimage.png) 50px center no-repeat;
}

.inarea.head-box-active span {
    background:url(img/area.png) 50px center no-repeat;
}

.layer.head-box-active span {
    background:url(img/layer.png) 50px center no-repeat;
}
    

.head-boxes a span {
    position:absolute;
    width:100%;
    height:100%;
    left: 0;
}


.head-box-active {
    background:none !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.2) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.2) !important;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
}

.head-boxes a:last-of-type {
    margin-right:0;
}

.platforma-wrap {
    width:100%;
    float:left;
    position: relative;
    z-index: 100000;
}

#platforma {
    /*padding-top: 80px;*/
    /*padding-top: 9%;
    padding-bottom:200px;*/

    text-align:center;
    width:1200px;
    margin:auto;

    /** new add to goog animate */
    /*max-height: 100%;
    height: 100%;*/
    /** new add to goog animate */
	
    
}

#platforma h2, #boxy h2 {
    color:#303336;
    text-align:center;
    font-size: 36px;
    margin-bottom:10px;
    font-weight:600;
    font-family:'Arial';
}
#boxy h3 {font-size: 36px; margin-bottom: 20px;line-height:1.5}

.platforma-txt {
    margin: auto;
font-size: 15px;
line-height: 1.5;
color: #909090;
font-family: 'Open Sans';
/* min-height: 100px; */
float: left;
width: 100%;
margin-bottom: 40px;
}

.platforma-choose {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align:center;
    font-family: 'Open Sans';
    font-weight: bold;
    float: left;
    width: 100%;
    line-height: 56px;
}

.platforma-choose a {
    color:#1864ac;
    background:transparent;
    padding: 18px 20px;
    font-size:14px;
    border:2px solid #1864ac;
    border-radius:2px;
    margin:0 -3px;
}

.platforma-choose .currentitem {
    background:#1864ac;
    color:#fefeff;
    font-weight:600;
}

.platforma-box {
    float: left;
    width: 300px;
	margin-right: 100px;
}

.platforma-box:last-child {
	margin-right: 0px;
}

.platforma-box p {
    text-align: left;
    margin-bottom: 15px;
	line-height: 1.5;
}

.platforma-box h3 {
    font-family: Arial;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    margin-bottom: 5px;
}
.platforma-box p {
    font-size:15px;
    color: #909090;
    font-family:'Open Sans';
}

.platforma-box .stats {
    color:#1360b1;
    font-weight: bold;
	text-align: left;
    /*margin-top: 8px;
	padding-top: 7px;
	border-top: 3px solid #e1e5e9;*/
}

.platforma-bar {
    margin-top:68px;
}

.stats span {
    font-size: 30px;
    line-height: 28px;
}

#zacznijmyslec {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
/*    padding-top: 5%;*/
    position: relative;
}
/*.closer-hidden {max-height: 100%;
overflow: hidden;
position: relative;}*/
/*#zacznijmyslec .appear {margin-top: 100%;}*/
.zacznijmyslec-wrap {
    background:url(img/world2.jpg) center top no-repeat;
    /*background-size: 100% auto;*/
    background-size: cover;
    width:100%;
    float:left;
    text-align:center;
    z-index: 99999;
    position: relative;
}
#zacznijmyslec h2 {
    color:#44e2fd;
    font-size:36px;
    font-family:'Arial';
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 23px;
    line-height: 1.5;
}

#zacznijmyslec div { margin-bottom: 23px;}
#zacznijmyslec p {
    font-size:15px;
    font-family:'Open Sans';
    color:#fff;
    line-height: 1.5;
    font-weight: 300;
    /*margin-bottom: 20px;*/
}
.slimScrollBar {opacity: 0 !important;}
.active .up-skew {top: -200px; transform: rotate(0deg);}
.active .down-skew {bottom: -200px; transform: rotate(0deg);}
.up-skew {width: 200%;
padding-top: 200px;
background: #e6ecf2;
margin-top: -150px;
transform: rotate(-8deg);
margin-left: -20%;
}
.down-skew {
    -webkit-box-shadow: inset 5px 5px 6px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    inset 5px 5px 6px 0px rgba(50, 50, 50, 0.3);
box-shadow:         inset 5px 5px 6px 0px rgba(50, 50, 50, 0.3);
    width: 200%;
padding-top: 200px;
background: #e6ecf2;
margin-bottom: -150px;
transform: rotate(-8deg);
margin-left: -50%;
}
#zacznijmyslec .cta {
    float:none;
    display:block;
    margin:auto;
}
.centered .cta {margin-top: 30px;}
.news-wrap {
/*    width:100%;
    float:left;
    position: relative;
    z-index: 100000;
    background: #e7edf2;*/
}

#news {
    width: 1100px;
	margin: auto;
	height: 720px;
	margin-top: 10px;
	padding-bottom: 30px;
	float: left;
	position: relative;
	margin-left: -550px;
	left: 50%
}

.news-spacer {
	border-bottom: 1px solid #d4dbe3;
	width: 1200px;
	height: 1px;
	margin-top: 100px;
	margin: 0 auto;
	margin-top: 110px;
}

.single-news-wrap {
    float:left;
    width:366px;
    text-align:center;
    position:relative;
    height:auto;
	height: 410px;
}

.single-news {
    width:280px;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    z-index:999;
    top: 0px;
}

.single-news-wrap:nth-of-type(1) .single-news {
    margin-top: 140px !important;
}

.single-news-wrap:nth-of-type(2) .single-news {
    margin-top: 30px !important;
}

.single-news-wrap:nth-of-type(2) .single-news img {
    margin-top: 25px !important;
}

.single-news-wrap:nth-of-type(3) .single-news {
    margin-top: -10px !important;
}

.single-news h3 {
    color:#4c4c4c;
    font-size:16px;
    margin-bottom:15px;
    font-family:'Arial';
    font-weight: bold;
    line-height: 24px;
	margin-top: 30px;
}

.single-news .date {
    font-size:15px;
    color: #909090;
    margin-bottom:15px;
    display:block;
    font-family: 'Open Sans';
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-news p {
    font-size:14px;
    color: #909090;
	line-height: 1.4;
    margin-bottom:25px;
    font-family: 'Open Sans';
    margin-bottom: 23px;
}

.news-link {
    width:50px;
    height:60px;
    background:url(img/goto.png) top left no-repeat;
    background-size:cover;
    display:block;
    margin:auto;
    margin-bottom:40px;

}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

.site-footer {
    background: url(img/footerbg.png) top center no-repeat;
    background-size: cover;
    bottom: 0px;
    /*height: 860px;*/
	height: auto;
    width: 100%;
    float: left;
    color: #909090;
    font-family: 'Open Sans';
    z-index: 8;
    position: relative;
	/*margin-bottom: -270px;*/
	margin-top: -330px;
}

.home .site-footer {
	/*height: 610px;*/
}

.skew-pos {
	padding-top: 290px;
	margin-top: 30px;
}

.footer-slider {
    width:1200px;
    margin:auto;
    text-align:center;
    margin-bottom:80px;
}

.footer-slider a {
    margin:0 40px;
}

.footer-info {
    width: 1200px;
    margin:auto;
}

.fbox {
    width:305px;
    float:left;
}

.footer-center {
text-align: center;
width: 1200px;
float: left;
color: #e1e5e9;
padding-top: 20px;
position: absolute;
z-index: 0;
}

.footer-left, .footer-right {
    position: relative;
    z-index: 1;
    border-top: 1px solid #e1e5e9;
    padding-top:20px;
    font-size:12px;
}

.footer-title, .footer-left span {
    float:left;
}
.footer-right {float: right;}
.footer-left span {
    margin-left:20px;
    margin-top:5px;
}

.fleft {
    float:left;
	text-align: left;
}

.fright {
    float:right;
	text-align: left;
}

.footer-center a {
    margin:0 2px;
    -webkit-transition: 0.5s linear ;
    -moz-transition: 0.5s linear ;
    -o-transition: 0.5s linear ;
    transition: 0.5s linear ;
}

.footer-center a:hover {
    color:#1360b1;
}

.loader {position: fixed; z-index: 10000000; width: 100%; height: 100%; background: white;}
.loader .gif {background: url('img/loader.gif') no-repeat; position: relative; width: 150px; height: 150px; background-size: 100% 100%; margin-left: auto; margin-right: auto;
top: 45%;
}
.static-test{
	width: 100%;
	height: 85%;
	position: absolute;
	top: 15%;
	float: left;
	width: 100%;
}

.static {
    width:100%;
    height: calc(100% - 85px);
    position: absolute;
    top: 85px;
	float: left;
	width: 100%;
}

.come-in {
  transform: translateY(0px);
}
.single-news {
    -webkit-transition: 1.5s linear ;
    -moz-transition: 1.5s linear ;
    -o-transition: 1.5s linear ;
    transition: 1.5s linear;
}
.appear {/*top: 0px;*/
-webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -o-transition: 1.5s ease ;
    transition: 1.5s ease;
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);

    opacity: 0;
    display: block;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}
.resp_all {display: none; }
@keyframes come-in {
  to { transform: translateY(0); }

}
.menu-resp {display: none ;}
#form .kontakt-wrap {float: none !important;}

.max {display:block;}

.box {
    padding: 30px !important;
    margin-bottom: 20px !important;
    width: 49% !important;
}
.button {	transition: all 1s ease;	cursor: pointer;}
.button:before, .button:after {border-radius: 3px;content: "";height: 100%;left: 0;position: absolute;top: 0;transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;width: 100%;}

.button.blue {	color: #1965ac;	border: #1965ac;}
.button.blue:hover {	background-color: #1965ac;	color: #ffffff !important;	border-radius: 3px;}
.button.blue:before, .button.blue:after {	border: 2px solid #1965ac;}

.button.inv.blue {	color: #ffffff;}
.button.inv.blue:hover {	background-color: #ffffff;	color: #1965ac !important;	border-radius: 3px;}

.produkty-area .button.inv.blue:hover {	background-color: #ffffff;	color: #0b77dc !important;	border-radius: 3px;}
.produkty-inimage .button.inv.blue:hover {	background-color: #ffffff;	color: #1864ac  !important;	border-radius: 3px;}
.produkty-intext .button.inv.blue:hover {	background-color: #ffffff;	color: #0d4590 !important;	border-radius: 3px;}
.produkty-layer .button.inv.blue:hover {	background-color: #ffffff;	color: #02a8f3 !important;	border-radius: 3px;}

.produkty-area .inv.menu-login:hover { background:url(img/login-area.png) 18px center no-repeat; }
.produkty-inimage .inv.menu-login:hover { background:url(img/login-inimage.png) 18px center no-repeat; }
.produkty-intext .inv.menu-login:hover { background:url(img/login.png) 18px center no-repeat; }
.produkty-layer .inv.menu-login:hover { background:url(img/login-layer.png) 18px center no-repeat; }

.button.inv.blue:before, .button.inv.blue:after {	border: 2px solid #ffffff;}

.button.green, .button.orange, .button.violet, .button.lightblue  {	color: #ffffff;	border: #ffffff;}

.button.inv.lightblue {	color: #0d4590 !important}
.button.inv.lightblue:hover {	background-color: #0d4590;	color: #ffffff !important;	border-radius: 3px;}
.button.inv.lightblue:before, .button.inv.lightblue:after {	border: 2px solid #0d4590;}

.button.inv.orange {	color: #1864ac  !important;}
.button.inv.orange:hover {	background-color: #1864ac ;	color: #ffffff !important;}
.button.inv.orange:before, .button.inv.orange:after {	border: 2px solid #1864ac ;}

.button.inv.violet {	color: #02a8f3 !important;}
.button.inv.violet:hover {	background-color: #02a8f3;	color: #ffffff !important;}
.button.inv.violet:before, .button.inv.violet:after {	border: 2px solid #02a8f3;}

.button.inv.green {	color: #0b77dc  !important;}
.button.inv.green:hover {	background-color: #0b77dc ;	color: #ffffff !important;}
.button.inv.green:before, .button.inv.green:after {	border: 2px solid #0b77dc ;}

.button.lightblue:hover {	background-color: #ffffff;	color: #0d4590 !important;}
.button.violet:hover {	background-color: #ffffff;	color: #02a8f3 !important;}
.button.orange:hover {	background-color: #ffffff;	color: #1864ac  !important;}
.button.green:hover {	background-color: #ffffff;	color: #0b77dc !important;}
.button.lightblue:before, .button.lightblue:after, .button.green:before, .button.green:after, .button.orange:before, .button.orange:after, .button.violet:before, .button.violet:after {	border: 2px solid #ffffff;}

div.wpcf7-validation-errors {	display: block;
width: 40%;
margin: 0 auto;
padding: 0px;
/* padding-left: 10px; */
left: 0;
border: 0px;
background: rgba(255, 255, 255, 0.32);
padding: 5px 5px;}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
display: block;
margin-top: -5px;
padding-bottom: 5px;
}

.wpcf7-response-output {
	width: 40%;
	margin: 0 auto !important;
	color: #000000;
	background: rgba(255, 255, 255, 0.32);
	font-size: 18px;
}

#fp-nav ul li, .fp-slidesNav ul li {
	width: 19px;
	height: 18px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	width: 15px;
	height: 15px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	width: 15px;
	height: 15px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	top: 0px;
	left: 0px;
}

span.wpcf7-form-control-wrap {
	display: block !important;
}