/*
 * RQZDesigns.com 2018
 * Project Name: Dhaya Health
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

* {
	margin: 0;
	padding: 0px;
  font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
	margin: 0;
	color: #444444;
	/*color: #5a5a5a*/
	/*overflow-x: hidden;*/
	/*padding-top: 200px;*/

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p {
	padding: 0px;
	margin-bottom: 12px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;/*16px;*/
	line-height: 28px;
	color: #444444;/*#8b8b8b;*/
	margin-top: 10px;
}

.para {
	padding-left: 40px;
	margin-bottom: 12px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;/*16px;*/
	line-height: 28px;
	color: #444444;/*#8b8b8b;*/
	margin-top: 10px;
}

.para_w {
	padding-left: 40px;
	margin-bottom: 12px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;/*16px;*/
	line-height: 28px;
	color: white;/*#8b8b8b;*/
	margin-top: 10px;
}



html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {
	margin-bottom: 50px;
	padding: 5px;
}
.mtb {margin-top: 50px; margin-bottom: 50px; margin-left: 5px;
margin-right: 5px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

/* Bootstrap Modification */

.navbar-inverse {
	/*background: #2f2f2f;
	border-color: #2f2f2f;*/
	background: #3e5157;
	border-color: #3e5157;
}

.navbar-right {
	padding-top: 10px;
}

.navbar-brand {
	margin-top: -5px;
}

.navbar-nav {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar {
	padding-bottom: 2px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

/* NAVBAR DROPDOWN STYLES*/

.navbar-nav > li > .dropdown-menu {
	background: #3e5157;
	border-color: #3e5157;
}

.dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 16px 30px 18px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 70%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
	padding: 15px 20px 17px;
}



/* General Configuration */
h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	/*color: #a0a0a0;*/
	color: #444444;
}

h5 {
	font-weight: 400;
}

i {
	font-size: 50px;
}

/* HEADER SECTION */
#h {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 230px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#h h1 {
	color: white;
	font-size: 75px;
	font-weight: 200;
	letter-spacing: 1px;
}

#h h2 {
	color: white;
	font-weight: 300;
}

#h hr {
	border: 1px white solid;
	width: 200px;
}

/* Separators - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 550px;
	position: relative;
}
.s01 {
	background-image: url(../img/s01.jpg);
}

.s02 {
	background-image: url(../img/s02.jpg);
}
.s03 {
	background-image: url(../img/s03.jpg);
}
/*
#portfolio {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f2f2f2;
}
.cbp-item-wrapper {
    background: #2f2f2f;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    background-image: center center;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}*/

/*PORTFOLIO SECTION*/
#portfolio {
    position: relative;
    padding-bottom: 0;
    display: block;
    width: 100%;
}
.cbp-item-wrapper {
    background: #1D1D25;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}
.cbp-l-caption-title {
	color: #fff;
	font: 400 16px/18px sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

@media (min-width: 1580px) {
	.cbp-l-grid-fullScreen .cbp-item {
    /* @editable properties */
    min-width: 300px;
    max-height: 600px;
}
}

/* CTA SECTION */
#cta {
	background: url(../img/cta.jpg) no-repeat center top;
	background-color: #f2f2f2;
	padding-top: 150px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	margin-top: 50px;
	color: white;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta h1 {
	color: white;
	font-size: 60px;
	font-weight: 100;
}


/* Affiliates Section */
#ctb {
	background: #3e5157;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ctb h2 {
	text-align: center;
}
#ctb h4 {
	text-align: center;
	color: white;
}

/* FOOTER */
#f {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #2f2f2f;
	color: white;
}

/* OVERFLOW */

.of {
	overflow: hidden;
}

/* Grey Section */
#grey {
	background: #f3f3f3;
	padding-bottom: 80px;
	padding-top: 80px;
}

#dgreen {
	background: #3e5157;
	padding-bottom: 80px;
	padding-top: 10px;
}
#dgreen h3, #dgreen p,  #dgreen label {
	color: white;
	font-weight: 300;
}

.icon {
	font-size: 40px;
}
.iconSM {
	font-size: 20px;
}


#grey h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

hr {
	border: 1px solid #5a5a5a;
	width: 70px;
}


/*BUTTON CUSTOMIZATION*/
/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}

.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  OUTLINE BUTTONS
************************/

.btn.outline {
    background: none;
    padding: 12px 22px;
}
.btn-primary.outline {
    border: 2px solid #0099cc;
    color: #0099cc;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #33a6cc;
    border-color: #33a6cc;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #007299;
    color: #007299;
    box-shadow: none;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


/* DIVIDED SECTION */
.news {
	background-position: center;
	background-image: url('../img/news-bg.jpg');
	background-size: cover;
}

.news .container {
	width: 100%
}

.news2 {
	background-position: center;
	background-image: url('../img/s01.jpg');
	background-size: cover;
}

.news2 .container {
	width: 100%
}

.divider {
	background-position: center;
	background-image: url('../img/greenhills.png');
	background-size: cover;
}

.divider2 {
	background-position: center;
	background-image: url('../img/chinese_medicine.jpg');
	background-size: cover;
}

.divider .container, .divider2 .container {
	width: 100%
	height: 30%;
}

.divider .container h1, .divider2 .container h1 {
	/*font-family: 'Lato', sans-serif;*/
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 1px;
}

.divider .container hr, .divider2 .container hr  {
	border: 1px white solid;
	width: 150px;
}

.section-bg-color {
	background-color: #03C9A9;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-bg-color h3, .section-bg-color h1, .section-bg-color h2, .section-bg-color h5, .section-bg-color p {
	margin-left: 25px;
	margin-right: 25px;
	color: white;
}

.section-transparent {
	background: transparent;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-transparent h3, .section-transparent h1, .section-transparent h2, .section-transparent h6, .section-transparent p {
	margin-left: 25px;
	margin-right: 25px;
	color: white;
}

.section-transparent h6 {
	font-weight: 700;
}
/*Buttons Configuration */
.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-green {
	background: #03C9A9;
	color: white
}

.btn-clear {
	background: transparent;
	color: white;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}


/** Profile Style Section **/


/* BOOTSTRAP MODIFICATION */

.navbar-brand {
	height: 50px;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #3e5157;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #ccc;
}

hr {
	border: 1px solid #42413e;
	width: 100px;
}

.nav-stacked > li {
	border-left: 2px solid transparent
}

.nav-stacked > li.active {
	border-left: 2px solid #3e5157;
	background: #f9f9f9
}


/* Modal Modification */

.modal-content {
	border-radius: 0px;
}

.modal-body {
	padding: 0px;
}

.modal-body h4 {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 10px 0;
	color: #3e5157;
}

.modal-body h5 {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	padding: 10px 10px 0;
}

.modal-body p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
}

.modal-footer {
	background: #3e5157;
}

.subscribe-input {
	float: left;
	width: 70%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-teal {
	background: #1abc9c;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.btn-orange:hover {
	background: #867E80;
	color: white;
}


/*LOGO CHANGE for smaller Screens */

.logo img {
width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
max-width: 40%;
}

@media only screen
    and (max-device-width: 640px),
    only screen and (max-device-width: 667px),
    only screen and (max-width: 480px)
{
	.logo img {
		width: 30% \9; /*Force IE10 and below to size SVG images correctly*/
		max-width: 30% !important;
	}
	#h h1 {
		font-size: 45px !important;
	}
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media (max-width:480px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40% !important;
}
}

@media (max-width:400px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40%;
}
}

@media (max-width:385px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40%;
}
}

@media (max-width:345px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40%;
}
}

@media (max-width:335px) {
.logo img {
	width: 45% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 45%;
}
}

@media (max-width:325px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40%;
}
}

@media (max-width:315px) {
.logo img {
	width: 40% \9; /*Force IE10 and below to size SVG images correctly*/
	max-width: 40%;
}
