/*


/* Table of Content
================================================== 

   
    01. General Properties
    02. Header
    03. Main Navigation
	04. Mega Menu
    05. Sticky Header
    06. Revolution Slider
	07. Inner Banner
	08. Custom Homepages
    09. Services Boxes
    10. Portfolio 
    11. Owl Carousel
	12. Slick Carousel
    13. Fancy Box
    14. Blog Section
		- Pagination
		- Sidebar
		- Comments
	15. Product Section
    16. Team Section
    17. Client Section
	18. Parallax Page
	19. 404 Page
    20. Elements
		- Accordion & Toggles
		- Tabs
		- Buttons
		- Social Icons
		- Pricing Tables
		- Parallax Section
		- Progress Bar
		- Fact Counter
		- Testimonials
		- Tooltip
		- Alert Boxes
		- Flickr Feeds
		- Tables
		- Video Background
		- Contact form 
		- Right Side Sliding Panel
		- Search Canvas
		- Process Icons		
		- Image Effect
		- To Top
		
	21. Footer
	

*/

/* 01 General Properties
================================================== */
* {
  font-family: Helvetica !important;
}
body {
  font-family: "Helvetica";
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.white-color {
  color: #fff;
}
p {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 28px;
}
.container {
  padding-right: 0;
  padding-left: 0;
}
body,
li,
address {
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: 300;
}
a {
  color: #363636;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #363636;
  text-decoration: none;
}
a.link {
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover.link,
a:focus.link {
  color: #363636;
  text-decoration: none;
}

a.link-email {
  color: #363636;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover.link-email,
a:focus.link-email {
  color: #969696;
  text-decoration: none;
}
.colored {
  color: #363636;
}
.color-white {
  color: #fff;
}
.color-light {
  color: #c6c6c6;
}
.color-black {
  color: #363636 !important;
}
.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw600 {
  font-weight: 600;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
  color: #363636;
  font-weight: 600;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 0px;
}
h1.heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: -1px;
}
h2.heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

h2.heading-white {
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
}

h3.sub-heading2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans";
  color: #909090;
}
h3.sub-heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
  font-family: "Lora", serif;
}
p.h-sub {
  color: #666;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-family: "Lora", serif;
  font-style: italic;
}
p.h-sub-white {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
h3.heading {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
}
h3.heading:before {
  display: inline-block;
  content: "";
  border-bottom: 2px solid #000;
  border-left: 1px solid #e6e6e6;
  position: absolute;
  width: 30px;
  bottom: -10px;
  left: 0px;
}
h1.client {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -2px;
}
h4.client span {
  border: 2px solid #363636;
  padding: 5px 10px;
}
.page-nav {
  padding: 50px 0px 35px;
  text-align: right;
}
.page-nav a {
  color: #363636;
}
.page-nav a:hover {
  color: #363636;
}
.page-nav .active {
  color: #363636;
}
.center-title-wrapper {
  text-align: center;
}
.center-title-wrapper strong {
  text-align: center;
  width: 3%;
  margin: -20px auto;
  border-bottom: 2px solid #363636;
}
.title-center {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.title-left {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title-left:before {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0px;
}
.upper {
  text-transform: uppercase;
}
.lead {
  font-size: 16px;
  line-height: 24px;
}
.font-alt {
  font-family: "Lora", serif;
  font-weight: 200;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #f0f0f0;
}
.bg-light-gray {
  background: #f6f6f6;
}
.bg-dark-gray {
  background: #262626;
  color: #fff;
}
.bg-darker-gray {
  background: #15181d;
  color: #fff;
}
.bg-color {
  background: #363636;
}
.pic {
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  cursor: pointer;
}
.pic:hover {
  opacity: 0.8;
}
.pic.radius {
  border-radius: 50%;
}
.pic.radius.size {
  width: 200px;
  height: 200px;
}
.brd-gray {
  border: 1px solid #f6f6f6;
}
.brd-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.brd0 {
  border: 0px solid #e6e6e6 !important;
}
.mgr-header {
  float: left;
  width: 100%;
}
ul {
  padding: 0 0 0 20px;
}
ol {
  padding: 0 0 0 20px;
}
ol li {
  padding: 4px 0px;
}
ul.circled {
  padding: 0;
  list-style: none;
}
ul.circled li {
  padding: 4px 0px;
}
ul.circled li:before {
  content: "\e800";
  margin-right: 15px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 1px;
  display: inline-block;
  font-family: "fontello-circle";
  color: #363636;
  font-size: 8px;
}
ul.arrow {
  padding: 0;
  list-style: none;
}
ul.arrow li {
  padding: 4px 0px;
}
ul.arrow li:before {
  content: "\e75e";
  margin-right: 10px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 1px;
  display: inline-block;
  font-family: "fontello";
  color: #363636;
  font-size: 12px;
}

.thin {
  width: 70%;
  margin: 0 auto;
}
.thin-search {
  width: 80%;
  margin: 30% auto;
}
.dropcap {
  font-weight: 300;
  display: block;
  float: left;
  font-size: 49px;
  padding: 0;
  margin: 0;
  margin: 12px 8px 0 0;
  text-transform: uppercase;
}
img {
  width: 100%;
}
hr {
  border-bottom: 1px solid #f8f8f8;
}
.underline {
  text-decoration: underline;
}
.brd-gray-cart {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
blockquote {
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0px;
}
blockquote small {
  line-height: inherit;
  color: #999;
}
.italic {
  font-style: italic;
}
.no-mgr {
  margin: 0px;
}
.no-pad {
  padding: 0px;
}
.box-text-left {
  padding: 35% 25%;
  text-align: left;
  color: #fff;
}
.box-text-center {
  padding: 5% 25% 5% 15%;
}

.box-text-center .date {
  padding: 10px 0px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #969696;
}
.box-text-center a {
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  color: #363636;
}
.box-text-center a:hover {
  color: #969696;
}
.box-text-center .author {
  padding: 20px 0px;
  font-size: 11px;
  color: #969696;
}
.box-text-center .author a {
  font-size: 11px;
  color: #969696;
  text-decoration: none;
}
.box-text-center .author a:hover {
  color: #363636;
}
.box-text-center2 {
  padding: 10% 20% 5% 15%;
}
.box-text-center3 {
  padding: 13% 20% 16% 15%;
  max-height: 420px;
}
.box-text-fitness {
  padding: 15% 20% 15% 15%;
}
.black-box {
  font-size: 18px;
  color: #ccc;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 24px;
  color: #999;
  margin: 10px 0;
  padding: 20px 20px;
  background: #fff;
  background: #363636;
  position: relative;
}
.black-box h3 {
  color: #ccc;
}
.black-box:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  right: -15px;
  bottom: -15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.side-image {
  padding: 0px;
  position: relative;
}
.side-image .image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.side-image .image-container.pull-right {
  right: 0px;
}
.side-image .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.side-image h1 {
  margin-bottom: 40px;
}
.side-image p.lead {
  margin-bottom: 64px;
}
.side-image.text-heavy h1 {
  margin-bottom: 32px;
}
.side-image.text-heavy p.lead {
  margin-bottom: 40px;
}
.side-image.text-heavy .feature {
  margin-top: 64px;
}
.side-image.text-heavy .feature h5 {
  margin-bottom: 40px;
}
/* 02 Header
================================================== */
.content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  overflow: hidden;
}
/* top bar
================================================== */
.topbar {
  display: block;
  padding: 6px 1% 0px;
  background: #1f2126;
  color: #999;
  width: 100%;
  float: left;
}
.topbar ul {
  float: left;
}
.topbar li {
  display: inline-block;
  font-size: 13px;
  padding-right: 20px;
  line-height: 10px;
}
.topbar li a {
  color: #999;
  text-decoration: none;
}
.topbar li a:hover {
  color: #999;
}
.topbar ul.social-icons {
  float: right;
}
.topbar ul.social-icons li {
  display: inline-block;
}
.topbar ul.social-icons li a i {
  padding: 0px;
  height: 0px;
  width: 32px;
  color: #999;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar ul.social-icons li a:hover i {
  color: #fff;
}

.header-nav {
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 99;
  position: absolute;
}
.basic-wrapper {
  display: block;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.logo-white {
  float: left;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 22px 0 0 20px;
}
.logo-dark {
  float: left;
  font-size: 20px;
  line-height: 20px;
  display: none;
}
.logo-white img {
  width: auto;
  height: 70px;
  margin-top: -20px;
  padding: 10px 0;
}
.logo img,
.logo-dark img {
  width: auto;
  height: 70px;
  margin-top: -20px;
  padding: 10px 0;
}
.header-nav.dark {
  background: rgba(0, 0, 0, 0.5);
}
.header-nav.dark .navbar-nav > li > a {
  color: #fff;
}
.header-nav.dark .navbar-nav > li > a.dark {
  color: #fff;
}
.header-nav.dark .header-nav.basic.set {
  background: rgba(0, 0, 0, 0.5) !important;
}
.header-nav.dark.header-nav.basic.sticky .navbar-nav > li > a {
  color: #fff;
}
.header-nav.dark.header-nav.basic.sticky .social-top li a i.white {
  color: #fff;
}
/* 03 Main Navigation
================================================== */
.navbar-header {
  background: #fff;
  z-index: 99999;
  position: absolute;
}
.navbar-collapse {
  width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-nav {
  position: absolute;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.navbar-nav > li {
  margin-left: 20px;
  margin-right: 20px;
}
.navbar-nav > li a.light {
  color: #fff;
}
.navbar-nav > li a:hover.light {
  color: #f0f0f0;
}
.navbar-nav > li a.light.current {
  color: #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.navbar-nav > li a.dark {
  color: #363636;
}

.navbar-nav > li > a {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 26px 0px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  border-bottom: 0px solid #363636;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #969696;
  border-bottom: 1px solid #dcdcdc;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-bottom: 1px solid #dcdcdc;
  background: none;
  color: #969696;
}
.navbar-nav > li a.current {
  color: #969696;
  border-bottom: 1px solid #dcdcdc;
}
.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 200px;
  background: #363636;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-nav .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-nav .dropdown-menu li:last-child {
  border: none !important;
}
.navbar-nav .dropdown-menu li a {
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  letter-spacing: 1px;
  left: 0px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a.active {
  filter: none;
  line-height: 1;
  color: #969696;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-nav .nav .open > a,
.navbar-nav .nav .open > a:hover,
.navbar-nav .nav .open > a:focus {
  background: none;
  color: #969696;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav > li > .dropdown-menu:after {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav > li > .dropdown-menu:before {
  display: none;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-submenu:hover > a,
.navbar-nav .dropdown-submenu:focus > a,
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
  background: none;
  color: #969696;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .dropdown-submenu ul {
  border-left: 0px !important;
}
.navbar-nav .dropdown-submenu i {
  position: absolute;
  right: 10px;
  font-size: 14px;
}
/* 04 Mega Menu
================================================== */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
  margin: 0px 20px;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
  text-align: left;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px;
  color: #969696;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm .yamm-content img {
  width: 100%;
}
.yamm .yamm-content a {
  color: #969696;
}
.yamm .yamm-content ul {
  padding-right: 50px;
}
.yamm .yamm-content ul.last {
  border-right: 0px solid #e6e6e6;
}
.yamm .yamm-content ul li {
  position: relative;
  background: none;
  line-height: 38px;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yamm .yamm-content ul li:hover {
  left: 5px;
}
.yamm .yamm-content ul li a {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}
.yamm .yamm-content ul li a:hover {
  background: rgba(255, 255, 255, 0) !important;
  border-bottom: 0px !important;
}
.yamm .yamm-content h1,
.yamm .yamm-content h2,
.yamm .yamm-content h3,
.yamm .yamm-content h4,
.yamm .yamm-content h5,
.yamm .yamm-content h6 {
  color: #363636;
}
.yamm .yamm-content a:hover {
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.mobile-menu {
  display: none;
  font-size: 24px;
  border-radius: 0px;
  color: #363636;
  background: none;
  padding-right: 0px;
  margin-top: -20px;
  float: right;
  cursor: pointer;
}
.mobile-menu:hover {
  color: #999;
}
.social-top {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 28px;
  float: right;
  position: absolute;
}
.social-top li {
  padding: 28px 6px;
}
.social-top li {
  display: inline-block;
  font-family: "fontello";
  margin-right: 5px;
}
.social-top li a {
  display: table;
  color: #fff;
}
.social-top li a:hover i {
  color: #363636;
}
.social-top li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: none;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 100;
}

.social-top li a i.white {
  color: #fff;
}
.social-top li a.dark {
  display: table;
  color: #363636;
}
.social-top li a:hover.dark {
  color: #969696;
}
/* 05 Sticky Header
================================================== */
.header-nav.basic.set {
  width: 100%;
  position: absolute;
  background: #fff;
}
.header-nav.basic.set.nobg {
  width: 100%;
  position: absolute;
  background: none;
}
.header-nav.basic.sticky {
  position: fixed;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 999999;
}
.header-nav.basic.sticky {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-nav.basic.sticky .logo,
.header-nav.basic.sticky .logo-white,
.header-nav.basic.sticky .logo-dark {
  padding: 22px 0 0 20px;
}
.header-nav.basic.sticky .logo img,
.header-nav.basic.sticky .logo-white img,
.header-nav.basic.sticky .logo-dark img {
  height: 70px;
  margin-top: -20px;
  padding: 10px 0;
}
.header-nav.basic.sticky .logo-white {
  display: none;
}
.header-nav.basic.sticky .logo-dark {
  display: block;
}
.header-nav.basic.sticky .navbar-nav > li > a {
  padding: 26px 0px;
  color: #363636;
}
.header-nav.basic.sticky .social-top li a i {
  color: #363636;
}

.header-nav.basic.sticky .navbar-nav > li > a:hover {
  color: #363636;
  border-bottom: 1px solid #363636;
}
.header-nav.basic.sticky .navbar-nav > li > a:hover,
.header-nav.basic.sticky .navbar-nav > li > a:focus {
  color: #363636;
  border-bottom: 1px solid #363636;
}
.header-nav.basic.sticky .nav .open > a,
.header-nav.basic.sticky .nav .open > a:hover,
.header-nav.basic.sticky .nav .open > a:focus {
  border-bottom: 1px solid #363636;
  background: none;
  color: #363636;
}
.header-nav.basic.sticky .navbar-nav > li a.current {
  color: #363636;
  border-bottom: 1px solid #363636;
}
.header-nav.basic .navbar-collapse {
  max-height: inherit;
}
.header-nav.basic.sticky .social-top {
  margin-top: 0px;
  color: #363636;
}
.header-nav.basic.sticky .social-top li a i.white {
  color: #363636;
}
.header-nav.basic.sticky .topbar {
  display: none;
}
/* 06 Revolution Slider
================================================== */
.banner-container {
  width: 100%;
  position: relative;
  margin-top: -100px;
  z-index: 2;
}
.banner-container-center {
  margin-top: 100px;
}
.banner-container.no-tmrg {
  width: 100%;
  position: relative;
  padding: 0;
  margin-top: 0px !important;
  z-index: 2;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner-center {
  width: auto;
  position: relative;
  z-index: 2;
}
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 0;
  margin-top: 120px;
}
.tp-caption.txtmain {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}
.tp-caption span.txtmain2 {
  font-family: "Lora", serif;
  font-size: 55px;
  font-weight: 200;
  color: #fff;
  line-height: 60px;
  color: #fff;
  font-style: italic;
}
.tp-caption.txtsub {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 100;
  color: #c0c0c0;
  line-height: 30px;
}
.tp-caption.lower {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  line-height: 24px;
}
.tp-caption.lower2 {
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}
.tp-caption.lower-bg {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.3);
  padding: 8px 20px 10px;
}
.tp-caption.lower.black {
  font-family: "Raleway", sans-serif;
  font-size: 100px;
  font-weight: 100;
  color: #373737;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0px;
}
.tp-caption.upper.black {
  font-family: "Raleway", sans-serif;
  color: #1f2126;
  font-size: 70px;
  font-weight: 800;
  line-height: 72px;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.tp-caption.lower.black.para {
  font-size: 16px;
  font-weight: 200;
  color: #1f2126;
  line-height: 24px;
  letter-spacing: 0px;
}
.tp-caption a.btn {
  color: #fff;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 50% !important;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  border-radius: 50%;
  padding: 19px 36px 42px 26px;
}
.tp-leftarrow:hover.default,
.tp-rightarrow:hover.default {
  background: rgba(255, 255, 255, 0.5);
}

.tp-leftarrow.default {
  left: 30px;
}
.tp-rightarrow.default {
  right: 30px;
}
.tparrows:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  padding-top: -20px;
  position: relative;
  z-index: 999;
  color: #fff;
}
.tp-leftarrow.default:before {
  content: "\e75d";
}
.tp-rightarrow.default:before {
  content: "\e75e";
}
.tparrows:hover {
  background: rgba(0, 0, 0, 0.9);
}
.tp-bullets.simplebullets.round .bullet {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.tp-bullets.simplebullets.round .bullet.selected {
  background: rgba(255, 255, 255, 1);
}
.tp-bullets.simplebullets.round .bullet.selected:before {
  border: 2px solid #fff;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  top: -4px;
  left: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 1;
}
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../images/timer.png);
  position: absolute;
  z-index: 200;
  display: none;
}

/* 07 Inner Banner
================================================== */
.inner-banner {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  padding: 12% 0px;
  color: #fff;
}
.pages {
  background: url(../images/content/inn-pages.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* 08 Custom Homepages
================================================== */

/* Realestate */

.parallax.bg-realestate {
  background-image: url(../images/content/parallax-realestate.jpg);
  padding: 10% 0px 35%;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4 {
  color: #fff;
}
.realestate-content {
  position: absolute;
  background: rgba(50, 70, 100, 0.9);
  padding: 40px 60px 20px;
  z-index: 2;
  top: 11.15%;
}
.realestate-content h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
}
.realestate-content p {
  color: #fff;
  padding-bottom: 20px;
}
.realestate-content hr {
  padding: 0px;
  margin: 0px;
}
.realestate h3 {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.realestate p span {
  color: #c3b496;
}
.parallax.realestate {
  background-image: url(../images/content/parallax-realestate2.jpg);
}

/* Restaurant */
.restaurant {
  display: block;
}
.restaurant li {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}
.restaurant li img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.restaurant li img:hover {
  opacity: 0.7;
}
.restaurant-box {
  padding: 13% 25% 10% 25%;
}
.restaurant-box h2 {
  font-family: "Lora", serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 30px;
}

/* 09 Services Boxes
================================================== */
/* Services Box 1*/
.services-box {
  text-align: left;
}
.services-box.text-center {
  text-align: center;
}
.services-box h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-box h3.big {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-box h3.bigger {
  font-size: 48px;
  line-height: 60px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-box i {
  font-size: 48px;
  color: #363636;
  line-height: 80px;
  text-align: center;
}
/* Services Box 2*/

.services-box-2 {
  text-align: center;
}
.services-box-2 i {
  display: block;
  color: #363636;
  line-height: 1;
  font-size: 120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  text-align: center;
  padding: 60px 0;
}
.services-box-2:hover i {
  color: #363636;
}
.services-box-2 .content {
  position: relative;
  background: #f0f0f0;
  padding: 40px 30px;
  border-radius: 5px;
  z-index: 0;
  top: -15px;
}
.services-box-2 .content.m-top {
  position: relative;
  background: #f0f0f0;
  padding: 40px 30px;
  border-radius: 5px;
  z-index: 0;
  top: 10px;
}
.services-box-2 span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.services-box-2 .content h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-box-lefticon {
  text-align: left;
  margin-bottom: 30px;
}
.services-box-lefticon.text-right {
  text-align: right;
  margin-left: 40px;
}
.services-box-lefticon i {
  display: block;
  color: #363636;
  line-height: 1;
  font-size: 36px;
  padding-top: 8px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-right: 30px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  z-index: 9;
}
.services-box-lefticon:hover i {
  color: #c6c6c6;
}

.services-box-lefticon i.right {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.services-box-lefticon .content {
  overflow: auto;
  margin-right: 30px;
}
.services-box-lefticon .content h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-box-lefticon.small {
  text-align: left;
  margin-bottom: 30px;
}
.services-box-lefticon.small i {
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #0082ff;
  line-height: 1;
  font-size: 24px;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.services-box-lefticon.small i.green {
  background: #a0d23c;
}
.services-box-lefticon.small i.yellow {
  background: #ffd769;
}
.services-box-lefticon.small i.red {
  background: #cd2832;
}
.services-box-lefticon.small i:hover {
  background: #363636;
}
.services-box-lefticon.small .content {
  float: left;
  margin-top: 15px;
}
.services-box-lefticon.small .content h3 {
  font-size: 18px;
  font-weight: 400;
}
/* Services Box 3*/

.services-box-3 {
  text-align: center;
}
.services-box-3 i {
  text-align: center;
  display: inline-table;
  width: 80px;
  height: 80px;
  color: #0082ff;
  padding-top: 24px;
  font-size: 36px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.services-box-3:hover i {
  background: #0082ff;
  color: #fff;
}
.services-box-3 i.circle-border {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ecebe9;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition-duration: 225ms;
  -moz-transition-duration: 225ms;
  -webkit-duration: 225ms;
  -o-transition-duration: 225ms;
  transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  width: 80px;
}
.services-box-3:hover i.circle-border {
  border: 1px solid #ccc;
  transform: scale(1.18);
  -moz-transform: scale(1.18);
  -o-transform: scale(1.18);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
.services-box-3 h3 {
  margin: 30px 0 15px;
  font-size: 18px;
}
.services-box-3 .content {
  padding: 0px 15px;
}
.black-box {
  height: auto;
  float: left;
}

/* Services Box Black*/
.box-dark {
  color: #fff;
  padding: 40px 60px 60px;
  text-align: center;
  background: #1f2126;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.box-dark .services-box-3 i {
  text-align: center;
  display: inline-table;
  color: #fff;
  font-size: 60px;
  line-height: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  top: 0px;
}
.box-dark .services-box-3:hover i {
  top: -10px;
}
.box-dark .services-box-3 h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.box-dark.color {
  background: #0082ff;
}
/* 10 Portfolio 
================================================== */

.filter {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  cursor: default;
  font-weight: 600;
  letter-spacing: 1px;
}
.filter a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  border: 2px solid #fff;
  margin-bottom: 10px;
  padding: 8px 20px 7px;
  font-weight: 800;
  font-size: 11px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.05s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  border-radius: 50px;
}
.filter a:hover {
  color: #363636;
  text-decoration: none;
  border: 2px solid #363636;
}
.filter a.active {
  color: #363636;
  cursor: default;
  border: 2px solid #363636;
}
.filter a.active:hover {
  border: 2px solid #363636;
}
.filter a.alt {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  border: 0px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 8px 20px 7px;
  font-weight: 800;
  font-size: 11px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.05s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  border-radius: 50px;
}
.filter a:hover.alt {
  color: #363636;
  text-decoration: none;
  border: 2px solid #f0f0f0;
}
.filter a.active.alt {
  color: #363636;
  cursor: default;
  border: 2px solid #f0f0f0;
}
.filter a.active:hover.alt {
  border: 2px solid #f0f0f0;
}

/*
 * projects grid 
 */

.projects-grid,
.projects-grid-2,
.projects-grid-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-item {
  width: 25%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.projects-grid-2 .project-item,
.container .projects-grid-2 .project-item {
  width: 50%;
}
.projects-grid-3 .project-item {
  width: 33.33%;
}
.projects-grid-3 .project-item.half {
  width: 50%;
}
.projects-grid-3 .project-item.fouth {
  width: 25%;
}
.container .projects-grid-3 .project-item {
  width: 33.33%;
}
.project-grid-5 .project-item {
  width: 20%;
}

.projects-grid.project-grid-gut .project-item,
.projects-grid-2.project-grid-gut .project-item,
.projects-grid-3.project-grid-gut .project-item {
  padding: 0px 0px 30px 30px;
}
.project-item a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.project-item a,
.project-item a:hover {
  color: #fff;
  border: none;
}
.project-img {
  position: relative;
  overflow: hidden;
}
.project-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.project-intro {
  width: 100%;
  height: 100%;
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.projects-grid.hide-titles .project-item .project-intro.l-r,
.projects-grid-2.hide-titles .project-item .project-intro.l-r,
.projects-grid-3.hide-titles .project-item .project-intro.l-r {
  padding: 40px 0 0 0;
  left: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.projects-grid.hide-titles .project-item:hover .project-intro.l-r,
.projects-grid-2.hide-titles .project-item:hover .project-intro.l-r,
.projects-grid-3.hide-titles .project-item:hover .project-intro.l-r {
  left: 30px;
}

.projects-grid.hide-titles .project-item .project-intro.r-l,
.projects-grid-2.hide-titles .project-item .project-intro.r-l,
.projects-grid-3.hide-titles .project-item .project-intro.r-l {
  padding: 40px 0 0 0;
  right: 10px;
  text-align: right;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.projects-grid.hide-titles .project-item:hover .project-intro.r-l,
.projects-grid-2.hide-titles .project-item:hover .project-intro.r-l,
.projects-grid-3.hide-titles .project-item:hover .project-intro.r-l {
  right: 30px;
}
.projects-grid.hide-titles .project-item .project-intro.t-b,
.projects-grid2.hide-titles .project-item .project-intro.t-b,
.projects-grid-3.hide-titles .project-item .project-intro.t-b {
  padding: 20px 0 0 0;
  right: 30px;
  text-align: right;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.projects-grid.hide-titles .project-item:hover .project-intro.t-b,
.projects-grid-2.hide-titles .project-item:hover .project-intro.t-b,
.projects-grid-3.hide-titles .project-item:hover .project-intro.t-b {
  padding: 40px 0 0 0;
}
.projects-grid.hide-titles .project-item .project-intro.b-t,
.projects-grid-2.hide-titles .project-item .project-intro.b-t,
.projects-grid-3.hide-titles .project-item .project-intro.b-t {
  padding: 60px 0 0 0;
  right: 30px;
  text-align: right;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.projects-grid.hide-titles .project-item:hover .project-intro.b-t,
.projects-grid-2.hide-titles .project-item:hover .project-intro.b-t,
.projects-grid-3.hide-titles .project-item:hover .project-intro.b-t {
  padding: 40px 0 0 0;
}
.projects-grid.hide-titles .project-item .project-intro.center,
.projects-grid-2.hide-titles .project-item .project-intro.center,
.projects-grid-3.hide-titles .project-item .project-intro.center {
  padding: 40% 0 0 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.projects-grid.hide-titles .project-item:hover .project-intro.center,
.projects-grid-2.hide-titles .project-item:hover .project-intro.center,
.projects-grid-3.hide-titles .project-item:hover .project-intro.center {
  padding: 37% 0 0 0;
}
.project-item .content {
  text-align: center;
  padding: 20px 20px 0px;
}
.project-item .content h3 {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.project-item .content p {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 400px;
  line-height: 18px;
}
.project-intro.nobg {
  background: none;
}
.project-title {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1px;
  color: #fff;
  text-transform: uppercase;
}
.project-descr {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
}

.projects-grid.hide-titles .project-item > a,
.projects-grid-2.hide-titles .project-item > a,
.projects-grid-3.hide-titles .project-item > a {
  overflow: hidden;
  padding: 0;
}
.projects-grid.hide-titles .project-item .project-intro,
.projects-grid-2.hide-titles .project-item .project-intro,
.projects-grid-3.hide-titles .project-item .project-intro {
  opacity: 0;
}
.projects-grid.hide-titles .project-item:hover .project-intro,
.projects-grid-2.hide-titles .project-item:hover .project-intro,
.projects-grid-3.hide-titles .project-item:hover .project-intro {
  opacity: 1;
}
.projects-grid-3.hide-titles .project-item:hover .project-icon2 {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 1;
}
/* project item hover */

.projects-grid.hide-titles .project-item .project-title,
.projects-grid.hide-titles .project-item .project-descr,
.projects-grid-2.hide-titles .project-item .project-title,
.projects-grid-2.hide-titles .project-item .project-descr,
.projects-grid-3.hide-titles .project-item .project-title,
.projects-grid-3.hide-titles .project-item .project-descr {
  position: relative;
  z-index: 3;
}
.project-item .project-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.project-item:hover .project-img:after {
  background: rgba(20, 20, 20, 0.5);
}
.projects-grid.hover-color .project-item:hover .project-intro,
.projects-grid.hover-color .project-item:hover .project-title,
.projects-grid.hover-color .project-item:hover .project-descr,
.projects-grid-2.hover-color .project-item:hover .project-intro,
.projects-grid-2.hover-color .project-item:hover .project-title,
.projects-grid-2.hover-color .project-item:hover .project-descr,
.projects-grid-3.hover-color .project-item:hover .project-intro,
.projects-grid-3.hover-color .project-item:hover .project-title,
.projects-grid-3.hover-color .project-item:hover .project-descr {
  color: #fff;
}
.projects-grid.hover-color .project-item:hover .project-img:after,
.projects-grid-2.hover-color .project-item:hover .project-img:after,
.projects-grid-3.hover-color .project-item:hover .project-img:after {
  background: #363636;
  opacity: 0.8;
}
.projects-grid.hover-white .project-item:hover .project-intro,
.projects-grid.hover-white .project-item:hover .project-title,
.projects-grid.hover-white .project-item:hover .project-descr,
.projects-grid-2.hover-white .project-item:hover .project-intro,
.projects-grid-2.hover-white .project-item:hover .project-title,
.projects-grid-2.hover-white .project-item:hover .project-descr,
.projects-grid-3.hover-white .project-item:hover .project-intro,
.projects-grid-3.hover-white .project-item:hover .project-title,
.projects-grid-3.hover-white .project-item:hover .project-descr {
  color: #000;
}
.projects-grid.hover-white .project-item:hover .project-img:after,
.projects-grid-2.hover-white .project-item:hover .project-img:after,
.projects-grid-3.hover-white .project-item:hover .project-img:after {
  background: rgba(250, 250, 250, 0.9);
}
.project-item .project-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.project-item:hover .project-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*
 * projects full view
 */

.project-full {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}
.project-full-load {
  padding-top: 60px;
}
.item-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-details li {
  margin-top: 9px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.item-details li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.item-details li span {
  font-weight: 300;
  color: #606060;
  margin-right: 5px;
}
/* 11 Owl Carousel
================================================== */
.owl-carousel {
  display: none;
}
.owl-carousel .item {
  margin: 0 10px 0px 10px;
}
.owl-carousel .item.nomgr {
  margin: 0px;
}

.owl-carousel.projects-grid .owl-controls .owl-prev,
.owl-carousel.projects-grid .owl-controls .owl-next {
  position: absolute;
  top: 40%;
  pointer-events: auto;
}
.owl-carousel.projects-grid .item {
  margin: 0px;
}
.owl-carousel .project-item {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 3%;
}

.owl-portfolio .info {
  margin-top: 10px;
}
.owl-portfolio .info h4 a {
  color: #363636;
  text-transform: uppercase;
  text-align: center;
}
.owl-portfolio .info h4 a:hover {
}
.owl-carousel {
  position: absolute;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: 30%;
  pointer-events: auto;
}
.owl-carousel .owl-controls .owl-prev {
  left: -5%;
}
.owl-carousel .owl-controls .owl-next {
  right: -5%;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  z-index: 999 !important;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.3);
  line-height: 38px;
  font-size: 20px;
  width: 48px;
  height: 48px;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.owl-clients .item img {
  max-width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.owl-clients .item:hover img {
  opacity: 1;
}
.clients .owl-clients li {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.clients .owl-clients li img {
  width: 70%;
}
.owl-slider-wrapper {
  position: relative;
  width: 100%;
  float: left;
  z-index: 99;
}
.owl-slider-wrapper.agency {
  position: relative;
  width: 103.15%;
}
.owl-slider-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-slider-wrapper .item .owl-content {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  background: #fff;
  padding: 7px 5px 2px;
}
.owl-slider-wrapper .item .owl-content h4 {
  color: #fff;
}
.owl-slider-wrapper .owl-custom-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -23px;
  pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-next {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -23px;
  pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev,
.owl-slider-wrapper .owl-custom-nav .slider-next {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 20px;
  padding: 16px 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  height: 54px;
  width: 54px;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev.big,
.owl-slider-wrapper .owl-custom-nav .slider-next.big {
  font-size: 20px;
  padding: 24px 32px;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before,
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
  content: "\e75d";
}
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
  content: "\e75e";
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover {
  color: rgba(255, 255, 255, 1);
}
.owl-slider-wrapper .owl-custom-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-slider-wrapper:hover .owl-custom-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.navigation a {
  border: 1px solid #b0b0b0;
  color: #939393;
  line-height: 1;
  font-size: 20px;
  padding: 7px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 3px;
}
.navigation a:hover {
  border: 1px solid #363636;
  color: #363636;
}
/* 12 Slick Carousel
================================================== */
.slick {
  background: none;
  color: #fff;
}
.slick h3 {
  background: none;
  color: #3498db;
  font-size: 36px;
  line-height: 80px;
  margin: 20px 20px 0;
  padding: 0;
  position: relative;
  text-align: center;
  padding: 50px 0 0px;
}
.variable-width .slick-slide p {
  background: none;
  height: 100px;
  color: #3498db;
  margin: 0px;
  line-height: 100px;
}

.center .slick-center h3 {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.slick-slide img {
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(61, 61, 62, 0.3);
}
.slick-slide img.no-shadow {
  width: 100%;
  box-shadow: none;
}
.slick-slide img.slick-loading {
  border: 0;
}
/* 13 Fancy Box
================================================== */
#fancybox-thumbs ul li img {
  max-width: none;
}
.info.hidden {
  display: none;
}
.fancybox-wrap {
  background: #363636;
}
.fancybox-title,
.fancybox-error {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.fancybox-title h2,
.fancybox-title h3 {
  color: #363636;
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 18px;
}
.fancybox-skin {
  color: #666;
}
.fancybox-title-inside-wrap {
  padding: 20px;
}
.fancybox-nav span {
  width: 36px;
  height: 36px;
  margin-top: 0;
  border-radius: 50%;
}
.fancybox-close {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  margin-right: 0;
  margin-top: 0px;
  text-align: center;
  width: 36px;
  font-size: 18px;
  line-height: 30px;
}
/* Firefox Fix */
@-moz-document url-prefix() {
  .fancybox-close:before,
  .fancybox-prev span:before,
  .fancybox-next span:before {
    margin-top: 5px;
  }
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  border: 2px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
  color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
  opacity: 1;
}
.fancybox-prev span:before {
  content: "\e75d";
}
.fancybox-next span:before {
  content: "\e75e";
}
.fancybox-close:before {
  content: "\2715";
}
#fancybox-loading {
  margin-top: -18px;
  margin-left: -18px;
  opacity: 1;
}
#fancybox-loading div {
  height: 36px;
  width: 36px;
  position: relative;
  -webkit-animation: rotation 0.8s infinite linear;
  -moz-animation: rotation 0.8s infinite linear;
  -o-animation: rotation 0.8s infinite linear;
  animation: rotation 0.8s infinite linear;
  border-left: 3px solid rgba(255, 255, 255, 1);
  border-right: 3px solid rgba(50, 150, 220, 1);
  border-bottom: 3px solid rgba(50, 150, 220, 1);
  border-top: 3px solid rgba(50, 150, 220, 1);
  border-radius: 100%;
}
.fancybox-overlay {
  background: rgba(25, 25, 25, 0.95);
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}
.facts-home {
  width: 100%;
  background: url(../images/content/bg-home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 180px 0px 60px;
  color: #363636;
}
.facts-home .content {
  padding: 0px 40px 0px 60px;
  border-right: 1px solid #ccc;
}
.facts-home h3 {
  font-weight: 800;
}
.facts-home h4 {
  font-weight: 600;
}
.facts-home a {
  color: #363636;
}
.facts-home a:hover {
  color: #fff;
}

/* 14 Blog Section
================================================== */

.post-content {
  margin-top: 50px;
  padding: 30px;
}
.post-content.nomgr {
  margin-top: 0px;
}
.post-content h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 40px;
}
.post-content h2 a {
  color: #363636;
}
.post-content h2 a:hover {
  color: #999;
}
.post-content p img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.post-content .date {
  background: #000;
  padding: 32px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.post-content .date-white {
  background: #fff;
  padding: 24px 5px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.post-content.testimonial {
  background: #006699;
  padding: 100px 30px 58px;
}
.post-content.testimonial h2 {
  color: #fff;
  padding-bottom: 80px;
}
.post-content.testimonial .author {
  font-size: 14px;
  background: #fff;
  margin-top: 50px;
  padding: 14px 22px;
  font-weight: 600;
}
.post-content .testimonial p.client {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.post-content .comment {
  float: right;
  padding-top: 12px;
}
/* Regular Post */
.post {
  display: block;
}

.post-alt {
  margin: 0 0 20px 0;
  border: 0px solid #eceef0;
}
.post-alt .post-content {
  width: 100%;
  float: left;
}
.post-img img,
.post-img iframe {
  border-radius: 2px;
}
.post-img {
  margin: 0 0 30px 0;
}
.medium .post-img {
  margin: 0;
}
/* Post Content */

.post-format {
  padding: 30px 30px 0px;
  float: left;
  margin-bottom: 30px;
}
.post-format.bg-white {
  background: #fff;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.post-format.bg-white:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.post-format.bg-white.no-shd {
  background: #fff;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.post-format.bg-white:hover.no-shd {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.post-format.nobg {
  background: none;
  padding: 0px 20px 30px;
  border-bottom: 0px solid #ebedef;
}

.post-format .date {
  padding: 10px 0px 0px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #969696;
}
.post-format h3 a {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #363636;
  line-height: 16px;
}
.post-format h3 a:hover {
  color: #969696;
}
.post-format .author {
  padding: 30px 0px 20px;
  font-size: 11px;
  color: #969696;
}
.post-format .author a {
  font-size: 11px;
  color: #969696;
  text-decoration: none;
}
.post-format .author a:hover {
  color: #363636;
}
.post-format .content {
  text-align: left;
}
.post-format span {
  font-weight: 300;
  color: #e2e4e6;
  text-align: center;
}
.post-format span:hover {
  font-weight: 300;
  color: #363636;
  text-align: center;
}
.medium .post-content {
  margin: 0;
  width: 100%;
}

/* Meta */
.meta {
  display: block;
}
.meta ul {
  margin: 5px 0 0 -17px;
}
.meta li {
  display: inline-block;
  font-weight: 400;
  color: #969696;
  margin: 0 0px 20px 0px;
  padding: 0 6px 0 0px;
  font-size: 15px;
}
.meta li:after {
  display: inline-block;
  content: "|";
  padding: 0 0px 0 10px;
  color: #c6c6c6;
}
.meta li:last-child:after {
  background: 0;
  content: "";
}
.meta li a {
  color: #666;
}
.meta li a,
.post-content h2 a:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.meta li a:hover {
  color: #c6c6c6;
}
.meta em.small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
/* Blog Comments
================================================== */
.comments-sec {
  float: left;
  margin-bottom: 40px;
  margin-top: -30px;
}
ol.commentlist {
  float: left;
}
ol.commentlist li {
  float: left;
  padding: 10px 0 15px 0;
}
ol.commentlist li:first-child {
  border: 0;
  padding: 0px;
}
ol.commentlist li {
  list-style: none;
}
ol li ol.childlist {
  float: right;
  margin-left: 10%;
}
.comment-des {
  float: left;
  color: #999;
  padding: 20px;
  width: 85%;
}
.comment-des h4 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  line-height: 10px;
}
.comment-des p.date {
  font-size: 12px;
  font-style: italic;
}
.comment-des p {
  margin: 0;
  line-height: 24px;
}
.comment-des strong {
  float: left;
  padding-right: 5px;
  color: #999;
}
.avatar {
  float: left;
}
.avatar img {
  margin-top: 20px;
  max-width: 100px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
}
/* Pagination
================================================== */
.pagination {
  margin: 0;
  margin-top: 20px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul > li {
  display: inline-block;
}
.pagination ul li a {
  padding: 6px 15px;
  color: #b9bec3;
  float: left;
  margin-right: 4px;
  background: #fff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 50px;
  font-size: 11px;
}
.pagination li a.current,
.pagination ul li a:hover {
  color: #fff;
}
/* Sidebar
================================================== */
.sidebar {
  padding-right: 60px;
  min-height: 100%;
}
.sidebar .clear {
  height: 100%;
  min-height: 20em;
}
.sidebar a {
  color: #969696;
}
.sidebar a:hover {
  color: #969696;
}
.sidebar ul.circled li {
  line-height: 36px;
  font-size: 14px;
}
.sidebar .cart {
  background: #f6f6f6;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  margin: 20px 0px;
}
.sidebar .cart p {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 5px;
}
.sidebar .cart h3 {
  color: #363636;
  font-weight: 600;
}
.sidebar .cart a.btn {
  width: 47%;
  color: #fff;
}
.sidebar input[type="text"] {
  width: 100%;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 55px;
  padding: 0 30px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 25px;
  border: 0px solid #e6e6e6;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  color: #999;
}
.sidebar input[type="text"].focus,
.sidebar input[type="text"]:hover {
  background: #f0f0f0;
}
ul.circled span {
  float: right;
  background: #363636;
  margin-right: 20px;
  color: #fff;
  padding: 3px 6px 3px 5px;
  font-size: 10px;

  line-height: 14px;
  width: 22px;
  height: 20px;
}
.tags ul {
  display: block;
  overflow: hidden;
  list-style: none;
}
.tags li {
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}
.tags li a {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  display: block;
  position: relative;
  background-color: #fff;
  font-size: 11px;
  color: #363636;
  font-weight: 700;
  border: 0px solid #e6e6e6;
  border-radius: 50px;
  text-transform: uppercase;
}
.tags li a:hover {
  background: #363636;
  color: #ffffff;
  text-decoration: none;
}
.blog-grid .post {
  float: left;
  min-height: 1px;
  position: relative;
}
.blog-grid.col3 {
  margin-left: -20px;
  margin-bottom: -20px;
}
.blog-grid.col3 .post {
  width: 310px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-grid.col2 {
  margin-left: -20px;
  margin-bottom: -20px;
}
/* 15 Product Section
================================================== */
.product-grid .post {
  float: left;
}
.product-grid .post .sale {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 15px;
  background: #cd2832;
  border-radius: 30px;
  font-size: 11px;
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-grid .btn {
  border-radius: 0px;
}
.product-grid.col3 .post {
  float: left;
  width: 31%;
  margin-left: 2%;
  margin-bottom: 2%;
  padding: 0px;
}
.product-grid.col4,
.product-grid.col3 {
  margin-left: -20px;
  margin-bottom: -20px;
}
.product-grid.col4 .post {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 2%;
  padding: 0px;
}
.product-grid .post .post-content {
  padding: 5px;
  text-align: left;
  margin-top: 10px;
}
.product-grid .post .post-content h3 a {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #363636;
}
.product-grid .post .post-content h3 a:hover {
  color: #363636;
}
.product-grid .post .post-content h5 a {
  color: #969696;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
}
.product-grid .post .post-content h5 a:hover {
  color: #363636;
}

.product-grid .post .meta {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 99999999;
  left: 0px;
  width: 100%;
}
.product-grid .post .meta ul {
  line-height: 22px;
  margin-left: -10px;
  margin-right: -10px;
}
.product-grid .post .meta ul li {
  display: inline-block;
  font-weight: 200;
  color: #363636;
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-style: normal;
  width: 50%;
}
.product-grid .post .meta li i {
  text-align: center;
}
.product-grid .post .meta ul li:after {
  display: inline-table;
  content: "";
  padding: 0 0px 0 0px;
}
.product-grid .post .meta ul li:last-child:after {
  background: 0;
  content: "";
}
.product-grid .post .meta li a {
  color: #363636;
  height: 0px;
}
.product-grid .post .meta ul li a:hover {
  color: #aaa;
}
.product-grid .post .post-content .rating {
  color: #363636;
}
.product-grid .post .post-content .price span {
  font-size: 20px;
  color: #363636;
  padding-right: 10px;
  font-weight: 700;
}
.product-grid .post .post-content .price del span {
  color: #363636;
  font-weight: 300;
}
.product-grid .post figure {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-grid .post .items li figure img {
  display: block;
  width: 100%;
}
.product-grid .post figure li a,
.product-grid .post figure li a img {
  display: block;
  position: relative;
}
.product-grid .post figure img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-grid .post figure:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.product-grid .post figure a.btn {
  position: absolute;
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  bottom: -30px;
  opacity: 0;
  width: 50%;
  text-align: center;
  padding: 15px 5%;
}
.product-grid .post figure:hover a.btn {
  opacity: 1;
  bottom: -10px;
}
.product-grid .post figure a.btn.right {
  position: absolute;
  right: 0px;
  border-left: 1px solid #e6e6e6;
}
.product-grid .post figure a.btn.small {
  font-size: 11px;
  letter-spacing: 1px;
}
.product-details {
  float: left;
}
.product-details h1 {
  font-size: 40px;
  font-weight: 600;
}
.product-details h1 span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}
.product-details .price {
  color: #999;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 30px;
}
.product-details p {
  font-size: 14px;
}
.product-details .rating {
  margin-top: -20px;
  margin-bottom: 20px;
}
.product-details .quantity {
  margin: 0 15px 20px 0;
  overflow: hidden;
  position: relative;
  width: 130px;
  float: left;
}
.product-details .quantity .minus {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 10px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
}
.product-details .quantity .plus {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  right: 0;
  top: 0;
}
.product-details .quantity .qty {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-size: 1em;
}
.product-details .quantity .qty::-webkit-inner-spin-button,
.product-details .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details .quantity .qty::-ms-clear {
  display: none;
}
.cart .img-thumb {
  width: 100px;
  height: 100px;
  border: 1px solid #f8f8f8;
}
.cart-total {
  width: 48%;
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.cart-total .row {
  border-bottom: 1px solid #e6e6e6;
}
.cart-total .row.last {
  border-bottom: 0px solid #e6e6e6;
}
.cart-total h4 {
  font-size: 14px;
  color: #363636;
}
.cart-total h4 span {
  font-size: 20px;
  color: #666;
  font-weight: 600;
}
.cart-total h4 span.fs40 {
  font-size: 40px;
}
.cart-total.fullwidth {
  width: 100%;
}

/* 16 Team Section
================================================== */
.team-member-column {
  padding: 40px;
  text-align: center;
  margin: 10px;
}
.team-member-column.bg-white {
  background: #fff;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.team-member-column.bg-white:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.team-member {
  position: relative;
  overflow: hidden;
  text-align: center;
  left: 23%;
  margin-bottom: 30px;
  margin: 0px auto;
}
.team-member.b-mgr0 {
  margin-bottom: 0px;
}
.team-member .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;

  text-align: center;
  border-radius: 50%;
}
.team-member .image-holder {
  margin-bottom: 0px;
  width: 55%;
  height: 55%;
  border-radius: 50%;
}
.team-member .image-holder img {
  margin-bottom: 0px;
  border-radius: 50%;
}

.team-member-occ {
  font-family: "Lora", serif;
  display: block;
  font-size: 14px;
  font-style: italic;
}
.team-member-name {
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.team-member .social-links {
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -moz-transform: translate3d(0px, -200px, 0px);
  margin-top: -10px;
}
.team-member .social-links a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-left: 6px;
}
.team-member .social-links a:hover {
  color: #fff;
}
.team-member .social-links .team-member-name,
.team-member .social-links .team-member-occ {
  color: #fff;
}
.team-member .social-links a:last-child {
  margin-right: 0px;
}
.team-member .image-holder:hover .hover-state {
  opacity: 1;
}
.team-member .image-holder:hover .hover-state .social-links {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}
.team-member-with-bio {
  overflow: hidden;
  margin-bottom: 36px;
}
.team-member-with-bio .team-member {
  width: 50%;
  float: left;
  margin-bottom: 0px;
}
.team-member-with-bio .team-member-description {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.team-member-description span {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .team-member-with-bio .team-member {
    width: 100%;
  }
  .team-member-with-bio .team-member-description {
    width: 100%;
    padding-left: 0px;
  }
}

.team-alt {
  height: auto;
  float: left;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.team-alt img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 40px;
  float: left;
  margin-top: 3px;
}
.team-alt .social-icons {
  float: left;
  margin-left: -20px;
}
.team-alt .social-icons li {
  display: inline-block;
  float: left;
}
.team-alt .social-icons li a i {
  width: 36px;
  height: 36px;
  padding-top: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #999;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  margin-right: 0px;
  padding-left: -100px;
}
.team-alt .social-icons li a:hover i {
  color: #fff;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info i {
  margin-right: 7px;
}
/* 17 client Section
================================================== */
.clients ul {
  float: left;
  width: 100%;
}
.clients li {
  width: 24%;
  display: inline-block;
  text-align: center;
}
.clients li img {
  width: 80%;
}
.clients li.left img {
  width: 100%;
}
.clients .item img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.clients .item:hover img {
  opacity: 1;
}
.clients h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 40px;
}
/* 18 parallax Page
================================================== */

.section {
  text-align: center;
  overflow: hidden;
}
.section h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  padding-bottom: 20px;
}

/* Section 0
	* --------------------------------------- */
#section0 {
  background: url(../images/content/ver-bg01.jpg) no-repeat top center;
  background-size: cover;
}

#section1 {
  background: url(../images/content/ver-bg02.jpg) no-repeat top center;
  background-size: cover;
}
#section2 {
  background: url(../images/content/ver-bg03.jpg) no-repeat top center;
  background-size: cover;
}
#section3 {
  background: url(../images/content/ver-bg04.jpg) no-repeat top center;
  background-size: cover;
}

/* 19 404 Page
================================================== */
.page-404 {
  width: 100%;
  height: 100%;
  max-height: 950px;
  background: url(../images/content/bg-404.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  float: left;
  padding: 10% 0px;
}
#not-found h1 {
  text-align: center;
  font-size: 240px;
  line-height: 210px;
  font-weight: 700;
  letter-spacing: -5px;
  color: #fff;
}
#not-found h3 {
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
#not-found p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #969696;
}
/* 20 Elements
================================================== */

/* Accordion & Toggles */
.panel-group .panel {
  margin-bottom: 10px;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 0;
  background: none;
  border: 0;
}
.panel-heading .panel-title {
  color: #363636;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
}
.panel-title > a {
  display: block;
  color: #363636;
  padding: 13px 15px;
}
.panel-title > a:hover {
  color: #363636;
  background: #f8f8f8;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-default > .panel-heading + .panel-collapse {
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0px;
  margin-top: -1px;
}
/* Tabs */
.tabs-top .etabs {
  margin: 0;
  padding: 0;
  overflow: inherit;
}
.tabs-top.center .etabs {
  text-align: center;
}
.tabs-top .tab {
  margin: 0;
  padding: 0;
  display: inline-block;
  zoom: 0;
  *display: inline;
  margin-right: 3px;
}
.tabs-top .tab a {
  padding: 10px 20px;
  display: block;
  color: #363636;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
  color: #363636;
  background: #f8f8f8;
}
.tabs-top .tab.active a {
  border: 1px solid #363636;
  background: #363636;
  color: #fff;
}
.tabs-top.tab-container .panel-container {
  position: relative;
  z-index: 1;
  display: block;
}
.tabs-top.tab-container .panel-container p {
  margin: 0;
  padding-bottom: 10px;
}
.tabs-top.tab-container .panel-container .tab-block {
  padding-top: 20px;
  padding-bottom: 0;
}
/* Tabs home */
.tab-block-hom .tab-content {
  overflow: hidden;
  padding: 0;
}
.tab-block-hom p.title {
  margin: 0 0 15px;
  font-weight: 100;
  line-height: 48px;
  font-size: 30px;
  color: #363636;
  letter-spacing: -1px;
}
.tab-block-hom span {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.tab-block-hom .tab-pane {
  display: block;
  height: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.tab-block-hom .tab-pane.active {
  height: auto;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.ie .tab-block-hom .tab-pane {
  display: none;
}
.ie .tab-block-hom .tab-pane.active {
  display: block;
}
.tab-block-hom .nav-tabs {
  border: 1px solid #000;
  border: 0;
}
.tab-block-hom .nav-tabs li {
  margin: 0;
  padding: 0 100px 0 0;
}
.tab-block-hom .nav-tabs li:before {
  content: "";
  position: relative;
  top: 160px;
  left: 108%;
  display: block;
  border-top: 1px dashed #c1c3c5;
  width: 50%;
}
.tab-block-hom .nav-tabs li.last {
  padding: 0 0px 0 0;
}
.tab-block-hom .nav-tabs li.last:before {
  padding: 0 0px 0 0;
  border-top: 0px dashed #c1c3c5;
}
.tab-block-hom .nav-tabs li a {
  width: 150px;
  height: 150px;
  padding: 48px 0 0;
  text-align: center;
  border: 0;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  color: #363636;
  background: #e6e6e6;
  border-radius: 50%;
  margin-top: 80px;
}
.nav-tabs li a:after,
.nav-tabs li.active a:after {
  content: "";
  position: relative;
  top: -29%;
  right: -50%;
  z-index: -1;
  display: block;
  width: 0;
  opacity: 0;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
  transform: translate3d(-50%, 0, 0) rotate(-50deg);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs li a:hover:after,
.nav-tabs li.active a:after {
  z-index: 2;
  width: 180px;
  opacity: 1;
}
.tab-block-hom .nav-tabs li a i {
  display: block;
  font-size: 40px;
  margin: 0 auto;
  -webkit-background-size: 100% auto;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  position: relative;
  z-index: 999;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  background-color: transparent;
  color: #fff;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background-color: #fff;
  color: #fff;
}
.tab-block-hom .nav-tabs li a span {
  display: block;
  font-weight: 400;
  line-height: 0px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 999;
}
.nav-tabs li.active a span {
  opacity: 1;
}
.text-link {
  font-weight: 400;
  display: inline-block;
  border-bottom: 2px solid;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  width: auto;
  color: #0054a6;
  border-color: #0054a6;
}
.text-link.text-white {
  border-color: #fff;
  color: #fff;
}
.text-link.text-white:hover {
  color: #fff;
  border-color: #fff;
}
.text-link .arrow_right {
  width: 17px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(30px, 0px, 0px);
  -webkit-transform: translate3d(30px, 0px, 0px);
  -moz-transform: translate3d(30px, 0px, 0px);
  display: inline-block;
  position: relative;
  position: absolute;
  right: 0;
  font-size: 18px;
}
.text-link:hover .arrow_right {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}
.text-link:hover {
  padding-right: 20px;
  color: #002d5a;
}
/* Buttons */

.btn,
.btn.parallax {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  color: #fff;
  background: #363636;
  margin-bottom: 10px;
  padding: 15px 30px 14px;
  font-weight: 800;
  font-size: 11px;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  border-radius: 50px;
}
.btn:hover,
.btn.parallax:hover {
  background: #262626;
  color: #fff;
}
.btn.large {
  width: 240px;
}

/* background buttons */
.btn.btn-blue {
  background: #0082ff;
}
.btn.btn-green {
  background: #a0d23c;
}
.btn.btn-orange {
  background: #e6553c;
}
.btn.btn-yellow {
  background: #ffd769;
}
.btn.btn-red {
  background: #cd2832;
}
.btn.btn-purple {
  background: #b982c8;
}
.btn.btn-pink {
  background: #f087b9;
}
.btn.btn-gray {
  background: #c6c6c6;
}
.btn.btn-blue:hover,
.btn.btn-green:hover,
.btn.btn-red:hover,
.btn.btn-orange:hover,
.btn.btn-yellow:hover,
.btn.btn-purple:hover,
.btn.btn-pink:hover,
.btn.btn-gray:hover {
  background: #363636;
}
/* border buttons */
.btn.btn-blue-brd {
  background: none;
  border: 2px solid #0082ff;
  color: #0082ff;
}
.btn.btn-blue-brd:hover {
  background: #0082ff;
  color: #fff;
}
.btn.btn-green-brd {
  background: none;
  border: 2px solid #a0d23c;
  color: #a0d23c;
}
.btn.btn-green-brd:hover {
  background: #a0d23c;
  color: #fff;
}
.btn.btn-orange-brd {
  background: none;
  border: 2px solid #e6553c;
  color: #e6553c;
}
.btn.btn-orange-brd:hover {
  background: #e6553c;
  color: #fff;
}
.btn.btn-yellow-brd {
  background: none;
  border: 2px solid #ffd769;
  color: #ffd769;
}
.btn.btn-yellow-brd:hover {
  background: #ffd769;
  color: #fff;
}
.btn.btn-red-brd {
  background: none;
  border: 2px solid #cd2832;
  color: #cd2832;
}
.btn.btn-red-brd:hover {
  background: #cd2832;
  color: #fff;
}
.btn.btn-purple-brd {
  background: none;
  border: 2px solid #b982c8;
  color: #b982c8;
}
.btn.btn-purple-brd:hover {
  background: #b982c8;
  color: #fff;
}
.btn.btn-pink-brd {
  background: none;
  border: 2px solid #f087b9;
  color: #f087b9;
}
.btn.btn-pink-brd:hover {
  background: #f087b9;
  color: #fff;
}
.btn.btn-gray-brd {
  background: none;
  border: 2px solid #c6c6c6;
  color: #c6c6c6;
}
.btn.btn-gray-brd:hover {
  background: #c6c6c6;
  color: #fff;
}
.btn.btn-darkgray-brd {
  background: none;
  border: 2px solid #373737;
  color: #373737;
}
.btn.btn-darkgray-brd:hover {
  background: #373737;
  color: #fff;
}

.btn.btn-blue-brd {
  border: 2px solid #0082ff;
}
.btn.btn-green {
  background: #a0d23c;
}
.btn.btn-orange {
  background: #f55f3c;
}
.btn.btn-yellow {
  background: #ffd769;
}
.btn.btn-red {
  background: #cd2832;
}
.btn.btn-purple {
  background: #b982c8;
}
.btn.btn-pink {
  background: #f087b9;
}
.btn.btn-gray {
  background: #c6c6c6;
}
.btn.btn-dark-gray {
  background: #363636;
}
.btn.btn-white {
  background: #fff;
  color: #363636;
}
.btn.btn-white.brd {
  border: 1px solid #363636;
}
.btn.btn-default {
  border-radius: 0px 3px 3px 0px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background: #363636;
}
.btn.btn-white-alt {
  background: #fff;
  color: #363636;
}
.btn.btn-white-alt:hover {
  background: #363636;
  color: #fff;
}
.btn.btn-color-brd {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 12px 16px 11px;
}
.btn.btn-color-brd:hover {
  color: #363636;
  background: #fff;
}
.btn.btn-white-brd {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 12px 28px 12px;
}
.btn.btn-white-brd:hover {
  color: #363636;
  background: #fff;
}
.color-wrapper .btn {
  background: #fff;
  color: #616161;
}
.color-wrapper .btn:hover {
  background: #e6e6e6;
}
.share .btn {
  background: none;
  padding: 8px 17px;
}
.share .btn:hover {
  color: #fff;
}
.btn.share-facebook {
  color: #3d5b9b;
  border: 1px solid #3d5b9b;
}
.btn.share-facebook:hover {
  background: #334c8e;
  border: 1px solid #334c8e;
}
.btn.share-twitter {
  color: #5aa8cd;
  border: 1px solid #5aa8cd;
}
.btn.share-twitter:hover {
  background: #499ac8;
  border: 1px solid #499ac8;
}
.btn.share-googleplus {
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
}
.btn.share-googleplus:hover {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.btn.share-pinterest {
  color: #c53942;
  border: 1px solid #c53942;
}
.btn.share-pinterest:hover {
  background: #bc2d32;
  border: 1px solid #bc2d32;
}
/* Icons Demo
====================================*/
.the-icons {
  list-style-type: none;
  margin: 0;
}
.the-icons li [class^="icon-"],
.the-icons li [class*="icon-"],
.the-icons li [class^="ss-"],
.the-icons li [class*="ss-"] {
  display: inline-block;
  text-align: center;
}
.the-icons li {
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 2px;
}
.the-icons li,
.the-icons li:hover {
  color: #999;
}
.the-icons li,
.the-icons li i {
  color: #363636;
}
.the-icons li [class^="icon-"],
.the-icons li [class*="icon-"],
.the-icons li [class^="ss-"],
.the-icons li [class*="ss-"] {
  width: 32px;
  font-size: 18px;
}
.the-icons li:hover {
  text-decoration: none;
}
.the-icons li:hover [class^="icon-"],
.the-icons li:hover [class*="icon-"],
.the-icons li:hover [class^="ss-"],
.the-icons li:hover [class*="ss-"] {
  font-size: 30px;
  vertical-align: middle;
}
.the-icons li:hover [class^="icon-"]:before,
.the-icons li:hover [class*="icon-"]:before,
.the-icons li:hover [class^="ss-"]:before,
.the-icons li:hover [class*=" s-"]:before {
  font-size: 24px;
  vertical-align: -3px;
}
/* Social Icons
====================================*/

.social-icons li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
}
.social-icons li a i {
  width: 45px;
  height: 45px;
  padding-top: 11px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover i {
  color: #fff;
  background: #fff;
}
.social-icons .tooltip-inner {
  color: #fff;
  background-color: #363636;
  padding: 5px 12px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons .tooltip.top .tooltip-arrow {
  border-top-color: #363636;
  position: relative;
  bottom: -20px;
}
/* Common Styles */
.social-icons li a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.ebay:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
  font-family: "fontello";
  font-size: 18px;
  line-height: 18px;
  color: #363636;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  z-index: 20;
}
/* Icon Styles */
.twitter:before {
  font-size: 18px;
}
.twitter i,
.twitter:before {
  margin: 13px 0 0 12px;
}
.twitter:before {
  content: "\f309";
  top: 0;
  opacity: 1;
}
.twitter:hover:before {
  top: 10px;
  opacity: 0;
}
.twitter:hover {
  background-color: #3bc1ed;
}
.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}
.dribbble:before {
  content: "\f31b";
  top: 0;
  opacity: 1;
}
.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}
.dribbble:hover {
  background-color: #ef5a92;
}
.facebook i,
.facebook:before {
  margin: 13px 0 0 16px;
}
.facebook:before {
  content: "\f30c";
  top: 0;
  opacity: 1;
}
.facebook:hover:before {
  top: 30px;
  opacity: 0;
}
.facebook:hover {
  background-color: #4a6d9d;
}
.linkedin i,
.linkedin:before {
  margin: 13px 0 0 13px;
}
.linkedin:before {
  content: "\f318";
  top: 0;
  opacity: 1;
}
.linkedin:hover:before {
  top: 30px;
  opacity: 0;
}
.linkedin:hover {
  background-color: #0b7bb5;
}
.delicious i,
.delicious:before {
  margin: 13px 0 0 13px;
}
.delicious:before {
  content: "\23";
  top: 0;
  opacity: 1;
}
.delicious:hover:before {
  top: 30px;
  opacity: 0;
}
.delicious:hover {
  background-color: #3274d1;
}
.paypal i,
.paypal:before {
  margin: 13px 0 0 13px;
}
.paypal:before {
  content: "\f342";
  top: 0;
  opacity: 1;
}
.paypal:hover:before {
  top: 30px;
  opacity: 0;
}
.paypal:hover {
  background-color: #2e689a;
}
.gplus i,
.gplus:before {
  margin: 13px 0 0 13px;
}
.gplus:before {
  content: "\f30f";
  top: 0;
  opacity: 1;
}
.gplus:hover:before {
  top: 30px;
  opacity: 0;
}
.gplus:hover {
  background-color: #d53824;
}
.stumbleupon i,
.stumbleupon:before {
  margin: 13px 0 0 11px;
}
.stumbleupon:before {
  content: "\f31e";
  top: 0;
  opacity: 1;
}
.stumbleupon:hover:before {
  top: 30px;
  opacity: 0;
}
.stumbleupon:hover {
  background-color: #eb4924;
}
.fivehundredpx i,
.fivehundredpx:before {
  margin: 13px 0 0 11px;
}
.fivehundredpx:before {
  content: "\30";
  top: 0;
  opacity: 1;
}
.fivehundredpx:hover:before {
  top: 30px;
  opacity: 0;
}
.fivehundredpx:hover {
  background-color: #444;
}
.pinterest i,
.pinterest:before {
  margin: 13px 0 0 15px;
}
.pinterest:before {
  content: "\f312";
  top: 0;
  opacity: 1;
}
.pinterest:hover:before {
  top: 30px;
  opacity: 0;
}
.pinterest:hover {
  background-color: #cb1f25;
}
.forrst i,
.forrst:before {
  margin: 13px 0 0 15px;
}
.forrst:before {
  content: "\3a";
  top: 0;
  opacity: 1;
}
.forrst:hover:before {
  top: 30px;
  opacity: 0;
}
.forrst:hover {
  background-color: #40833e;
}
.digg i,
.digg:before {
  margin: 13px 0 0 12px;
}
.digg:before {
  content: "\3b";
  top: 0;
  opacity: 1;
}
.digg:hover:before {
  top: 30px;
  opacity: 0;
}
.digg:hover {
  background-color: #205685;
}
.spotify i,
.spotify:before {
  margin: 13px 0 0 13px;
}
.spotify:before {
  content: "\f328";
  top: 0;
  opacity: 1;
}
.spotify:hover:before {
  top: 30px;
  opacity: 0;
}
.spotify:hover {
  background-color: #6ca405;
}
.blogger i,
.blogger:before {
  margin: 13px 0 0 15px;
  font-size: 14px;
}
.blogger:before {
  content: "\42";
  top: 0;
  opacity: 1;
}
.blogger:hover:before {
  top: 30px;
  opacity: 0;
}
.blogger:hover {
  background-color: #ff6501;
}
.evernote i,
.evernote:before {
  margin: 13px 0 0 15px;
}
.evernote:before {
  content: "\f363636";
  top: 0;
  opacity: 1;
}
.evernote:hover:before {
  top: 30px;
  opacity: 0;
}
.evernote:hover {
  background-color: #6bb130;
}
.flickr i,
.flickr:before {
  margin: 13px 0 0 13px;
}
.flickr:before {
  content: "\f303";
  top: 0;
  opacity: 1;
}
.flickr:hover:before {
  top: 30px;
  opacity: 0;
}
.flickr:hover {
  background-color: #136dd5;
}
.rss i,
.rss:before {
  margin: 13px 0 0 14px;
  font-size: 14px;
}
.rss:before {
  content: "\e73a";
  top: 0;
  opacity: 1;
}
.rss:hover:before {
  top: 30px;
  opacity: 0;
}
.rss:hover {
  background-color: #fe8f00;
}
.youtube i,
.youtube:before {
  margin: 13px 0 0 14px;
  font-size: 18px;
}
.youtube:before {
  content: "\f313";
  top: 0;
  opacity: 1;
}
.youtube:hover:before {
  top: 30px;
  opacity: 0;
}
.youtube:hover {
  background-color: #bf2f29;
}
.vimeo i,
.vimeo:before {
  margin: 13px 0 0 13px;
  font-size: 14px;
}
.vimeo:before {
  content: "\f306";
  top: 0;
  opacity: 1;
}
.vimeo:hover:before {
  top: 30px;
  opacity: 0;
}
.vimeo:hover {
  background-color: #4c8ab0;
}
.dropbox i,
.dropbox:before {
  margin: 13px 0 0 13px;
}
.dropbox:before {
  content: "\64";
  top: 0;
  opacity: 1;
}
.dropbox:hover:before {
  top: 30px;
  opacity: 0;
}
.dropbox:hover {
  background-color: #2c92dd;
}
.github i,
.github:before {
  margin: 13px 0 0 13px;
}
.github:before {
  content: "\67";
  top: 0;
  opacity: 1;
}
.github:hover:before {
  top: 30px;
  opacity: 0;
}
.github:hover {
  background-color: #5c7381;
}
.lastfm i,
.lastfm:before {
  margin: 13px 0 0 11px;
}
.lastfm:before {
  content: "\f321";
  top: 0;
  opacity: 1;
}
.lastfm:hover:before {
  top: 30px;
  opacity: 0;
}
.lastfm:hover {
  background-color: #d21309;
}
.tumblr i,
.tumblr:before {
  margin: 13px 0 0 15px;
}
.tumblr:before {
  content: "\f315";
  top: 0;
  opacity: 1;
}
.tumblr:hover:before {
  top: 30px;
  opacity: 0;
}
.tumblr:hover {
  background-color: #3d658d;
}
.instagram i,
.instagram:before {
  margin: 13px 0 0 14px;
}
.instagram:before {
  content: "\f31f";
  top: 0;
  opacity: 1;
}
.instagram:hover:before {
  top: 30px;
  opacity: 0;
}
.instagram:hover {
  background-color: #3f6f94;
}
.ebay i,
.ebay:before {
  margin: 13px 0 0 14px;
}
.ebay:before {
  content: "\65";
  top: 0;
  opacity: 1;
}
.ebay:hover:before {
  top: 30px;
  opacity: 0;
}
.ebay:hover {
  background-color: #66cc00;
}
/* Pricing Tables */

.pricing {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
  display: block;
}
.pricing ul {
  padding: 0;
}
.pricing .btn {
  margin: 0;
}
.pricing .plan {
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing .plan:hover,
.pricing .plan.active {
  background: #fff;
  color: #fff;
}
.pricing .plan h3 {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  padding: 40px 0 10px;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.pricing .plan h3 i {
  font-size: 30px;
  line-height: 0px;
  padding: 10px 11px;
  color: #e6e6e6;
  border-radius: 50%;
}
.pricing .plan h4 {
  padding: 40px 0;
  margin: 0 auto;
  color: #fff;
}
.pricing .plan:hover h4 .amount,
.pricing .plan:hover h4 .amount span,
.pricing .plan:hover h3 {
  color: #fff;
}
.pricing .plan:hover .btn.btn-color-brd {
  color: #fff;
  border: 2px solid #fff;
}
.pricing .plan:hover .btn.btn-color-brd:hover {
  color: #363636;
}
.pricing .plan.active h4 .amount,
.pricing .plan.active h4 .amount span,
.pricing .plan.active h3 {
  color: #fff;
}
.pricing .plan.active .btn.btn-color-brd {
  color: #fff;
  border: 2px solid #fff;
}
.pricing .plan.active .btn.btn-color-brd:hover {
  color: #363636;
}
.pricing .plan h4 .amount {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -1px;
}
.pricing .plan h4 .amount span {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  padding-right: 10px;
}
.pricing .plan ul {
  margin: 0;
  list-style: none;
}
.pricing .plan ul li {
  padding: 15px 0;
  margin: 0px 30px 0 0;
  font-size: 16px;
  font-weight: 400;
}
.pricing .plan h3 {
  text-transform: uppercase;
}
.pricing .select {
  padding: 20px 0 40px;
}
/* Pie Chart */
.easyPieChart {
  float: left;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 5px;
}
.percentage-light {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.percentage-light span {
  padding: 10px 13px;
  background: #363636;
  border-radius: 50%;
}
.chart h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Parallax Section */
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.parallax h1.heading {
  color: #fff;
  font-size: 55px;
  letter-spacing: 0px;
  line-height: 60px;
  margin-bottom: 20px;
}
.parallax p.sub {
  color: #c6c6c6;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
}
.parallax input,
.parallax textarea {
  background: #363636;
  background: rgba(255, 255, 255, 0.15);
  border: none;
}
.parallax input:focus,
.parallax textarea:focus {
  background: #222;
  background: rgba(255, 255, 255, 0.22);
  border: none;
}
.parallax .title-center:before,
.parallax .title-center:after {
  border-color: #777;
}
.parallax.mobile {
  background-attachment: scroll !important;
}
.parallax.pagetitle {
  background-image: url(../images/content/parallax3.jpg);
  padding: 30px 0 26px;
}
.parallax.pagetitle h1 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 6px;
}
.parallax.pagetitle p {
  color: #e6e6e6;
  font-size: 12px;
  padding-top: 12px;
}
.parallax.pagetitle a {
  color: #363636;
}
.parallax.pagetitle a:hover {
  color: #e6e6e6;
}

.parallax.process {
  background-image: url(../images/content/parallax-process.jpg);
}
.process h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.process p {
  color: #fff;
}
.parallax.testimonial {
  background-image: url(../images/content/parallax-testimonial.jpg);
}

/* Parallax classic */
.parallax.classic {
  background-image: url(../images/content/parallax-classic.jpg);
  padding: 20% 0px 20%;
}
.parallax.classic h1 {
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
}
.parallax.classic h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.parallax.classic a {
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.parallax.classic a:hover {
  color: #c6c6c6;
}
.parallax.classic a i {
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px 18px 10px 23px;
}
/* Parallax portfolio */
.parallax.portfolio-header {
  background-image: url(../images/content/bg-portfolio.jpg);
  padding: 12% 0px 10%;
}

.parallax.portfolio-header .parallax-slider-title {
  display: inline-block;
}

/* Parallax fitness */
.parallax.fitness {
  background-image: url(../images/content/parallax-fitness.jpg);
}
.parallax.fitness-testimonials {
  background-image: url(../images/content/parallax-fitness2.jpg);
  padding: 5% 0;
}
.parallax.fitness-testimonials p {
  font-size: 24px;
  line-height: 36px;
}

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

.fitness-content .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  text-align: center;
  padding: 20px 20%;
}
.fitness-content .image-holder {
  margin-bottom: 0px;
}
.fitness-content .image-holder .content h1 {
  font-weight: 700;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.fitness-content .image-holder .content h3 {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  bottom: 80px;
}
.fitness-content .image-holder:hover .hover-state {
  opacity: 1;
}
.fitness-content .image-holder:hover .content {
  opacity: 0;
}
.fitness-content .image-holder:hover .hover-state .content-details {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}
.fitness-content .hover-state .content-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 200px;
  text-transform: uppercase;
  color: #fff;
}
.fitness-content .hover-state .content-details p {
  color: #fff;
}
/* Parallax beauty */
.parallax.beauty {
  background-image: url(../images/content/parallax-beauty.jpg);
  padding: 14% 0px 12%;
}

.parallax.beauty h1 {
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.parallax.beauty h3 {
  font-size: 12px;
  font-weight: 400px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.parallax.beauty p {
  color: #fff;
}
.parallax.beauty02 {
  background-image: url(../images/content/parallax-beauty02.jpg);
}

.bg-beauty {
  background: url(../images/content/bg-beauty.png) no-repeat center center;
  background-size: cover;
}
.bg-beauty02 {
  background: url(../images/content/bg-beauty02.jpg) repeat;
}
.box-text-beauty {
  padding: 16% 20% 15% 20%;
}
.bg-beauty02 h3 {
  font-size: 12px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.bg-beauty02 h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700px;
  color: #fff;

  margin-bottom: 20px;
}
.bg-beauty02 p {
  color: #fff;
}

.beauty .content {
  padding: 21.5% 60px 12%;
}

.beauty .content h3 {
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 400px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 40px;
}
.beauty .content a {
  font-size: 14px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #363636;
  text-decoration: none;
}
.beauty .content a.white {
  color: #fff;
  text-decoration: none;
}
.beauty .content a:hover {
  text-decoration: underline;
}

.parallax.restaurant {
  background-image: url(../images/content/parallax-restaurant.jpg);
}
/* Parallax shop */

.shop .box-text-center {
  padding: 40% 20% 10% 25%;
}
.parallax.shop {
  background-image: url(../images/content/parallax-shop.jpg);
}
.parallax.shop h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 120px;
  font-weight: 100;
  line-height: 140px;
  letter-spacing: -3px;
  text-decoration: underline;
}
.parallax.shop h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 20px;
}
.parallax.shop p {
  font-size: 18px;
  font-weight: 100;
  padding: 10px 10%;
}
.parallax.resturant {
  background-image: url(../images/content/parallax-resturant.jpg);
}
.parallax.about {
  background-image: url(../images/content/parallax-about.jpg);
  padding: 12% 0;
}
.parallax.contact {
  background-image: url(../images/content/parallax-contact.jpg);
  padding: 12% 0;
}
.parallax.portfolio {
  background-image: url(../images/content/parallax-portfolio.jpg);
  padding: 12% 0;
}
.parallax.blog {
  background-image: url(../images/content/parallax-blog.jpg);
  padding: 12% 0;
}
.parallax.product {
  background-image: url(../images/content/parallax-product.jpg);
  padding: 12% 0;
}
.parallax.about-me {
  background-image: url(../images/content/parallax-about-me.jpg);
  padding: 15% 0;
}
.parallax.about-me h1 {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
}
.parallax.services {
  background-image: url(../images/content/parallax-process.jpg);
  padding: 12% 0;
}
.parallax.block1 {
  background-image: url(../images/content/parallax-01.jpg);
  padding: 20% 0;
}
.parallax.block2 {
  background-image: url(../images/content/parallax-02.jpg);
  padding: 20% 0;
}
.parallax.block3 {
  background-image: url(../images/content/parallax-03.jpg);
  padding: 20% 0;
}
.parallax.block3.nopad {
  background-image: url(../images/content/parallax-03.jpg);
  padding: 5% 0;
}
.page-title {
  width: 100%;
  float: left;
  margin-top: 100px;
  margin-bottom: 60px;
}
.page-title .col {
  width: 50%;
  display: inline-block;
  background: #f6f6f6;
  height: auto;
  min-height: 300px;
  float: left;
  text-align: right;
}
.page-title .col img {
  width: 100%;
  max-height: 300px;
}
.page-title .col h1 {
  padding-top: 12%;
  text-transform: uppercase;
  padding-right: 50px;
}
.page-title .meta {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ccc;
  letter-spacing: 1px;
  font-style: italic;
  margin-right: 30px;
}
.page-title .meta li {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-title .meta li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ccc;
}

/* Parallax classic */
.parallax.promo {
  background-image: url(../images/content/promo/bg-promo.jpg);
  padding: 15% 0px 14%;
}
.parallax.promo h1 {
  font-weight: 400;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
}
.parallax.promo h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
/* Progress Bar */
.progress-bg {
  background-image: url(../images/content/img-progress.png);
  background-position: -50px center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 10% 20% 10% 10%;
  color: #fff;
}

.progress-container {
  padding: 15% 25% 15% 10%;
}
.progress-container.no-pad {
  padding: 0;
}
.progress-container h3 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.progress {
  height: 10px;
  margin-bottom: 25px;
  background-repeat: repeat-x;
  box-shadow: none;
  border-radius: 30px;
}
.progress .bg-white {
  background: #fff;
}

.progress .bg-gray {
  background: #363636;
}
.progress .bg-light-gray {
  background: #e6e6e6;
}
.progress .bar {
  width: 0;
  height: 10px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  background-color: #363636;
  background-repeat: repeat-x;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  float: left;
}
.progress .bar.white {
  background-color: #fff;
}
.progress .bar.green {
  background-color: #a0d23c;
}
.progress .bar.red {
  background-color: #cd2832;
}
.progress .bar.orange {
  background-color: #e6553c;
}
.progress .bar.yellow {
  background-color: #ffd769;
}
.progress small {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #363636;
  position: absolute;
  right: 20%;
  margin-top: -10px;
}
.progress small.no-right {
  right: -20px;
}
.progress-striped .bar {
  background-color: #149bdf;
}
.progress-success .bar,
.progress-green .bar {
  background-color: #363636;
}
.progress-info .bar,
.progress-blue .bar {
  background-color: #03acdc;
}
.progress-warning .bar,
.progress-orange .bar {
  background-color: #f98805;
}
.progress-danger .bar,
.progress-red .bar {
  background-color: #e53f51;
}
/* Fact Counter */

.parallax.counter {
  background-image: url(../images/content/parallax-counter.jpg);
}
.f-element {
  width: 33%;
  height: auto;
  float: left;
  text-align: center;
  padding: 40px 0 50px;
}
.f-element.nobrd {
  border-right: 0px solid rgba(255, 255, 255, 0.1);
}
.f-element .sep {
  width: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: -10px auto 20px;
}
.f-element .highlight {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 60px;
  /*cursor:pointer;*/
}
.f-element .highlight.dark {
  color: #363636;
}
.f-element .highlight.color {
  color: #363636;
}
.f-element .highlight:hover {
  color: #fff;
}
.f-element i {
  font-size: 55px;
  color: #fff;
  text-align: center;
}
.milestone-details {
  font-weight: 700;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.milestone-details.small {
  font-weight: 700;
  font-size: 11px;
  color: #c6c6c6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.social-nav .f-element {
  width: 35%;
  height: auto;
  float: right;
  text-align: right;
  line-height: 28px;
  padding: 0px;
  border-right: 0px solid #fff;
}
.social-nav .f-element .highlight {
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
.social-nav .f-element .highlight:hover {
  color: #fff;
}
.social-nav .milestone-details {
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0px;
  letter-spacing: 1px;
}
.social-nav .follow {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  height: 20px;
  float: right;
  width: 100%;
}
/* Testimonials */
.owl-testimonials {
  display: block;
}
.owl-testimonials.owl-theme .owl-controls .owl-page {
  bottom: 0;
}

.testimonials {
  display: block;
  float: left;
}
.testimonials p {
  text-align: center;
  font-size: 18px;
  font-family: "Lora", serif;
  font-weight: 200;
  font-style: italic;
  line-height: 36px;
}
.testimonials p.author {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  font-family: "Open Sans";
  color: #363636;
}
.testimonials p.date {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -20px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Open Sans";
  color: #969696;
  letter-spacing: 1px;
}
.testimonials-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px;
  float: left;
}
.testimonials-author span {
  margin-top: 35px;
  float: left;
  font-weight: 600;
  color: #fff;
}
.testimonials-author span.t-mgr0 {
  margin-top: 0px;
}
.testimonials-content {
  display: block;
  text-align: left;
  padding: 30px 30px 5px;
  background-color: rgba(255, 255, 255, 0.3);
  float: left;
  border-radius: 5px;
  margin: 0 5px;
}
.testimonials-content:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: 40px;
  left: 10px;
}
.testimonials-content h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.testimonials-content p {
  font-size: 15px;
  line-height: 1.71em;
  font-weight: 400;
  color: #fff;
}

.testimonials-content-alt {
  display: block;
  text-align: left;
  padding: 30px 30px 5px;
  background-color: rgba(0, 0, 0, 0.05);
  float: left;
  border-radius: 5px;
  margin: 0 5px;
}
.testimonials-content-alt:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.05);
  position: relative;
  top: 40px;
  left: 10px;
}
.testimonials-content-alt h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  color: #363636;
  margin-bottom: 10px;
}
.testimonials-content-alt p {
  font-size: 15px;
  line-height: 1.71em;
  font-weight: 400;
  color: #363636;
}
.testimonials-author-alt img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px;
  float: left;
}
.testimonials-author-alt span {
  margin-top: 35px;
  float: left;
  font-weight: 600;
  color: #363636;
}
.testimonials-author-alt span.t-mgr0 {
  margin-top: 0px;
}
#testimonials {
  padding: 120px 0px;
}
#testimonials i {
  color: #969696;
  font-size: 22px;
}
#testimonials .star-rating {
  margin-top: 18px;
}
#testimonials .star-rating .gold-star {
  color: #f2bc3b;
}
#testimonials .customer-name {
  margin-top: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #363636;
}
#testimonials .testimonial {
  padding-top: 174px;
}
#testimonials .testimonial h3 {
  padding-bottom: 12px;
}
#testimonials .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 5;
  left: 0;
  margin-left: 0;
}
#testimonials .carousel-indicators li {
  width: 130px;
  height: 130px;
  background: none;
  border-radius: 0;
  margin: 0;
  border: none;
  opacity: 0.2;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition: all 0.97s cubic-bezier(0.545, 0, 0.05, 1);
}
#testimonials .carousel-indicators li img {
  position: relative;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li:first-child {
  float: left;
}
#testimonials .carousel-indicators li:first-child img {
  box-shadow: 10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li:last-child {
  float: right;
}
#testimonials .carousel-indicators li:last-child img {
  box-shadow: -10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}
#testimonials .carousel-indicators li.active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#testimonials .carousel-control.left,
#testimonials .carousel-control.right {
  background: none;
  width: 41px;
  height: 41px;
  top: 40%;
  line-height: 36px;
  box-shadow: none !important;
}
#testimonials .carousel-control.left {
  left: -100px;
}
#testimonials .carousel-control.right {
  right: -100px;
}
/* Tooltip */

.tooltip-inner {
  color: #fff;
  background-color: #363636;
  padding: 5px 12px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #363636;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #363636;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #363636;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #363636;
}
/* Alert Boxes */

.font-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.font-icons li {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.alert .close {
  line-height: 28px;
}
.retina-icons-code i {
  font-size: 18px;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
  text-align: center;
}
.retina-icons-code code {
  color: #606060;
  background: none;
  white-space: normal;
  font-size: 14px;
}
.table-bordered {
  border-left: none;
  background: #fff;
}
.retina-icons-code td {
  vertical-align: middle;
}
.table td i {
  border: 1px solid #e6e6e6;

  padding: 10px 0px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 200ms ease-in;
  width: 52px !important;
  height: 52px !important;
  float: left;
}
.table td code {
  border: 1px solid #e6e6e6;

  padding: 14px 10px 14px;
  float: left;
  width: 100%;
  height: 54px !important;
  margin-top: 5px;
}
.table td:hover i {
  background: #363636;
  border: 1px solid #363636;

  color: #fff;
}
.picons-list .retina-icons-code i {
  font-size: 30px;
  line-height: 1;
  margin-top: 5px;
  display: block;
}
/* Flickr Feeds */

.photo-stream {
  margin-left: -15px;
}
.photo-stream li {
  float: left;
  overflow: hidden;
  margin: 0px 10px 10px 0px;
}
.photo-stream a img {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3636363 0.3636363 0.3636363 0 0 0.3636363 0.3636363 0.3636363 0 0 0.3636363 0.3636363 0.3636363 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  opacity: 0.7;
}
.photo-stream a:hover img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.photo-stream img {
  display: block;
  width: 90px;
  height: 90px;
}
/* Tables */

table.standard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}
table.standard-table th {
  border: 1px solid #e6e6e6;
  border-right: none;
  background-color: #f6f6f6;
  text-align: left;
  padding: 10px 15px;
  color: #464b50;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
table.standard-table td:last-child {
  border-right: 1px solid #e6e6e6;
}
table.standard-table th:last-child {
  border-right: 1px solid ##e6e6e6;
}
table.standard-table td {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
}
table.standard-table tr:hover td {
  background-color: #f6f6f6;
}
table.standard-table tr {
  border-radius: 3px;
}
table.cart {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}
table.cart th {
  border: 1px solid #e6e6e6;
  border-right: none;
  background-color: #f6f6f6;
  text-align: left;
  padding: 10px 15px;
  color: #464b50;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
table.cart td:last-child {
  border-right: 1px solid #e6e6e6;
}
table.cart th:last-child {
  border-right: 1px solid ##e6e6e6;
}
table.cart td {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
}
/* Video Background */

.video-sec {
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #363636;
}
.video-item {
  position: absolute;
  top: -10px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
video .video-item:before {
  position: absolute;
  width: 100%;
  height: 850px;
  top: 0px;
  content: "";
  opacity: 0.7;
  z-index: 2;
  background: #0082ff;
}
.video-sec .dark-content,
.video-sec .light-content {
  padding: 45px 0 43px;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}
.dark-content h5 {
  font-size: 30px;
}
.dark-content p {
  color: #363636;
}
.video-sec .light-content {
  text-shadow: none;
}
.video-sec .slight {
  color: #292929;
}
.video-bg {
  padding: 20% 0px 10%;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}
.video-bg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  opacity: 0.8;
  z-index: 2;
  background: #000;
}
.video-bg .container {
  position: relative;
  z-index: 3;
}
.video-bg h1 {
  margin-bottom: 32px;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
}
.video-wrapper2 video {
  width: 100%;
}

.video-bg.landing h1 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  padding: 0px 10%;
}
.video-bg.landing h3 {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding: 0px 30%;
}

.video-bg.landing {
  padding: 15% 0px 8%;
}

.video-bg.landing form {
  margin-top: 80px;
  padding: 20px 0px;
  width: 100%;
}
.video-bg.landing form h3 {
  font-size: 18px;
}
.video-bg.landing p.small {
  color: #fff;
  text-align: center;
}

.video-bg.landing p.small a {
  color: #fff;
  text-decoration: underline;
}
.video-bg.landing p.small a:hover {
  text-decoration: none;
}
.video-bg.landing select,
.video-bg.landing textarea,
.video-bg.landing input[type="text"],
.video-bg.landing input[type="password"] {
  width: 20%;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  color: #fff;
}
.video-bg.landing .btn-submit {
  position: relative;
  height: 50px;
  border: none;
  font-size: 16px;
  line-height: 25px;
  background: #1f2126;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24%;
  border-radius: 2px;
  color: #fff;
  padding-right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  top: -5px;
  left: 1px;
}
.video-bg.landing .btn-submit:hover {
  background: #363636;
}
@media all and (max-width: 1400px) {
  .video-wrapper video {
    width: 110%;
  }
}
@media all and (max-width: 1200px) {
  .video-wrapper video {
    width: 130%;
  }
}
@media all and (max-width: 1000px) {
  .video-wrapper video {
    width: 150%;
  }
}
.map-bg {
  padding: 100px 0px 80px;
  position: relative;
  overflow: hidden;
  height: 400px;
} /*
.map-bg:before {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0px;
	content: '';
	opacity: 0.8;
	z-index: 2;
	background:#a0d23c;
}
.map-bg.nobg:before {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0px;
	content: '';
	opacity: 0.8;
	z-index: 2;
	background:none;
}*/
.map-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.map-wrapper iframe {
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-wrapper iframe.clicked {
  pointer-events: auto;
}
.map-bg .container {
  position: relative;
  z-index: 3;
}
.map-bg h1 {
  margin-bottom: 32px;
}
/* Contact form */

.forms {
  position: relative;
  padding: 0;
  width: 100%;
}
.form-container .response {
  display: none;
}
.forms ol {
  margin: 0;
  padding: 0;
}
.forms ol li {
  line-height: auto;
  list-style: none;
}
.forms li.hidden-row {
  display: none;
}
input,
select,
textarea,
.uneditable-input {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 50px;
  padding: 0 24px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #e6e6e6;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  background: rgba(255, 255, 255, 1);
}
textarea {
  height: 100%;
  padding: 10px 24px;
  margin-bottom: 15px;
  min-height: 100px;
  resize: vertical;
}
.form-container textarea {
  height: 290px;
}
.form-container .textarea-fitness {
  height: 200px;
}
.btn-submit {
  position: relative;
  height: 50px;
  border: none;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 25px;
  background: #a0d23c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 30px;
  color: #fff;
  padding-right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-submit:hover {
  background: #363636;
}
.forms label {
  display: block;
  float: left;
  width: 95px;
  padding-top: 7px;
  font-size: 13px;
  clear: both;
}
.comment-form div label {
  position: absolute;
  top: 0;
  left: 0;
}
.forms li.error input,
.forms li.error textarea {
  border: 1px solid #fffac8;
}
.forms span.error {
  display: none;
}
.forms .button-row span.error {
  padding: 0;
  display: none;
}
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  border-radius: 3px;
  width: 90%;
}

::-webkit-input-placeholder {
  color: #969696;
}
:-moz-placeholder {
  color: #969696;
}
::-moz-placeholder {
  color: #969696;
}
:-ms-input-placeholder {
  color: #969696;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.add-comment label {
  margin: 0 0 4px 0;
}
.add-comment label span {
  color: #ff0000;
}
.add-comment input {
  margin: 0 0 20px 0;
  min-width: 200 px;
}
/* Right Side Sliding Panel */

nav#main-nav {
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  top: 0px;
  z-index: 9999999;
  background: #363636;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px;
}
nav#main-nav.active {
  right: 0;
}
nav#main-nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  letter-spacing: 0.2em;
}
.nav-trigger:hover {
}
.nav-trigger i {
  font-size: 12.5px !important;
  color: #363636;
  text-decoration: none;
}
.nav-trigger i.white {
  color: #fff;
}
.nav-trigger:hover i {
  text-decoration: none;
  color: #999 !important;
}
nav#main-nav ul li {
  list-style: none;
  width: 100%;
  border: 1xp solid #330099;
  margin-left: -10px;
}
nav#main-nav ul li a {
  display: block;
  padding: 10px;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
nav#main-nav ul li a i {
  font-size: 17px;
  margin-right: 20px;
  color: #666;
}
nav#main-nav ul li a:hover,
nav#main-nav ul li.current a {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}
nav#main-nav ul li a:hover i,
nav#main-nav ul li.current a i {
  color: #363636;
}
.social-nav-block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.social-nav-block a {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  background: #292929;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-nav-block a i {
  font-size: 17px;
  color: #ffffff;
}
.social-nav-block a.twitter-alt:hover {
  background: #69baf3 !important;
}
.social-nav-block a.facebook-alt:hover {
  background: #475996 !important;
}
.social-nav-block a.google-alt:hover {
  background: #c63d2d !important;
}
.social-nav-block a.linkedin-alt:hover {
  background: #4875b4 !important;
}
.social-nav-block a.pinterest-alt:hover {
  background: #d03737 !important;
}
.social-nav-block a.dribbble-alt:hover {
  background: #d76896 !important;
}
/* Search Canvas */
#header-search-form input[type="text"] {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: auto;
  padding: 20px 10px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  color: #e6e6e6;
  border: none;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #363636;
  z-index: 999999999999 !important;
  overflow: auto;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.social-nav {
  display: inline-block;
  width: 100%;
}
.social-nav a {
  width: 20%;
  display: inline-block;
  float: left;
  background: #292929;
  text-align: left;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 40px;
}
.social-nav a i {
  font-size: 55px;
  color: #ffffff;
}
.social-nav a.twitter-alt {
  background: #4ec6f8;
}
.social-nav a.facebook-alt {
  background: #475996 !important;
}
.social-nav a.google-alt {
  background: #c63d2d !important;
}
.social-nav a.linkedin-alt {
  background: #4875b4 !important;
}
.social-nav a.dribbble-alt {
  background: #d76896 !important;
}
/* process icons */
.hi-icon-wrap {
  text-align: center;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  line-height: 220px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hi-icon-wrap h3 {
  font-size: 18px;
  line-height: 30px;
}
.hi-icon-wrap p {
  text-align: center;
  float: left;
  line-height: 18px;
}
.hi-icon-wrap:hover {
  border: 3px solid #e6e6e6;
}
.hi-icon-wrap .brd {
  position: absolute;
  width: 24%;
  border-bottom: 2px dashed #e6e6e6;
  top: 30%;
  right: -3px;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon i {
  font-size: 30px;
  line-height: 98px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
  background: #e6e6e6;
  color: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
  top: 0px;
  left: 0px;
  padding: 0px;
  box-shadow: 0 0 0 4px rgba(225, 227, 229, 0.5);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1a */
.hi-icon-wrap:hover.hi-icon-effect-1a .hi-icon {
  background: #e6e6e6;

  color: #fff;
}

.hi-icon-wrap:hover.hi-icon-effect-1a .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 0 0 15px rgba(25, 185, 200, 0.5);
}
/* subscribe form */
.parallax.subscribe {
  background-image: url(../images/content/parallax-subscribe.jpg);
}
.subscribe input[type="text"].alt,
.subscribe.white input[type="text"].alt {
  width: 60%;
  height: 48px;
  font-size: 14px;
  line-height: 25px;
  border: 0px solid #e6e6e6 !important;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px 0px 0px 30px;
  color: #969696;
  background: #f6f6f6;
  padding-left: 30px;
  padding-right: 50px;
}
.subscribe .btn-submit.alt,
.subscribe.white .btn-submit.alt {
  position: relative;
  height: 48px;
  border: none;
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 20px;
  background: #a0d23c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 140px;
  border-radius: 0px 30px 30px 0px;
  color: #fff;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 700;
  top: -8px;
  left: -30px;
}
.subscribe .btn-submit.alt:hover,
.subscribe.white .btn-submit.alt:hover {
  background: #363636;
}
.subscribe input[type="text"].alt {
  border: 1px solid #363636;
}

/* image effect */
.image-item > a {
  display: block;
  padding: 0 0 0px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.image-item a,
.image-item a:hover {
  color: #fff;
  border: none;
}
.image-img {
  position: relative;
  overflow: hidden;
}
.image-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.image-intro {
  width: 100%;
  height: 100%;
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.image-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.image-item .image-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.image-item:hover .image-img:after {
  background: rgba(20, 20, 20, 0.5);
}

.image-item .image-img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.image-item:hover .image-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* header search */
#header-search-button {
  font-size: 18px;
  text-align: center;
  float: right;
}
.search-button a,
.search-button:active,
.search-button:visited {
  display: inline-block;
  color: #262626;
  transition: color 0.3s ease;
}
.search-button:hover {
}
#header-search-panel {
  height: 70px;
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
}
#header-search-panel .container {
  max-width: 1600px;
  padding: 0 40px;
}
#header-search {
  width: 100%;
  border: 0;
  position: absolute;
  left: 20px;
  top: -4px;
  padding-left: 20px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
#header-search:focus {
  outline: none !important;
  color: #b9bec3;
}
#header-search-panel input[type="text"] {
  width: 100%;
  height: auto;
  line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 1px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  background: transparent !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
#header-search-panel .fake-submit-button {
  position: absolute;
  left: 0;
  top: 24px;
  height: 30px;
  line-height: 30px;
  width: 50px;
  display: inline-block;
  text-align: left;
  font-size: 30px;
  color: #363636;
  padding-right: 20px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
#header-search-panel input[type="submit"] {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  width: 50px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
#header-search-panel .search > div {
  position: relative;
  width: 100%;
  height: 90px;
  min-height: 90px;
  transition: border-color 0.3s ease;
  color: #363636;
}
#header-search-panel .close-search {
  color: #363636;
  cursor: pointer;
  width: 40px;
  line-height: 32px;
  font-size: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 21px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: inline-block;
  z-index: 12;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header-search-panel .search > div .close-search {
  opacity: 1;
}
#header-search-panel .search > div:hover .fake-submit-button {
  color: #363636;
}
/*------------------------------ 
jquery toTop
------------------------------ */
#toTop {
  z-index: 999;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
#toTop:before {
  content: "\e75f";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 99999;
  font-size: 20px;
  color: #fff;
  padding: 11px 0 0 18px;
}

#toTopHover {
  background: #1e3136;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  background: rgba(0, 0, 0, 0.5);
}
#toTop:active,
#toTop:focus {
  outline: none;
}

/* 21 Footer
================================================== */
.footer {
  background: #262626;
  color: #c6c6c6;
}
.footer .widget {
  padding-left: 8%;
  padding-right: 8%;
}
.footer h3.sub-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: -1px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.footer h3.sub-heading.no-mrg {
  margin-left: 0px;
}
.footer.white {
  background: #fff;
  color: #363636;
}
.footer.white h1,
.footer.white h2,
.footer.white h3,
.footer.white h4,
.footer.white h5,
.footer.white h6 {
  color: #363636;
  text-transform: capitalize;
}
.footer.white p {
  color: #363636;
}
.footer a {
  color: #fff;
  font-size: 14px;
}
.footer a:hover {
  color: #363636;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}
.footer .logo {
  width: 30%;
  height: 50%;
  float: left;
  display: block;
  padding-bottom: 24px;
}
.footer-links {
  float: left;
}
.footer-links li {
  display: inline-block;
  padding: 0px 20px 20px 0px;
}
.footer-links li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
  color: #fff;
}
.footer.white form {
  margin-top: 30px;
}
.footer.white select,
.footer.white textarea,
.footer.white input[type="text"],
.footer.white input[type="password"] {
  width: 70%;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 60px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  border: 1px solid #e6e6e6;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px 0px 0px 2px;
  color: #999;
}
.footer.white .btn-submit {
  position: relative;
  height: 60px;
  border: none;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  background: #a0d23c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 160px;
  border-radius: 0px 2px 2px 0px;
  color: #fff;
  padding-right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  left: -5px;
  top: -5px;
}

.footer a.logo {
  padding: 0px;
  margin-bottom: 30px;
}
.footer a.logo:hover,
.footer a.logo:focus {
  text-decoration: none;
}
.footer a.logo img {
  height: 30px;
  background: none;
}
.footer .widget hr {
  border-bottom: 1px solid #313235 !important;
  border-top: 0px;
}
.footer .meta {
  display: block;
  font-size: 14px;
  text-align: left;
  font-style: normal;
}
.footer .meta h5 a {
  display: block;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer .meta p {
  margin-top: -10px;
}
.footer .meta i {
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer .meta .content {
  overflow: auto;
}
.footer .meta .content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0 0 10px 0;
  text-transform: none;
}
.footer .meta .content p.date {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.footer p.bold {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.footer p a span {
  font-weight: 400;
  color: #fff;
}
.footer .services-box-3 {
  margin: 40px 0px;
  cursor: pointer;
}
.footer .services-box-3 i,
.footer .services-box-3 i:hover {
  background: none !important;
  font-size: 48px;
}
.footer .services-box-3 i:hover {
  background: none !important;
  font-size: 48px;
}
.footer .services-box-3 .content h3 {
  text-transform: none;
  font-size: 14px;
  margin-top: -5px;
}
.footer .services-box-3 .content p {
  font-size: 13px;
  font-style: italic;
  color: #666;
}
.tagcloud {
  line-height: 25px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}
.contact-info i {
  margin-right: 7px;
  font-size: 18px;
}
.footer .contact-info i {
  color: #fff;
}
.footer .widget.single .contact-info li {
  display: inline;
  margin: 0 15px;
}
.footer .l-mgr {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: -20px;
}
.footer .social-icons li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 15px;
}
.footer-bot {
  background: #262626;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
  padding: 20px 0 0px;
  font-weight: 700;
}
.footer-bot-white {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
  padding: 100px 0 60px;
  font-weight: 700;
}
.footer-bot-white a {
  font-size: 13px;
}

.footer-bot-white .social-icons li a i {
  width: 45px;
  height: 45px;
  padding-top: 11px;
  border: 2px solid #c6c6c6;
  color: #c6c6c6;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bot-white .social-icons li a:hover i {
  color: #fff;
  background: #fff;
}
/* End CSS */
