@font-face {
    font-family: 'Keep-Calm';
    src:url('../font/KeepCalm-Medium.woff') format('woff'),
        url('../font/KeepCalm-Medium.svg#Keep-Calm') format('svg'),
        url('../font/KeepCalm-Medium.eot'),
        url('../font/KeepCalm-Medium.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #ffffff!important;    
  color: #282828!important;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  overflow-x: hidden;
}
* { position: relative; }
*.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a { color: #b0b0b0; text-decoration: none; }
a:hover { color: #ffffff; cursor: pointer; text-decoration: underline; }
img { border: 0px; }
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
h1, h2, h3, h4 { font-family: 'Open Sans', sans-serif; text-transform: uppercase; }
input:focus, input:active, input:focus:hover { outline: none; }
select:focus, select:active, select:hover, textarea:focus, textarea:active, textarea:hover { outline: none; }
ul {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-left: 0;
}
.pink { color: #e0007a; }
.content { margin: 0 auto; width: 1000px; }

.icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.icons.md-18 { font-size: 18px; }
.icons.md-24 { font-size: 24px; }
.icons.md-36 { font-size: 36px; }
.icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.icons.md-light { color: rgba(255, 255, 255, 1); }
.icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


header { height: 150px; position: fixed; webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
header .header-top { background-color: #202e31; line-height: 50px; }
.wrap-language-currency { float: left; margin-top: 25px; }
.wrap-language-currency .language-box { margin-right: 27px; }
.language-box a > i, .currency-box a > i { margin-left: 10px; }
.language-box, .currency-box {
    display: inline-block;
    position: relative;
}
.language-box > a, .currency-box > a { color: #fff; text-decoration: none; }
.language-box > a:hover, .currency-box > a:hover { color: #ffcb05; text-decoration: none; }
.language-box:hover .language-list, .language-box.hover .language-list, .currency-box:hover .currency-list, .currency-box.hover .currency-list {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}
.language-list, .currency-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1);
    list-style: outside none none;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.language-list {
    width: 130px;
}
.language-list a, .currency-list a {
    color: #aaa;
    padding: 5px 0;
}
.language-list a:hover, .currency-list a:hover {
    color: #000;
    text-decoration: none;
}
.language-list img {
    display: inline-block;
    margin: 5px 10px 0 0;
    vertical-align: top;
}
header { font-family: 'Keep-Calm'; position: absolute; width: 100%; z-index: 99999; }
header.fix { position: fixed; }
header.fix .header-top { display: none; }
header.fix nav { height: 60px; }
header.fix .main-nav > ul { margin: 15px 0 0 0; }

header nav { background-color: #fff; display: inline-block; height: 100px; text-align: left; width: 100%; transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; }
header nav > div { display: inline-block; }

header .logo { background-color: #ffc000;  background-size: 100%; display: block; height: 150px; left: 0;  position: absolute; text-indent: -9999px; top: 0; width: 450px; z-index: 10; }
header .logo:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

    background: #ffc000;
    border-bottom: 3px solid #ffc000;
    border-right: 20px solid #ffc000;

    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
header .logo h1 { background-image: url('../img/logo_header.png'); background-position: center; background-repeat: no-repeat; background-size: 75%; height: 100px; margin: 25px; width: 400px; z-index: 10; }
header .quick-contact { color: #fec010; font-size: 14px; font-weight: 400; padding: 0 20px 0 0; text-align: right; }
header .quick-contact .item, footer .footer-links-block03 .item { display: inline-block; padding: 0 0 0 20px; }
header .quick-contact .icons, footer .footer-links-block03 .icons { margin: 13px 5px; float: left; }
footer .footer-links-block03 .item { margin: 0 0 5px 0; padding: 0; }
footer .footer-links-block03 .icons { margin: -1px 10px; }
header nav ul { display: inline-block; float: left; list-style: none; margin: 25px 0 0 500px; padding: 0; text-transform: uppercase; z-index: 10; transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; }
header nav ul li { display: inline-block; }
header nav ul li.active { background-color: #fec010; color: #fff; -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); }
header nav ul li.active > a { color: #fff;   -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);}
header nav ul li a { color: #202e31; display: inline-block; font-size: 14px; font-weight: 600; height: 30px; line-height: 30px; margin: 0; padding: 10px 20px;  text-decoration: none; webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; }
header nav ul li > a.active { color: #ffcb05; }
header nav ul li a:hover { color: #ffcb05; text-decoration: none; }
header nav ul li.active > a:hover { color: #202e31; }
header nav ul li a:hover ~ ul, header ul li > ul:hover { background-color: rgba(0,0,0,0.2); display: block; margin: 0 0; width: 250px; }
header nav ul li > ul { display: none; position: absolute; }
header nav ul li.active > ul { -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg); }
header nav ul li > ul li {  }
header nav ul li > ul li a { color: #eee; font-size: 14px; text-transform: none; }
header nav ul li > ul li a:hover { color: #fff; }

header.fix nav ul li a { padding: 0 10px 15px 10px;  }

.main-nav .sub-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 450px;
    z-index: 999;
}
.main-nav .menu-item-has-children:hover>.sub-menu,.main-nav .menu-item-has-children.hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.main-nav .sub-menu li {
  display: block;
    padding: 0 30px;
}
.main-nav .sub-menu li a {
    color: #333;
    display: block;
    padding: 3px 0 3px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-shadow: none;
}
.main-nav .sub-menu li a::before {
    content: "\f105";
    font-family: fontawesome;
    left: 0px;
    position: absolute;
    top: 3px;
}
.main-nav .sub-menu li a:hover { color: #ffcb05; }
header nav ul { display: block; float: none; }
header #menu { display: block; width: 100%; }
header #line { background-color: #aa8667; bottom: 25px; display: block!important; height: 3px; left: 0px; position: absolute; z-index: 1; }

header .search { cursor: pointer; display: none; font-family: 'FontAwesome'; line-height: 40px; margin: 29px 0 0 0; vertical-align: top; width: 40px; }
header .search::before { content: "\f002"; }
header .social { float: right; }
header .social .icon { font-family: 'FontAwesome'; padding: 0 10px 0 0; }                        
header .social .facebook .icon::before { content: "\f230"; }
header .social .instagram .icon::before { content: ""; }
header .menu { display: none; }
header .language { padding: 0 10px; }
header .search-form { background: rgba(43, 43, 43, 0.8); height: 0; overflow: hidden; width: 100%; z-index: 10; transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }
header .search-form input { background: transparent; border: 0; color: #fff; font-size: 18px; height: 75px; line-height: 75px; padding: 0 20px; width: 100%; }
header .search-form.show { height: 75px; line-height: 75px; }

/* banner ------------------------------------------------------------------- */
.banner-wrap, .banner-inner, section.banner { height: 750px; overflow: hidden; width: 100%; }
.banner-wrap { padding-top: 150px; }
.banner-wrap .banner-item {
    height: 750px;
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
}

/*.banner-control, .banner-buttons { height: 840px; position: absolute; width: 100%; z-index: 100; }*/
.banner-control, .banner-buttons { display: block; position: initial; }
.banner-control .banner-buttons div {
    top: 50%;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 50px;
    height: 50px;
    background: rgba(51,51,51,0.9);
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0;
    position: absolute;
    
    opacity: 0;
    margin-top: -30px;
    z-index: 10000;
}
.banner-control .banner-buttons div.banner-prev {
  left: 30px;
}
.banner-control .banner-buttons div.banner-next {
  right: 30px;
}
.banner-wrap:hover .banner-control .banner-buttons div {
    opacity: 1;
}
.banner-control .banner-buttons div i {
    height: 50px;
    line-height: 50px;
}
.banner-control .banner-buttons div:hover {
    background: #ffcb05;
    color: #3f3f3f;
}

@keyframes banner-zoom {
    0%   { height: 840px; }
    50% { -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);}
    100%   { height: 840px; }
}
img.banner-bg, section.banner img {
    left: 50%;
    margin-left: -960px;
    position: absolute;
}
img.banner-bg.zoom {
    animation-name: banner-zoom;
    animation-duration: 20s;
    animation-iteration-count: 1;
}

.banner-info {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
    color: #fff;
    margin-top: -100px;
    text-align: center;
    text-transform: uppercase;
}
.banner-info h2 { font-size: 100px; font-weight: 700; text-shadow: 2px 2px 5px #000; }
.banner-info h3 {
  font-size: 60px;
    font-weight: 300;
    margin: 0;
    text-shadow: 2px 2px 5px #000;
}
.banner-info h4 {
  font-size: 30px;
    font-weight: 700;
    margin: 8px 0 10px;
    text-shadow: 2px 2px 5px #000;
}
.banner-info .shopnow {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 25px;
}
.banner-info .shopnow span {
    padding: 0 35px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.banner-info .shopnow:hover {
  text-decoration: none;
}
.banner-info .shopnow:hover span {
    background: #ffcb05;
    color: #3f3f3f;
}

.left-to-right {
    transform: translateX(-500px) scale(0);
    -webkit-transform: translateX(-500px) scale(0);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
}
.right-to-left {
    transform: translateX(500px) scale(0);
    -webkit-transform: translateX(500px) scale(0);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
}
.bottom-to-top {
    transform: translateY(500px) scale(0);
    -webkit-transform: translateY(500px) scale(0);
    transition-property: all;
    transition-timing-function: ease-out;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
}
.banner-item.active .left-to-right {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
}
.banner-item.active .right-to-left {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
}
.banner-item.active .bottom-to-top {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
}
.time-delay1 { transition-delay: 0.5s; -webkit-transition-delay: 0.5s; }
.time-delay2 { transition-delay: 1s; -webkit-transition-delay: 1s; }
.time-delay3 { transition-delay: 1.5s; -webkit-transition-delay: 1.5s; }
.time-delay4 { transition-delay: 2s; -webkit-transition-delay: 2s; }
/* -------------------------------------------------------------------------- */

#breadcrumbs {
  background-color: #f6f6f6; box-sizing: border-box; line-height: 50px; padding: 150px 20px 0 20px;
}
#breadcrumbs a {
  color: #ffc000;
}

#yellow {
  background-image: url('../img/bg_plan_yellow.jpg'); background-position: center center; background-size: cover; height: 300px; width: 100%;
}

section { clear: both; padding: 75px 0; }
section h2 { background-color: #232f3b; color: #fff; float: left; font-family: 'Keep-Calm'; font-size: 20px;
    font-weight: 400; line-height: 60px;
    margin: 0 100% 30px 0; padding: 0 20px;
    text-align: left;
    text-transform: uppercase; 
    -ms-transform: skewY(3deg); /* IE 9 */
    -webkit-transform: skewY(3deg); /* Safari */
    transform: skewY(3deg);
    }
section h2:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

    background: #232f3b;
    border-bottom: 3px solid #232f3b;
    border-right: 20px solid #232f3b;

    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
section h2 .title {
  border-bottom: 0;
  padding: 10px 20px;
  -ms-transform: skewY(-3deg); /* IE 9 */
  -webkit-transform: skewY(-3deg); /* Safari */
  transform: skewY(-3deg);
}
section h2 .title .yellow {
  color: #ffc000;
}
section .item { padding: 20px 0; }
section .title { border-bottom: 2px solid #ccc; padding: 0 0 12px; }
section .readmore {
    border: 3px solid #ccc;
    color: #333;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 47px;
    margin: 30px auto 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
section .readmore:hover {
    background: #ffcb05;
    border-color: #ffcb05;
    color: #3f3f3f;
    text-decoration: none;
}
section .content { }
section .text { box-sizing: border-box; clear: both; font-size: 16px; line-height: 30px; margin: 0 0 25px 0; padding: 0 25px; width: 100%; }
section .quote { background-color: #eee; font-style: italic; margin: 0 auto; padding: 10px 30px; text-align: center; width: 600px; }
section .blocks { display: flex; flex-direction: row; }
section .block { box-sizing: border-box; margin: 0 10px 10px 0; width: 393.3px; }
section .block:nth-child(3n) { margin: 0 0 10px 0; }
section .block > img { width: 100%; }

section.double {
  padding: 0;
  width: 100%;
}
section.double .left, section.double .right {
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  padding: 50px;
  height: 100%;
  text-align: center;
  width: 50%;
}
section.double .left {
  float: left;
}
section.double .right {
  float: right; 
}
section.double div.brown { background-color: #58453e; color: #fff; }
section.double div.yellow { background-color: #ffcb05; color: #3f3f3f; }
section.double h2 { padding: 10% 0 0 0; }
section.double h3 { font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 300; padding: 0 0 10% 0; text-transform: none; }
section.double .shopnow {
    border: 3px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 47px;
    padding-left: 50px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 160px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
section.double .yellow .shopnow {
  color: #3f3f3f;
}
section.double .shopnow::before {
    content: "\f067";
    font-family: fontawesome;
    left: 18px;
    position: absolute;
    top: 0px;
}
section.double .shopnow:hover {
    color: #3f3f3f;
    border-color: #fff;
    background: #fff;
    text-decoration: none;
}
iframe.video {
  height: 600px;
  width: 100%;
}
section.banner { overflow: hidden; padding: 0; }
section.banner h2 { background-color: rgba(0,0,0,0.5); bottom: 0; color: #fff; left: 0; padding: 20px 0; position: absolute; width: 100%; }

section.contact, section.about, section.news, section.news-item, section.tips, section.tips-item, section.jobs {
  padding: 0;
}
section.news-item .content, section.tips-item .content {
  padding: 50px 0;
}
section.contact h2, section.about h2, section.news h2, section.news-item h2, section.tips h2, section.tips-item h2 , section.jobs h2 {
  background-color: #3f3f3f; color: #fff;
  padding: 215px 0 25px 0;
}
section.contact .shops-form { background-color: #ffcb05; color: #3f3f3f; }
section.contact .shops-form label {
    float: left;
    font-size: 40px;
    line-height: 70px;
    margin: 30px 0;
    text-transform: uppercase;
    width: 40%;
}
section.contact .shops-form select {
    background-color: rgba(0,0,0,0.2);
    border: 0;
    box-sizing: border-box;
    float: right;
    height: 70px;
    margin: 30px 0;
    padding: 17px 20px;
    width: 60%;
    -webkit-appearance: none;
}
section .shops { padding: 20px 0 25px 0; }
section .shops .city { display: none; }

section.notfound { padding: 260px 0 75px 0; }
section.notfound h2 { color: #de2424; }

.morenews { font-size: 20px; font-weight: 700; }
section .news-item .back { display: inline-block; padding: 30px 0 0 0; }

.morenews, section .news-item .back { color: #58453e; }
section.tips-item .content h2 { background: transparent; color: #3f3f3f; font-size: 20px; padding: 25px 0; }

/* gallery ------------------------------------------------------------------ */
.gallery {
  padding: 0;
    width: 100%;
}
section:after, .gallery:after, section.contact .shops-form:after, #footer-links .content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.gallery .photo {
    float: left;
    margin-bottom: -5px;
    overflow: hidden;
    width: 25%;
    z-index: 100;
}
.gallery .photo img {
    width: 100%;
    -webkit-transition: all 3000ms;
    -o-transition: all 3000ms;
    transition: all 3000ms;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.gallery .photo:hover img {
    -ms-transform: rotate(3deg) scale(1.2, 1.2);
    -webkit-transform: rotate(3deg) scale(1.2, 1.2);
    transform: rotate(3deg) scale(1.2, 1.2);
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(20%);
}

#contacts { margin-top: -150px; }
/* -------------------------------------------------------------------------- */

#map { height: 600px; width: 100%; }

footer { background-color: #232f3b; }
footer a { color: #fff; }
footer a:hover { color: #fff; }
footer #newsletter .content { background-color: #ffc000; height: 110px; }
footer #newsletter .newsletter-left { float: left; line-height: 50px; margin: 30px 0 30px 50px; width: 350px; }
footer #newsletter .newsletter-left .fa-envelope-o { background-color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin-right: 28px;
    float: left;
    color: #3f3f3f;
    text-align: center;
}
footer #newsletter .newsletter-left h3 { color: #fff; font-family: 'Keep-Calm'; font-size: 20px;
      text-transform: uppercase;
}
footer #newsletter .newsletter-left h3 .black { color: #232f3b; }
footer #newsletter .newsletter-left .newsletter-title { line-height: 50px; margin: 0; }
footer #newsletter .newsletter-left .newsletter-desc {
font-size: 14px;
    margin-bottom: 10px;
}
footer #newsletter .newsletter-right { background-color: #fff; box-sizing: border-box; float: right; height: 50px; margin: 30px 50px 30px 0; padding: 0; width: 520px; }
footer #newsletter .newsletter-right .form-control { box-shadow: none; border-radius: 0; color: #232f3b; padding: 6px 12px; transition: none;
    float: left;
    width: calc(100% - 140px);
    height: 50px;
    font-size: 16px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: transparent !important;
        appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
footer #newsletter .newsletter-right .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232f3b;
}
footer #newsletter .newsletter-right .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #232f3b;
   opacity:  1;
}
footer #newsletter .newsletter-right .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #232f3b;
   opacity:  1;
}
footer #newsletter .newsletter-right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #232f3b;
}
footer #newsletter .newsletter-right .newsletter-button .btn {
    background: #232f3b;
    float: right;
    border-color: #fff;
    color: #fff;
    border-width: 0;
    border-style: solid;
    padding: 0px 25px;
    line-height: 50px;
    height: 50px;
    font-size: 12px !important;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
footer #newsletter .newsletter-right .newsletter-button .btn:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;

    background: #232f3b;
    border-top: 3px solid #232f3b;
    border-left: 20px solid #232f3b;

    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
footer #newsletter .newsletter-right .newsletter-button .btn .icons { line-height: 50px; z-index: 20; }
/*footer #newsletter .newsletter-right .newsletter-button .btn:hover, footer #newsletter .newsletter-right .newsletter-button .btn:hover i {
  background-color: #fff;
  color: #3f3f3f!important; 
} */
footer #newsletter .newsletter-right .newsletter-button .btn i {
    left: auto!important;
    color: #fff;
    margin-left: 10px;
    height: 12px;
    margin-top: 9px;
}

footer #footer-links { color: #ffffff; padding: 0 0 30px 0; text-align: center; }
footer #footer-links a:hover { color: #ffcb05!important; text-decoration: none; }
footer #footer-links li { text-align: left; }

footer .footer-links-block01 { width: 500px; }
footer .footer-links-block01 .logo { background-image: url('../img/logo_footer.png'); height: 80px; text-indent: -9999px; width: 380px; }
footer h3 { font-family: 'Keep-Calm'; line-height: 80px; }
footer .footer-links-block02 { padding: 0 0 0 30px; text-align: left; width: 250px; }
footer .footer-links-block03 { padding: 0 0 0 30px; text-align: left; width: 250px; }

.fl-blog-item { padding-bottom: 20px; position: relative; }
.fl-blog-content span { color: #aeaeae; font-size: 11px; }
.fl-blog-content span i.fa, .fl-blog-content span i.fa { margin-right: 5px; }
.fl-blog-content span { color: #aeaeae; font-size: 11px; }

footer #contact { display: inline-block; float: left; font-size: 14px; padding: 0; vertical-align: top; width: 300px; }
footer #contact h3 { font-size: 14px; letter-spacing: 2px; margin-bottom: 35px; }
footer #contact div { margin: 0 0 10px 0; }
footer #contact .icon { color: #ffffff; font-family: 'FontAwesome'; padding: 0 10px 10px 0; }
footer #contact .icon.tel::before { content: "\f095"; }
footer #contact .icon.email::before { content: "\f003"; }
footer #contact .icon.facebook::before { content: "\f082"; }
footer #contact .icon.twitter::before { content: "\f081"; }
footer #contact .icon.linkedin::before { content: "\f08c"; }
footer #contact .icon.googleplus::before { content: "\f0d4"; }
footer #contact .icon.pinterest::before { content: "\f0d3"; }
footer #contact .icon.flicker::before { content: "\f16e"; }
footer #contact .social .icon { font-size: 24px; }
footer #contact .social .icon:hover { text-decoration: none; }

footer #copy { background-color: #1d282a; clear: both; color: #fff; line-height: 50px; text-align: center; }

/* back to top button ------------------------------------------------------- */
.button-top { background-color: #ffcb05; bottom: 20px; color: #3f3f3f; cursor: pointer; height: 40px; line-height: 40px; position: fixed; right: -100px; text-align: center; width: 40px!important; transition: right .5s ease-in-out; -moz-transition: right .5s ease-in-out; -webkit-transition: right .5s ease-in-out; z-index: 500; }
.button-top:hover { background-color: #eee; color: #ffcb05; text-decoration: none; }
.button-top.show { right: 20px; }