/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "adelle",serif;
    color: #0d0404;
    background-color:#f7f7f7;
    font-size:18px;
}

h1, h2, h3, p {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

strong {
	font-weight:normal;
	color: #34a9b4;
	}

p {
	font-family:adelle;
	font-style: normal;
	font-variant: normal;
	line-height: 2em;
    text-align: justify;
}

blockquote {
	font-style: normal;
    font-variant: normal;
	font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    padding: 32px 38px;
}
pre {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

a {
	color: #34a9b4;
}

a:hover,
a:focus,
a:active {
    color: #11373a;
}

/* Custom Button Styles */

.btn:hover,
.btn:focus,
.btn:active {
	background-image: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.btn-dark {
    color: #34a9b4;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #123639;
}

.btn-light {
    color: #123639;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #34a9b4;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

.menu-title {
	padding-right: 8px;
	padding-top: 4px;
	font-size: 12px;
	float: left;
	font-family: 'raleway';
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 768px) {
  	.menu-title {
		display:none;
	}
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #6a7d7e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 60px;
    position:relative;
    top:55px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #edf9fa;
    font-size: 18px;
    font-weight: 200;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #123639;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.divider {
    height:90px;
}

header, section {
    display:table;
    position:relative;
    width:100%;
    height:100%;
    overflow:auto;
}

/* Background Images */

/* Portrait phones and smaller */
@media(max-width:480px) {

	/* This applies from 0px to 768px */
	.bg-1 {
		background: url('../img/ribbon-help-home-office-sm.jpg') no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 500px;
	}
	.no-webp .bg-1 {
		background: url('../img/ribbon-help-home-office-sm.jpg') no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 500px;
	}

	.webp .bg-1{
		background: url('../img/ribbon-help-home-office-sm.webp') no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 500px;
	}

	.no-js .bg-1 {
		background: url('../img/ribbon-help-home-office-sm.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 500px;
	}

  
	.bg-2 {
		background: url('../img/ribbon-clients-pa-services-sm.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 240px;
	}
	.no-webp .bg-2 {
		background: url('../img/ribbon-clients-pa-services-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.webp .bg-2{
		background: url('../img/ribbon-clients-pa-services-sm.webp') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.no-js .bg-2 {
		background: url('../img/ribbon-clients-pa-services-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}


	.bg-3 {
		background: url('../img/ribbon-lifestyle-management-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	.no-webp .bg-3 {
		background: url('../img/ribbon-lifestyle-management-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.webp .bg-3{
		background: url('../img/ribbon-lifestyle-management-sm.webp') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.no-js .bg-3 {
		background: url('../img/ribbon-lifestyle-management-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.bg-4 {
		background: url('../img/ribbon-story-about-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	.no-webp .bg-4 {
		background: url('../img/ribbon-story-about-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.webp .bg-4{
		background: url('../img/ribbon-story-about-sm.webp') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.no-js .bg-4 {
		background: url('../img/ribbon-story-about-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}


	.bg-5 {
		background: url('../img/ribbon-get-in-touch-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	.no-webp .bg-5 {
		background: url('../img/ribbon-get-in-touch-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.webp .bg-5{
		background: url('../img/ribbon-get-in-touch-sm.webp') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.no-js .bg-5 {
		background: url('../img/ribbon-get-in-touch-sm.jpg') no-repeat center center;
		height: 240px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}


/* This applies from 768px onwards */
@media (min-width: 768px) {
   .bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
   }
   .no-webp .bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-1{
	  background: url('../img/ribbon-help-home-office.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

   .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.jpg') no-repeat top center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
   }
   .no-webp .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.jpg') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.webp') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.jpg') no-repeat center center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}


   .bg-3 {
	  background: url('../img/ribbon-lifestyle-management.jpg') no-repeat bottom center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
   }
   .no-webp .bg-3 {
	  background: url('../img/ribbon-lifestyle-management.jpg') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-3 {
	  background: url('../img/ribbon-lifestyle-management.webp') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-3 {
	  background: url('../img/ribbon-lifestyle-management.jpg') no-repeat center center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
  
   .bg-4 {
	  background: url('../img/ribbon-story-about.jpg') no-repeat bottom center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
   }
   .no-webp .bg-4 {
	  background: url('../img/ribbon-story-about.jpg') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-4 {
	  background: url('../img/ribbon-story-about.webp') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-4 {
	  background: url('../img/ribbon-story-about.jpg') no-repeat center center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   .bg-5 {
	  background: url('../img/ribbon-get-in-touch.jpg') no-repeat bottom center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
   }
   .no-webp .bg-5 {
	  background: url('../img/ribbon-get-in-touch.jpg') no-repeat center center fixed;
	  height: 500px;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-5 {
	  background: url('../img/ribbon-get-in-touch.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-5 {
	  background: url('../img/ribbon-get-in-touch.jpg') no-repeat center center fixed;
	  height: 500px;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
 
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   .no-webp .bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.webp .bg-1 {
	  background: url('../img/ribbon-help-home-office.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}
   
   .no-js .bg-1 {
	  background: url('../img/ribbon-help-home-office.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	}

	.bg-2 {
	background: url('../img/ribbon-clients-pa-services.jpg') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    height: 480px;
	}
   .no-webp .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}

	.webp .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}
   
   .no-js .bg-2 {
	  background: url('../img/ribbon-clients-pa-services.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}


   .bg-3 {
	   background: url('../img/ribbon-lifestyle-management.jpg') no-repeat center center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   background-size: cover;
	   -o-background-size: cover;
	   height: 480px;
   }
   .no-webp .bg-3 {
	  background: url('../img/ribbon-lifestyle-management.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}

	.webp .bg-2 {
	  background: url('../img/ribbon-lifestyle-management.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}
   
   .no-js .bg-2 {
	  background: url('../img/ribbon-lifestyle-management.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}   

   .bg-4 {
	   background: url('../img/ribbon-story-about.jpg') no-repeat center center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   background-size: cover;
	   -o-background-size: cover;
	   height: 480px;
   }
   
   .no-webp .bg-4 {
	  background: url('../img/ribbon-story-about.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}

	.webp .bg-4 {
	  background: url('../img/ribbon-story-about.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}
   
   .no-js .bg-4 {
	  background: url('../img/ribbon-story-about.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	} 
    .bg-5 {
	   background: url('../img/ribbon-get-in-touch.jpg') no-repeat center center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   background-size: cover;
	   -o-background-size: cover;
	   height: 480px;
   }

   .no-webp .bg-5 {
	  background: url('../img/ribbon-get-in-touch.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}

	.webp .bg-5 {
	  background: url('../img/ribbon-get-in-touch.webp') no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	}
   
   .no-js .bg-5 {
	  background: url('../img/ribbon-get-in-touch.jpg') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  height: 480px;
	} 
}

.section-title {
	margin: 76px 0 56px;
}

.section-title h2{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3em;
    font-weight: 300;
    /* text-align: left; */
    line-height: 52px;
}

.text-panel {
    margin-bottom: 26px;
}

.text-panel img {
	margin:0 auto;
}

.fa-circle {
	font-size: 4px !important;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

.col-md-4, .col-lg-3, .col-lg-5, .col-lg-8, .col-lg-12, .brand-header{
    padding-right: 20px;
    padding-left: 20px;
}

h4{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

/* Header */

#top {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}


	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
	
.brand-header {
    -webkit-animation: none;
 	-moz-animation: none ;
 	-o-animation: none ;
 	-ms-animation: none;
	animation: none;
	-moz-animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
	animation-fill-mode: none;
	opacity:1;
	position:relative;
	top:66px;
}

@media (min-width: 768px) {
.brand-header {
	 -moz-animation: reveal-banner 1s 0.25s ease-in-out;
	 -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	 -ms-animation: reveal-banner 1s 0.25s ease-in-out;
	 animation: reveal-banner 1s 0.25s ease-in-out;
	 -moz-animation-fill-mode: forwards;
	 -webkit-animation-fill-mode: forwards;
	 -ms-animation-fill-mode: forwards;
	 animation-fill-mode: forwards;
	 opacity:0;
	 position:relative;
	 top:66px;
	}
}

.brand-header h1 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #34a9b4;
    text-shadow: none;
    font-size: 21px;
    margin:0;
   
}

.brand-footer {
	position: absolute;
    bottom: 14px;
    width: 100%;
}

.brand-intro {
	color: #013437;
	padding:0;
    margin:0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.brand-intro:hover,
.brand-intro:focus {
    outline: 0;
    color: #34a9b4;
}

.brand-intro i.animated, .brand-intro:hover i.animated {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

@media (min-width: 768px) {
   .brand-footer {
	   position: absolute;
	   bottom: 8px;
	   width: 100%;
   }
   .brand-intro {
	   color: #013437;
	   padding:0;
	   margin:0;
	   font-weight:inherit;
	   -webkit-transition: background .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out;
	   transition: background .3s ease-in-out;
   }

   .brand-intro:hover,
   .brand-intro:focus {
	   outline: 0;
	   color: #34a9b4;
   }

   .brand-intro:hover i.animated{
	   -webkit-animation-name: pulse;
	   -moz-animation-name: pulse;
	   -webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	   -webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	   -webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
 
   }

   .brand-intro i.animated {
	   -webkit-transition-property: -webkit-transform;
	   -webkit-transition-duration: 1s;
	   -moz-transition-property: -moz-transform;
	   -moz-transition-duration: 1s;
   }
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}



/* About */


.about-img img{
    display: block;
    margin: 0 auto;
}

/* Services */

.services {
    padding: 50px 0;
}

.services-icons {
	margin-right:12px;
}


/* Carousel */

#testimonials.container{
  min-height: 540px;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  text-align:center;
  margin-left: 50px;
  margin-right: 50px;
}

/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  background: #c8cfd1;
}

#quote-carousel .carousel-indicators .active {
  background: #34a9b4;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
  border: none;
}

.carousel-control.left {
  margin-left: -25px;
}

.carousel-control.right {
  margin-right: -25px;
}

.carousel-control {
  width: 0%;
  text-shadow:none;
  color: #34a9b4;
  filter: alpha(opacity=100);
  outline: 0;
  opacity:1;
  font-size: 32px;
}

.carousel-control:focus, .carousel-control:hover {
color:#c8cfd1;
text-decoration: none;
filter: alpha(opacity=100);
outline: 0;
opacity: 1
}

.carousel-control .fa-angle-left, .carousel-control .icon-next{
left: 50%;
margin-left: -10px;
}

.carousel-control .fa-angle-right, .carousel-control .icon-next{
right: 50%;
margin-right: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

#quote-carousel p {
  font-style:italic;
  text-align:center;
}

#quote-carousel strong {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #34a9b4;
  margin-top: 44px;
  display: block;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Contact */

.location-text {
	padding: 0 44px;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 32px;
}

@media(min-width:768px) {
    .location-text {
	   padding: 0;
	   line-height: 1.8em;
	   font-size: 18px;
	   font-weight: 300;
	   margin-bottom: 32px;
	}
}

.contact-icon {
    margin-bottom: 10px;
    font-size: 27px;
    height: 35px;
}

.contact-text {
    font-style: italic;
    font-weight: 300;
    line-height: 1.6em;
}

a[href^="tel:"]:before {
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Footer */

span.text-muted.copyright {
	padding-bottom: 3rem;
}

span.logo-sml {
padding-top: 3rem;
}

span.text-muted.links {
	font-size: 14px;
}


.text-muted {
	color: #999;
	padding-bottom: 4px
}

#footer { 
	padding: 44px 0;
    background-color:#efefef;
    width:100%;
    border-top: 1px solid #ddd;

}

#footer span {
    text-align: center;
    display:block;
}

@media(max-width: 480px) {
   .section-title h2{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.2em;
   }
  .carousel-indicators,
  .carousel-indicators li {
    cursor: default;
    pointer-events: none;
  }
  .carousel-control {
  display:none;
  overflow:visible;
  }
  #quote-carousel {
  margin-left: 0px;
  margin-right: 0px;
  }
  .carousel-control.left {
  margin-left: 0px;
  }
  .carousel-control.right {
  margin-right: 0px;
  }
  #quote-carousel p {
  	 font-style:italic;
  	 font-size:14px;
  	 text-align:center;
  }
  #quote-carousel .carousel-indicators li{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px
  }
  #quote-carousel .carousel-indicators .active {
    background: #34a9b4;
    height:12px;
    width:12px;
    margin-bottom:1px;
  }
 
  .img-responsive {
    display: block;
    max-width: 80%;
    height: auto;
  }
}