/*
Theme Name: Raven Investment
Author: Invenze
Author URI: http://invenze.com
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}
strong {
  font-weight: bold;
}
caption, th {
  text-align: left;
}

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

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}


pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Helpers  */
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}
.text-right {text-align: right}


/* IE Fixes */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* End hide from IE Mac */
.floatfix {
	overflow:hidden;
}

* html .floatfix {
	width: 100%;
    height: 100%;
}

.center, *[align="center"] {
	margin: 0 auto;
}

hr {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.65;
}

body {
    padding-top: 87px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.9;
	-webkit-transition:all 300ms ease-out 0s;
	-moz-transition:all 300ms ease-out 0s;
	-o-transition:all 300ms ease-out 0s;
	transition:all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

/* Wrapper */
.wrapper {
    width: 1186px;
    max-width: 100%;
    margin: 0 auto;
}

#mobile-menu, .slicknav_menu {
    display: none;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.title {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.title:after {
    content: "";
    width: 72px;
    height: 4px;
    border-radius: 2px;
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    display: block;
    margin: 25px 0;
}

.shadow_thumbnaiil figure {
    position: relative;
    max-width: 416px;
}

.shadow_thumbnaiil figure img {
    position: relative;
    z-index: 999;
}

.shadow_thumbnaiil .shadow {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -34px;
    bottom: -34px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);
}

.readmore {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 12px 45px;
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    border-radius: 40px;
    -webkit-transition:all 300ms ease-out 0s;
    -moz-transition:all 300ms ease-out 0s;
    -o-transition:all 300ms ease-out 0s;
    transition:all 300ms ease-out 0s;
}

.readmore:hover, .readmore:focus {
    color: #fff;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000 0%, #000 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000 0%,#000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

/* Header */
.logged-in #header {
    top: 32px;
}

#header:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
}

#header {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header .header_logo img {
    max-height: 56px;
}

#header.sticky {
    padding-top: 15px;
    padding-bottom: 10px;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header.sticky .header_logo img {
    max-height: 45px;
}

#header.sticky .header_navigation, #header.sticky .header_contact {
    padding-top: 7px;
}

#header nav {
    float: right;
}

#header nav ul li {
    float: left;
    margin: 0 20px;
}

#header nav ul li:last-child {
    margin-right: 0;
}

#header nav ul li a::after {
    content: "";
    height: 3px;
    width: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    transition: width 0.5s linear 0s;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: -8px;
}

#header nav ul li a:hover::after,
#header nav ul li.current-menu-item a::after {
    width: 100%;
}

#header nav ul li a {
    color: #000;
    position: relative;
}

#header nav ul li a:hover {
    color: #000;
}

#header .header_navigation, #header .header_contact {
    padding-top: 15px;
}

#header .header_contact {
    text-align: center;
}

#header .header_contact a {
    font-weight: 700;
    color: #000;
}

/* Home: Create */
#home-create {
    padding-bottom: 100px;
}

#home-create .create_thumbnail {
    margin-top: -175px;
}

#home-create p {
    margin: 25px 0;
}

#home-create .readmore {
    margin-top: 30px;
}

/* Home: Offer */
#home-offer {
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#home-offer article .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

#home-offer article .title:after {
    margin: 25px auto;
    background: #fff;
}

#home-offer article p {
    color: #fff;
    margin: 45px 0;
}

#home-offer article p:last-of-type {
    margin-bottom: 0;
}

#home-offer article .readmore {
    color: #000;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left,  #fff 0%, #fff 50%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fff 0%,#fff 50%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fff 0%,#fff 50%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
    background: #fff;
    margin: 30px auto 0 auto;
    float: none;
    display: table;
}

#home-offer article .readmore:hover {
    color: #fff;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000 0%, #000 50%, #000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000 0%,#000 50%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); /* IE6-9 */
    background: #000;
}

/* Home: Contact */
#home-contact {
    padding-bottom: 140px;
}

#home-contact .contact_content {
    padding-top: 200px;
}

#home-contact .contact_content a {
    font-weight: 600;
}

#home-contact .contact_content .readmore {
    width: 100%;
    max-width: 380px;
    font-weight: 700;
    text-align: center;
    margin-top: 45px;
    display: block;
}


/* Home: Mark */
#mark, #main.mark {
    background: url(assets/images/mark.png) repeat-y center top;
}

#home-mark {
    background: url(assets/images/bg_mark-home.jpg) no-repeat right bottom;
    padding-top: 65px;
    padding-bottom: 65px;
}

#home-mark ul {
    padding-left: 0;
}

#home-mark ul li {
font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

#home-mark ul li:hover {
    color: #000;
    padding-left: 15px;
}

#home-instagram .title {
    text-align: center;
}

#home-instagram .title:after {
    margin: 25px auto;
}

#home-instagram .instagram-pics li {
    width: 20%;
    float: left;
}

/* Main */
#main article .heading {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

#main article .heading .overlay {
    min-height: 250px;
    position: relative;
}

#main article .heading .overlay span {
    font-size: 135px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: -20px;
    bottom: -45px;
    line-height: 1;
    overflow: hidden;
}

#main article header .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    margin: 0;
}

#main article .page-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

#main article h1, #main article h2, #main article h3,
#main article h4, #main article h5, #main article h6 {
    font-weight: 700;
    margin: 15px 0;
}

#main article h1 {
    font-size: 36px;
    line-height: 36px;
}

#main article h2 {
    font-size: 30px;
    line-height: 30px;
}

#main article h3 {
    font-size: 24px;
    line-height: 24px;
}

#main article h4 {
    font-size: 18px;
    line-height: 18px;
}

#main article h5 {
    font-size: 14px;
    line-height: 14px;
}

#main article h6 {
    font-size: 10px;
    line-height: 10px;
}

#main article p {
    margin: 25px 0;
}

#main article em {
    font-style: italic;
}

#main article ul {
    list-style: disc;
    padding: 0 15px;
    margin: 15px 0;
}

#main article ol {
    list-style: decimal;
    padding: 0 15px;
    margin: 15px 0;

}

#main article table {
    width: 100%;
    border: 2px solid #e1e1e1;
    border-spacing: 0;
    margin-top: 15px;
}

#main article table td,
#main article table th {
    width: auto;
    padding: 10px 15px;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    vertical-align: middle;
    text-align: center;
}

#main article table th {
    color: #000;
}

#main article table td:last-child,
#main article table th:last-child{
    border-right: 0 solid #e1e1e1;
}

#main article table tr:last-child td,
#main article table tr:last-child th{
    border-bottom: 0 solid #e1e1e1;
}

/* Page: Offer */
#main.offer .offer-group {
    padding: 10px 0;
}

#main.offer .offer-group span {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 100;
    color: #000;
    line-height: 64px;
}

#main.offer .offer-group header {
    padding-bottom: 10px;
}

#main.offer .offer-group h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-transform: uppercase;
}

#main.offer .offer-group h2:after {
    content: "";
    width: 72px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    display: block;
    margin: 15px 0;
}

#main.offer .offer-group p {
    margin: 15px 0;
}

/* Page: Projects */
#main.projects .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#main.projects .gallery-description {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 80px;
}

#main.projects .projects-group h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

#main.projects .projects-group span {
    font-size: 14px;
    line-height: 18px;
    display: block;
}

#main.projects .projects-group .item:hover a {
    color: #000;
}

#main.projects .project_date {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    padding-top: 10px;
}

/* Page: Contact */
#main.contact h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

#main.contact .form-group {
    padding: 10px 0;
}

#main.contact .form-control {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #b7b8bc;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#main.contact .form-control:hover,
#main.contact .form-control:focus {
    border: 1px solid #000;
}

#main.contact .form-submit input {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 12px 45px;
    background: #e30159; /* Old browsers */
    background: -moz-linear-gradient(left,  #e30159 0%, #322765 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e30159 0%,#322765 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e30159 0%,#322765 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30159', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    border-radius: 40px;
    -webkit-transition:all 300ms ease-out 0s;
    -moz-transition:all 300ms ease-out 0s;
    -o-transition:all 300ms ease-out 0s;
    transition:all 300ms ease-out 0s;
    border: 0;
}

#main.contact .form-submit input:hover {
    color: #fff;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000 0%, #000 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000 0%,#000 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000 0%,#000 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#main.contact span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

/* Animations */
.thumbnail {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.thumbnail .label {
    width: 100%;
    background: #000;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

.thumbnail .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.thumbnail img {
    display: block;
    position: relative;
}

.thumbnail a {
    background: url(assets/images/icons/zoom.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
}

.anim-effect .mask {
    opacity: 0;
    overflow:visible;
    background: rgba(0, 0, 0, 0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.anim-effect:hover .mask {
    opacity: 0.7;
}

/* Particals */
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

/* Footer */
#footer {
    background: #000;
}

#footer .footer_top .logo {
    float: left;
    margin-right: 30px;
}

#footer .footer_top .logo img {
    max-height: 40px;
}

#footer nav {
    display: inline-block;
}

#footer nav li {
    float: left;
}

#footer nav li a {
    color: #fff;
    display: block;
    padding: 3px 25px;
}

#footer nav li a:hover,
#footer nav li.current-menu-item a {
    text-decoration: underline;
}

#footer .footer_top {
    padding: 25px 0;
}

#footer .footer_bottom {
    font-size: 12px;
    font-weight: 300;
    color: #f2f2f2;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer_bottom .right {
    text-align: right;
}

#footer .footer_bottom a {
    font-weight: 700;
    color: #f2f2f2;
    letter-spacing: 2px;
}


/* Cookies */
#cookies-message {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #fafafa;
    width: 100%;
    z-index: 999;
    color: #999999;
}

#cookies-message a {
    color: #999999;
}

#cookies-message #accept-cookies-checkbox {
    width: 12px;
    height: 13px;
	cursor: pointer;
    background: url(assets/images/icons/close.png) no-repeat;
    display: inline-block;
    margin-left: 20px;
    text-indent: -9999px;
    top: 5px;
    position: relative;
}

.cookie #footer {
	padding-bottom: 40px;
}

/* Pomocniczne */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0px 25px 0px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 0px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 25px 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}