/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* CSS3 Animations
================================================== */

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* =========================================================== 
    2. Document Setup (body, common classes, structure etc)
============================================================ */

/* #General
================================================== */

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    font: 15px/26px "Roboto", Helvetica, Arial, sans-serif;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
::-moz-selection { background: #A30050; color: #fff; text-shadow: none; }
::selection { background: #A30050; color: #fff; text-shadow: none; }

/* Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #555;
    margin-bottom: 25px;
	font-weight:300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #333333;
}
h1 {
    font-size: 41px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    font-size: 34px;
    line-height: 48px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 21px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
p {
    margin: 0 0 25px 0;
}
p img {
    margin: 0;
}
a {
    color: #A30050;
    font: 15px/26px "Roboto", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
small {
    font-size: 80%;
}
address {
    font-style: normal;
}
ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
    margin-left: 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 0
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
hr {
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0 40px;
    height: 0;
}
img {
    max-width: 100%;
    height: auto;
}
sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;}
@media \0screen {
    img {
        width: auto;
        /* for ie 8 */
    }
}

/* =========================================================== 
    3. Misc and Re-usable Elements
============================================================ */
.cookiebanner {
	border-top:1px dotted #aaa !important;
	line-height:15px !important;
}
.cookiebanner a {
	font-size:13px;
	text-decoration:underline !important;
}
.cookiebanner a:hover {
	color:#999 !important;
}
.cookiebanner-close {
    font-size:12px !important;
    padding: 5px !important;
	text-decoration: none !important;
	color:#FFF !important;
    background: #333 !important;
}
.cookiebanner-close a:hover {
	color:#999 !important;
}

/* #Repeating Elements
================================================== */

section {
    padding: 80px 0 0 0;
}
section section {
    background-color: #fff;
}
.post .column {
    margin-bottom: 25px;
}
.nopadding {
    padding: 0;
}
.nopaddingleft {
    padding-left: 0;
}
.nopaddingright {
    padding-right: 0;
}
.hide {
    display: none!important;
    visibility: hidden;
}
.gray {
    background-color: #f3f3f3;
}
.darkgray {
    background-color: #666 !important;
}
h3.para {
    font-size: 18px;
    line-height: 24px;
	font-weight:bold;
	margin-bottom: 15px;
}
.section-title, #portfolio-title {
    text-align: center;
}
h2.section-title {
    font-size: 41px;
    line-height: 70px;
    font-weight: 700;
}
.section-title:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto 20px;
    background: #d3145a;
}
.section-tagline {
    font: 18px/29px "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #808080;
    text-align: center;
    max-width: 550px;
    margin: auto auto 80px auto;
}
#about, #services, #design {
    padding: 100px 0 80px 0;
}
.fixed {
    background-attachment: fixed;
}
#header-section.header-hide.fixed-menu {
    position: fixed;
}
.typed-cursor {
    font-weight: normal;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.logo {
	width: 350px;
	float: left;
	margin-top:25px;
}
.lm-button {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #A30050;
    display: inline-block;
    padding: 10px 36px;
    border: 1px solid #A30050;
    text-transform: uppercase;
	text-decoration:none;
}
.lm-button:hover {
    text-decoration: none;
	border: 1px solid #A30050;
	background-color: #A30050;
	color: #fff;
}
.lm-button.fill {
  background-color: #A30050;
  color: #fff;
}
.lm-button.fill:hover {
  background-color: #fff;
  color: #A30050;
}
.lm-button.white {
  background-color: none;
  color: #fff;
  border: 1px solid #fff;
}
.lm-button.white:hover {
  background-color: #fff;
  color: #A30050;
}
.lm-button.ls {
    font-size: 11px;
    padding: 5px 18px;
}
.lm-button.lb {
    font-size: 15px;
    padding: 15px 42px;
}

/* Portfolio Popup
================================================== */

.mfp-fade.mfp-bg {
    display: none !important;
}
.mfp-fade.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: static !important;
    outline: none !important;
}
.mfp-fade.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-fade.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: none !important;
}
.mfp-align-top .mfp-container:before {
    display: none !important;
}
.mfp-fade.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    min-height: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    border:3px solid #222;
    border-radius:30px;
    z-index: 999;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: pulsing 1s ease-out infinite;
    -moz-animation:    pulsing 1s ease-out infinite;
    -o-animation:      pulsing 1s ease-out infinite;
    animation:         pulsing 1s ease-out infinite;
}

@-webkit-keyframes pulsing {
    0% {
      -webkit-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -webkit-transform:scale(1.2);
      opacity:0;
    }
}

@-moz-keyframes pulsing {
    0% {
      -moz-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -moz-transform:scale(1.2);
      opacity:0;
    }
}
@-o-keyframes pulsing {
    0% {
      -o-transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      -o-transform:scale(1.2);
      opacity:0;
    }
}

@keyframes pulsing {
    0% {
      transform:scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity:1;
    }
    100% {
      transform:scale(1.2);
      opacity:0;
    }
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
.play_btn .play_btn_icon {
    text-align: center;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 2px solid #FFFFFF;
    line-height: 90px;
    font-size: 40px;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.play_btn .play_btn_icon .fa {
    position: relative;
    left: 5px;
    top: -2px;
}
#qLoverlay {
    background-color: #FFF;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#qLbar {
    top: 0!important;
}
#qLoverlay::before {
position:absolute;
content:;
text-align: center;
top: 35%;
width: 100%;
}
#qLoverlay::after {
    position:absolute;
    content:'PTR PHARMA CONSULTING';
    text-align: center;
	top: 45%;
	width: 100%;
    font-size:12px;
	text-transform:uppercase;
    color:#A30050;
}
.queryloader__overlay__bar {
    top: 0px !important;
}
#qLpercentage {
    font: 20px/21px "Roboto", Helvetica, Arial, sans-serif !important;
	text-align: center;
	color:#A30050 !important;
}

/* Parallax
================================================== */

.parallax-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat-y;
}
.parallax-background.fixed {
    background-attachment: fixed !important;
}
/* Fixed Parallax - no scrolling */

.parallax-background.pfixed {
    background-attachment: fixed!important;
}
/* Owl Item - Override
================================================== */

.owl-page {
    display: inline-block;
    margin: 0 3px;
}
.owl-pagination {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}
.owl-pagination span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
}
.owl-pagination .owl-page.active span {
    background-color: #fff;
}
.owl-buttons {
    position: static;
}
.owl-prev, .owl-next {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 74px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev:hover, .owl-next:hover {
    color: rgba(255, 255, 255, .95);
    -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition: 0 none !important;
}
.owl-prev:active, .owl-next:active {
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
}
.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: 25px;
}
.owl-carousel:hover .owl-next {
    opacity: 1;
    right: 25px;
}

/* =========================================================== 
    4. Navigation
============================================================ */

#header-section {
    height: 100px;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border-bottom: none;
	position: absolute;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
header nav {
    text-align: right;
}
header nav li {
    display: inline-block;
    padding: 0px;
}
header nav ul {
    margin-bottom: 0;
}
header nav ul li a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
	margin-top: 50px;
	text-decoration:none;
}
header nav a:hover, header nav a.active {
    color: #333;
	background-color:#f3f3f3
}

header nav ul li:hover > a {background: #f3f3f3; color: #333;}

header nav ul li:last-child {
    padding-right: 0;
}
.header-hide {
    height: 100px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
#home-content .header-hide {
    position: absolute;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.header-show {
    position: fixed;
    height: 100px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
/* Sub Nav */

header nav ul li ul {
    display: none;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}
header nav ul li:hover ul {
    display: block;
}
header nav ul li ul li {
    background: #f3f3f3;
    display: block;
    line-height: 42px;
    height: 42px;
    min-width: 160px;
    text-align: left;
    padding: 0;
}
header nav ul li ul li:last-child {
    border-bottom: none;
}
header nav ul li ul li a {
    line-height: 42px;
    display: block;
    padding: 0 10px;
    height: 42px;
	margin-top: 0px;
}
header nav ul li ul li:hover a {background: #ddd; color: #333;}


/* =========================================================== 
    5. Hero (Video / Image / Slider / Canvas)
============================================================ */

/* General
================================================== */

.spacer {
    height: 80px;
}

.hero {
    padding: 0;
}
.hero .container, .hero-single .container {
    display: table;
    height: 100%;
}
.hero-inner {
    text-align: left;
    z-index: 9;
    display: block;
    position: relative;
    width: 60%;
	padding-top: 250px;
}
.hero-inner-two {
    z-index: 9;
	text-align:center
    display: block;
    position: relative;
    width: 100%;
	background-image:url(../images/down.png);
	height:40px;
}
a.down-btn {
	display:block;
	position:absolute;
	z-index:10;
	left:50%;
	bottom:30px;
	width:60px;
	height:60px;
	margin-left:-30px;
	background:url(../images/down2.png) no-repeat;
}

.animate {
    visibility: hidden;
}

.hero-copy {
    font-size: 18px;
    line-height: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#333;
	margin: 0 15px;
}
h1.big_white {
    color: #555;
    font-size: 38px;
	line-height: 42px;
    margin: 0px 15px;
    text-transform: uppercase;
	font-weight:bold;
}
p.hero-text {
  margin: 10px 15px 30px 15px;
  color: #555;
}
h1.big_white.border {
    border: 1px solid #a0a0a0;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 2px 15px;
}
.big_white span {
    color: #A30050;
}
.tinfont {
    font-size: 14px;
}
.btn-holder {
    display: block;
    margin: 15px 15px;
}
.hero-btn.lm-button {
    color: #fff;
	background-color: #A30050;
    border: 1px solid #A30050;
}
.hero-btn.lm-button:hover {
    background-color: transparent;
    color: #A30050;
	border: 1px solid #A30050;
}

/* Image 
================================================== */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.canvas {
    z-index: 2;
}
.overlay.lighterbg {
    background: rgba(0, 0, 0, 0.45);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.pattern {
    background: url(../images/elements/pattern.png);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.light {
    background: rgba(255, 255, 255, 0.6);
    /* browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.hero.parallax-background {
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/* Canvas
================================================== */

#hero-canvas {
    position: absolute;
    top: 0;
    z-index: 1;
}

/* Slider
================================================== */

section#home-content {
    padding: 0;
    position: relative;
    z-index: 99;
}
#main-heading {
    padding: 0;
    margin: 0;
    position: relative;
}
.bannercontainer {
    width: 100%;
    padding: 0;
    z-index: -1;
}
.bannercontainer.hero-fixed {
    position: fixed;
}
.banner {
    width: 100%;
    position: relative;
}
/* Hero - Single Page
================================================== */

.hero-single {
    position: relative;
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #444;
    background-image: url(../images/hero3.jpg);
    background-position: bottom;
}
.hero-single h1 {
    text-transform: uppercase;
}
.hero-single .meta {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.hero-single .meta span {} .hero-single .meta span:after {
    content: '\00B7';
    vertical-align: top;
    color: #d3145a;
    padding-left: 10px;
    font-size: 28px;
    margin-right: 6px;
}
.hero-single .meta span:last-child:after {
    content: '';
}

/* Hero Versions
================================================== */

.no-video {
    background-image: url(../images/bg/grass.jpg); 
}

.parallax-background0 {
    background-image: url(../images/bg/grass.jpg); 
}

.parallax-background1 {
    background-image: url(../images/homepage-banner-02.jpg);
}

.parallax-background2 {
    background-image: url(../images/doctor.jpg); 
}

.parallax-background3 {
    background-image: url(../images/sign.jpg); 
}

.parallax-background4 {
    background-image: url(../images/lab.jpg); 
}

.parallax-background5 {
    background-image: url(../images/neuron.jpg); 
}

.parallax-background6 {
    background-image: url(../images/2768.jpg); 
}

.parallax-background7 {
    background-image: url(../images/2769.jpg); 
}

.parallax-background8 {
    background-image: url(../images/2770.jpg); 
}
.parallax-background9 {
    background-image: url(../images/2771.jpg); 
}
.parallax-background10 {
    background-image: url(../images/2772.jpg); 
}
.parallax-background11 {
    background-image: url(../images/2773.jpg); 
}
.parallax-background12 {
    background-image: url(../images/2774.jpg); 
}
.parallax-background13 {
    background-image: url(../images/2775.jpg); 
}
.parallax-background14 {
    background-image: url(../images/2776.jpg); 
}
.parallax-background15 {
    background-image: url(../images/2777.jpg); 
}
.parallax-background16 {
    background-image: url(../images/2778.jpg); 
}
.parallax-background17 {
    background-image: url(../images/2779.jpg); 
}
.parallax-background18 {
    background-image: url(../images/2780.jpg); 
}
.parallax-background19 {
    background-image: url(../images/2781.jpg); 
}
.parallax-background20 {
    background-image: url(../images/2782.jpg); 
}
.parallax-background21 {
    background-image: url(../images/2783.jpg); 
}
.parallax-background22 {
    background-image: url(../images/2784.jpg); 
}
.parallax-background23 {
    background-image: url(../images/2785.jpg); 
}
.parallax-background24 {
    background-image: url(../images/2786.jpg); 
}
.parallax-background25 {
    background-image: url(../images/2787.jpg); 
}
.parallax-background26 {
    background-image: url(../images/2788.jpg); 
}
.parallax-background27 {
    background-image: url(../images/2789.jpg); 
}
.parallax-background27 {
    background-image: url(../images/2790.jpg); 
}
.parallax-background28 {
    background-image: url(../images/2791.jpg); 
}
.parallax-background29 {
    background-image: url(../images/2792.jpg); 
}
.parallax-background30 {
    background-image: url(../images/2793.jpg); 
}
.parallax-background31 {
    background-image: url(../images/2794.jpg); 
}
.parallax-background32 {
    background-image: url(../images/2795.jpg); 
}
.parallax-background33 {
    background-image: url(../images/2796.jpg); 
}
.parallax-background34 {
    background-image: url(../images/2797.jpg); 
}
.parallax-background35 {
    background-image: url(../images/2798.jpg); 
}
.parallax-background36 {
    background-image: url(../images/2799.jpg); 
}
.parallax-background37 {
    background-image: url(../images/2800.jpg); 
}
.parallax-background38 {
    background-image: url(../images/2801.jpg); 
}
.parallax-background39 {
    background-image: url(../images/2802.jpg); 
}
.parallax-background40 {
    background-image: url(../images/2803.jpg); 
}
h2.title {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color:#555;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Asides ====================================*/
.aside {margin-bottom: 40px;}
.aside .title {background-color: #fafafa;
    border-left: 4px solid #a30050;
    color: #555555;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;}
	
img.align-left{float:left;margin:0 10px 5px 0;}
img.align-right{float:right;margin:0 0 5px 10px;}

.links-list-alt li a {
	color: #808080;
	font-weight:400;
	display: block;
	padding: 8px 0;
	padding-left: 15px;
	background: url(../images/list-arrow.png) no-repeat 2px 15px;
	border-bottom: 1px dotted #ced8df;
	text-decoration:none;
}
.links-list-alt li a:hover {color: #A30050;}
.links-list-alt li:first-child a {margin: -3px 0 0 0;}

.links-list li a {
	color: #333;
	font-weight:400;
	display: block;
	padding: 8px 0;
	padding-left: 15px;
	background: url(../images/list-arrow.png) no-repeat 2px 15px;
	border-bottom: 1px dotted #ced8df;
	text-decoration:none;
}
.links-list li a:hover {color: #888; background-color:#eee}
.links-list li:first-child a {margin: -3px 0 0 0;}



.latest-post-blog {height: 70px; border-bottom: 1px dotted #ced8df; border-top: 1px solid transparent; background-color:#FFf; padding: 5px 0 5px 0;}
.latest-post-blog p {color: #808080; margin: 8px 0 0 85px;}
.latest-post-blog p a {color: #808080; display: block; text-decoration:none; line-height: 20px;}
.latest-post-blog p a:hover {color: #A30050;}
.latest-post-blog img {float: left; width: 70px; height: 56px;}

/* Scout
================================================== */

.big_white.scout {
    color: #000;
    font-size: 100px;
    font-weight: 800;
}

.hero-copy.scout {
    color: #000;
}

.hero-btn.scout {
    color: #000;
}
#marketing {
	margin-bottom: 60px;
}
#services {
	background-color:#F9F9F9;
}
.service-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.service-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper.*/
.service-box p {
	margin: -35px 0 20px 0;
}
.service-image {
  width:245px;
  height:164px;
  border: 1px solid #A30050;
  overflow: hidden;
}
.service-title {
	position:relative;
	width: 70%;
	top: -45px;
}
.service-title h3 {
	font-weight:900;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	background-color:#A30050;
	letter-spacing: 1px;
	color:#fff;
	-moz-border-radius-topright: 18px;
	-webkit-border-top-right-radius: 18px;
	border-top-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-webkit-border-bottom-right-radius: 18px;
	border-bottom-right-radius: 18px;

}
.service-title h3 a {
	color:#fff;
	text-decoration:none;
}
#quote {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
#page-quote {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
	margin: 100px 0 80px 0;
}
.page-quote-title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#quote .container, #page-quote .container {
    position: relative;
	padding: 0 15px 0 15px;
}
#quote h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: left;
	text-transform: uppercase;
	width: 70%;
}
#page-quote h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: left;
	text-transform: uppercase;
	width: 70%;
}
#quote .quote-author {
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
#page-quote .quote-author {
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
#page-quote .quote-author span {
    font-size: 13px;
    font-weight: 300;
}



.featurebox {float:left; width:100%; background-color: #fff; border:1px solid #A30050;}
.featurebox > ul{float:left; width:30%; display:block; padding:0; position:relative; background-color:#A30050;}
.featurebox > ul > li {list-style-type:none; background: url(../images/check2.png) no-repeat 5px 50%; display:block; padding:20px 0 20px 40px; margin: 0; position:relative; cursor:pointer; font-weight:normal; color:#fff; border-bottom:1px solid #fff; font-size:14px; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms;}
.featurebox > ul > li:last-child {margin-bottom:0px; border-bottom:none;}
.featurebox > ul > li:hover {text-decoration:underline;}
.featurebox > ul > li.highlight {background-color:#666;}
.featurebox > div {width:66%; padding:2%; position: relative; background-color: #fff; float:right;}
.featurebox > div img{float:left; margin-right:20px; margin-bottom:20px; max-width:100%;}
.featurebox h2{margin-bottom:15px;}
/* =========================================================== 
    6.  About Us Section
============================================================ */

.title-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
}
.title-wrapper .subtitle {
  position: relative;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 10px;
  text-indent: -5px;
  margin: 0;
  text-transform: uppercase;
  line-height: 50px;
  color: #f0f0f0;
  text-indent: 5px;
  border-left: 1px solid #a30050;
}
.title-wrapper .title {
  position: absolute;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  color:#555;
  left: 20px;
  white-space: nowrap;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  transform: translate(0, -50%);
  padding-left: 15px;
}
.title-wrapper.title-wrapper-dark .title {
  color: #fff;
}
.title-wrapper .last-word {
  color: #A30050;
}
#page-head {
    padding-top: 150px;
}
#page {
    padding-top: 0px;
	padding-bottom: 80px;
}
#page h2.title {
	text-transform:none;
	font-weight:400;
	font-size:24px;
	line-height: 30px;
}

#about-us.menu-in {
    padding-top: 150px;
}
#about-icons {
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
#about-icons .container {
    width: 100%;
}
#about-icons .column {
    overflow: hidden;
    position: relative;
    padding: 120px 50px;
    min-height: 380px;
}
#about-icons .column:hover {
    background-color: #f3f3f3;
}
#about-icons .column.border {
    border-right: 1px solid #e6e6e6;
}
#about-icons i {
    font-size: 64px;
    color: #d3145a;
}
#about-icons h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
}
#about-icons span.desc {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#about-icons .main {
    -webkit-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -moz-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -o-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -ms-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    transition: all 300ms cubic-bezier(.07, .58, .39, 1);
}
/* Service hover */
#about-icons .main i, #about-icons .main h2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#about-icons .column:hover .service-intro {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#about-icons .column:hover .desc {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
#about-icons .column:hover .main {
    margin-top: -75px;
}

/* =========================================================== 
    8. What We Do
============================================================ */

.filter-row {
    background-color: #f3f3f3;
}
ul.filter, ul.filter-target {
    text-align: center;
    margin-bottom: 0;
}
ul.filter > li, ul.filter-target > li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    text-align: center;
}
ul.filter > li a, ul.filter-target > li a{
    display: inline-block;
    line-height: 90px;
    font-size: 13px;
    color: #adadad;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}
ul.filter > li.active:after,ul.filter-target > li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
ul.filter > li.active a, ul.filter > li a:hover,
ul.filter-target > li.active a, ul.filter-target > li a:hover {
    color: #d3145a;
}
#option-section {
    padding: 80px 0;
    background-color: #fff;
}
#option-section .container .row:first-child {
    display: block;
}
/* Progress Bars
/*------------------*/

.progress-text {
    margin-bottom: 10px;
    color: #adadad;
}
.progress-text span {
    float: right;
}
.progress-bar {
    position: relative;
    height: 3px;
    margin: 0 0 15px 0;
    background: #c4c4c4;
    width: 100%
}
.progress-bar > span {
    width: 0%;
    display: block;
    height: 100%;
    background-color: #d3145a;
}
.chart {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart span {
    line-height: 120px!important;
    text-align: center;
}
.progress-circle {
    display: inline-block;
    text-align: center;
    margin: 0 30px 0 0;
}
/* =========================================================== 
    9. Achievements
============================================================ */

#achievements {
    position: relative;
    padding: 130px 0 120px 0;
    text-align: center;
}
#achievements .container {
    position: relative;
}
.stats span {
    display: block;
    text-align: center;
    color: #fff;
}
.stats .icon {
    margin: auto;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.post .stats .icon {
    background: transparent;
    border: 1px solid #d3145a;
}
.stats .icon:hover {
    background: #d3145a;
    color: #fff;
}
.stats i {
    height: 120px;
    line-height: 120px;
    font-size: 48px;
}
.stats .number {
    font-size: 48px;
    font-weight: 300;
    color: #d3145a;
    margin: 40px 0 15px 0;
}
.stats .desc {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
/* =========================================================== 
    10. Portfolio
============================================================ */

#port-filter {
    text-align: center;
    line-height: 90px;
    margin-bottom: 0;
}
#port-filter li {
    display: inline-block;
    padding: 0 25px;
    line-height: 14px;
}
#port-filter li:last-child {
    border-right: 0;
}
#port-filter li a {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #adadad;
}
#port-filter li a:hover, #port-filter li.active a {
    color: #d3145a;
}
#portfolio-wrapper > div {
    width: 25%;
    overflow: hidden;
    position: relative;
}
#portfolio-wrapper > div img {
    width: 100%;
    display: block;
    margin: 0;
}
#portfolio-wrapper > .block.gallery img {
    position: absolute;
    z-index: 1;
    top: 0;
}
#portfolio-wrapper .block.gallery img.base {
    z-index: -1;
    display: block;
    position: static;
}
#portfolio-wrapper .block.gallery img.active {
    z-index: 3;
}
#portfolio-wrapper > .block:hover img {
    backface-visibility: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
}
#portfolio-wrapper .block .portfolio-hover, #portfolio-wrapper .block .video-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    background: rgba(211, 20, 90, 0.7);
    -webkit-transition: opacity 400ms ease 0s;
    -moz-transition: opacity 400ms ease 0s;
    transition: opacity 400ms ease 0s;
    cursor: pointer;
    z-index: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#portfolio-wrapper .block .portfolio-info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
#portfolio-wrapper .block:hover .portfolio-hover, #portfolio-wrapper .block:hover .video-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
#portfolio-wrapper .portfolio-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}
#portfolio-wrapper .portfolio-category {
    color: #fff;
    font-size: 12px;
}
/* Portfolio isotope Animation
======================== */

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.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;
}
/* =========================================================== 
    11. Pricing Tables
============================================================ */

#pricing-tables {
    padding-bottom: 90px;
}
.table {
    border: 1px solid #e6e6e6;
    padding: 80px 35px;
    text-align: center;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    max-width: 350px;
    margin: auto;
}
.table.popular, .table:hover {
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.table .price {
    font: 64px/64px "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    color: #d3145a;
    display: block;
}
.table ul li {
    list-style: none;
    text-align: center;
}
.table-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.table .lm-button {
    margin: 35px 0 0 0;
    text-decoration: none!important;
    border: 1px solid #d3145a;
    color: #d3145a;
}
.table .lm-button:hover {
    border: 1px solid #d3145a;
    background-color: #d3145a;
    color: #fff;
}
.table .lm-button.fill {
    background-color: #d3145a;
    color: #fff;
}
.table .lm-button.fill:hover {
    background-color: transparent;
    color: #d3145a;
}
.table-desc {
    display: block;
    margin: 15px 15px 0 15px;
    text-align: center;
    font: 14px/21px "Roboto", Helvetica, Arial, sans-serif;
}
/* =========================================================== 
    12. Features
============================================================ */

#features {
    text-align: center;
    padding-bottom: 80px;
}
#features i {
    font-size: 46px;
    color: #d3145a;
}
#features h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
}
#features .column p {
    margin-bottom: 55px;
}
#features .section-title {
    margin-bottom: 80px;
}
/* =========================================================== 
    13. Testimonials
============================================================ */

#testimonials {
    position: relative;
    padding: 130px 0;
}
#testimonials .testimonial {
    width: 90%;
    max-width: 1140px;
    margin: auto;
}
#testimonials blockquote, #testimonials blockquote a {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
#testimonials blockquote a {
    text-decoration: underline;
}
#testimonials .quote-author {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}
/* =========================================================== 
    14. Clients
============================================================ */

#clients {
    padding: 45px 0;
}
#clients img {
    opacity: 0.8;
    height: 80px;
}
/* =========================================================== 
    15. Team Section
============================================================ */
#staff {
	background-color:#A30050;
	margin-top: 80px;
	padding-top: 0;
	padding-bottom: 0px;
}
#team-photo {
    position: relative;
    background-image: url(../images/office5eee.jpg);
    min-height: 400px;
    padding: 0;
    width: 33.33%;
    float: left;
}
#team-members {
    width: 66.66%;
    float: left;
    text-align: left;
	padding-right: 10%;
	padding-left: 5%;
	padding-top: 80px;
}
#team-members .sub-head {
	color:#fff;
	font-size:24px;
	line-height: 24px;
	font-weight:bold;
	color:#fff;
	letter-spacing: 1px;
}
#team-members h2, #team-members p {
	color:#fff;
}
#team-members.full {
    width: 100%;
    float: none;
}
#team-members h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0 0 0;
}
#team-members span {
    font-size: 12px;
    text-transform: uppercase;
}
#team-members .column > i {
    display: block;
}


.team-post {margin-bottom: 40px; min-height: 150px; text-align:left; }
.team-post h4 {margin: 0; color:#555; margin-left: 125px; font-size:16px; font-weight:bold; line-height:19px}
.team-post p {margin: 0; margin-left: 125px; font: 15px/26px "Roboto", Helvetica, Arial, sans-serif;}
.team-post p span {margin: 0 0 5px 0; display: block; font-style:italic;}
.team-post img {
	float: left;
	width: 100px;
	height: 140px;
	padding: 4px;
	border: 1px solid #ced8df;
}

/* =========================================================== 
    16. Request a Quote CTA
============================================================ */

#quote-request {
    background-color: #A30050;
    padding: 80px 0;
}
#quote-request .column {
    float: none;
}
#quote-request p {
    display: inline-block;
    text-transform: none;
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    font-weight: 300;
    margin-bottom: 0px;
}
#quote-request .lm-button {
    float: right;
    vertical-align: top;
    color: #fff;
    margin: 5px 0;
    border: 1px solid #fff;
}
#quote-request .lm-button:hover {
    background-color: #fff;
    color: #d3145a;
}
/* =========================================================== 
    17. Blog Section on HomePage
============================================================ */

#blog.single {
    padding: 0;
}
#posts {
    background-color: #fff;
    text-align: center;
}
#posts .category {
    font-weight: 300;
    color: #333333;
    letter-spacing: 1px;
    border: 1px solid #e6e6e6;
    margin: 0 5px;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}
#posts .category:hover {
    color: #333333;
    background-color: #f3f3f3;
}
#posts .single-post {
    padding: 46px 0;
    border-bottom: 1px solid #e6e6e6;
}
#posts h2 {
    text-transform: none;
    margin: 20px 0;
    line-height: 55px;
}
#posts h2 a {
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 32px;
    text-transform: capitalize;
}
#posts a {
    color: #808080;
    font-weight: 300;
}
#posts a:hover {
    color: #d3145a;
}
#posts a.author {
    font-weight: 300;
}
#posts span.date:after, #posts a.comments:after {
    color: #808080;
    padding: 0 3px 0 5px;
    font-size: 32px;
    vertical-align: top;
    content: '\00B7';
}
#posts .single-post .meta span, #posts .post .meta a {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
#blog .loadmore {
    display: block;
    height: 90px;
    line-height: 90px;
    background: #d3145a;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#blog .loadmore:hover {
    background: #fff;
    color: #d3145a;
}
/* =========================================================== 
    19. Contact Form
============================================================ */

#contact {
    text-align: center;
	padding-top: 0px;
}
#contact #forms .column {
    position: relative;
}
#contact #form {
    background-color: #fff;
    padding: 0 0 90px 0;
}
#contact #forms .column.four:after {
    content: "*";
    color: #d3145a;
    position: absolute;
    pointer-events: none;
    top: 0px;
    z-index: 10;
    padding: 4px 0px;
    right: 25px;
    line-height: 48px;
    font-size: 20px;
    transition: all 0.2s;
    opacity: 0;
}
#contact #forms .column.four.error:after {
    opacity: 1;
}
#contact #forms .column.twelve:after {
    content: "*";
    color: #d3145a;
    position: absolute;
    pointer-events: none;
    top: 0px;
    z-index: 10;
    padding: 4px 0px;
    right: 25px;
    line-height: 48px;
    font-size: 20px;
    transition: all 0.2s;
    opacity: 0;
}
#contact #forms .column.twelve.error:after {
    opacity: 1;
}
#contact input[type="text"] {
    width: 100%;
    background-color: #f3f3f3;
    height: 48px;
    border: 1px solid #A30050;
    margin-bottom: 30px;
}
#contact input[type="text"]:focus, #contact textarea:focus {
    border: 1px solid #A30050;
    background-color: #ffffff;
}
#contact input[type="submit"], #comment input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 19px 48px;
    background-color: #fff;
    color: #A30050;
	border: 1px solid #A30050;
    text-transform: uppercase;
    margin: 30px auto 0 auto;
}
#contact input[type="submit"]:hover {
    background-color: #A30050;
    color: #fff;
}
#contact textarea {
    background-color: #f3f3f3;
    border: 1px solid #A30050;
    width: 100%;
    padding: 10px 15px;
}
#contact .column > span, #contact .column > a {
    color: #808080;
    margin: 15px 0 0 0;
    display: block;
}
#contact .column > a:hover {
    color: #d3145a;
}
#contact i {
    font-size: 42px;
    color: #d3145a;
}
#contact .row.icons {
    margin-top: 80px;
}
.maps .images {
  margin-bottom: 15px;
}
.maps img {
  display: block;
  width: 100%; }

#map_canvas {
  height: 328px;
}
/* =========================================================== 
    20. Callout Box
============================================================ */

#callout {
    position: relative;
    background-image: url(../images/55.jpg);
    padding: 130px 0;
    background-size: cover;
}
#callout .container {
    position: relative;
    text-align: center;
}
#callout .title {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
#callout span {
    display: block;
    color: #fff;
    margin: 5px 0;
}
#callout input {
    display: inline-block;
}
#callout input[type="text"] {
    display: inline-block;
    width: 360px;
    background-color: transparent;
    height: 60px;
    border: 1px solid #888;
    color: #fff;
}
#callout input[type="text"]:focus {
    border: 1px solid #d3145a;
}
#callout input[type="submit"] {
    padding: 21px 48px;
    font-size: 13px;
    background-color: #A30050;
    border: 1px solid #A30050;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 30px;
    text-align: center;
    vertical-align: top;
}
#callout input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #444;
}
#callout-form {
    text-align: center;
    margin-top: 30px;
}
/* =========================================================== 
    21. Footer
============================================================ */

footer {
    background-color: #465159;
    text-align: center;
    padding: 60px 0 20px 0;
}
footer #copyright, footer #copyright a {
    color: #808080;
    display: inline;
    font-size: 11px;
	text-transform:uppercase;
	margin-top: 15px;
	text-decoration:none;
}
footer #copyright a:hover {
    color: #fff;
}
#company {
    text-align: left;
	border-bottom:1px dotted #999;
	padding: 0 0 50px 0;
}
#company h3 {
    color: #808080;
	font-weight:300;
}
#company p, #company p a {
    font-size: 13px;
	line-height: 20px;
	color: #808080;
}
#company p a:hover {
	color:#fff
}
#company .links-list li a {
	font-size: 13px;
	line-height: 20px;
	color: #808080;
	font-weight:400;
	display: block;
	padding: 8px 0;
	padding-left: 15px;
	background: url(../images/list-arrow.png) no-repeat 2px 15px;
	border-bottom: 1px dotted #999;
}
#company .links-list li a:hover {color: #fff;}
#company .links-list li:first-child a {margin: -3px 0 0 0;}

/* =========================================================== 
    22. Portfolio Single
============================================================ */

#portfolio-single {
    padding-top: 40px;
    background-color: #fff;
    padding-bottom: 40px;
}
#portfolio-single .container {
    width: 85%;
    max-width: 960px;
}
#portfolio-single header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
#portfolio-single header .navigation ul {
    margin-left: 0;
}
#portfolio-single header .navigation li {
    text-align: center;
}
.navigation li.close a {
    background-color: #222;
}
#portfolio-single header .navigation li.close a:hover {
    background-color: #f64747;
    color: #fff;
}
.navigation li.share > ul {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.navigation li.share ul li:hover {
    opacity: 0.85;
}
.navigation li.share:hover > ul {
    opacity: 1;
    height: 354px;
    transition: all 0.2s;
}
#portfolio-single header .navigation li a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    font-size: 41px;
    line-height: 60px;
    color: #999;
    margin-top: -1px;
}
#portfolio-single header .navigation li.share a {
    font-size: 28px;
}
#portfolio-single header .navigation li.share ul li a {
    border: none;
    font-size: 19px;
    color: #fff;
}
#portfolio-single header .navigation li a:hover {
    background-color: #f6f6f6;
    color: #999;
}
#portfolio-single header .navigation li.share ul li.fb a {
    background-color: #627aad;
}
#portfolio-single header .navigation li.share ul li.tw a {
    background-color: #00aced;
}
#portfolio-single header .navigation li.share ul li.go a {
    background-color: #dd4b39;
}
#portfolio-single header .navigation li.share ul li.ln a {
    background-color: #007bb6;
}
#portfolio-single header .navigation li.share ul li.pin a {
    background-color: #cb2027;
}
#portfolio-single header .navigation li.share ul li.mail a {
    background-color: #404040;
    font-size: 21px;
}
#portfolio-single h1#portfolio-title {
    text-align: center;
}
#portfolio-single h1#portfolio-title:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto 20px;
    background: #d3145a;
}
#portfolio-single h3.category {
    text-align: center;
    margin-bottom: 40px;
}
#portfolio-single #images.slider {
    text-align: center;
    margin-bottom: 30px;
}
#portfolio-single #images img {
    display: inline;
    margin-bottom: 30px;
}
#portfolio-single #info {
    background-color: #f6f6f6;
    padding: 30px;
    text-align: center;
}
#portfolio-single #info .title {
    font-weight: bold;
    display: block;
    color: #333;
}
#portfolio-single #info > span:last-child {
    margin-bottom: 0;
}
#portfolio-single #info .entry {
    margin-bottom: 30px;
    display: block;
}
#portfolio-single #images .owl-pagination {
    position: relative;
    bottom: auto;
}
#portfolio-single #images .owl-pagination .owl-page span {
    border-color: #aeaeae;
}
#portfolio-single #images .owl-pagination .owl-page.active span {
    background-color: #d3145a;
    border: 1px solid #d3145a;
}
/* =========================================================== 
    23. Single Post Page
============================================================ */

#single-post {
    margin: 60px auto;
    max-width: 960px;
}
.post p, .post span, .post li {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
}
.post a {
    font-size: 18px;
    color: #d3145a;
}
.post .caption {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 25px;
    display: block;
}
.post .caption a {
    font-size: 15px;
}
.post a:hover {
    text-decoration: underline;
}
p.bigletter:first-letter {
    font-weight: bold;
    font-size: 78pt;
    float: left;
    margin-left: -6px;
    line-height: 82px;
    color: #d3145a;
    margin-right: 5px;
}
blockquote {
    font-weight: 100;
    font-size: 21px;
    line-height: 31px;
    padding-left: 20px;
    border-left: 1px solid #d3145a;
    margin: 20px 0;
}
.owl-wrapper blockquote {
    border-left: none;
}
#single-post #tags a {
    font-weight: 300;
    color: #333333;
    letter-spacing: 1px;
    border: 1px solid #e6e6e6;
    margin: 0 2px;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 15px;
}
#single-post #tags a:hover {
    color: #d3145a;
    border: 1px solid #d3145a;
    text-decoration: none;
}
#related-posts {
    padding: 25px 0;
    margin: 35px 0 0 0;
}
#related-posts ul {
    margin: 0;
}
h3.single {
    font: 24px/36px "Roboto", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    font-weight: 100;
}
#pagination {
    height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
#pagination a {
    color: #bbb;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 60px;
}
#pagination a:hover {
    text-decoration: none;
    color: #d3145a;
}
#pagination a.prev:before {
    font-family: 'FontAwesome';
    content: '\f177';
    margin-right: 5px;
}
#pagination a.next {
    float: right;
}
#pagination a.next:after {
    font-family: 'FontAwesome';
    content: '\f178';
    margin-left: 5px;
}
#user {
    margin-top: 35px;
    padding: 40px;
    background-color: #f6f6f6;
}
#user .info {
    font-size: 16px;
    line-height: 28px;
    margin-left: 185px;
}
#user .social {
    display: block;
    margin-top: 12px;
}
#user .social a {
    margin-right: 10px;
    font-size: 24px;
    color: #d2d2d2;
}
#user .social a:hover {
    color: #d3145a;
}
#user img {
    float: left;
}
#user .name {
    font-weight: bold;
    color: #333;
}
/* Comments Section */

#comments-section {
    margin-top: 35px;
}
#comments-section p, #comments-section span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}
#comments-section a.reply {
    font-size: 13px;
}
#comments-section .comment {
    margin-left: 95px;
}
#comments-section .single-comment {
    margin-top: 35px;
}
#comments-section .single-comment.reply {
    margin-left: 60px;
}
#comments-section img {
    border-radius: 50%;
    float: left;
}
#comments-section .comment-meta {
    display: block;
}
#comments-section .more {
    margin-top: 35px;
    text-align: center;
    display: block;
    padding: 20px 0;
    background-color: #f6f6f6;
    color: #808080;
    font-size: 16px;
}
#comments-section .more:hover {
    text-decoration: none;
    background-color: #d3145a;
    color: #fff;
}
#comment {
    margin-top: 35px;
}
#comment input {
    width: 100%;
}
#comment input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
#comment input[type="text"]:focus, #comment textarea:focus {
    border: 1px solid #d3145a;
}
#comment input[type="submit"] {
    margin-top: 5px;
}
#comment input[type="submit"]:hover {
    background-color: #d3145a;
    color: #fff;
}
#comment textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
}
/* =========================================================== 
    24. Elements Used in Inside Pages
============================================================ */

/* Tabs
====================================*/
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	color: #888;
	display: block;
	font-size: 18px;
    line-height: 24px;
	font-weight:bold;
	outline: none;
	padding: 15px 25px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #ddd;}
.tabs-nav li:last-child a {border-right: 1px solid #ddd;}

.tabs-nav li.active a {	color: #404040; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #ddd;
}
.tabs-container {
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
}

.tab-content {
	padding: 0px;
	border: none;
	margin-top: 20px;
}

/* NETWORK */
.network .country {
    padding: 20px 30px 40px 30px;
    border: 1px solid #e6e6e6;
	margin-bottom: 50px;
	background-color:#fafafa;
}
.network h3 {
    font-size: 18px;
    line-height: 24px;
	font-weight:bold;
	margin-bottom: 5px;
}
.country {
			  display:none;
	      }

/* ACCORDION */

.accordion {
    border: 1px solid #e6e6e6;
	margin-top: 20px;
}
.accordion .accordion-wrap .title {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.accordion .accordion-wrap .title:after {
    position: absolute;
    right: 25px;
    top: 0;
    font: 30px/66px 'Pe-icon-7-stroke';
    content: "\e688";
}
.accordion .accordion-wrap .title.active:after {
    content: "\e682";
}
.accordion .accordion-wrap .title.active, .accordion .accordion-wrap .title a:hover {
    background: #f6f6f6;
    color: #333;
}
.accordion-wrap .content {
    padding: 20px 30px;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-wrap .content p {
    margin-bottom: 0;
}
.accordion-wrap .content p a {
	color:#A30050;
	text-decoration:underline;
}
.accordion .accordion-wrap .title a {
    display: block;
    padding: 20px 40px 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #808080;
}
.accordion:last-child {
    border-bottom: 0;
}
.tabable .tabs li a:hover, .tabable .tabs li.active a {
    color: #d3145a;
}
/* ALERTS */

.success, .errormsg, .notice, .general {
    padding: 12px 20px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    clear: both;
    margin: 15px;
}
.success:before, .errormsg:before, .notice:before, .general:before {
    float: left;
    padding-right: 12px;
    font-family: 'FontAwesome';
    font-size: 18px;
}
.success:hover, .errormsg:hover, .notice:hover, .general:hover {
    opacity: 0.7;
}
.success {
    color: #669966;
    background-color: #dff0d8;
}
.success:before {
    content: "\f058";
    color: #85C51F;
}
.errormsg {
    color: #cc0000;
    background-color: #ffe2e2;
}
.errormsg:before {
    content: "\f00d";
    color: #ef3d26;
}
.notice {
    color: #996633;
    background-color: #fcf8e3;
}
.notice:before {
    content: "\f06a";
    color: #a67f0d;
}
.general {
    color: #336699;
    background-color: #d9edf7;
}
.general:before {
    content: "\f129";
    color: #666;
}
/* Lists */

ul.checked {
    line-height: 24px;
    font-size: 13px;
}
ul.checked li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #d2135a;
    font-size: 14px;
}
ul.arrow {
    line-height: 24px;
    font-size: 13px;
}
ul.arrow li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f054";
    color: #d2135a;
    font-size: 14px;
}
ul.star {
    line-height: 24px;
    font-size: 13px;
}
ul.star li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f006";
    color: #d2135a;
    font-size: 14px;
}
ul.caret {
    line-height: 24px;
    font-size: 13px;
}
ul.caret li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f0da";
    color: #d2135a;
    font-size: 14px;
}
ul.circle {
    line-height: 26px;
    font-size: 15px;
}
ul.circle li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f111";
    color: #A30050;
    font-size: 8px;
}
.circle-list  li {background: url(../images/bullet.png) no-repeat 0% 10px; padding: 0 0 6px 16px;}
ul.double-angle {
    line-height: 24px;
    font-size: 13px;
}
ul.double-angle li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f101";
    color: #d2135a;
    font-size: 14px;
}
span.fill {
    color: #fff;
    background-color: #d2135a;
}
/* Social */

ul.social {
    margin: 15px 0;
}
ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
ul.social li a {
    text-align: center;
    border-radius: 5px;
    color: #808080;
    font-size: 20px;
    border: 1px solid #666;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
}
ul.social li a:hover {
    border: 1px solid #d2135a;
    color: #fff;
}
/* =========================================================== 
    25. Single Page
============================================================ */

#page, #blog {
    padding-top: 0;
}
#page #single-post {
    max-width: none;
}
.page-single {
    margin-top: 80px;
    background-color: #333333;
    height: 240px;
    padding: 60px 0;
}
.page-single .hero-inner {
    text-align: left;
}
.page-single .hero-inner h1 {
    color: #fff;
    margin-bottom: 0;
}


#scrollUp {
    background-image: url("../images/top.png");
    bottom: 55px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}






@media screen and (min-width: 1025px) {
    #header-section nav {
        display: block!important;
        float: right;
        width: auto!important;
        height: auto!important;
    }
}
/* =========================================================== 
    26. Responsive Nav
============================================================ */

/* Tablet Landscape */

@media screen and (max-width: 1024px) {
    .title-wrapper {
		margin-bottom: 50px;
}
	.title-wrapper .subtitle {
  font-size: 70px;
  line-height: 70px;
}
	.title-wrapper .title {
  font-size: 30px;
  line-height: 30px;
  left: 10px;
  top: 50%;
  padding-left: 15px;
}
	.service-box p {
	margin: -35px 0 20px 0;
}
.service-image {
  width:200px;
  height:164px;
  border: 1px solid #A30050;
  overflow: hidden;
}
.service-title {
	position:relative;
	width: 90%;
	top: -45px;
}
.service-title h3 {
	font-weight:900;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	letter-spacing: 1px;
}
.service-title h3 a {
	color:#fff;
	text-decoration:none;
}
	#staff {
	padding-bottom: 40px;
}
	#team-members {
	padding-top: 40px;
}

	header nav ul li ul li a, header nav ul li ul li {
        height: auto;
        line-height: inherit;
    }
    header nav ul li ul {
        display: block;
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    header nav ul li ul:before {
        border-bottom: transparent;
    }
    /* Hamburger by codrops */
    #menu-toggle-wrapper {
        display: block;
        top: 0;
        right: 0;
        position: absolute;
        width: 80px;
        height: 80px;
        z-index: 111;
    }
    #menu-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -15px;
        width: 30px;
        height: 3px;
        background: #A30050;
        font-size: 30px;
    }
    #menu-toggle:after, #menu-toggle:before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background: #A30050;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }
    #menu-toggle:before {
        top: -8px;
    }
    #menu-toggle:after {
        bottom: -8px
    }
    #menu-toggle-wrapper.open #menu-toggle {
        background: 0 0;
    }
    #menu-toggle-wrapper.open #menu-toggle:after {
        -webkit-transform: rotate(-45deg) translate(2px, -8px);
        -moz-transform: rotate(-45deg) translate(3px, -8px);
        -ms-transform: rotate(-45deg) translate(3px, -8px);
        -o-transform: rotate(-45deg) translate(3px, -8px);
        transform: rotate(-45deg) translate(3px, -8px)
    }
    #menu-toggle-wrapper.open #menu-toggle:before {
        -webkit-transform: rotate(45deg) translate(4px, 9px);
        -moz-transform: rotate(45deg) translate(3px, 8px);
        -ms-transform: rotate(45deg) translate(3px, 8px);
        -o-transform: rotate(45deg) translate(3px, 8px);
        transform: rotate(45deg) translate(3px, 8px)
    }
    #menu-toggle, #menu-toggle:after, #menu-toggle:before {
        -webkit-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -moz-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -ms-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -o-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65)
    }
    #menu-toggle-wrapper:focus #menu-toggle:before, #menu-toggle-wrapper:hover #menu-toggle:before {
        top: -6px
    }
    #menu-toggle-wrapper:focus #menu-toggle:after, #menu-toggle-wrapper:hover #menu-toggle:after {
        bottom: -6px
    }
    #menu-toggle-wrapper.open:focus #menu-toggle:after, #menu-toggle-wrapper.open:hover #menu-toggle:after {
        bottom: -8px
    }
    #menu-toggle-wrapper.open:focus #menu-toggle:before, #menu-toggle-wrapper.open:hover #menu-toggle:before {
        top: -8px
    }
    /* Nav Style for Responsive Menu */
    #header-section #navigation {
        width: 100%;
        position: relative;
        margin-left: -5.5%;
        text-align: left;
        background-color: #fff;
        overflow-y: scroll;
    }
    #header-section #navigation ul li {
     /*   background: #fff; */
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #header-section #navigation > ul li:last-child {
        margin-bottom: 40px;
    }
    #header-section #navigation > ul li ul li:last-child {
        margin-bottom: 0;
    }
    #header-section #navigation ul li > a {
        color: #555555;
        line-height: 28px;
        padding: 10px 0;
        border-bottom: 1px solid #EFEFEF;
        display: block;
        padding-left: 30px;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .toggle {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        . width: 50px;
        height: 50px;
        background-color: #000;
    }
    #header-section #navigation ul li a:hover {
        background-color: #A30050;
        color: #fff;
    }
    /*-----------------------------------------------------------------------------------*/
    /*  Other Stuff from top to bottom
/*-----------------------------------------------------------------------------------*/
    section {
        padding: 60px 0 0 0;
    }
    #testimonials {
        padding: 80px 0;
    }
    .owl-pagination {
        bottom: -60px;
    }
    .hide-on-mobile {
        display: none;
    }
    #header-section .column {
        margin: 0;
    }
    #about-icons .column .main {
        margin-top: -75px;
    }
    #about-icons .column span.desc {
        top: 50%;
    }
    #team-photo,ul.filter > li.active:after, ul.filter-target > li.active:after {
        display: none;
    }
    #team-members {
        width: 100%;
        float: none;
    }
    .section-header {
        padding: 0 5%;
    }
    .table {
        padding: 25px 15px;
    }
    #pricing-tables .lbutton {
        margin: 10px 0 0 0;
    }
    .table .price {
        font: 48px/48px "Roboto", Helvetica, Arial, sans-serif;
        font-weight: 300;
    }
    .lbutton {
        padding: 5px 30px;
    }
    #portfolio-wrapper > div {
        width: 50%;
    }
    #about-icons span.desc {
        padding: 0 25px;
    }
    #quote-request {
        text-align: center;
    }
    #quote-request .lbutton {
        float: none;
        margin-left: 15px;
    }
    #quote-request p {
        margin-bottom: 15px;
    }


    .hero-copy.bar {
        bottom: 20px;
    }
    .big_white.scout {
        font-size: 70px;
    }
}
@media screen and (max-width: 768px) {
	 .title-wrapper {
		margin-bottom: 30px;
}
	.title-wrapper .subtitle {
  font-size: 48px;
  line-height: 48px;
}
	.title-wrapper .title {
  font-size: 24px;
  line-height: 24px;
  left: 10px;
  top: 50%;
  padding-left: 0px;
}
	.service-box p {
	margin: -35px 0 20px 0;
}
.service-image {
  width:145px;
  height:120px;
  border: 1px solid #A30050;
  overflow: hidden;
}
.service-title {
	position:relative;
	width: 100%;
	top: -45px;
}
.service-title h3 {
	font-weight:900;
	font-size:11px;
	text-transform: uppercase;
	padding: 5px 0px 5px 5px;
	letter-spacing: 0;
}
.service-title h3 a {
	color:#fff;
	text-decoration:none;
}
	#staff {
	padding-bottom: 40px;
}
	#team-members {
	padding-top: 40px;
}
	
}
/* Medium screens (640px) */

@media screen and (max-width: 640px) {

    #scrollUp {
	display:none;
	}
    #about-icons .column .desc {
        opacity: 1;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    .btn-holder.fashion a {
        bottom: 30px;
    }

    .big_white.spa {
        font-size: 36px;
    }

    .hero-copy.spa {
        font-size: 21px;
        line-height: 32px;
    }

    #map {
        height: 300px;
    }

    #quote-request .lm-button {
        float: none;
    }
    section {
        padding: 40px 0 0 0;
    }
    h1.big_white {
        font-size: 34px;
        line-height: 44px;
        margin: 0 15px;
    }
    .section-tagline {
        margin-bottom: 40px;
    }
    #about-icons .column {
        padding: 20px;
        min-height: 100px;
    }
    #about-icons .column:first-child {
        margin-top: 20px;
    }
    #about-icons .column:hover .main {
        margin-top: 0;
    }
    #about-icons .column .main {
        margin-top: 0;
    }
    #about-icons .column.border {
        border: none!important;
    }
    #about-icons span.desc {
        position: relative;
    }
    #quote {
        padding: 40px 0;
    }
    #quote h2 {
        font-size: 21px;
        line-height: 36px;
    }
    #option-section {
        padding: 40px 0 80px 0;
    }
    #portfolio .container {
        width: 100%;
    }
    ul.filter > li, ul.filter-target > li, #port-filter > li {
        display: block;
        line-height: 25px;
        border: none;
        margin: 0;
        padding: 0;
    }
    ul.filter > li:after,ul.filter-target > li:after, #port-filter > li:after {
        content: none!important;
    }
    ul.filter > li a,ul.filter-target > li a, #port-filter > li a {
        display: block;
        border-top: 1px solid #e6e6e6;
        padding: 10px 0;
        line-height: 26px;
    }
    ul.filter > li:first-child a,ul.filter-target > li:first-child a, #port-filter > li:first-child a {
        display: block;
        border-top: none;
    }
    .filter-row .container, #port-filter .container {
        width: 100%;
    }
    #achievements {
        padding: 60px 0;
    }
    #portfolio-wrapper > div {
        width: 100%;
    }
    #features {
        padding-bottom: 40px;
    }
    #team-members .row, #team-members .row .column:first-child {
        border-right: none;
        border-top: none;
    }
    #team-members .row .column {
        border-bottom: 1px solid #e6e6e6;
    }
    #team-members .row:last-child .column:last-child {
        border-bottom: none;
    }
    #team-members .row .column {
        height: 410px;
    }
    #quote-request p {
        font-size: 28px;
    }
    #quote-request .lbutton {
        margin-left: 0;
    }
    #quote-request {
        padding: 40px 0;
    }
    #quote-request p {
        margin-right: 0;
    }
    #posts h2 {
        line-height: 32px;
        padding: 0 20px;
    }
    #posts h2 a {
        font-size: 21px;
    }
    #testimonials {
        padding: 40px 0 60px 0;
    }
    .owl-pagination {
        bottom: -40px;
    }
    #testimonials blockquote, #testimonials blockquote a {
        font-size: 21px;
        line-height: 36px;
    }
    #twitter .one-tweet {
        display: block;
        font-size: 21px;
        line-height: 32px;
        margin: 25px 0;
        color: #fff;
        font-weight: 300;
    }
    #twitter .one-tweet a {
        color: #f3f3f3;
        font-size: 21px;
        font-weight: 300;
    }
    #posts .post {
        width: 90%;
        margin: auto;
    }
    #contact #form {
        padding: 40px 0
    }
    #contact .row.icons {
        margin-top: 40px;
    }
    #map {
        height: 300px;
    }
    #callout {
        padding: 70px 0;
    }
    #callout input[type="submit"] {
        width: 50%;
        margin: 0;
        padding: 20px;
        margin-top: 25px;
    }
    #portfolio-title {
        font-size: 21px;
    }
    #portfolio-single header .navigation > ul {
        margin: 0;
    }
    #portfolio-single header .navigation li {
        float: right;
        margin-right: -1px;
    }
    #portfolio-single header .navigation li a {
        background-color: #fff;
        font-size: 32px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    #portfolio-single header .navigation li.share a {
        font-size: 21px;
    }
    #portfolio-single header .navigation li ul li {
        float: none;
    }
    .hero-copy.bigger {
    font-size: 22px;
    }
    .queryloader__overlay__bar {
        display: none!important;
    }
}
@media screen and (max-width: 479px) {
	#header-section {
    height: 150px;
}
	.logo {
	margin-top:60px;
	width: 300px;
}
	.home-slider {
        display: none!important;
    }
	#about {
		margin-top: 50px;
    }

	 .title-wrapper {
		margin-bottom: 30px;
}
	.title-wrapper .subtitle {
  font-size: 28px;
  line-height: 28px;
}
	.title-wrapper .title {
  font-size: 14px;
  line-height: 14px;
  left: 10px;
  top: 50%;
  padding-left: 0px;
}
	#quote h2{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
	letter-spacing: 2px;
	width: 100%;
}
	
	}
	
	