

html, body{
    font-size: 100%;
	background:#ffffff;
	margin: 0;
	font-family: 'Verdana', sans-serif;
}
p,ul li,ol li{
	margin:0;
	line-height:26px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Verdana', sans-serif;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*
img{
	width:100%;
}
*/

/*------------------------------------------------ splash page zoomslider from pedicure */

#splash {
    position: relative;
    width: 100%;
    background-color: #999;
}
.splash-content {
    position: relative;
    z-index: 2;
}
.header-w3 {
    -webkit-flex:1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */
    flex: 1;
}
.logo {
    padding: 1em 2em;
}
.splash-banner {
    position: relative;
    /*position: absolute;*/
    top: 10em;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.splash-banner-text {
    /*text-align: center;*/
    color: #fff;
    font-size: xx-large; /*50px;*/
    font-family: 'Brush Script MT', cursive;
    letter-spacing: 2px;
}
.splash-footer {
    /*position: relative;*/
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.splash-footer-text {
    text-align: center;
    color: #fff;
}

/*------------------------------------------------ citrus image grid from coachHunter*/

.citrus h3{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #b28159;
}
.citrus {
	padding: 80px 0;
}

.no-padding{
    padding: 0; 
}

.citrus-grid {
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 0;
    margin: 1px;
}

.citrus-grid-1a {
	background-image: url("../images/service-1a.jpg");
}

.citrus-grid-1b {
	background-image: url("../images/service-1b.jpg");
}

.citrus-grid-2a {
	background-image: url("../images/service-2a.jpg");
}

.citrus-grid-2b {
	background-image: url("../images/service-2b.jpg");
}

.citrus-grid-3a {
	background-image: url("../images/service-3a.jpg");
}

.citrus-grid-3b {
	background-image: url("../images/service-3b.jpg");
}

.citrus-grid-4a {
	background-image: url("../images/service-4a.jpg");
}

.citrus-grid-4b {
	background-image: url("../images/service-4b.jpg");
}


.citrus-grid p {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	padding: 15px 25px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
}

/*------------------------------------------------ citrus image grid from eliteShoppy */

.grid figure {
	position: relative;
    overflow: hidden;
    background:#000000;
    text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 span {
	font-weight: 800;
    color: #e71f30;
}

.grid figure p {
    letter-spacing: 12px;
    color: #fff;
    line-height: 2em;
    font-size: 1.1em;
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: -o-calc(100% + 60px);
	width: -ms-calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
	-o-transform: translate3d(-50px,0,0);
	-ms-transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
    /*border: 4px solid #fff;*/
    border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
	-ms-transform: translate3d(-20px,0,0);
	-moz-transform: translate3d(-20px,0,0);
	-o-transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: right;
    border: 13px solid rgba(255, 255, 255, 0.15);
}

figure.effect-roxy h3 {
    padding: 1.5em 0 .5em;
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img{
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*------------------------------------------------ join our great cause, from odissey */

.cause {
	background-image: url("../images/details.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	padding: 250px 0;
}

.cause-heading h3 {
	text-align: right;
	width: 40%;
	float: right;
	font-size: 65px;
	font-weight: 700;
	color: #FFF;
}

.cause-paragraph {
	margin-top: 50px;
}

.cause-paragraph p {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;
	float: right;
	width: 56%;
	color: #FFF;
	/*text-transform: uppercase;*/
	/*font-family: -webkit-body;*/
	font-family: 'Brush Script MT', cursive;
}

/*------------------------------------------------ requirement, from kasper */

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #4F81BD;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #808080; /*#A8A8A8;*/
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}

.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}

#service-bottom {
  background-color: #1f2021;
  padding-bottom: 0;
  position: relative;
}

/* ----------- section-title decoration */
.section-title {
  margin: 85px auto 25px;
  width: 420px;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  /*text-transform: uppercase;*/
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #1F2021;
    border-radius: 25px;
    bottom: -6px;
    content: "";
    height: 11px;
    left: 50%;
    margin-left: -5.5px;
    position: absolute;
    width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

/*------------------------------------------------ contact footer, from kasper */

#footer {
    background-color: #121116;
    padding: 115px 0 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 16px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #808080;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  width: 250px;
}

.footer-social p {
  color: #808080;
  /*display: block;*/
  margin: 0 8px;
  font-size:small;
}

.footer-social p a {
  color: #95B3D7;
}

.footer-social p a:hover {
  color: #4F81BD;
}
