/*
Theme Name: Moago
Author: Invenze
Author URI: https://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: "";
}

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

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

.text-right {
    text-align: right;}

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

a {
	color: #6f7982;
	text-decoration: none;
    -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;
}

a:hover, a:focus {
	color: #ff8a00;
	text-decoration: none;
    outline: none;
}

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

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

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #6f7982;
    background-color: #f8f8ff;
    padding: 0;
    margin: 0;
}

.home {
    background: #fff;
}

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

.transition {
    opacity: 0.85;
	-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: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

.readmore {
    font-weight: 400;
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 10px 30px;
    background-image: -moz-linear-gradient( 40deg, #201446 0%, #201446 100%);
    background-image: -webkit-linear-gradient( 40deg, #201446 0%, #201446 100%);
    background-image: -ms-linear-gradient( 40deg, #201446 0%, #201446 100%);
    -webkit-box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
    box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
    position: relative;
    z-index: 99;
}

.readmore:hover {
    color: #fff;
    opacity: 0.8;
}

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

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

.section-heading {
    text-align: center;
    padding-bottom: 15px;
}

.section-heading .title {
    font-size: 28px;
    font-weight: 700;
    color: #282835;
}

.section-heading p {
    font-size: 16px;
    margin-top: 5px;
}

/* Header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 30px 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

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

#header .sticky-logo {
    display: none;
}

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

#header.sticky {
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 10px 0;
}

#header.sticky .standard-logo {
    display: none;
}

#header.sticky .sticky-logo {
    display: block;
}

#header nav {
    float: right;
}

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

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

#header nav li a {
    color: #fff;
    display: block;
    padding: 8px 0;
    position: relative;
    border: 2px solid transparent;
}

#header.sticky nav li a {
    color: #ff8a00;
}

#header nav li.current-menu-item a, #header nav li a:hover {
    color: #ff8a00;
}

#header nav a:after {
    content: "";
    width: 0;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 5px;
}

#header nav li:not(.contact-menu):hover a:after, #header nav li:not(.contact-menu).current-menu-item a:after {
    width: 100%;
    background: #ff8a00;
    animation-duration: 0.8s;
    animation-name: bounceIn;
}

#header nav li.contact-menu {
    margin-left: 30px;
}

#header nav li.contact-menu a {
    border: 2px solid #ff8a00;
    padding: 8px 20px;
}

/*#header nav li.contact-menu:hover a, #header nav li.contact-menu.current-menu-item a {*/
    /*color: #fff;*/
    /*background: #ff8a00;*/
/*}*/

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

#home-slider {
    height: 1000px;
    background-image: -moz-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    background-image: -webkit-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    background-image: -ms-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    position: relative;
    overflow: hidden;
}

#home-slider svg {
    position: absolute;
    bottom: -29px;
    height: 350px;
    width: 100%;
    left: 0;
}

#home-slider .slider-container {
    position: relative;
    z-index: 999;
}

#home-slider .slider-content {
    color: #fff;
    padding-top: 300px;
}

#home-slider .slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

#home-slider .slider-content p {
    font-size: 16px;
    margin: 15px 0;
}

#home-slider .slider-render {
    text-align: center;
    padding-top: 150px;
}

#home-slider .slider-render img {
    max-height: 500px;
}

#home-slider #stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#home-slider .object_rocket {
    width: 50px;
    z-index: 95;
    position: absolute;
    transform: translateX(-50px);
    top: 75%;
    pointer-events: none;
    animation: rocket-movement 55s linear infinite both running;
}

#home-slider .readmore {
    -webkit-box-shadow: 0 0 50px -15px rgba(255,255,255,.75);
    -moz-box-shadow: 0 0 50px -15px rgba(255,255,255,.75);
    box-shadow: 0 0 50px -15px rgba(255,255,255,.75);
    margin-top: 45px;
}

/* Home: Features */
#features:before {
    content: "";
    width: 124px;
    height: 512px;
    background: url(assets/images/rocket.png);
    position: absolute;
    top: 0;
    right: 0;
}

#features {
    padding-top: 0;
    position: relative;
    padding-bottom: 350px;
    background-color: #fff;
}

#features .section-heading p {
    text-align: left;
}

#features .section-content {
    padding-top: 30px;
}

#features .item {
    padding-top: 15px;
    padding-bottom: 15px;
}

#features .item img {
    max-width: 150px;
}

#features h3 {
    font-size: 18px;
    font-weight: 600;
    color: #282835;
    margin: 15px 0;
}

#features .item:hover h3 {
    color: #ff8a00;
}

#features .icon {
    display: block;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#features .icon i {
    width: 90px;
    height: 90px;
    display: block;
    mask-size: cover;
    background-color: #6f7982;
    -webkit-mask-size: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


#features .item:hover .icon i {
    background-color: #ff8a00;
}

/* Home: Mission */
#mission:before {
    content: "";
    width: 100%;
    height: 350px;
    background: url(assets/images/wave-top.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    top: -250px;
}

#mission {
    background: #f8f8ff;
    position: relative;
    padding: 0;
}

#mission:after {
    content: "";
    width: 100%;
    height: 300px;
    background: url(assets/images/wave-bottom.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -300px;
}

#mission .section-heading {
    text-align: left;
}

#mission .section-heading .title {
    font-size: 36px;
    line-height: 1.4;
}

#mission .section-content {
    overflow: hidden;
}

#mission article p {
    margin: 15px 0;
}

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

/* Portfolio */
#portfolio {
    position: relative;
    overflow: hidden;
}

#portfolio .portfolios {
    padding-top: 60px;
    padding-bottom: 60px;
}

#portfolio .portfolio, #main.portfolios .portfolio {
    width: 25%;
    float: left;
}

#portfolio .portfolio-readmore {
    padding-top: 45px;
    text-align: center;
    clear: both;
}

/* Posts */
#posts {
    padding-bottom: 300px;
}

/* About */
#about:before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(assets/images/wave-about-top.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    top: -299px;
}

#about {
    background: #201446;
    position: relative;
    padding: 0;
}

#about:after {
    content: "";
    width: 100%;
    height: 300px;
    background: url(assets/images/wave-about-bottom.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -300px;
}

#about .section-heading, #about .section-heading .title {
    color: #fff;
}

#about .section-content {
    overflow: hidden;
    padding-top: 30px;
}

#about .item {
    padding-top: 15px;
    padding-bottom: 15px;
}

#about .icon {
    display: block;
    position: relative;
}

#about .icon i {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    mask-size: cover;
    -webkit-mask-size: cover;
}

#about .heading {
    color: #fff;
    line-height: 1.2;
}

#about .heading h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 15px 0;
}

#about .heading span {
    font-weight: 100;
    font-size: 48px;
}

/* Clients */
#clients {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
}

#clients:before {
    content: "";
    width: 124px;
    height: 512px;
    background: url(assets/images/rocket2.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#clients .section-content {
    padding-top: 30px;
}

#clients .client {
    width: 25%;
    float: left;
}

#clients .clients {
    width: 100%;
    float: left;
    margin: 0 -15px;
    padding-bottom: 30px;
}

#clients .client .panel {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(32,20,70,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(32,20,70,0.15);
    box-shadow: 0px 0px 15px 0px rgba(32,20,70,0.15);
    transition: all .3s ease-out 0s;
    position: relative;
    max-width: 200px;
    margin: 15px auto;
    background-color: #fff;
}

#clients .client .panel a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #eaeaea;
    padding: 15px;
}

#clients .client:hover .panel {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(32,20,70,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(32,20,70,0.35);
    box-shadow: 0px 0px 30px 0px rgba(32,20,70,0.35);
    transform: scale(1.01);
}

#clients .client .panel img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

#clients .readmore {
    display: table;
    margin: 0 auto;
}

#cooperation {
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: center;
}

#cooperation h2 {
    font-size: 48px;
}

#cooperation p {
    margin: 15px 0;
}

#cooperation .readmore {
    display: table;
    margin: 45px auto 0 auto;
}

#cooperation .form-heading {
    padding-top: 30px;
}

#cooperation form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

/* Offer */
#offer:before {
    content: "";
    width: 100%;
    height: 350px;
    background: url(assets/images/wave-top.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    top: -200px;
}

#offer {
    background: #f8f8ff;
    position: relative;
    padding: 0;
}

#offer:after {
    content: "";
    width: 100%;
    height: 300px;
    background: url(assets/images/wave-bottom.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -300px;
}

#offer .offer-group, #main.offers .offer-group {
    color: #282835;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #eaeaea;
}

#offer .offer-group:last-of-type, #main.offers .offer-group:last-of-type {
    border-bottom: 0;
}

#offer .offer-group:nth-child(2n) .offer_left, #main.offers .offer-group:nth-child(2n) .offer_left {
    float: right;
}

#offer .heading p, #main.offers .heading p {
    font-size: 24px;
}

#offer .heading p span, #main.offers .heading p span {
    font-size: 18px;
    font-weight: 700;
    color: #ff8a00;
}

#offer .heading h3, #main.offers .heading h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#offer .content p, #main.offers .content p {
    margin: 25px 0;
}

#offer .offer-image, #main.offers .offer-image {
    position: relative;
    height: 300px;
}

#offer .offer-image i, #main.offers .offer-image i {
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

/* Main */
#main {
    background-color: #f8f8ff;
}

#main .page-heading {
    background-image: -moz-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    background-image: -webkit-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    background-image: -ms-linear-gradient( 40deg, #201446 0%, #090b23 100%);
    position: relative;
    text-align: center;
    height: 500px;
}

#main .page-heading svg {
    position: absolute;
    bottom: -29px;
    height: 350px;
    width: 100%;
    left: 0;
}

#main article header {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

#main article header .title {
    margin: 0;
}

#main article h1:not(.title), #main article h2, #main article h3, #main article h4, #main article h5, #main article h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 25px 0;
    color: #201446;
}

#main article h1:not(.title) {
    font-size: 28px;
}

#main article h2 {
    font-size: 24px;
}

#main article h3 {
    font-size: 20px;
}

#main article h4 {
    font-size: 16px;
}

#main article h5 {
    font-size: 12px;
}

#main article h6 {
    font-size: 8px;
}

#main article p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.7;
}

#main article p a {
    text-decoration: underline;
}

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

#main article ul {
    list-style: none;
    padding: 0 15px;
    margin: 20px 0;
    overflow: hidden;
}

#main article ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #201446;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -15px;
}

#main article li {
    position: relative;
    line-height: 1.2;
    padding: 5px 10px;
}

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

#main article ol li {
    position: relative;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.7;
}

#main article table {
    width: 100%;
}

#main article .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 25px 0;
    line-height: 1.2;
}

#main article table th {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #262626;
    padding: 15px 25px;
    border-right: 1px solid #fff;
}

#main article table td {
    background: #fff;
    padding: 10px 25px;
    border-right: 1px solid #fff;
}

#main article table td span {
    text-decoration: line-through;
}

#main article table tr:nth-child(2n) td {
    background: #f3f3f3
}

#main .links {
    position: relative;
    z-index: 999;
}

#main .links .btn {
    font-weight: 700;
    color: #333;
    border: 2px solid #d9d9d9;
    display: inline-block;
    padding: 7px 30px;
    background: 0 0;
}

#main .links .btn:hover {
    color: #fff;
    background: #201446;
    border: 2px solid #201446;
}

#main .links .next {
    float: right;
}


#main .pagination {
    padding: 15px 0;
    position: relative;
    z-index: 99;
}

#main.category .wp-paginate {
    display: table;
    margin: 0 auto;
}

#main.category .wp-paginate li,
#main.category .wp-paginate li span {
    float: left;
    margin: 0 5px;
    text-align: center;
}

#main.category .wp-paginate li a,
#main.category .wp-paginate li span {
    font-size: 14px;
    border: #d9d9d9 1px solid;
    display: block;
    transition: all 300ms ease-out 0s;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#main.category .wp-paginate li:hover a,
#main.category .wp-paginate li span.current {
    color: #fff;
    background-color: #201446;
    border: #201446 1px solid;
}

#main .page-content {
    padding-bottom: 270px;
}

#main.portfolio .page-content {
    padding-bottom: 0;
}

#main.portfolio .presentation {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

/* Page: Portfolios */
#main.portfolios .portfolios {
    padding-top: 30px;
}

#main.portfolios {
    padding-bottom: 300px;
    position: relative;
    overflow: hidden;
}

/* Main: Career */
#main.career #accordion {
    padding-top: 30px;
}

#main.career .accordion {
    padding: 0 15px;
    position: relative;
}

#main.career .accordion-group {
    border-top: 1px solid #d9d9d9;
}

#main.career .accordion-group h3 {
    font-size: 16px;
    color: #2d3e50;
    cursor: pointer;
    padding: 15px 5px;
    margin: 0;
}

#main.career .accordion-group span {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6.5px;
    z-index: 999;
}

#main.career .accordion-group .accordion-open span {
    background: url(assets/images/icons/open.png) no-repeat;
}

#main.career .accordion-group .accordion-close span {
    background: url(assets/images/icons/close.png) no-repeat;
}

#main.career .accordion-group .accordion-content {
    padding: 0px 15px 15px 15px;
}

#main.career .accordion-group .accordion-content p {
    margin: 15px 0;
}

#main.career .accordion-group .accordion-content ul {
    padding: 5px 15px;
}

#main.career .accordion-group .accordion-content ul li {
    padding: 2px 0;
}

/* Main: Recommendation */
#main.recommendation .group {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 15px;
}

#main.recommendation .group .logo {
    text-align: center;
    border: 2px solid #d9d9d9;
    padding: 15px;
    height: 200px;
    position: relative;
}

#main.recommendation .group .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 150px;
}

#main.recommendation .group .content {
    padding-left: 30px;
}

#main.recommendation .group h3 {
    margin-top: 0;
}

#main.recommendation .group .author {
    font-style: italic;
}

#main.recommendation .group:nth-child(2n) .r_left {
    float: right;
}

#main.recommendation .group:nth-child(2n) .content {
    padding-right: 20px;
    padding-left: 0;
}

/* Blog */
#main.category .item,
#posts .item {
    padding-top: 15px;
    padding-bottom: 15px;
}

#main.category .thumbnail,
#posts .thumbnail{
    position: relative;
}

#main.category .thumbnail span,
#posts .thumbnail span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    background: #201446;
}

#main.category .panel,
#posts .panel {
    background: #fff;
    box-shadow: 0 0 50px -15px rgba(0,0,0,.35);
    transition: all .3s ease-out 0s;
}

#main.category .panel:hover,
#posts .panel:hover {
    -webkit-box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
    box-shadow: 0 0 50px -15px rgba(0,0,0,.75);
}

#main.category .panel .caption,
#posts .panel .caption {
    padding: 15px;
}

#main.category .panel .caption h3,
#posts .panel .caption h3 {
    font-size: 18px;
    font-weight: 700;
    color: #201446;
    min-height: 60px;
}

#main.category .panel .caption p,
#posts .panel .caption p {
    color: #6f7982;
    font-size: 14px;
}

#posts .readmore {
    display: table;
    margin: 30px auto 0 auto;
}

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

.form-group {
    padding: 10px 0;
    text-align: left;
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
    margin-right: 15px;
}

.form-group.form-submit {
	position: relative;
	z-index: 999;
}

.form-control {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #b7b8bc;
    width: 100%;
    max-width: 100%;
    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;
}

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

.form-submit input {
    font-weight: 700;
    color: #000;
    border: 2px solid #000;
    background: #fff;
    padding: 10px 30px;
}

.form-submit input:hover {
    color: #fff;
    background: #201446;
    border: 2px solid #201446;
}

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

#main.contact .map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
    margin-top: 60px;
}

#main.contact .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Main: Clients */
#main #clients {
    padding: 0;
}

#main #clients:before {
    display: none;
}

/* Footer */
#footer {
    color: #fff;
}


#footer .flogo {
    text-align: center;
}

#footer #ft:before {
    content: "";
    width: 100%;
    height: 220px;
    background: url(assets/images/wave-about-top.svg) no-repeat center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    top: -199px;
}

#footer #ft {
    background: #201446;
    padding: 0 0 45px 0;
    position: relative;
}

#footer .social {
    display: table;
    margin: 15px auto 0 auto;
}

#footer .social li {
    float: left;
    margin: 0 10px;
}

#footer .social li a:hover i {
    background: #ff8a00;
}

#footer li .ico {
    background-color: #fff;
    width: 22px;
    height: 22px;
    background-size: 22x 22px;
    display: block;
    margin: 0 auto;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -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;
}

#footer li .ico-fb {
    -webkit-mask-image: url(assets/images/icons/fb_ico.svg);
    mask-image: url(assets/images/icons/fb_ico.svg);
}

#footer li .ico-tw {
    -webkit-mask-image: url(assets/images/icons/tw_ico.svg);
    mask-image: url(assets/images/icons/tw_ico.svg);
}

#footer li .ico-inst {
    -webkit-mask-image: url(assets/images/icons/inst_ico.svg);
    mask-image: url(assets/images/icons/inst_ico.svg);
}

#footer li .ico-in {
    -webkit-mask-image: url(assets/images/icons/in_ico.svg);
    mask-image: url(assets/images/icons/in_ico.svg);
}

#footer .menu li:not(:last-child) {
    padding-bottom: 10px;
}

#footer .menu a {
    color: #8794a1;
}

#footer .menu a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer #fb {
    font-size: 12px;
    color: #8794a1;
    background: #121a23;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

#footer .design a {
    color: #8794a1;
}

#footer .design a::after {
    content: "";
    width: 23px;
    height: 18px;
    background: url(assets/images/hesna-logo.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#footer .tel,
#footer .mail{
    color: #fff;
    display: block;
}

#footer .mail:hover {
    color: #fff;
}

#footer address {
    color: #8794a1;
}

/* Animations */
@-moz-keyframes rocket-movement { 100% {-moz-transform: translate(1200px,-600px);} }
@-webkit-keyframes rocket-movement {100% {-webkit-transform: translate(1200px,-600px); } }
@keyframes rocket-movement { 100% {transform: translate(1200px,-600px);} }

.anim-effect {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    overflow: hidden;
}

.anim-effect img {
    position: relative;
}

.anim-effect .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.anim-effect .mask div {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

.anim-effect .mask h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    opacity: 0
}

.anim-effect:hover .mask h3 {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}

.anim-effect img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.anim-effect .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(32, 20, 70, 0.8);
    -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 img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.anim-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Cookies */
#cookies-message {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    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-cookie.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
}
#wpcomm .wc-comment .wc-comment-left .wc-comment-label {
    display: none!important;
}
