/* ============================== Skin Variables ============================ */
@charset "utf-8";
/*

CSS Document */
/********************************************************************
 * Table of Contents                                                *
 ********************************************************************/
/*
1. Common styles
    1.1. Font-face
    1.2. Block background style 
    1.3. Content colors styles

    
2.  Preloader styles
3.  Menu style ( Drop down menu )
4.  Header styles
5.  Google Nexus menu
6.  Google Nexus menu DARK
   
7.  Section style
8.  About  style
9.  Service style
10. Portfolio style
11. Team style
12. Blog style
13. Contact style
   
11. Ajax style
12. Shortcode style
13. Background style
14. Footer styles

*/
/********************************************************************
 * Common styles                                              *
 ********************************************************************/
/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'Opensans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#opensans-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opensans {
  font-family: 'Opensans', sans-serif;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway.eot');
  src: url('fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway.woff') format('woff'), url('fonts/Raleway.ttf') format('truetype'), url('fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
@font-face {
  font-family: 'JosefinSans';
  src: url('fonts/josefinsans-webfont.eot');
  src: url('fonts/josefinsans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/josefinsans-webfont.woff') format('woff'), url('fonts/josefinsans-webfont.ttf') format('truetype'), url('fonts/josefinsans-webfont.svg#josefinsans') format('svg');
  font-weight: normal;
  font-style: normal;
}
.josefinsans {
  font-family: 'JosefinSans', sans-serif;
}
/* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
  background-color: #262328;
}
.color-scheme-2 {
  background-color: #ea504e;
}
.color-scheme-3 {
  background-color: rgba(38, 35, 40, 0.9);
}
.color-scheme-4 {
  background-color: #f7f7f7;
}
.color-scheme-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.color-scheme-dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.color-scheme-dark-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
/* ==========================================================================
   Content color style
   ========================================================================== */
body {
  background-color: #fff;
  font-family: "Opensans";
  font-size: 14px;
}
.boxed {
  max-width: 1170px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #262328;
  line-height: 1;
}
.response {
  margin: 0 0 30px 0;
  color: #999;
}
.relative {
  position: relative;
  overflow: hidden;
  display: block;
}
a {
  color: #262328;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #ea504e;
  text-decoration: none;
  outline: none;
}
p {
  color: rgba(38, 35, 40, 0.5);
  font-family: 'Opensans', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.icon-1half {
  font-size: 1.5em;
}
.block {
  padding: 60px 0 60px;
  position: relative;
}
.block2 {
  padding: 60px 0 30px;
  position: relative;
}
.block3 {
  padding: 30px 0 60px;
  position: relative;
}
.block90_0 {
  padding: 90px 0 90px;
  position: relative;
}
.block90_1 {
  padding: 90px 0 60px;
  position: relative;
}
.block-content-p30 {
  padding: 30px 0;
}
.block-content-verti-p30 {
  padding: 60px 30px 30px;
}
.container-60 {
  padding: 60px;
}
.container-60-2 {
  padding: 60px 60px 30px 60px;
}
.container-60-liner {
  position: relative;
  padding: 120px;
  background-color: #ffffff;
}
.container-60-liner:before {
  position: absolute;
  content: "";
  left: 61px;
  top: 61px;
  right: 61px;
  bottom: 61px;
  border: 1px solid rgba(38, 35, 40, 0.3);
}
.container-60-liner .rect {
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: 2;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.container-60-liner .rect.left {
  right: inherit;
  left: -100px;
}
.container-60-liner .rect.top {
  bottom: inherit ;
  top: -100px;
}
.container-60-liner.no-bg {
  background: none;
}
.container-60-liner.dark.no-bg {
  background: none;
}
.container-60-liner.active.no-bg {
  background: none;
}
.container-60-liner.pb-90 {
  padding: 120px 120px 90px 120px;
}
.container-60-liner.dark {
  background-color: rgba(38, 35, 40, 0.9);
}
.container-60-liner.dark:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.container-60-liner.active {
  background-color: #ea504e;
}
.container-60-liner.active:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
blockquote p,
.block-form blockquote p {
  color: #262328;
  font-size: 16px;
}
.form-control {
  border-radius: 0;
}
.text-error {
  font-size: 18px;
  color: red;
}
.color-active {
  color: #262328;
}
.highlight {
  background-color: #262328;
  color: #ea504e;
  padding: 3px 2px;
}
.dis-n {
  display: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.no-pad {
  padding: 0;
}
.no-mar {
  margin: 0;
}
.pad-l-30 {
  padding-left: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-l-45 {
  padding-left: 45px;
}
.pad-r-45 {
  padding-right: 45px;
}
.pad-l-60 {
  padding-left: 60px;
}
.pad-r-60 {
  padding-right: 60px;
}
.btn-default {
  font-size: 18px;
  display: inline-block;
  color: rgba(38, 35, 40, 0.7);
  font-family: 'JosefinSans', sans-serif;
  font-weight: 600;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default.active {
  color: #ea504e;
  background: none;
}
.btn-default.active:after {
  background-color: rgba(234, 80, 78, 0.9);
}
.btn-default.active:hover {
  color: #ea504e;
}
.btn-default.active:hover:after {
  width: 100%;
  background-color: rgba(234, 80, 78, 0.9);
}
.btn-default.white {
  color: rgba(255, 255, 255, 0.7);
  background: none;
}
.btn-default.white:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn-default.white:hover {
  color: #ffffff;
}
.btn-default.white:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.btn-default:hover {
  text-decoration: none;
  background: none;
  color: #262328;
}
.btn-default:hover:after {
  width: 100%;
  background-color: rgba(38, 35, 40, 0.9);
}
.btn-default:focus {
  text-decoration: none;
}
.btn-default.right:after {
  left: inherit;
  right: 0;
}
.btn-default.center:after {
  left: 50%;
  right: inherit;
  margin-left: -15px;
}
.btn-default.center:hover:after {
  width: 100%;
  left: 0;
  margin-left: 0;
}
/* ==========================================================================
   Preloader styles
   ========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */

  z-index: 999999;
  /* makes sure it stays on top */

}
#preloader.dark {
  background-color: #252525;
}
#preloader.dark #status {
  background-image: url(../img/loading1.gif);
}
#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */

  top: 50%;
  /* centers the loading animation vertically one the screen */

  background-image: url(../img/loading.gif);
  /* path to your loading animation */

  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  margin: -75px 0 0 -75px;
  /* is width and height divided by two */

}
#status p {
  text-align: center;
}
#totop {
  position: fixed;
  right: 10px;
  bottom: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(237, 237, 237, 0.8);
  z-index: 550;
  font-size: 18px;
  color: #262328;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#totop:hover {
  color: #ffffff;
  background-color: #262328;
}
video#cover-video {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
}
/* ==============================================
 Drop down menu 
 =============================================== */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.dropdown-menu {
  border: 1px solid #262328;
  padding: 0;
  border-radius: 0;
  background-color: rgba(38, 35, 40, 0.98);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu li > a {
  padding: 0 20px;
  white-space: nowrap;
  min-height: 32px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Raleway', sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover:after {
  color: rgba(255, 255, 255, 0.5);
}
.dropdown-submenu:after {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  z-index: -1;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.dropdown-submenu > .dropdown-menu {
  position: absolute;
  left: 100% !important;
  top: -1px;
  margin: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ea504e;
  background-color: #262328;
  padding: 0 17px 0 23px;
}
.nav.navbar-right .dropdown-menu {
  right: 0;
}
/* ==========================================================================
   Header styles
   ========================================================================== */
#header.header-second-page-top-fixed {
  position: fixed !important;
}
#header.header-second-page-top-fixed .header-body {
  background: rgba(38, 35, 40, 0.98) !important;
  width: 100% !important;
  height: 60px !important;
}
#header.header-second-page-top-fixed .header-body #container-fixed {
  padding: 15px 0;
}
#header.header-top-fixed {
  position: fixed;
}
#header.header-top-fixed .header-body {
  background: rgba(38, 35, 40, 0.98);
  width: 100%;
  /*    .navbar-default .navbar-nav > li > a{ 
                color: #333;
            }
            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .current > a, .navbar-default .navbar-nav > .current > a:hover, .navbar-default .navbar-nav > .current > a:focus{
                color: @color3;
    
            } */

}
#header.header-top-fixed .header-body.white {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav > li > a {
  color: #262328;
}
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav > li > a:hover {
  color: #ea504e;
}
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav a.current,
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav li.open > a,
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav a.current:hover,
#header.header-top-fixed .header-body.white .navbar-default .navbar-nav a.current:focus {
  background: none;
  color: #ea504e;
}
#header {
  position: absolute;
  z-index: 150;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
#header .container {
  position: relative;
}
#header .header-body {
  height: 120px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-backface-visibility: hidden;
}
#header .header-body.white .navbar-default .navbar-nav > li > a {
  color: #262328;
}
#header .header-body.white .navbar-default .navbar-nav > li > a:hover {
  color: #ea504e;
}
#header .header-body.white .navbar-default .navbar-nav a.current,
#header .header-body.white .navbar-default .navbar-nav li.open > a,
#header .header-body.white .navbar-default .navbar-nav a.current:hover,
#header .header-body.white .navbar-default .navbar-nav a.current:focus {
  background: none;
  color: #ea504e;
}
#header #container-fixed {
  height: 50px;
  padding: 35px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-logo {
  height: 50px;
  display: inline-block;
  line-height: 46px;
}
#header .header-body-fixed {
  height: 60px;
}
#header .header-body-fixed #container-fixed {
  padding: 0;
}
#header .navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 5px 0 0;
}
#header .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 15px 0 20px 5px;
  letter-spacing: 3px;
  margin: 0 0 0 18px;
}
#header .navbar-default .navbar-nav > li > a.search i {
  font-size: 12px;
  line-height: 12px;
}
#header .navbar-default .navbar-nav > li > a:hover {
  color: #ea504e;
}
#header .navbar-default .navbar-nav a.current,
#header .navbar-default .navbar-nav li.open > a,
#header .navbar-default .navbar-nav a.current:hover,
#header .navbar-default .navbar-nav a.current:focus {
  background: none;
  color: #ea504e;
}
#header .navbar-default .navbar-nav > li .input-search {
  line-height: 40px;
  padding: 0 15px;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  width: 200px;
  margin: 0 ;
}
#header .navbar-default .navbar-nav > li .submit-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-size: 14px;
}
#header .navbar-default.dark .navbar-nav > li > a {
  color: #262328;
}
#header .navbar-default.dark .navbar-nav > li > a:hover {
  color: #ea504e;
}
#header .navbar-default.dark .navbar-nav a.current,
#header .navbar-default .navbar-nav li.open > a,
#header .navbar-default .navbar-nav a.current:hover,
#header .navbar-default .navbar-nav a.current:focus {
  color: #ea504e;
}
.navbar-collapse {
  max-height: 600px;
}
/* ==================================================
=====================  Google Nexus menu ============
====================================================*/
#header-mobile {
  position: fixed;
  z-index: 150;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
.main-menu-left .gn-menu-main {
  position: relative;
  top: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-menu-left .gn-menu-wrapper {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  transform: translateX(-100px);
  top: 90px;
  left: 30px;
}
.main-menu-left.top .gn-menu-main {
  position: relative;
  top: 0px !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-menu-left.top .gn-menu-wrapper {
  top: 60px;
  left: 0;
}
.gn-menu-main,
.gn-menu-main > ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #262328;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  line-height: 60px;
  font-family: 'Opensans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.gn-menu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.gn-menu-main li .gn-menu li a:hover,
.gn-menu-main li .gn-menu li a.current {
  color: #ea504e;
}
.gn-menu-main a {
  display: block;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 3px;
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
.gn-menu-main a.gn-icon.gn-icon-menu:hover:before {
  color: #ea504e;
}
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
  color: #ea504e;
}
.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
  z-index: 1;
}
/* icon-only trigger (menu item) */
.gn-menu-main li.gn-trigger {
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gn-menu-main > li:last-child {
  float: right;
}
.gn-menu-main > li > a {
  padding: 0 15px;
  font-family: 'Opensans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.gn-menu-main > li > a i {
  font-size: 18px;
}
.gn-menu-main > li > a:hover {
  color: #ea504e;
}
.gn-menu-main > li > a.icon-social {
  color: rgba(38, 35, 40, 0.3);
}
.gn-menu-main > li > a.icon-social:hover {
  color: #ea504e;
}
.gn-menu-main > li.logo > a {
  font-weight: bold;
  padding: 0 ;
}
.gn-menu-main > li.logo.center {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100%;
  margin-left: -50px;
  text-align: center;
}
.gn-menu-main > li.logo.center > a {
  display: inline-block;
}
.gn-menu-main:after {
  display: table;
  clear: both;
  content: "";
}
.gn-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
}
.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%;
}
.gn-menu {
  margin: 0;
  padding: 0;
  color: #262328;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  font-size: 12px;
  font-family: 'Opensans', sans-serif;
}
.gn-menu li:hover .gn-submenu li {
  height: 60px;
}
.gn-submenu {
  margin: 0;
  padding: 0;
  color: #262328;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  line-height: 60px;
  font-family: 'Opensans', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.gn-submenu li a {
  color: rgba(38, 35, 40, 0.5);
}
input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 60px;
  outline: none;
  border: none;
  background: transparent;
  color: #262328;
  font-weight: 300;
  font-family: 'Opensans', sans-serif;
  cursor: pointer;
}
/* placeholder */
.gn-search::-webkit-input-placeholder {
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.gn-search:-moz-placeholder {
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.gn-search::-moz-placeholder {
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.gn-search:-ms-input-placeholder {
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
input.gn-search:focus {
  cursor: text;
}
.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: #ea504e;
}
/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: #ea504e;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: #ea504e;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: #ea504e;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: #ea504e;
}
.gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
.gn-icon i {
  display: inline-block;
  width: 60px;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  line-height: 60px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
/* if an icon anchor has a span, hide the span */
.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.gn-icon-menu {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  font-size: 24px;
}
.gn-icon.gn-icon-menu:before {
  display: block;
  width: 60px;
  height: 60px;
  content: "\f394";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  color: #262328;
}
.gn-icon.gn-icon-menu.gn-selected:before {
  content: "\f2d7";
}
/* styles for opening menu */
.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.gn-menu-wrapper.gn-open-all {
  width: 330px;
}
/* ==================================================
=====================  Google Nexus menu DARK ============
====================================================*/
.gn-menu-main.dark,
.gn-menu-main.dark > ul {
  background: #262328;
  color: #ffffff;
}
.gn-menu-main.dark a {
  color: #ffffff;
}
.gn-menu-main.dark a:hover {
  color: #ea504e;
}
.gn-menu-main.dark {
  /* placeholder */

  /* hide placeholder when active in Chrome */

  /* placeholder */

}
.gn-menu-main.dark .gn-menu {
  background-color: rgba(38, 35, 40, 0.9);
}
.gn-menu-main.dark .gn-submenu li a {
  color: rgba(255, 255, 255, 0.5);
}
.gn-menu-main.dark .gn-submenu li a:hover {
  color: #ea504e;
}
.gn-menu-main.dark > li > a.icon-social {
  color: rgba(255, 255, 255, 0.3);
}
.gn-menu-main.dark > li > a.icon-social:hover {
  color: #ea504e;
}
.gn-menu-main.dark input.gn-search {
  background: transparent;
  color: #ffffff;
}
.gn-menu-main.dark .gn-search::-webkit-input-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .gn-search:-moz-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .gn-search::-moz-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .gn-search:-ms-input-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .gn-search:focus::-webkit-input-placeholder,
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.gn-menu-main.dark input.gn-search:focus {
  cursor: text;
}
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: #ffffff;
}
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: #ffffff;
}
.gn-menu-main.dark .gn-icon.gn-icon-menu:before {
  color: #ffffff;
}
/* ==================================================
=============== end of Google Nexus menu ============
====================================================*/
/* ==========================================================================
   Section style
   ========================================================================== */
section {
  overflow: hidden;
}
.section-title-left {
  position: relative;
}
.section-title-left .rotate-title {
  margin: 0;
  padding: 0;
  font-size: 98px;
  display: block;
  position: absolute;
  bottom: -98px;
  right: -18px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right 0;
  -ms-transform-origin: bottom right 0;
  -moz-transform-origin: bottom right 0;
  -o-transform-origin: bottom right 0;
  transform-origin: bottom right 0;
  letter-spacing: 3px;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
}
.section-title-left.dark .rotate-title {
  color: #262328;
}
.block-part-title .part-title {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  font-family: 'JosefinSans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #262328;
  line-height: 1.2;
}
.block-part-title .part-title span {
  font-weight: bold;
}
.block-part-title .part-sub-title {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
  font-family: 'JosefinSans', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(38, 35, 40, 0.5);
  font-style: italic;
}
.block-part-title .title-icon {
  line-height: 80px;
  color: rgba(38, 35, 40, 0.7);
  font-size: 80px;
  margin-bottom: 30px;
  display: inline-block;
}
.block-part-title .title-icon:hover {
  color: #262328;
}
.block-part-title.center {
  text-align: center;
}
.block-part-title.center .part-title {
  text-align: center;
}
.block-part-title.center .part-sub-title {
  text-align: center;
}
.block-part-title.center .title-icon {
  text-align: center;
}
.block-part-text p {
  margin: 0 0 30px 0;
  color: rgba(38, 35, 40, 0.7);
  font-family: 'Raleway', sans-serif;
  line-height: 25px;
  word-spacing: 1px;
}
.block-part-text.center {
  text-align: center;
}
.block-part-text.center p {
  text-align: center;
}
.block-part-title.white .part-title {
  color: #ffffff;
}
.block-part-title.white .part-sub-title {
  color: rgba(255, 255, 255, 0.5);
}
.block-part-title.white .title-icon {
  color: rgba(255, 255, 255, 0.7);
}
.block-part-title.white .title-icon:hover {
  color: #ffffff;
}
.block-part-text.white p {
  color: rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
   About  style
   ========================================================================== */
.left-effect-img {
  position: absolute;
  left: -50px;
  bottom: -70px;
  max-width: 30%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  animation-fill-mode: none;
  -webkit-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -moz-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -o-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -ms-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  transform: rotate(0) scale(1) skew(0) translate(0, 0);
}
.right-effect-img {
  position: absolute;
  right: -70px;
  bottom: -70px;
  max-width: 50%;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.8s;
  -webkit-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -moz-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -o-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  -ms-transform: rotate(0) scale(1) skew(0) translate(0, 0);
  transform: rotate(0) scale(1) skew(0) translate(0, 0);
}
section:hover .left-effect-img {
  -webkit-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -moz-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -o-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -ms-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  transform: rotate(0) scale(1) skew(0) translate(0, -30px);
}
section:hover .right-effect-img {
  -webkit-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -moz-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -o-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  -ms-transform: rotate(0) scale(1) skew(0) translate(0, -30px);
  transform: rotate(0) scale(1) skew(0) translate(0, -30px);
}
/* ==========================================================================
   Service style
   ========================================================================== */
.block-service {
  display: block;
  padding-bottom: 30px;
}
.block-service .service-icon {
  display: block;
  text-align: left;
}
.block-service .service-icon i {
  font-size: 42px;
  color: #262328;
}
.block-service .block-title {
  display: block;
}
.block-service .block-title a {
  color: rgba(38, 35, 40, 0.9);
  font-family: 'JosefinSans', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.block-service .block-title a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-service .block-title a:hover {
  color: #262328;
}
.block-service .block-title a:hover:after {
  background-color: rgba(38, 35, 40, 0.7);
}
.block-service .block-title p {
  color: rgba(38, 35, 40, 0.5);
  font-family: 'Raleway', sans-serif;
  line-height: 25px;
  word-spacing: 1px;
  margin: 0;
}
.block-service:hover .block-title a:after {
  width: 100%;
}
.block-service.icon-left {
  position: relative;
}
.block-service.icon-left .service-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 40px;
}
.block-service.icon-left .service-icon i {
  line-height: 42px;
}
.block-service.icon-left .block-title {
  padding: 0 0 0 55px;
}
.block-service.white .service-icon i {
  color: #ffffff;
}
.block-service.white .block-title a {
  color: rgba(255, 255, 255, 0.9);
}
.block-service.white .block-title a:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.block-service.white .block-title a:hover {
  color: #ffffff;
}
.block-service.white .block-title a:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.block-service.white .block-title p {
  color: rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
   Portfolio style
   ========================================================================== */
.block-portfolio {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-portfolio.last {
  margin-bottom: 0;
}
.block-portfolio .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.block-portfolio .rotate-status {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 7;
  top: 150px;
  right: 160px;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  transform: translateX(100%) translateY(-50%) rotate(-90deg);
  letter-spacing: 2px;
  text-align: right;
  display: block;
  width: 250px;
  white-space: nowrap;
  color: rgba(38, 35, 40, 0.9);
  font-family: 'JosefinSans', sans-serif;
}
.block-portfolio img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.block-portfolio .img-additional {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 1;
}
.block-portfolio:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  top: 110%;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
.block-portfolio .portfolio-info {
  display: none;
  position: absolute;
  z-index: 5;
  text-align: center;
  width: 100%;
  top: 42%;
  left: 0;
  padding: 0 20px;
}
.block-portfolio .portfolio-info .project-name {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
}
.block-portfolio .portfolio-info .project-name:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.block-portfolio .portfolio-info .project-category {
  font-family: 'Raleway', sans-serif;
  color: rgba(38, 35, 40, 0.7);
  line-height: 25px;
  word-spacing: 1px;
}
.block-portfolio:hover .portfolio-info {
  display: block;
}
.block-portfolio:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.block-portfolio:hover:after {
  top: 10px;
}
.block-portfolio.active .img-additional {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 1;
}
.block-portfolio.active .rotate-status {
  color: rgba(255, 255, 255, 0.9);
}
.block-portfolio.active:after {
  background-color: rgba(234, 80, 78, 0.9);
  top: 10px;
  opacity: 0;
}
.block-portfolio.active .portfolio-info {
  text-align: left;
  top: 30px;
  left: 0 ;
  padding: 0 60px 0 30px;
}
.block-portfolio.active .portfolio-info .project-name {
  color: #ffffff;
}
.block-portfolio.active .portfolio-info .project-name:after {
  left: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.block-portfolio.active .portfolio-info .project-category {
  color: rgba(255, 255, 255, 0.7);
}
.block-portfolio.active:hover:after {
  opacity: 1;
}
.block-portfolio.dark .img-additional {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 1;
}
.block-portfolio.dark .rotate-status {
  color: rgba(255, 255, 255, 0.9);
}
.block-portfolio.dark:after {
  background-color: rgba(38, 35, 40, 0.9);
  top: 10px;
  opacity: 0;
}
.block-portfolio.dark .portfolio-info {
  text-align: left;
  top: 30px;
  left: 0 ;
  padding: 0 60px 0 30px;
}
.block-portfolio.dark .portfolio-info .project-name {
  color: #ffffff;
}
.block-portfolio.dark .portfolio-info .project-name:after {
  left: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.block-portfolio.dark .portfolio-info .project-category {
  color: rgba(255, 255, 255, 0.7);
}
.block-portfolio.dark:hover:after {
  opacity: 1;
}
.block-portfolio.title-bottom:after {
  opacity: 0;
}
.block-portfolio.title-bottom .portfolio-info {
  text-align: left;
  top: inherit;
  bottom: 30px;
  left: 0 ;
  display: block;
  padding: 0 60px 0 30px;
}
.block-portfolio.title-bottom .portfolio-info .project-name {
  color: #262328;
}
.block-portfolio.title-bottom .portfolio-info .project-name:after {
  left: 15px;
  background-color: rgba(38, 35, 40, 0.3);
}
.block-portfolio.title-bottom .portfolio-info .project-category {
  color: rgba(38, 35, 40, 0.7);
}
.block-portfolio.title-bottom:hover:after {
  opacity: 0;
}
.block-portfolio.title-bottom:hover .portfolio-info .project-name:after {
  width: 100px;
}
.block-portfolio.dark.no-mar,
.block-portfolio.active.no-mar,
.block-portfolio.no-mar {
  margin-bottom: 0;
  margin: 0;
}
.portfolio-filter-block {
  position: relative;
  padding-top: 60px;
}
.portfolio-filter-title {
  text-align: center;
}
.portfolio-filter-title ul {
  padding: 0 0 40px 0;
}
.portfolio-filter-title li {
  display: inline-block;
  margin: 0 15px 10px;
}
.portfolio-filter-title li a {
  font-size: 18px;
  position: relative;
  color: rgba(38, 35, 40, 0.7);
  display: inline-block;
  text-decoration: none;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 5px 0 10px;
  line-height: 17px;
}
.portfolio-filter-title li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter-title li a:hover {
  color: #262328;
}
.portfolio-filter-title li a:hover:after {
  background-color: rgba(38, 35, 40, 0.7);
  width: 100%;
}
.portfolio-filter-title li.current a {
  color: #262328;
}
.portfolio-filter-title li.current a:after {
  background-color: rgba(38, 35, 40, 0.7);
  width: 100%;
}
.portfolio-list {
  margin: 0;
}
.portfolio-list .item {
  padding: 0;
}
.owl-carousel-with-dots .owl-dots {
  height: 20px;
  margin: 30px 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.owl-carousel-with-dots .owl-dot.active {
  background: #ea504e;
  border-color: #ea504e;
}
.owl-carousel-with-dots .owl-dot {
  display: inline-block;
  border: 1px solid #999;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}
.owl-carousel-left-dots .owl-item {
  overflow: hidden;
}
.owl-carousel-left-dots .owl-dots {
  height: 20px;
  margin-top: -30px;
  padding-bottom: 30px;
  padding-right: 5px;
  margin-right: 30px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.owl-carousel-left-dots .owl-dot.active {
  background: #ea504e;
  border-color: #ea504e;
}
.owl-carousel-left-dots .owl-dot {
  display: inline-block;
  border: 1px solid #999;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 10px;
}
.masonry-grid .grid-item {
  width: 30%;
}
.masonry-grid .grid-item.w2 {
  width: 40%;
}
/* ==========================================================================
   Team style
   ========================================================================== */
.block-team {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-team img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.block-team .author-info {
  position: absolute;
  z-index: 5;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: -100%;
  left: 10px;
  right: 10px;
  padding: 30px 30px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-team .author-info .author-name {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
}
.block-team .author-info .author-name:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.block-team .author-info .author-prof {
  font-family: 'Raleway', sans-serif;
  color: rgba(38, 35, 40, 0.7);
  line-height: 25px;
  word-spacing: 1px;
}
.block-team .author-info .team-social li {
  display: inline-block;
}
.block-team .author-info .team-social li a {
  line-height: 50px;
  width: 40px;
  display: inline-block;
  font-size: 17px;
  color: rgba(38, 35, 40, 0.3);
}
.block-team .author-info .team-social li a:hover {
  color: #ea504e;
}
.block-team:hover .author-info {
  bottom: 10px;
}
.block-team:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.block-team.no-mar {
  margin: 0;
}
.block-team.bg_img {
  height: 100vh;
  min-height: 600px;
  overflow: inherit;
}
.block-team.bg_img .author-info {
  top: 50%;
  opacity: 0;
  left: -50%;
  right: 0;
  bottom: inherit;
  width: 260px;
}
.block-team.bg_img:hover .author-info {
  opacity: 1;
}
.block-team.dark .author-info {
  background-color: rgba(38, 35, 40, 0.7);
}
.block-team.dark .author-info .author-name {
  color: #ffffff;
}
.block-team.dark .author-info .author-name:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.block-team.dark .author-info .author-prof {
  color: rgba(255, 255, 255, 0.7);
}
.block-team.dark .author-info .team-social li a {
  color: rgba(255, 255, 255, 0.5);
}
.block-team.dark .author-info .team-social li a:hover {
  color: #ea504e;
}
/* ==========================================================================
   Blog style
   ========================================================================== */
.block-blog {
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: rotate(0deg);
}
.block-blog .blog-img {
  position: relative;
  overflow: hidden;
  transform: rotate(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-blog .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.block-blog .rotate-date {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 7;
  top: 150px;
  right: 160px;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  transform: translateX(100%) translateY(-50%) rotate(-90deg);
  letter-spacing: 2px;
  text-align: right;
  display: block;
  width: 250px;
  white-space: nowrap;
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
}
.block-blog img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -moz-transform: rotate(0deg);
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.block-blog .blog-info .blog-name {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  color: rgba(38, 35, 40, 0.9);
  letter-spacing: 2px;
}
.block-blog .blog-info .blog-name:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-blog .blog-info .blog-name:hover:after {
  background-color: #262328;
}
.block-blog .blog-info .blog-add {
  padding: 10px 0;
  position: relative;
  display: block;
  margin: 0;
  font-size: 14px;
  font-family: 'JosefinSans', sans-serif;
  text-align: right;
  color: rgba(38, 35, 40, 0.5);
  letter-spacing: 1px;
}
.block-blog .blog-info .blog-add a {
  color: rgba(38, 35, 40, 0.7);
}
.block-blog .blog-info .blog-add a:hover {
  color: #ea504e;
}
.block-blog .blog-info .blog-add .category {
  float: left;
}
.block-blog .blog-info .blog-text {
  color: rgba(38, 35, 40, 0.5);
  font-family: 'Raleway', sans-serif;
  line-height: 25px;
  word-spacing: 1px;
}
.block-blog:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-blog:hover img {
  display: inline-block;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.block-blog:hover .blog-info .blog-name:after {
  width: 100%;
}
.block-blog.blog-list .blog-img {
  width: 120px;
  float: left;
  margin: 0 20px 5px 0;
}
.block-blog.blog-list .rotate-date {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 7;
  top: 150px;
  right: 160px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  transform: translateX(100%) translateY(-50%) rotate(-90deg);
  letter-spacing: 2px;
  text-align: right;
  display: block;
  width: 250px;
  white-space: nowrap;
  color: #ea504e;
  font-family: 'JosefinSans', sans-serif;
}
.block-blog.blog-list img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.block-blog.blog-list .blog-info .blog-name {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  color: rgba(38, 35, 40, 0.9);
  letter-spacing: 2px;
}
.block-blog.blog-list .blog-info .blog-name:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: rgba(38, 35, 40, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-blog.blog-list .blog-info .blog-name:hover:after {
  width: 100%;
  background-color: #262328;
}
.block-blog.blog-list .blog-info .blog-add {
  padding: 10px 0;
  position: relative;
  margin: 0;
  font-size: 14px;
  font-family: 'JosefinSans', sans-serif;
  text-align: right;
  color: rgba(38, 35, 40, 0.5);
  letter-spacing: 1px;
}
.block-blog.blog-list .blog-info .blog-add a {
  color: rgba(38, 35, 40, 0.7);
}
.block-blog.blog-list .blog-info .blog-add a:hover {
  color: #ea504e;
}
.block-blog.dark .rotate-date {
  color: rgba(255, 255, 255, 0.9);
}
.block-blog.dark .blog-info .blog-name {
  color: rgba(255, 255, 255, 0.9);
}
.block-blog.dark .blog-info .blog-name:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.block-blog.dark .blog-info .blog-name:hover:after {
  background-color: #ffffff;
}
.block-blog.dark .blog-info .blog-add {
  color: rgba(255, 255, 255, 0.5);
}
.block-blog.dark .blog-info .blog-add a {
  color: rgba(255, 255, 255, 0.7);
}
.block-blog.dark .blog-info .blog-add a:hover {
  color: #ea504e;
}
.block-blog.dark .blog-info .blog-text {
  color: rgba(255, 255, 255, 0.5);
}
.block-pagination {
  margin-bottom: 30px;
}
.block-pagination ul > .active > a,
.block-pagination ul > .active > span {
  border-color: rgba(38, 35, 40, 0.7);
  color: #ffffff;
  background-color: rgba(38, 35, 40, 0.7);
}
.block-pagination ul > .active > a:hover,
.block-pagination ul > .active > span:hover {
  background: rgba(38, 35, 40, 0.7);
  border-color: rgba(38, 35, 40, 0.7);
  color: #ffffff;
}
.block-pagination ul > li > a:focus,
.block-pagination ul > li > a:hover {
  border-color: rgba(38, 35, 40, 0.7);
  background: rgba(38, 35, 40, 0.7);
  color: #ffffff;
}
.block-pagination ul > li > a {
  border: none;
  border-bottom: 1px solid rgba(38, 35, 40, 0.7);
  background: none;
  color: rgba(38, 35, 40, 0.7);
  float: inherit;
}
.block-pagination ul > li:first-child a {
  border-color: rgba(38, 35, 40, 0.7);
  border-radius: 0;
}
.block-pagination ul > li:first-child a:hover {
  color: #ffffff;
}
.block-pagination ul > li:last-child a {
  border-color: rgba(38, 35, 40, 0.7);
  border-radius: 0;
}
.block-pagination ul > li:last-child a:hover {
  color: #ffffff;
}
.post-information {
  border-top: 2px solid rgba(38, 35, 40, 0.1);
  padding: 10px 0 0;
  text-transform: uppercase;
  color: rgba(38, 35, 40, 0.5);
}
.post-information a {
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
  text-align: right;
  color: rgba(38, 35, 40, 0.7);
}
.post-information a i {
  margin-right: 3px;
}
.post-information a:hover {
  color: #ea504e;
}
/* ==========================================================================
   Contact style
   ========================================================================== */
form input,
form textarea,
.form-control {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid rgba(38, 35, 40, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #262328;
  line-height: inherit;
  padding: 5px 0;
  width: 100%;
  font-size: 14px;
  background: none;
  outline: none;
  margin-bottom: 10px;
}
form input:hover,
form textarea:hover,
.form-control:hover,
form input:focus,
form textarea:focus,
.form-control:focus {
  border-bottom-color: #262328;
}
#MyContactForm p span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
input:focus,
textarea:focus {
  border-color: #262328;
}
::-webkit-input-placeholder {
  color: #aaa;
  font-family: 'Raleway', sans-serif;
}
::-moz-placeholder {
  /* Firefox 18- */

  color: #aaa;
  font-family: 'Raleway', sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */

  color: #aaa;
  font-family: 'Raleway', sans-serif;
}
::-ms-input-placeholder {
  color: #aaa;
  font-family: 'Raleway', sans-serif;
}
#MyContactForm p label,
#MyNewsletter p label {
  cursor: text;
  display: block;
  margin: 0 0;
  position: relative;
  top: 0;
  width: 100%;
}
#form-wrapper #MyContactForm .error {
  bottom: 18px;
  color: #FF0000;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
#form-wrapper.white form input,
#form-wrapper.white form textarea {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#form-wrapper.white form input:hover,
#form-wrapper.white form textarea:hover,
#form-wrapper.white form input:focus,
#form-wrapper.white form textarea:focus {
  border-bottom-color: #ffffff;
}
#form-wrapper.white input:focus,
#form-wrapper.white textarea:focus {
  border-color: #ffffff;
}
#newsletter-form-wrapper #MyNewsletter .newslettererror {
  bottom: 18px;
  color: #FF0000;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
#newsletter-form-wrapper.white form input,
#newsletter-form-wrapper.white form textarea {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
#newsletter-form-wrapper.white form input:hover,
#newsletter-form-wrapper.white form textarea:hover,
#newsletter-form-wrapper.white form input:focus,
#newsletter-form-wrapper.white form textarea:focus {
  border-bottom-color: #ffffff;
}
#newsletter-form-wrapper.white input:focus,
#newsletter-form-wrapper.white textarea:focus {
  border-color: #ffffff;
}
.newsletter-btn {
  display: inline-block;
  margin-bottom: 0;
}
#newsletteremail {
  width: 80%;
  padding: 10px 0;
}
#MyContactForm p {
  position: relative;
}
#ErrResults {
  text-align: center;
  color: #262328;
}
.address-list > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.address-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.address-list i {
  border: 1px solid;
  display: inline-block;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}
.response {
  letter-spacing: 1px;
  margin: -10px 0 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.google-map {
  height: 665px;
}
.google-map iframe {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  border: none;
  pointer-events: none;
}
/* ==========================================================================
   Ajax style
   ========================================================================== */
.ajax-block {
  background-color: #ffffff;
  margin: 30px auto;
  padding: 90px 60px;
  position: relative;
}
/* ==========================================================================
   Shortcode style
   ========================================================================== */
.parrtners {
  padding: 0 60px 60px 60px;
}
.block-parrtners {
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.block-parrtners img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.block-parrtners:hover {
  cursor: pointer;
}
.block-parrtners:hover img {
  opacity: 1;
}
.block-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.block-gallery img {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.block-gallery:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.block-gallery.no-mar {
  margin: 0;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel-default {
  border: none;
  border-radius: 0;
  margin-top: 0 !important;
  background: none;
}
.panel-group .panel-default .panel-collapse .panel-body {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: #262328;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.panel-group .panel-heading {
  background: rgba(38, 35, 40, 0.9);
  border: none;
  border-radius: 0;
  padding: 0;
}
.panel-group .panel-body {
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 15px;
  font-family: 'Opensans', sans-serif;
  background-color: #262328;
}
.panel-group .panel-body p {
  color: rgba(255, 255, 255, 0.5);
}
.panel-group .panel-body a {
  color: rgba(255, 255, 255, 0.7);
}
.panel-group .panel-body a:hover {
  color: #ffffff;
}
.panel-group .panel-title {
  margin-bottom: 5px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a.collapsed {
  color: rgba(255, 255, 255, 0.9);
  background: none ;
}
.panel-group .panel-title a.collapsed:before {
  content: "\f3d3";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 15px 10px 15px 50px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  background: none ;
}
.panel-group .panel-title a:before {
  content: "\f3d0";
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel-title a:hover {
  text-decoration: none;
  background: #262328;
  border-color: #262328;
  color: #ffffff;
}
.panel-group .panel-title a:hover:before {
  color: #ffffff;
}
.panel-group .panel-title:hover {
  border-color: #262328;
}
.panel-group.white .panel-default .panel-collapse .panel-body {
  border: 1px solid rgba(38, 35, 40, 0.1);
  background-color: #ffffff;
  color: rgba(38, 35, 40, 0.5);
}
.panel-group.white .panel-heading {
  background: #eee;
}
.panel-group.white .panel-body {
  border: 1px solid rgba(38, 35, 40, 0.1);
  background-color: #ffffff;
}
.panel-group.white .panel-body p {
  color: rgba(38, 35, 40, 0.5);
}
.panel-group.white .panel-body a {
  color: rgba(38, 35, 40, 0.7);
}
.panel-group.white .panel-body a:hover {
  color: #262328;
}
.panel-group.white .panel-title a.collapsed {
  color: rgba(38, 35, 40, 0.9);
}
.panel-group.white .panel-title a.collapsed:before {
  color: rgba(38, 35, 40, 0.5);
}
.panel-group.white .panel-title a {
  color: rgba(38, 35, 40, 0.9);
}
.panel-group.white .panel-title a:before {
  color: #262328;
}
.panel-group.white .panel-title a:hover {
  background: #f7f7f7;
  border-color: #ffffff;
  color: #262328;
}
.panel-group.white .panel-title a:hover:before {
  color: #262328;
}
.panel-group.white .panel-title:hover {
  border-color: #ffffff;
}
.progress {
  height: 2px;
  border-radius: 0;
  margin: 40px 0 65px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: visible;
}
.progress .progress-bar {
  background-color: #ea504e;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.progress .skill-value {
  float: left;
  position: absolute;
  width: 100%;
  top: -40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}
.progress .skill-value span {
  color: rgba(255, 255, 255, 0.5);
  float: right;
}
.progress.dark {
  background-color: rgba(38, 35, 40, 0.1);
}
.progress.dark .skill-value {
  color: rgba(38, 35, 40, 0.7);
}
.progress.dark .skill-value span {
  color: rgba(38, 35, 40, 0.7);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video {
  padding: 60px;
  background-image: url("../videos/Sail-Away.jpg");
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
}
.block-video .video-overlay {
  background-color: rgba(234, 80, 78, 0.9);
}
.block-video.no-pad {
  padding: 60px 0;
}
.block-client-say {
  margin-bottom: 10px;
  text-align: center;
}
.block-client-say .client-icon {
  line-height: 80px;
  color: rgba(234, 80, 78, 0.9);
  font-size: 80px;
  margin-bottom: 30px;
  display: block;
}
.block-client-say .client-text {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.block-client-say .client-author {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'JosefinSans', sans-serif;
  font-weight: 600;
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.block-client-say .client-prof {
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'JosefinSans', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-style: italic;
}
.block-client-say.white .client-icon {
  color: rgba(234, 80, 78, 0.9);
}
.block-client-say.white .client-text {
  color: rgba(38, 35, 40, 0.7);
}
.block-client-say.white .client-author {
  color: rgba(38, 35, 40, 0.9);
}
.block-client-say.white .client-prof {
  color: rgba(38, 35, 40, 0.5);
}
.block-rotate-title {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.block-rotate-title .rotate-title {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 130px;
  left: 10px;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  letter-spacing: 2px;
  text-align: right;
  display: block;
  width: 250px;
  white-space: nowrap;
  color: #262328;
  font-family: 'JosefinSans', sans-serif;
}
.block-rotate-title .block-rotate-inner {
  padding-left: 20px;
  color: rgba(38, 35, 40, 0.7);
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
}
.block-rotate-title .block-rotate-inner a {
  color: rgba(38, 35, 40, 0.7);
  font-family: 'Raleway', sans-serif;
  line-height: 26px;
  word-spacing: 1px;
}
.block-rotate-title .block-rotate-inner a:hover {
  color: #262328;
}
.block-rotate-title.dark .rotate-title {
  color: rgba(255, 255, 255, 0.7);
}
.block-rotate-title.dark .block-rotate-inner {
  color: rgba(255, 255, 255, 0.5);
}
.block-rotate-title.dark .block-rotate-inner a {
  color: rgba(255, 255, 255, 0.5);
}
.block-rotate-title.dark .block-rotate-inner a:hover {
  color: #ffffff;
}
.nav-tabs {
  margin-bottom: 5px;
}
.nav-tabs li {
  position: relative;
  min-height: 80px;
  padding: 30px 10px;
  background-color: #f3f3f3;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-tabs li a {
  border: none !important;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(38, 35, 40, 0.7);
  font-size: 18px;
  padding: 0;
  font-family: 'JosefinSans', sans-serif;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  border: none;
  background: none;
  color: #ea504e;
}
.nav-tabs li.active {
  background-color: #ea504e;
}
.nav-tabs li.active a {
  border: none;
  background: none;
  color: #ffffff;
  padding: 0;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none;
  background: none;
  color: #ffffff;
}
.nav-tabs li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tab-content {
  margin-bottom: 30px;
  padding: 40px 30px 10px 30px;
  background-color: #f7f7f7;
}
.tab-content.no-mar {
  margin-bottom: 0;
}
.block-facts {
  background-image: url("../img/bg/bg_2.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0 30px;
}
.home-big-img {
  min-height: 500px;
  height: 100vh;
  position: relative;
  background-image: url("../img/bg/bg_18.jpg");
  background-size: cover;
  background-position: center center;
}
.fade-ticker {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 15%;
  left: 0;
  text-align: center;
}
.fade-ticker .fade-text {
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 5px #fff;
}
.fade-ticker.left {
  position: relative;
}
.fact {
  padding-bottom: 30px;
  text-align: center;
}
.fact i {
  font-size: 42px;
  color: #ffffff;
  line-height: 60px;
}
.fact .factor {
  font-size: 60px;
  line-height: 70px;
  height: 70px;
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  margin: 10px 0 20px;
}
.fact h4 {
  font-family: 'JosefinSans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 2px;
}
.time-section-name {
  padding: 30px 0;
  background-color: #262328;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  margin: 1px;
  position: relative;
}
.time-section-name h4 {
  color: #ffffff;
  font-family: 'JosefinSans', sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.time-section-name:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #050505;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.time-section {
  position: relative;
  background-color: rgba(38, 35, 40, 0.9);
  margin: 1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.time-section img {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.time-section .category-name {
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'JosefinSans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
}
.time-section .teacher {
  font-family: 'Raleway', sans-serif;
  line-height: 25px;
  word-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
  top: 40px;
}
.time-section .time {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  font-size: 21px;
  font-family: 'JosefinSans', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}
.time-section:hover {
  cursor: pointer;
}
.time-section:hover img {
  opacity: 1;
}
.widget-title {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: rgba(38, 35, 40, 0.7);
  font-family: 'JosefinSans', sans-serif;
  letter-spacing: 2px;
}
.widget-title i {
  margin-right: 15px;
  color: rgba(38, 35, 40, 0.7);
  font-size: 18px;
}
.widget-title.white {
  color: rgba(255, 255, 255, 0.9);
}
.widget-title.white i {
  color: rgba(255, 255, 255, 0.7);
}
.widget-block.white p {
  color: rgba(255, 255, 255, 0.3);
}
.widget-block.white a {
  color: rgba(255, 255, 255, 0.5);
}
.widget-block.white a:hover {
  color: #ffffff;
}
.widget-block.white ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.widget-block.white ul li a:hover {
  color: #ffffff;
}
.widget-block.white .tags li a {
  background-color: #262328;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #3f3f3f;
}
.widget-block.white .tags li a:hover {
  background-color: #ea504e;
  color: #262328;
  border-color: #ea504e;
}
.widget-block {
  margin-bottom: 30px;
}
.widget-block p {
  line-height: 30px;
}
.widget-block ul li {
  line-height: 30px;
}
.widget-block ul li a {
  text-decoration: none;
  color: rgba(38, 35, 40, 0.5);
  font-size: 15px;
}
.widget-block ul li a:hover {
  text-decoration: none;
  color: #262328;
}
.widget-block .tags {
  font-size: 0;
}
.widget-block .tags li {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 40px;
}
.widget-block .tags li a {
  display: block;
  padding: 0 15px;
  background-color: #ffffff;
  color: rgba(38, 35, 40, 0.5);
  border: 1px solid #dfdfdf;
}
.widget-block .tags li a:hover {
  text-decoration: none;
  background-color: #ea504e;
  color: #ffffff;
  border-color: #ea504e;
}
.social-icon {
  margin: 0;
  text-align: center;
}
.social-icon li {
  display: inline-block;
  margin: 5px;
}
.social-icon li a {
  text-decoration: none;
}
.social-icon li a i {
  color: rgba(38, 35, 40, 0.5);
  text-align: right;
  line-height: 40px;
  font-size: 32px;
  margin: auto;
  display: block;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon li a:hover i {
  color: #ea504e;
}
span.dropcap {
  font-size: 40px;
  float: left;
  margin: 3px 10px 5px 0;
  line-height: 1;
  padding: 5px 14px;
  color: #262328;
}
/* ==========================================================================
   Backgrounds section style
   ========================================================================== */
#about.temp1 {
  background-image: url("../img/bg/bg_1.jpg");
  background-size: cover;
  background-position: center left;
}
#about.temp2 {
  background-image: url("../img/bg/bg_10.jpg");
  background-size: cover;
  background-position: center center;
}
#service.temp1 {
  background-image: url("../img/bg/bg_5.jpg");
  background-size: cover;
  background-position: center left;
}
#service.temp2 {
  background-image: url("../img/bg/bg_11.jpg");
  background-size: cover;
  background-position: center center;
}
#portfolio.temp1 {
  background-image: url("../img/bg/bg_3.jpg");
  background-size: cover;
  background-position: center left;
}
#portfolio.temp2 {
  background-image: url("../img/bg/bg_12.jpg");
  background-size: cover;
  background-position: center center;
}
#contact.temp1 {
  background-image: url("../img/bg/bg_4.jpg");
  background-size: cover;
  background-position: center left;
}
#contact.temp2 {
  background-image: url("../img/bg/bg_6.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#contact.temp3 {
  background-image: url("../img/bg/bg_13.jpg");
  background-size: cover;
  background-position: center center;
}
#fitness-about {
  background-image: url("../img/bg/bg_8.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#timetable {
  background-image: url("../img/bg/bg_9.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.bg-client {
  background-image: url("../img/bg/bg_7.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#team.temp1 {
  background-image: url("../img/bg/bg_15.jpg");
  background-size: cover;
  background-position: center center;
}
.team2 {
  background-image: url("../img/bg/bg_14.jpg");
  background-size: cover;
  background-position: top center;
}
#index-main1 {
  background-image: url("../img/bg/bg_16.jpg");
  background-size: cover;
  background-position: center center;
}
#index-main2 {
  background-image: url("../img/bg/bg_20.jpg");
  background-size: cover;
  background-position: center center;
}
.bg-home1 {
  background-image: url("../img/bg/bg_19.jpg");
  background-size: cover;
  background-position: top center;
}
.bg-home2 {
  background-image: url("../img/bg/bg_17.jpg");
  background-size: cover;
  background-position: top center;
}
.bg-home3 {
  background-image: url("../img/bg/bg_21.jpg");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.portfolio-bg-1 {
  background-image: url("../img/preview/slider/slider5-2.jpg");
  background-size: cover;
  background-position: top center;
}
.portfolio-bg-2 {
  background-image: url("../img/preview/slider/slider4-1.jpg");
  background-size: cover;
  background-position: top center;
}
.portfolio-bg-3 {
  background-image: url("../img/preview/slider/slider2-1.jpg");
  background-size: cover;
  background-position: top center;
}
.bg-color1 {
  background-color: rgba(103, 119, 43, 0.5);
}
.bg-color2 {
  background-color: rgba(115, 50, 88, 0.5);
}
.bg-color3 {
  background-color: rgba(50, 100, 80, 0.5);
}
/* ==========================================================================
   Footer section style
   ========================================================================== */
#footer {
  position: relative;
  padding: 30px 0 0;
  background-color: #f3f3f3;
  text-align: left;
}
#footer .footer-menu {
  margin: 0;
}
#footer .footer-menu li {
  display: inline-block;
  margin: 0 10px 30px;
}
#footer .footer-menu a {
  line-height: 30px;
}
#footer .footer-icon {
  margin: 0;
  text-align: right;
}
#footer .footer-icon li {
  display: inline-block;
  margin: 5px;
}
#footer .footer-icon li a {
  text-decoration: none;
}
#footer .footer-icon li a i {
  color: rgba(38, 35, 40, 0.5);
  text-align: right;
  line-height: 30px;
  font-size: 18px;
  margin: auto;
  display: block;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-icon li a:hover i {
  color: #ea504e;
}
#footer .reserved {
  line-height: 40px;
  margin: 0;
}
#footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(38, 35, 40, 0.1);
}
#footer.dark {
  background-color: #262328;
}
#footer.dark .footer-menu a {
  color: rgba(255, 255, 255, 0.5);
}
#footer.dark .footer-menu a:hover {
  color: #ffffff;
}
#footer.dark .footer-icon li a i {
  color: rgba(255, 255, 255, 0.5);
}
#footer.dark .footer-icon li a:hover i {
  color: #ea504e;
}
#footer.dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
#footer.dark .reserved {
  color: rgba(255, 255, 255, 0.3);
}
