/*
Theme Name: Total Brand
Theme URI: https://www.totalbrand.co
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2018.03
*/

@font-face {
  font-family: "Apex Rounded";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/apex-rounded/ApexRounded-Book.woff") format("woff"), url("fonts/apex-rounded/ApexRounded-Book.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Apex Rounded";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/apex-rounded/ApexRounded-Bold.woff") format("woff"), url("fonts/apex-rounded/ApexRounded-Bold.eot") format("embedded-opentype");
}

body {
	background: #d6f0f5;
	background-image: url(../images/bkg-body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #395e6f;
	font-family: "Apex Rounded", "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

strong {
	font-weight:600;
}

em {
	color:#000;
}

hr {
	border:0;
	border-top:1px solid #CCC;
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link {
	color: #33cccc;
	text-decoration:none;
}

a:visited {
	color: #33cccc;
	text-decoration:none;
}

a:hover {
	color: #007681;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:active {
	color: #33cccc;
	text-decoration:none;
}

/* HEADINGS */

h1,h2,h3,h4,h5,h6,p {
	line-height:1.5em;
	margin-bottom:1em;
	padding:0;
}

h1 {
	font-size: 2em;
	font-weight: 400;
}

h2 {
	font-size: 1.6em;
	font-weight: 600;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;

}

h4 {
	font-size: 1.2em;
	font-weight: 600;
}

h5 {
	font-size: 1.2em;
	font-weight: 400;
}

h6 {
	font-size: 1.1em;
	font-weight: 400;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	margin-bottom:20px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	margin-bottom:20px;
}

.bg-green {
	background-color:#33cccc;
}

.bg-grey {
	background-color:#EEE;
}

.bg-white {
	background-color:#FFF;
}

.btn-primary {
	background-color:#395e6f;
	border:none;
	color:#FFF !important;
	font-size:0.8em;
	font-weight:600;
	letter-spacing: 1px;
	padding:9px 14px;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color:#215e6f;
}

.carousel-caption {
  	bottom: initial;
	display:block;
	font-size:1.25em;
	font-weight:600;
    left: auto;
	right:auto;
  	position: relative;
    text-align: center;
	text-shadow: 2px 2px 1px RGBa(0,0,0,0.4);
  	top: 50%;
  	transform: translateY(-50%);
}

.carousel-caption h1 {
	color:#FFF;
	font-size:2.15em;
	font-weight:300;
	margin-bottom:0;
	text-align:left;
	text-shadow:none;
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:200px;
}

@media only screen and (min-width: 767px) {

.carousel-item {
	height:250px;
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
	height:300px;
}

}

.clear {
	clear: both;
}

.collapse {
	margin-top:40px;
}

@media only screen and (min-width: 1200px) {

.fixed {
	position:fixed;
}

}

.footer.navbar-nav {
    width: 100%;
    text-align: center;
}

.footer.navbar-nav li {
      float: none;
      display: inline-block;
}

.footer.navbar-nav li a:hover {
      color:#ff6666 !important;
}

.form-control {
	border:none;
}

.form-title {
	display:none;
}

.navbar-toggle {
	position:absolute;
	margin-left:-22px;
}

.mobile-center {
	text-align:center;
}

.mobile-padding {
	padding:0 0 16px 0;
}

.navbar {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:0;
}

.navbar li {
	margin:0;
}

.nav-link {
}

.footer.navbar-nav li {
	border-left:none;
}

.required {
	position:absolute;
	right:15px;
}

.rounded {
	border-radius:8px !important;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:20px;
	padding-bottom:60%;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:20px;
	padding-bottom:70%;
	width:95%;
}

.white {
	color:#FFF;
}

@media only screen and (min-width: 767px) {
	
.alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

.collapse {
	margin-top:0;
}

.mobile-center {
	text-align:left;
}

.mobile-center.text-right {
	text-align:right;
}

.mobile-padding {
	padding:0 0 0 0;
}

}


/***********************************************************************************************/
/* Back to Top */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: block;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}

/***********************************************************************************************/
/* TOOL TIP */
/***********************************************************************************************/

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:before{
    border: solid;
    border-color: #888 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 999;
}

.tooltip:hover:after{
    background: #666;
    background: rgba(102,102,102,.8);
    border-radius: 5px;
    bottom: 26px;
	font-size:80%;
	line-height:1.4em;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 10px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
