/*------------------------------------------------------------------

    [Master Stylesheet]

    Theme Name: Helen - Creative MultiPurpose Template
    Version: 1.0
    Last change: 27/09/2015
	Developer: LionCoders - http://www.LionCoders.com

-------------------------------------------------------------------*/



/*------------------------------------------------------------------

[Table of contents]

  1.0 GENERAL 

  2.0 PRELOADER 
 
  3.0 MENU / NAVIGATION

	4.0 SLIDE-SHOW / VIDEO 

	5.0 COLOR SWITCHER

	6.0 INTRO SECTION

	7.0 ABOUT SECTION

	8.0 TEAM SECTION

	9.0 ANIMATED NUMBERS SECTION

	10.0 PRICING SECTION

	11.0 SERVICES SECTION
	
	12.0 PORTFOLIO SECTION
	
	13.0 SHOP SECTION
	
	14.0 CALL TO ACTION SECTION	

	15.0 TESTIMONIALS SECTION

	16.0 CLIENTS SECTION

	17.0 BLOG SECTION
	
	18.0 TWITTER SECTION

	19.0 CONTACT SECTION

	20.0 FOOTER SECTION

	21.0 404 / NOT FOUND SECTION

	22.0 COMING SOON SECTION

	23.0 PAGE TITLE SECTION
	
	24.0 MEDIA QUERIES

-------------------------------------------------------------------*/


/* ----------------------------------------------------------------- 

                         1.0 GENERAL 
			
------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  font-weight: 400;
  background-color: #f6f6f6;
  overflow-x: hidden;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  transition: -webkit-transform, -moz-transform, transform 0.3s ease;
}
#wrap.menu-left-open {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#wrap.menu-right-open {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
#wrap.menu-fade-open {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
a:focus {color: inherit;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
  color: #000;
}
h1 {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 11px;
  letter-spacing: -1px;
  font-weight: 400;
}
h2 {
  font-size: 34px;
  line-height: 40px;
  padding-top: 8px;
  margin-bottom: 12px;
  letter-spacing: -1px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 16px;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-weight: 500;
  color: #666;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  padding-top: 19px;
  margin-bottom: 13px;
  letter-spacing: 0;
  font-weight: 500;
}
h5 {
  font-size: 15px;
  line-height: 28px;
  padding-top: 2px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 24px;
  padding-top: 3px;
  margin-bottom: 13px;
}
h6 {
  font-size: 13px;
  line-height: 24px;
  padding-top: 4px;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
  margin-bottom: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: #666;  
}
.btn {
  border: 1px solid;
  border-radius: 0;
  padding: 12px 24px; 
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .3s;
  position: relative;
  background-color: transparent;
  z-index: 20;
}
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  z-index: -1;
  transition: all .3s;
}
.btn:hover:after {
  height: 100%;
  width: 100%;  
}
.btn-light {
  border-color: #fff;
  color: #fff;
}
.btn-light:hover {

  color: #fff;
}
.btn-light:focus {
  color: #fff;
}
.btn-light:after {

}
.btn-dark {
  border-color: #222;
  color: #222;
}
.btn-dark:hover {

  color: #fff;
}
.btn-dark:after {

}
.btn-dark.selected {
  color: #FFF;
}
.btn-dark.selected:hover {
  background-color: transparent;
  border-color: #222;

}
.btn-dark.selected:after {
  background-color: #222; 
}
.btn-grey {
  border-color: #222;
  color: #222;
  background-color: #b3b3b3;
}
.btn-grey:hover {

  color: #fff;
}
.btn-grey:after {

}
.btn-grey.selected {
  color: #FFF;
}
.btn-grey.selected:hover {
  background-color: transparent;
  border-color: #222;

}
.btn-grey.selected:after {
  background-color: #222; 
}
#main-slider button{
    margin: 105px 0 -191px 45%;
}
.btn-special {
  border-color: #222;
  color: #222;
  background-color: #ffcc00;
}
.btn-special:hover {
  color: #fff;
}
.btn-special:after {

}
.btn-special.selected {
  color: #FFF;
}
.btn-special.selected:hover {
  background-color: transparent;
  border-color: #ffcc00;
}
.btn-special.selected:after {
  background-color: #222; 
}
.btn-lg {
  font-size: 16px;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
img {
  max-width: 100%;
}
section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
  overflow: hidden;
}
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section.grey-bg{
  background-color: #f6f6f6;
}
section.grey-border {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
h2 .selected-grey {
  color: #666;
}
.strong {
  font-weight: 700;
}
.title {
  margin-bottom: 35px;
  position: relative;
}
.title.center {
  text-align: center;
}
.title.center p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.title.center:after {
  margin: 20px auto;
}
.title.right {
  text-align: right;
}
.title.right:after {
  margin-right: 0;
  margin-left: auto;
}
.title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.title.white h2 {
  color: #fff;
}
.title p {
  font-size: 16px;
  font-weight: 300;
}
.title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;

  margin-top: 20px;
  margin-bottom: 50px;
}

.section-content:before,
.section-content:after {
  content: " ";
  display: table;
}
.section-content:after {
  clear: both;
}
.v-center {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.centerize {
  display: table-cell;
  vertical-align: middle;
}
.animated {
  opacity: 0;
}
.visible {
  opacity: 1;
}

/* ----------------------------------------------------------------- 

                         2.0 PRELOADER 
			
------------------------------------------------------------------*/
body #qLoverlay {
    background-color: #f6f6f6;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #95e8da;
}


/* ----------------------------------------------------------------- 

                         3.0 MENU / NAVIGATION 
			
------------------------------------------------------------------*/

#menu-fade {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  top: -1500px;
  bottom: 0;
  transition: all .5s ease;
}
#menu-fade.open {
  top: 0;
  background: url(../images/bg/1920x1080.jpg);
}
#menu-left,
#menu-left.close {
  position: fixed;
  left: -300px;
  z-index: 2000;
  width: 300px;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all .5s ease;
}
#menu-left.open {
  left: 0;
  background: url(../images/bg/1920x1080.jpg);
}
#menu-right {
  position: fixed;
  right: -300px;
  z-index: 2000;
  width: 300px;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}
#menu-right.open {
  right: 0;
  background: url(../images/bg/1920x1080.jpg);
}
#menu-fade nav,
#menu-right nav,
#menu-left nav {
  text-align: center;
}
#menu-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 9px 0;
  top: 45px;
  right: -90px;
  cursor: pointer;
  transition: all .5s ease;
}

#menu-right #menu-toggle {
  left: -90px;
}

#menu-fade #menu-toggle {
  top: 1545px;
  right: 50px;
}
#menu-fade.open #menu-toggle {
  top: 45px;
}
#menu-toggle span.lines {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  border-radius: 40px;
  transition: all .5s ease;
}
#menu-toggle span.close{
  display: none;
}
#menu-toggle span.open {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  text-align: center;
  margin: 3px auto;
  transition: all .8s ease;
  color: #222;
  opacity: 0;
  font-size: 12px;
}
#menu-toggle:hover span.open {
  color: #fff;
  opacity: 1;
}
#menu-toggle:hover span.open.m  {
  left: 40px;
}
#menu-toggle:hover span.open.e {
  left: 55px;
}
#menu-toggle:hover span.open.n {
  left: 70px;
}
#menu-toggle:hover span.open.u  {
  left: 85px;
}
#menu-right #menu-toggle:hover span.open.m  {
  left: -55px;
}
#menu-right #menu-toggle:hover span.open.e  {
  left: -40px;
}
#menu-right #menu-toggle:hover span.open.n  {
  left: -25px;
}
#menu-right #menu-toggle:hover span.open.u  {
  left: -10px;
}

#menu-toggle.active span.lines {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
}
#menu-toggle.active span.lines:first-child {
  transform:rotate(45deg);
}
#menu-toggle.active span.lines:nth-child(2){
  transform:rotate(-45deg);
}
#menu-toggle.active span.lines:nth-child(3) {
  display: none;
}
#menu-toggle.active span.open{
  display: none;
}
#menu-toggle.active span.close {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  margin: 3px auto;
  transition: all .8s ease;
  color: #222;
  opacity: 0;
  font-size: 12px;
  text-shadow: none;
  display: block;
}
#menu-toggle.active:hover span.close {
  color: #fff;
  opacity: 1;
}
#menu-toggle.active:hover span.close.c  {
  left: 40px;
}
#menu-toggle.active:hover span.close.l {
  left: 55px;
}
#menu-toggle.active:hover span.close.o {
  left: 70px;
}
#menu-toggle.active:hover span.close.s  {
  left: 85px;
}
#menu-toggle.active:hover span.close.e  {
  left: 100px;
}
#menu-right #menu-toggle.active:hover span.close.c  {
  left: -70px;
}
#menu-right #menu-toggle.active:hover span.close.l {
  left: -55px;
}
#menu-right #menu-toggle.active:hover span.close.o {
  left: -40px;
}
#menu-right #menu-toggle.active:hover span.close.s  {
  left: -25px;
}
#menu-right #menu-toggle.active:hover span.close.e  {
  left: -10px;
}

#menu-toggle.dark {
  border-color: #9b9b9b;
}
#menu-toggle.dark span {
  background-color: #9b9b9b;
}
#menu-toggle.dark:hover {
  border-color: #4e4e4e;
}
#menu-toggle.dark:hover span {
  background-color: #4e4e4e;
}

#main-menu {
  padding: 50px 0; 
}
#menu-fade #main-menu {
  padding: 70px 0;
}
#main-menu > li > a { 
  font-size: 18px;
  padding: 14px 25px;
  transition: all .5s ease;
  color: #FFF;
}

#socials {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f5f5f5;
}
#socials > li {
  float: left;
  width: 20%;
}
#socials > li > a {
  text-align: center;
  font-size: 18px;
  color: #9B9B9B;
  border: 1px solid #eee;
}
#socials > li > a:hover {
  background-color: #f8f8f8;
}
/* Top Nav */
#topnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: all 1s ease;
}

#topnav.relative {
  position: relative;
  background-color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
}

#topnav.scrolled {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: none;
}

#topnav.scrolled .navbar-nav > li > a {
  color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
}

#topnav.scrolled .navbar-nav > li > a:hover,
#topnav.scrolled .navbar-nav > li > a:focus {
  background-color: transparent;
}
#topnav .navbar-nav > li > a:focus {
  background-color: transparent;
}

#topnav.scrolled .navbar-brand {
  margin-top: 0;
}

#topnav .navbar-nav > li > a {
  font-size: 15px;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .3s ease;
}

#topnav .navbar-nav > li > a:hover {
  background: none;
}

#topnav .navbar-nav li ul.dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    width: 180px;
	left: 0;
	right: auto;
	display: block;
    visibility: hidden;
	transform: translateY(15px);
	transition: all .25s ease 0s;
    -webkit-transition: all all .25s ease;
    -moz-transition: all all .25s ease;
    -ms-transition: all all .25s ease;
    -o-transition: all all .25s ease;
}
#topnav .navbar-nav li ul.dropdown-menu.cart,
#topnav .navbar-nav li ul.dropdown-menu.search {
    width: 300px;
	left: auto;
	right: 0;
}
#topnav .navbar-nav li ul.dropdown-menu.cart {
    padding: 10px;
}
#topnav .navbar-nav li ul.dropdown-menu.cart li>a {
    padding: 0;
}

#topnav .navbar-nav li:hover ul.dropdown-menu {
    transform: translateY(0px);
	visibility: visible;
}

#topnav .navbar-nav li ul.dropdown-menu li a {
    color: #fff;
}

#topnav .navbar-nav li ul.dropdown-menu li a:hover {
  
	background: transparent;
}
#topnav .navbar-nav li a span.badge {

  position: absolute;
  top: 20px;
  font-size: 11px;
}

.navbar-brand {
  padding: 0;
}

#topnav.scrolled .navbar-brand {
  margin-top: -10px;
}

.navbar-toggle {
  border-color: #FFF;
  border-width: 2px;
  transition: all .3s ease;
  margin-top: 13px;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.navbar-toggle:hover {
  background-color: transparent;
  border-color: #aaa;
}
.navbar-toggle:hover .icon-bar {
  background-color: #aaa;
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
  width: 18px;
}
.navbar-toggle.active span:first-child,
.navbar-toggle.active span:last-child {
  display: none;
}
.form-control.search {
  position: absolute;
  bottom: 45px;
  background-color: rgba(255,255,255,0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #eee;
  font-size: 12px;
  height: 60px;
  
  text-align: center;
  color: #FFF;
}
.form-control.search:focus {
  background-color: #f8f8f8;
  color: #9B9B9B;
}

.dropdown-menu.search .form-control {
  margin: 20px auto;
  width: 90%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #444;
  font-size: 14px; 
  color: #ddd;
}

#navigation .monthlyspecial {
    visibility: hidden;
  }

/* ----------------------------------------------------------------- 

                         4.0 SLIDE-SHOW / VIDEO 
			
------------------------------------------------------------------*/

#main-slider {
  margin-bottom: 0;
}
#slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
#slider-bg .slides {
  height: 100%;
}
#slider-bg .slides li {
  height: 100%;
  background: url(../images/bg/maintexture.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-transform, -moz-transform, transform 8s ease;
  -moz-transform-origin: 0 0;
}
#video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/1920x1080.jpg);
  background-size: cover;
  overflow: hidden;
}
.player { display: none; }
/* HTML5 Video */
#video-wrapper video {
  width: 100%;
  height: auto;
}
#video-wrapper.no-bg {
  background: none;
}
#slide-text-block {
  position: relative;
  height: 100%;
  z-index: 10;
  padding: 40px 0;
}

#slide-text-block .member-social {
  margin-top: 30px;
}

.slide-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.slide-content .slides li h2 { 
  font-size: 80px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 80px
}

.slide-content .slides li h2 .selected {
  font-weight: 300;
}
.slide-content .slides li h4 { 
  font-size: 50px;
  font-weight: 300;
  color: #95e8da;
  margin: 0;
  padding: 0;
  line-height: 50px
}

.slide-content .slides li p {
  font-size: 16px;
  color: #fff;  
}
.slide-content .btn {
  margin-top: 20px;
}

/* Gradient Overlay Colors */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(20,20,20);
}
.overlay-dots {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../images/bg/overlay.png');
}
#byd-two {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 2%;
  z-index: 10000;
}
#byd-two img {
  max-height: 450px;
}
#promo {
  text-align: right;
  margin-top: 80px;
  margin-bottom: -440px;
  margin-right: 160px;
}
#promo img {
  max-height: 40%;
}
.alpha-10 { 
  opacity: 0.1; 
}
.alpha-20 { 
  opacity: 0.2; 
}
.alpha-30 { 
  opacity: 0.3; 
}
.alpha-40 { 
  opacity: 0.4; 
}
.alpha-50 { 
  opacity: 0.5; 
}
.alpha-60 { 
  opacity: 0.6; 
}
.alpha-70 { 
  opacity: 0.7; 
}
.alpha-80 { 
  opacity: 0.8; 
}
.alpha-90 { 
  opacity: 0.9; 
}


/* ----------------------------------------------------------------- 

                         5.0 COLOR SWITCHER
			
------------------------------------------------------------------*/

.color-switcher {
    background-color: #fff;
    border: 1px solid #e5e5e5;
	border-radius:2px;
	padding:10px;
    position: fixed;
    top: 150px;
    transition: all 0.4s ease 0s;
    width: 200px;
    z-index: 9999;
}

.hide-color-switcher {
    left: -200px;
}

.show-color-switcher {
    left: -1px;
}

.color-switcher a.switcher-button {
    background: #fff;
	border-top:#e5e5e5;
	border-right:#e5e5e5;
	border-bottom:#e5e5e5;
	border-left: transparent;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
	border-radius:2px;
    color: #161616;
    cursor: pointer;
    font-size: 22px;
	width: 45px;
    height: 45px;
    line-height: 43px;
    position: absolute;
	top: 24px;
    right: -44px;
    text-align: center;    
}

.color-switcher .color-switcher-title{
	padding:0px 0 8px;	
}

.color-switcher .color-switcher-title:after {
    content: "";
    display: block;
    height: 1px;
    margin: 14px 0 0;
    position: relative;
    width: 20px;
}

.color-switcher .color-list a.color {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 10px 0 0 1px;
    width: 40px;
}
	
.turquoise-theme{
	background-color:#1abc9c;
}

.peter-river-theme{
	background-color:#3498db;	
}

.amethyst-theme{
	background-color:#9b59b6;	
}

.sun-flower-theme{
	background-color:#f1c40f;	
}

.alizarin-theme{
	background-color: #e74c3c;	
}

.orange-theme{
	background-color:#f39c12;	
}

.pumpkin-theme{
	background-color:#d35400;	
}

.bordeaux-theme{
	background-color:#de3926;	
}

.teal-theme{
  background-color:#95e8da; 
}

/* ----------------------------------------------------------------- 

                         6.0 INTRO SECTION
			
------------------------------------------------------------------*/
#intro {
  padding-bottom: 70px;
}
.intro-text {
  font-size: 14px;
  text-align: center;
}
.intro-text.left {
  text-align: left;
}

/* ----------------------------------------------------------------- 

                         7.0 ABOUT SECTION
			
------------------------------------------------------------------*/

.text-container {
  padding: 100px 75px;
}
#features,
#about {
  background: #f6f6f6;
  padding: 0;
}
.about-box {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.about-box:last-child {
  margin-bottom: 0;
}

.ab-icon {
  width: 70px;
  margin-left: 0;
  text-align: center;
  font-size: 35px;
}
.ab-content {
  display: table-cell;
  vertical-align: middle;
}

/* ----------------------------------------------------------------- 

                         8.0 TEAM SECTION
			
------------------------------------------------------------------*/

#team.split {
  background: url(../images/bg/1920x1080.jpg); 
  background-size: cover; 
  padding:0;
}

.member h4 {
  
  font-size: 14px;
  margin-top: 0;
}
.member h6 {
  
  font-size: 11px;
  color: #666;
}
.member-full {
  width: 360px;
  margin: 25px auto;
}
.member-full img {
  width: 360px;
  height: auto;
}
.member-info-overlay {
  position: absolute;
  left: 15%;
  top: 20%;
  width: 70%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  border: 1px solid #ddd;
  transform: scale(0.0);
  transition: all .5s ease;  
}
.member-full:hover .member-info-overlay {
  transform: scale(1.0);
}
.member-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-social > li {
  display: inline-block;
  width: 30px;
  margin: auto;
}
.member-social > li > a {
  color: #fff;
  font-size: 18px;
}
.member-social > li > a:hover {
  text-shadow: 0 0 10px #000;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 26px;
  background: none;
  border: 1px solid #222;
  border-radius: 0;
  color: #222;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s ease;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  font-family: "FontAwesome";
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\f104';
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\f105';
}


.member-full {
  text-align: center;
}
.member-full img{
  margin: 0 auto;
  width: 300px;
  border-bottom: 1px solid #ddd;
}
.member-full h4 {
  padding-top: 30px;
  margin-top: 0;
}
.member-full .member-social > li > a
#slide-text-block .member-social > li > a {
  color: #444;
  font-size: 18px;
}
.member-full .member-social > li > a:hover
#slide-text-block .member-social > li > a:hover {
  text-shadow: none;
}

/* ----------------------------------------------------------------- 

                         9.0 ANIMATED NUMBERS SECTION
			
------------------------------------------------------------------*/

#fun-facts {
  background: #f6f6f6;
  padding: 50px 0;
}
.counter {
  margin: 25px 0;
}
.counter:before,
.counter:after {
  content: " ";
  display: table;
}
.counter:after {
  clear: both;
}
.counter i {
  font-size:40px;
  margin-bottom: 20px;
}
.counter-content {
  text-align: center;
  display: block;
  width: 100%;
  clear:both;
}
.counter-content .value {
  font-size: 45px;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #222;
  margin-bottom: 30px;  
}
.counter-content span.fun-text {
  color: #fff; 
 
  padding: 5px 10px; 
}

/* ----------------------------------------------------------------- 

                         10.0 PRICING SECTION
			
------------------------------------------------------------------*/

#pricing {
  overflow: visible;
  padding: 70px 0;
}

.plan {
  padding: 14px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #ececec;
}
.plan.highlight {
  box-shadow: 0 0 6px rgba(54, 54, 54, 0.25);
}
.plan h4 {
  font-size: 20px;
}
.plan hr {
  width: 40px;
}
.plan .features {
  background: #f5f5f5;

}
.plan ul > li {
  padding: 14px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ececec;
}
.plan ul > li:last-child {
  border-bottom: none;
}
.featured {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  width: 150px;
  top: 25px;
  left: -35px;
  text-align: center;
  padding: 5px 20px;
  color: #FFF;
}
.featured.special {
  top: 15px;
  left: -55px;
}
.plan-icon {
  font-size: 23px;
  padding: 10px;
}
.plan .price {
  padding: 14px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.plan .price span {
  font-size: 14px;
  color: #666;
}
.plan-footer {
  padding: 20px;
}
.plan h5 {
  background-color: #e6e6fa;
  font-weight: 500;
}
.newplan {
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  background: rgba(149, 232, 218, 1);
}
.newplan .internal {
  background: rgba(255, 255, 255, 0.65);
}
.newplan h3 {
}
.newplan .price {
  padding: 14px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #666666;

}
.newplan .prices {
  padding: 14px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: #666666;

}

.newplan .price span {
  font-size: 14px;
  color: #666666;
}
#circle {
  width: 140px;
  height: 140px;
  background: rgba(149, 232, 218, 1);
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  margin: 10px auto;
}
#smallcircle {
  background: url("../images/bg/smallcircle.png") no-repeat;
  width: 60px;
  height: 60px;
  text-align: center;
  float: right;
}
#circle.prices{
  padding-top: 45px;
  color: white;
}
#smallcircle.pricesmall{
  padding-top: 20px;
  color: white;
}


/* ----------------------------------------------------------------- 

                         11.0 SERVICES SECTION
			
------------------------------------------------------------------*/

#services{ 
  background: #f6f6f6; 
  padding: 0;
}
.service {
  text-align: center;
  margin: 0;
  position: relative;
  height: 250px;
  border: 1px solid #fff;
}

.service:hover .service-content {
  display: block;
}
.service h4 {
  
  font-size: 14px;
}
.service p {
  opacity: 0;
}
.service:hover p {
  opacity: 1;
}
.service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  line-height: 130px;
  font-size: 40px;
  position: relative;
  transition: all .3s ease;
}
.service:hover .service-icon {
  height: 70px;
  line-height: 100px;
  font-size: 30px;
  margin: 0 auto 0;
}


/* ----------------------------------------------------------------- 

                         12.0 PORTFOLIO SECTION
			
------------------------------------------------------------------*/

#portfolio {
  overflow: hidden;
  padding: 20px 0;
}

#filters {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center;
}
#filters > li {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  
  font-size: 17px;
  color: #666;
  cursor: pointer;
}
#filters > li:before {
  content: "/";
  position: absolute;
  left: -5px;
  font-size: 10px;
  line-height: 18px;
  color: #666;
}
#filters > li:first-child:before {
  content: none;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.project {
  position: relative;
  width: 33.22222233%;
  float: left;
  overflow: hidden;
  padding: 10px;  
}
.project.col_2 {
  position: relative;
  width: 50%;
  float: left;
  padding: 10px;
}
.project.col_4 {
  position: relative;
  width: 25%;
  float: left;
  padding: 10px;
}
.project.col-gallery {
  position: relative;
  width: 350px;
  height:240px;
  float: left;
  margin: 10px;
  overflow-y: hidden;
}
.project.full {
  width: 100%;
  height: 200px;
  border-top: 1px solid #ececec;  
}
.project.full:last-child {
  border-bottom: 1px solid #ececec;  
}
.project.full .project-overlay {
  opacity: 1;
}
.project.full .project-overlay h4 {
  margin-bottom: 20px;
}
.project.full span.number {
  font-size: 170px;
  font-family:  "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #ddd;
  position: absolute;
  top: 75px;
  margin-left: -150px;
  z-index: -1;
  opacity: 1;
  transition: all .5s ease;
}
.project.full:hover span.number {
  opacity: 0;
}
.project.full img {
  width: 100%;
  opacity: 0;
}
.project.full:hover img {
  opacity: 1;
}
.project.full .btn span {
  opacity: 0;
}
.project.full:hover .btn span{
  opacity: 1;
}
.project img {
  transition: all .5s ease;
}
.project:hover img {
  transform: scale(1.2);
  z-index: -10;
}
.project:hover .project-overlay {
  opacity: 1;
}
.project-overlay {
  position: absolute;
  left: 5%;
  top: 5%;
  height: 90%;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: opacity .8s ease, border .8s ease;
  text-align: center;
}
.project-overlay h4 { 
  letter-spacing: 3px;
  font-size: 17px;
  margin: 0;
  color: #222;
}
.project-overlay .btn {
  margin: 10px 0;
  transform: scaleY(.1);
  transition: all .5s ease;
}
.project:hover .project-overlay .btn {
  transform: scaleY(1);
}
.view-more {
  text-align: center;
  font-size: 70px;
  margin-top: 75px;  
}
.view-more a {
  color: #ddd;
}
.view-more a:hover {

}
#project-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
#project-modal .modal-dialog {
  position: absolute;
  z-index: 2001;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
}
#project-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}
#project .title::after {
  margin-bottom: 0;
}
#project h6 {
  margin-bottom: 0;
}

.project-media {
  max-width: 780px;
  margin: 0 auto;
}
.project-media .flexslider {
  margin-bottom: 0;
}
.project-media .flexslider:hover .flex-next {
  right: 0;
}
.project-media .flexslider:hover .flex-prev {
  left: 0;
}
.project-media .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
#modal-close {
  color: #666;
  font-size: 50px;
  padding: 5px;
  position: absolute;
  top: -10px;
  right: 20px;
  text-align: center;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
}
#modal-close:hover {
}
.modal-open {
  padding-right: 0!important;
}
.flex-control-nav {
  position: relative;
  bottom: 0;
  margin: 30px auto 0;
}
.flex-control-paging li {
  margin-right: 2px;
  margin-left: 0;	
}
.flex-control-paging li a {
  width: 50px;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #ccc;
  float: left
}
.flex-control-paging li a:hover {
  background-color: rgba(191, 159, 136, 0.75);
}
.flex-control-paging li a.flex-active {
  
  width: 70px;
}
.flex-direction-nav a {
  background-color: #fff;
  opacity: 0;
  line-height: 40px;
  font-size: 22px;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: inherit;
}
.flex-direction-nav a.flex-prev {
  left: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.flex-direction-nav a.flex-next {
  right: 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.video-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 60%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* ----------------------------------------------------------------- 

                         13.0 SHOP SECTION
			
------------------------------------------------------------------*/
#filter-mens,
#filter-womens {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center;
}
#filter-mens > li,
#filter-womens > li {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  
  font-size: 17px;
  color: #666;
  cursor: pointer;
}
#filter-mens > li:before,
#filter-womens > li:before {
  content: "/";
  position: absolute;
  left: -5px;
  font-size: 10px;
  line-height: 18px;
  color: #666;
}
#filter-mens > li:first-child:before,
#filter-womens > li:first-child:before {
  content: none;
}
.product {
  position: relative;
  width: 23%;
  margin: 10px;
  height: auto;
  float: left;
  overflow: hidden;
}

.product img {
  transition: all .9s ease;
}
.product:hover .product-overlay {
  background-color: rgba(255, 255, 255, 1);
}
.product-overlay {
  position: absolute;
  bottom: 0;
  height: 90px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .9s ease;
}
.product-overlay h4 { 
  letter-spacing: 3px;
  font-size: 17px;
  margin: 0;
  color: #333;
}

.product-overlay .buy {
  display: table;
  width: 100%;
}
.product-overlay .buy .price,
.product-overlay .buy .rating {
  display: table-cell;
}
.product-overlay .buy .price {
  color: #222;
}
.product-overlay .buy .price .old-price {
  text-decoration: line-through;
  margin-right: 5px;
}  
.product-overlay .buy .rating {
  text-align: right;
  padding-right: 10px;

}

.product .btn {
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  font-size: 12px;
}
.product:hover .btn {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

hr.divider {
  margin-top: 100px;
}

.cart-item {
  position: relative;
  clear: both;
  margin-bottom: 15px;
}
.dropdown-menu li.cart-item a {
  white-space: normal;
}
.cart-item:before,
.cart-item:after {
  content: " ";
  display: table;
}
.cart-item:after {
  clear: both;
}
.cart-item .product-image,
.cart-item .product-body {
  float: left;
  width: 190px;
}
.cart-item .product-image {
  width: 55px;
  margin-right: 10px;
}

.cart-item .product-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.cart-item .product-price,
.cart-item .product-quantity {
  font-size: 12px;
  color: #ddd;
}
.cart-item .product-price {
  float: right;
}
.cart-item .remove {
  position: absolute;
  font-size: 10px;
  margin-top: 0;
  top: 0;
  right: 0;
}
.menu-cart-total {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 15px;
  padding: 15px 0;
  clear: both;
}
.menu-cart-total>span {
  font-weight: 700;
  color: #FFF;
}
.menu-cart-total>.price {

  float: right
}
.cart-action .btn {
  width: 100%;
}

#shop-details .price {
  font-size: 24px;
  color: #222;
  font-weight: 700;
  margin: 30px 0;
}

#product-social {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#product-social li {
  display: inline-block;
}
#product-social > li > a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #ddd;
  padding: 0;
  line-height: 36px;
  text-align: center;
  transition: all .3s ease;
}

#product-social > li > a.social:hover {


  color: #fff;
}


/* ----------------------------------------------------------------- 

                         14.0 CALL TO ACTION SECTION
			
------------------------------------------------------------------*/
.call-to-action {
  background-color: rgba(211,227,237,0.1);
  background: url("../images/bg/1920x1080.jpg") no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.call-to-action:before {
  position: absolute;
  background: #333;
  opacity: 0.1;
  content: "";
  width: 100%;
  height: 450px;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.call-to-action .title:after {
  content: none;
}

/* ----------------------------------------------------------------- 

                         15.0 TESTIMONIALS SECTION
			
------------------------------------------------------------------*/

#testimonials{
  background: url("../images/bg/1920x1080.jpg") no-repeat; 
  background-size: cover; 
  padding: 100px 0;
}
#testimonials h3 {
  margin-top: 50px;
  color: #fff;
  border-right: 1px solid #f6f6f6;
  padding-right: 30px; 
}
#testimonials h3 span.selected {
  font-size: 50px;

}
#testimonials-slider {
  margin-bottom: 0;
}
#testimonials-slider li {
  text-align: center;
}
#testimonials-slider li p {
  color: #FFF;
}
#testimonials-slider li i.fa-star {

}
#testimonials-slider li blockquote {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;  
  padding: 10px 0;
  border: 0;
  margin: 0;
}
#testimonials-slider li blockquote footer {
  font-size: 12px;
  color: #ddd;
  background-color: transparent; 
}
#testimonials-slider li blockquote footer span {
  font-style: italic;
}
#testimonials-slider li img {
  width: 75px;
  margin: 20px auto;
  border-radius: 50%;
}
#testimonials-slider li > span:before {
  content: url('../images/testimonials/indicator.png');
}

/* ----------------------------------------------------------------- 

                         16.0 CLIENTS SECTION
			
------------------------------------------------------------------*/

#clients {
  padding: 0;
}
.client {
  padding: 30px 0;
  text-align: center;
}
.client img {
  max-width: 100%;
}

/* ----------------------------------------------------------------- 

                         17.0 BLOG SECTION
			
------------------------------------------------------------------*/
.post-preview {
  margin: 25px auto;
}
.post-preview.fixed-width {
  max-width: 340px;
}
#blog-carousel2 .post-preview .author:after {
  content: url('../images/blog/indicator.jpg');
  position: absolute;
  top: -41px;
  left: 40px;
}
#blog-carousel2 .post-preview .author {
  margin: 40px 0;
  padding: 0 40px;
  position: relative;
}
#blog-carousel2 .post-preview .author img {
  width:50px;
  height:50px;
  border-radius: 50%;
  margin-right: 20px;
}
.preview-post-thumbnail i.fa.fa-caret-down,
.preview-post-thumbnail i.fa.fa-caret-up {
  position: absolute;
  color: #FFF;
  font-size: 50px;
  left: 48%;
  top: 46%;
}
.preview-post-thumbnail i.fa.fa-caret-up {
  top: 44%;
}
.preview-post-thumbnail i.fa.fa-caret-down {

}
.preview-post-thumbnail i.fa.fa-caret-down {

}
.post-preview .post-date {
  display: block;
  font-size: 11px;
  color: #BBB;
  margin-bottom: 8px;
}
.preview-body {
  padding: 30px;
  text-align: center;
  border: 1px solid #ececec;
  background-color: #fff;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;   
   transition: all 0.3s ease;
}

.post-preview .preview-body h4 {

}
.preview-body h4 {
  
  font-size: 14px;
}
.preview-body hr {
  width: 50px;
  border-color: #ccffcc;
}
.owl-theme .owl-controls .owl-page.active span {
  width: 70px;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #bbb;
  width: 50px;
  height: 8px;
  border-radius: 0;
  margin:0;
}
.more-posts {
  text-align: center;
  margin: 20px 0;
}

/* Blog Page */
#blog-slider {
  margin: 50px;
}
#blog-slider .item{
  text-align: center;
  min-height: 500px;
}
#blog-slider .item .post-title{
   position: absolute;
   background: rgba(0,0,0,0.5);
   width: 100%;
   height: 100%;
   padding: 175px 0;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;   
   transition: all 0.3s ease;
}
#blog-slider .item:hover .post-title{
   background: rgba(0,0,0,0.7);
}
#blog-slider .item .post-title h2{
   color: #FFF;
}
#blog-slider .item .post-info{
   color: #bbb;
}
#blog-slider .item .post-info:after {
  background: #FFF;
}

#blog-slider .carousel-indicators li {
   background-color: #bbb;
   border-radius: 0;
   border: none;
   height: 8px;
   margin: 0;
   width: 70px;d
}

#blog-slider .carousel-indicators li.active {
}

#posts {
  overflow: visible;
  padding: 70px 0;
}
.page-title .blog {
  background: url(../images/bg/1920x1080.jpg) no-repeat;
  background-color: rgba(211,227,237,0.1);
  background-size: cover;
  padding: 75px 0;
}
.page-title.blog:before {
  opacity: 0.3;
}

.page-title.blog.single .title:after {
  content: none;
}

.page-title.blog p {
  font-size: 16px;
  color: #FFF;
}
.page-title.blog p:after {
  content: none;
}

#blog-posts {
  margin: 100px auto 0;
}
.post {
  padding-bottom: 50px;
  background-color: #fff;
  margin-bottom: 50px;
}
.post:last-child {
  border-bottom: 0;
}
.post-thumbnail {
  text-align: center;
}
.post-title {
  text-align: center;
}
.post-title h2 {  
  font-size: 32px;
  margin-top: 50px;
}
.post-info {
  font-size: 14px;
}

.post-info i {
}
.post-info:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #222;
  margin: 20px auto;
}
.post-info span {
  padding: 0 2px;
}
.post-info .dot:before {
  content: "/";
}
.post-body {
  text-align: center;
  padding: 20px;
}
.post-body p {
  padding-bottom: 20px;
  line-height: 2em;
}
.post-body p.last {
  padding-bottom: 0px;
  line-height: 2em;
}
.post-body ul {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
}
.post-body li{
  line-height: 1.8em;
}
.post-body .healingdays {
  font-size: 20px;
  line-height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 0;
  font-weight: 600;
  display: block;
}
.post-body .healing p {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.post-body span .oily {
  font-weight: 500;
}
.prev-post,
.next-post {
  padding:0;
}
.prev-post h5,
.next-post h5 {
  font-family:  "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #bbb;
}
.prev-post {
  text-align: left;
}
.next-post {
  text-align: right;
}
.prev-post span,
.next-post span {
  float: left; 
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #bbb;
}
.prev-post:hover span,
.next-post:hover span {
}
.next-post .col-xs-9,
.next-post span {
  float: right;
}
#single-post .post {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 50px;
}
#single-post .post-body {
  text-align: left;
}

#blog-social > li {
  display: inline-block;
}

#blog-social > li > a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #ddd;
  padding: 0;
  line-height: 36px;
  text-align: center;
  transition: all .3s ease;
}

#blog-social > li > a.social:hover {


  color: #fff;
}

#comments {
  margin-bottom: 50px;
}
#comments h5 {  
  font-size: 13px;
}
.comments-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.comments-list > li {
  border: 1px solid #ddd;
  margin-bottom: 14px;
}
.comments-list > li:before,
.comments-list > li:after {
  content: " ";
  display: table;
}
.comments-list > li:after {
  clear: both;
}
.comments-list .children {
  list-style: none;
  border-top: 1px solid #ddd;
  padding-left: 60px;
}
.comments-list .children > li {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  border-left: 2px dotted #ddd;
  margin: 0;
}
.comments-list .children > li:last-child {
  border-bottom: 0;
}
.comments-list .children > li .comment:before {
  position: absolute;
  border-bottom: 2px dotted #ddd;
  width: 50px;
  margin-top: 6%;
  margin-left: -25px;
}
.comments-list > li .comment {
  padding: 14px;
}
.comment:before,
.comment:after {
  content: " ";
  display: table;
}
.comment:after {
  clear: both;
}
.comment img {
  margin-top: 10px;
}
.comment-date {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  
  color: #bbb;
}
.comment-reply { 
  font-size: 11px;
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 5px;
  border: 1px solid #ddd;
}
.comments-list .children > li .comment-reply {
  right: -29px;
  top: -29px;
}
.comment-reply:hover { 
  background: #333;
}
#respond h5 {
  font-size: 13px;
  
}
.comment-respond {
  padding: 20px 0;
  margin-bottom: 50px;
}
.comment-respond .form-control {
  font-size: 11px;
  
}
.comment-respond textarea {
  min-height: 120px;
  max-width: 100%;
  resize: none;
}
.comment-respond input.form-control:focus,
.comment-respond textarea.form-control:focus {
  border: 1px solid #444;
}
.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}
.form-double:after {
  clear: both;
}
.form-double .form-group {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.form-double .form-group.last {
  padding-right: 0;
  padding-left: 5px;
}
.comment-respond .form-group .input-group-addon {
  background: transparent;
  border-radius: 0;
}
.form-submit {
  text-align: right;
}
.single-post-footer {
  padding: 100px 0;
}
.single-post-footer .newsletter-box #notifyMe { 
  width: 80%;
  margin: auto;
}
.single-post-footer input.form-control {
  height: 40px;
  padding:10px;
  border: 1px solid #444;
  background: rgba(255,255,255,0.7);
}
.single-post-footer .input-group .btn-dark {
  height: 40px;
}
.underdog img {
  position: absolute;
  max-height: 300px;
  margin-top: -300px;
  margin-left: 40px;
}

/* ----------------------------------------------------------------- 

                         18.0 TWITTER SECTION
			
------------------------------------------------------------------*/

#tweet{
  background: url("../images/bg/1920x1080.jpg") no-repeat; 
  background-size: cover; 
  padding: 100px 0;
  text-align: center;  
}
.tw-icon {
  font-size: 30px;
  transform: rotate(-15deg);
  color: #fff;
}
#twitter ul {
  list-style: none;
}
#twitter li p.tweet {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 10px 100px;
  margin-top: 30px;  
}
#twitter li i {
  font-size: 12px;
  margin: 20px;
  color: #FFF;
}

/* ----------------------------------------------------------------- 

                         19.0 CONTACT SECTION
			
------------------------------------------------------------------*/
#contact {
  overflow: visible;
  padding: 70px 0;
}

#map-container {
   min-height: 500px; 
}
#map-container address {
   background: rgba(0,0,0,0.9);
   position: absolute;
   left: 50px;
   max-width: 300px;
   z-index: 5;
   color: #fff;
   font-size: 16px;
}
#map-container address span {
   padding: 20px;
   display: block;
}
#map {
  min-height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contact-content {
    display: table;
    width: 100%;
}
.contact-icon {
    width: 80px;
	font-size: 30px;
	text-align: center;

}
.contact-details, .contact-icon {
    display: table-cell;
    vertical-align: middle;
}
.contact-details h4 {
  margin-bottom: 5px;
}
.contact-details p {
  font-size: 16px;
}
#formcontactus {
  text-align: right;
}
#formcontactus .form-group {
  margin-bottom: 25px;
}
.error-form {
	float: right;
	margin: -24px 2px 0 0;
	position: relative;
	top: 0;
}
.error-form i:before {
	color: #C33;
	font-size: 100%;
	vertical-align: top;
	margin-right: 10px;
}
.alert-success {
	text-align: left;
}
#formcontactus .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #222;  
  border-radius: 0;
  font-size: 12px;
  width: 100%;
  color: #222;
  transition: all .3s;  
}
#formcontactus .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #222;
}
#formcontactus textarea {
  resize: none;
}

address h4 {
  line-height: 50px;
  text-align: right;
}
address h4 i {
  width: 50px;
  text-align: center;
}
#trigger-overlay {
  width: 180px;
  float: right;
}
#contact-panel {
  position: absolute;
  top: 0;
  left:0;
  width: 50%;
  height: 100%;
  padding: 90px 75px;
  background: #f5f5f5;
  z-index: -999;
}
#contact-panel.open {
  z-index: 999;
}
.overlay-close {
  color: #bbb;
  font-size: 50px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
}
.overlay-close:hover {
}

/* ----------------------------------------------------------------- 

                         20.0 FOOTER SECTION
			
------------------------------------------------------------------*/

footer {
  background-color: #000;
  padding: 50px 0;
  position: relative;
}
.copyright {
  color: #bbb;
  line-height: 50px;
  margin: 0;
}

.footer-social {
  padding-left: 0;
}

.footer-social > li {
  display: inline-block;
}

.footer-social > li > a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #fff;
  font-size: 24px;
  color: #fff;
  padding: 0;
  line-height: 40px;
  text-align: center;
  transition: all .3s ease;
}

.footer-social > li > a.social:hover {


  color: #fff;
}


/* ----------------------------------------------------------------- 

                         21.0 404 / NOT FOUND SECTION
			
------------------------------------------------------------------*/

#error404 {
  background-image: url("../images/bg/1920X1080.jpg");
  height: 100%;
}
#error404 .overlay {
  padding: 0;
}
.error-box {
  position: relative;
  width: 450px;
  margin: auto;
  padding: 80px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.error-box:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.error-box h1 {
  font-size: 100px;
}
.error-box h3 {
  
  font-size: 17px;
}
.error-box hr {
  width: 50px;
  border-top: 2px solid #fff;
}
.error-box p {
  margin: 25px 0 35px 0;
  color: #fff;
}

/* ----------------------------------------------------------------- 

                         22.0 COMING SOON SECTION
			
------------------------------------------------------------------*/
.error-404,
.coming-soon-section {
  background-size: cover;
  background-position: fixed;
  background: none;
  height: 100%;
}
.error-404 .overlay,
.coming-soon-section .overlay {
  position: absolute;
  background: url('../images/bg/overlay.png') rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.error-404 h1,
.coming-soon-section h1 {
  font-family:  "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 50px 0 20px;
  color: #FFF;
}
.error-404 h4,
.coming-soon-section h4 {
  font-family:  "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #FFF;
}
.coming-soon-section hr {
  width: 50px;
  border-top: 2px solid #fff;
}
.coming-soon-section p {
  color: #fff;
  margin: 50px;
}
.coming-soon-section input.form-control {
  height: 40px;
  padding:10px;
  border: 1px solid #f6f6f6;
  background: rgba(255,255,255,0.7);
}
.coming-soon-section .input-group .btn-light {
  height: 40px;
}
#countdown_dashboard {
	display: block;
	margin: 40px auto;
	max-width: 600px;
	overflow: hidden
}
.dash {
	font-family:  "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	padding-bottom: 10px;
	position: relative;
	opacity: 1;
}
.dash-glob {
	border-left: 1px dotted #CCCCCC;
}
#countdown_dashboard .dash-glob:first-child {
	margin-left: 0;
	border-left: none
}
.dash_title {
	font-size: 16px;
	width: 100%;
	color: #bbb;
	display: block;
	clear: both;
}
.digit {
	font-size: 48px;
	font-weight: 400;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 90px;
	line-height: 90px;
	position: relative;
	vertical-align: middle;
}
#notifyMe i.fa-exclamation-circle {
	position: absolute;
	top: 15px;
	right: 130px;
	color: red;
	z-index: 9999;
}

/* ----------------------------------------------------------------- 

                         23.0 PAGE TITLE SECTION
			
------------------------------------------------------------------*/
.page-title {
  background: url(../images/bg/maintexture.jpg) no-repeat;
  background-size: cover;
  height: 250px;
}
.page-title:before {
  position: absolute;
  background: #333;
  opacity: 0.3;
  content: "";
  width: 100%;
  height: 260px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.page-title .title h1 {
  color: #000;
  font-weight: 800;
  margin-top: 0px;
  padding-top: 0px;
}
.page-title .breadcrumb {
  position: relative;
  background-color: transparent;
  color: #FFF;
  padding: 0;
}
.page-title .breadcrumb > li + li::before {
    color: #ddd;
    content: "→ ";
}
.page-title .breadcrumb li.active {

}


/* ----------------------------------------------------------------- 

                         24.0 MEDIA QUERIES
			
------------------------------------------------------------------*/
@media (max-width: 1280px) {
  #byd-two {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 3%;
  z-index: 10000;
  }
  #byd-two img {
    max-height: 300px;
  }
  #main-slider .slides li h2 {
  font-size: 60px;
  line-height: 62px
  }
  #main-slider .slides li h4 {
  font-size: 42px;
  line-height: 44px
  } 
}

@media (max-width: 1024px) {
  #navigation .monthlyspecial {
    visibility: hidden;
  }
  #main-slider ul li hr {
    opacity: 0.0;  }
  .project.col-gallery {
    width: 290px;
    height:190px;
  }
  #main-slider .slides li h2 {
  font-size: 60px;
  line-height: 62px
  }
  #main-slider .slides li h4 {
  font-size: 42px;
  line-height: 44px
  }	
  #byd-two {
    padding-top: 9%;
    padding-bottom: 1%;
  }
  #byd-two img {
    max-height: 50%;
  }
  #main-slider button{
    margin: 0 0 -241px 70%;
  }
  #promo {
  text-align: right;
  margin-top: 80px;
  margin-right: 85px;
  }
  #promo img {
    max-height: 24%;
  }
  .slide-content .btn {
  margin-top: 8px;
  }
}
@media (max-width: 1024px) and (orientation:portrait){
  .navbar-brand img {
  max-height: 170%;
  max-width: 170%;
  }
  #main-slider button{
  margin: -200px 0 -241px 50%;
  }
  #promo {
  text-align: right;
  margin-right: 0px;
  margin-bottom: -260px;
  }
  #promo img {
    max-height: 24%;
  }
}
@media (max-width: 991px) {
  .animated {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  .slide-content h1 {
    font-size: 36px;
  }
  .counter i {
    position: relative;
    left: auto;
    z-index: 0;
    width: 100%;
    text-align: center;
    clear: both;
  }
  .project {
    width: 50%;
  }
  .project.col_2 {
    width: 50%;
  }
  .project.col_4 {
    width: 50%;
  }
  .project.col-gallery {
    width: 45%;
    height:225px;
  }
  #topnav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* HTML5 Video */
  #video-wrapper video {
    width: auto;
    height: 700px;
  }
  .single-post-footer .newsletter-box { 
    display: block;
    clear: both;
    padding-top: 75px;
  }
  #contact-panel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title,
  .title.right {
    text-align: center;
  }
  .title p,
  .title.right p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .title p:after,
  .title.right p:after {
    margin: 20px auto;
  }
  .title:after ,
  .title.right:after{
    margin: 0 auto;
  }
  #topnav,
  #topnav.scrolled{
    position: fixed;
    background-color: rgba(49, 49, 49, 0.9);
  }
  #topnav .navbar-collapse,
  #topnav.scrolled .navbar-collapse{
    border-top: 1px solid #999;
  }
  #topnav .navbar-nav > li > a,
  #topnav.scrolled .navbar-nav > li > a {
    color: #FFF;
    padding: 10px 20px;
	text-align: center
  }
  #topnav .navbar-nav > li > a:hover,
  #topnav.scrolled .navbar-nav > li > a:hover  {
    background-color: rgba(49, 49, 49, 0.8);
  }
  #topnav .navbar-brand,
  #topnav.scrolled .navbar-brand  {
	margin-left: 20px;
  }

  .ab-icon {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .ab-icon i {
    font-size: 35px;
  }
  .ab-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .counter {
    text-align: center;
  }
  .counter-content {
    float: none;
    width: auto;
  }
  .slide-content h1 {
    font-size: 28px;
  }
  .member {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-info {
    width: 100%;
  }
  .member-avatar {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
  #formcontactus .form-control {
    text-align: left;
  }
  address h4 {
    text-align: center;
  }
  #trigger-overlay {
    width: 180px;
	display: block;
    margin: 0 auto;
	float: none
  }
}
@media (max-width: 640px) {
  #navigation .monthlyspecial {
    visibility: visible;
  }
  #main-slider .slides li h2 {
  font-size: 24px;
  line-height: 26px
  }
  #main-slider .slides li h4 {
  font-size: 16px;
  line-height: 18px
  }
  #main-slider .slides li h1 .selected {
  font-size: 36px;
  }
  #main-slider button{
    display: none;
  }
  #promo {
    display: none;
  }
    #promo img {
    display: none;
  }
  #byd-two {
    padding-top: 7%;
  }
  #byd-two img {
    max-height: 40%;
  }
  .slide-content .btn {
  margin-top: 10px;
  }
  #intro {
  padding-bottom: 10px;
  margin-bottom: 0;
  }
  #map-container{
    min-height: 394px; 
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: rgba(149, 232, 218, 0.75);
  }
    #map {
    display: none;
    max-height: 0;
  }
  #map-container address {
   left: 10px;
   width: 100%;
   font-size: 16px;
   margin-left: 2.5em;
   padding: 0;
  }
  .underdog img {
  margin-left: 8px;
  }
  #video-wrapper video {
    display: none;
  }
  #video-wrapper.no-bg {
    background: url(../images/bg/1920x1080.jpg);
  }
  .page-title h1 {
    font-size: 30px;
  }
  .navbar-brand img {
    max-height: 130%;
    max-width: 130%;
  }
  .project,
  .project.col_2,
  .project.col_4 {
    width: 100%;
  }
  .project.col-gallery {
    width: 98%;
    height:240px;
  }
  .flex-control-paging li a {
    width: 50px;
  }
}
@media (max-width: 360px) {
  #main-slider .slides li h1 {
  font-size: 18px;
  line-height: 20px
  }
  #main-slider .slides li h1 .selected {
  font-size: 20px;
  }
  .member-full {
    width: 300px;
    margin: 0 auto;
  }
  .member-full img {
    width: 300px;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 640px) and (orientation:landscape) {

  #main-menu {
    padding: 5px 0;
  }
  #main-menu > li > a {
    font-size: 12px;
    padding: 8px 25px;
  }
  #main-slider ul .slides {
    padding-top: 0;
    margin-top: 0;
  }
    #byd-two {
      padding-bottom: 0;
  }
    #byd-two img {
    max-height: 20%;
  }
  .underdog img {
  max-height: 200px;
  }
  .form-control.search,
  #socials {
    display: none;
  }
}
