@font-face {
    font-family: 'couture';
    src: url('../fonts/couture_bold-webfont.eot');
    src: url('../fonts/couture_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/couture_bold-webfont.woff2') format('woff2'),
    url('../fonts/couture_bold-webfont.woff') format('woff'),
    url('../fonts/couture_bold-webfont.svg#couture') format('svg');
    font-weight:700;
    font-style: normal;

}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'tex_gyre_adventor_regular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
    url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
    url('../fonts/texgyreadventor-regular-webfont.svg#tex_gyre_adventor_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before,.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

*:before, *:after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

ol li {
    font-size: initial;
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both;
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0;
}
.our-services2 {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float:left;
}

.col-sm-12 {
    width: 100%
}

.col-sm-11 {
    width: 91.66666666666666%
}

.col-sm-10 {
    width: 83.33333333333334%
}

.col-sm-9 {
    width: 75%
}

.col-sm-8 {
    width: 66.66666666666666%
}

.col-sm-7 {
    width: 58.333333333333336%
}

.col-sm-6 {
    width: 50%
}

.col-sm-5 {
    width: 41.66666666666667%
}

.col-sm-4 {
    width: 33.33333333333333%
}

.col-sm-3 {
    width: 25%
}

.col-sm-2 {
    width: 16.666666666666664%
}

.col-sm-1 {
    width: 8.333333333333332%
}

.col-sm-pull-12 {
    right: 100%
}

.col-sm-pull-11 {
    right: 91.66666666666666%
}

.col-sm-pull-10 {
    right: 83.33333333333334%
}

.col-sm-pull-9 {
    right: 75%
}

.col-sm-pull-8 {
    right: 66.66666666666666%
}

.col-sm-pull-7 {
    right: 58.333333333333336%
}

.col-sm-pull-6 {
    right: 50%
}

.col-sm-pull-5 {
    right: 41.66666666666667%
}

.col-sm-pull-4 {
    right: 33.33333333333333%
}

.col-sm-pull-3 {
    right: 25%
}

.col-sm-pull-2 {
    right: 16.666666666666664%
}

.col-sm-pull-1 {
    right: 8.333333333333332%
}

.col-sm-pull-0 {
    right: 0;
}

.col-sm-push-12 {
    left: 100%
}

.col-sm-push-11 {
    left: 91.66666666666666%
}

.col-sm-push-10 {
    left: 83.33333333333334%
}

.col-sm-push-9 {
    left: 75%
}

.col-sm-push-8 {
    left: 66.66666666666666%
}

.col-sm-push-7 {
    left: 58.333333333333336%
}

.col-sm-push-6 {
    left: 50%
}

.col-sm-push-5 {
    left: 41.66666666666667%
}

.col-sm-push-4 {
    left: 33.33333333333333%
}

.col-sm-push-3 {
    left: 25%
}

.col-sm-push-2 {
    left: 16.666666666666664%
}

.col-sm-push-1 {
    left: 8.333333333333332%
}

.col-sm-push-0 {
    left: 0;
}

.col-sm-offset-12 {
    margin-left: 100%
}

.col-sm-offset-11 {
    margin-left: 91.66666666666666%
}

.col-sm-offset-10 {
    margin-left: 83.33333333333334%
}

.col-sm-offset-9 {
    margin-left: 75%
}

.col-sm-offset-8 {
    margin-left: 66.66666666666666%
}

.col-sm-offset-7 {
    margin-left: 58.333333333333336%
}

.col-sm-offset-6 {
    margin-left: 50%
}

.col-sm-offset-5 {
    margin-left: 41.66666666666667%
}

.col-sm-offset-4 {
    margin-left: 33.33333333333333%
}

.col-sm-offset-3 {
    margin-left: 25%
}

.col-sm-offset-2 {
    margin-left: 16.666666666666664%
}

.col-sm-offset-1 {
    margin-left: 8.333333333333332%
}

.col-sm-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float:left;
}

.col-md-12 {
    width: 100%
}

.col-md-11 {
    width: 91.66666666666666%
}

.col-md-10 {
    width: 83.33333333333334%
}

.col-md-9 {
    width: 75%
}

.col-md-8 {
    width: 66.66666666666666%
}

.col-md-7 {
    width: 58.333333333333336%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.66666666666667%
}

.col-md-4 {
    width: 33.33333333333333%
}

.col-md-3 {
    width: 25%
}

.col-md-2 {
    width: 16.666666666666664%
}

.col-md-1 {
    width: 8.333333333333332%
}

.col-md-pull-12 {
    right: 100%
}

.col-md-pull-11 {
    right: 91.66666666666666%
}

.col-md-pull-10 {
    right: 83.33333333333334%
}

.col-md-pull-9 {
    right: 75%
}

.col-md-pull-8 {
    right: 66.66666666666666%
}

.col-md-pull-7 {
    right: 58.333333333333336%
}

.col-md-pull-6 {
    right: 50%
}

.col-md-pull-5 {
    right: 41.66666666666667%
}

.col-md-pull-4 {
    right: 33.33333333333333%
}

.col-md-pull-3 {
    right: 25%
}

.col-md-pull-2 {
    right: 16.666666666666664%
}

.col-md-pull-1 {
    right: 8.333333333333332%
}

.col-md-pull-0 {
    right: 0;
}

.col-md-push-12 {
    left: 100%
}

.col-md-push-11 {
    left: 91.66666666666666%
}

.col-md-push-10 {
    left: 83.33333333333334%
}

.col-md-push-9 {
    left: 75%
}

.col-md-push-8 {
    left: 66.66666666666666%
}

.col-md-push-7 {
    left: 58.333333333333336%
}

.col-md-push-6 {
    left: 50%
}

.col-md-push-5 {
    left: 41.66666666666667%
}

.col-md-push-4 {
    left: 33.33333333333333%
}

.col-md-push-3 {
    left: 25%
}

.col-md-push-2 {
    left: 16.666666666666664%
}

.col-md-push-1 {
    left: 8.333333333333332%
}

.col-md-push-0 {
    left: 0;
}

.col-md-offset-12 {
    margin-left: 100%
}

.col-md-offset-11 {
    margin-left: 91.66666666666666%
}

.col-md-offset-10 {
    margin-left: 83.33333333333334%
}

.col-md-offset-9 {
    margin-left: 75%
}

.col-md-offset-8 {
    margin-left: 66.66666666666666%
}

.col-md-offset-7 {
    margin-left: 58.333333333333336%
}

.col-md-offset-6 {
    margin-left: 50%
}

.col-md-offset-5 {
    margin-left: 41.66666666666667%
}

.col-md-offset-4 {
    margin-left: 33.33333333333333%
}

.col-md-offset-3 {
    margin-left: 25%
}

.col-md-offset-2 {
    margin-left: 16.666666666666664%
}

.col-md-offset-1 {
    margin-left: 8.333333333333332%
}

.col-md-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float:left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666666666666%
}

.col-lg-10 {
    width: 83.33333333333334%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666666666666%
}

.col-lg-7 {
    width: 58.333333333333336%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666666666667%
}

.col-lg-4 {
    width: 33.33333333333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.666666666666664%
}

.col-lg-1 {
    width: 8.333333333333332%
}

.col-lg-pull-12 {
    right: 100%
}

.col-lg-pull-11 {
    right: 91.66666666666666%
}

.col-lg-pull-10 {
    right: 83.33333333333334%
}

.col-lg-pull-9 {
    right: 75%
}

.col-lg-pull-8 {
    right: 66.66666666666666%
}

.col-lg-pull-7 {
    right: 58.333333333333336%
}

.col-lg-pull-6 {
    right: 50%
}

.col-lg-pull-5 {
    right: 41.66666666666667%
}

.col-lg-pull-4 {
    right: 33.33333333333333%
}

.col-lg-pull-3 {
    right: 25%
}

.col-lg-pull-2 {
    right: 16.666666666666664%
}

.col-lg-pull-1 {
    right: 8.333333333333332%
}

.col-lg-pull-0 {
    right: 0;
}

.col-lg-push-12 {
    left: 100%
}

.col-lg-push-11 {
    left: 91.66666666666666%
}

.col-lg-push-10 {
    left: 83.33333333333334%
}

.col-lg-push-9 {
    left: 75%
}

.col-lg-push-8 {
    left: 66.66666666666666%
}

.col-lg-push-7 {
    left: 58.333333333333336%
}

.col-lg-push-6 {
    left: 50%
}

.col-lg-push-5 {
    left: 41.66666666666667%
}

.col-lg-push-4 {
    left: 33.33333333333333%
}

.col-lg-push-3 {
    left: 25%
}

.col-lg-push-2 {
    left: 16.666666666666664%
}

.col-lg-push-1 {
    left: 8.333333333333332%
}

.col-lg-push-0 {
    left: 0;
}

.col-lg-offset-12 {
    margin-left: 100%
}

.col-lg-offset-11 {
    margin-left: 91.66666666666666%
}

.col-lg-offset-10 {
    margin-left: 83.33333333333334%
}

.col-lg-offset-9 {
    margin-left: 75%
}

.col-lg-offset-8 {
    margin-left: 66.66666666666666%
}

.col-lg-offset-7 {
    margin-left: 58.333333333333336%
}

.col-lg-offset-6 {
    margin-left: 50%
}

.col-lg-offset-5 {
    margin-left: 41.66666666666667%
}

.col-lg-offset-4 {
    margin-left: 33.33333333333333%
}

.col-lg-offset-3 {
    margin-left: 25%
}

.col-lg-offset-2 {
    margin-left: 16.666666666666664%
}

.col-lg-offset-1 {
    margin-left: 8.333333333333332%;
    width: 100%;
}

.col-lg-offset-1a {
    width: 100%;
}

.col-lg-offset-0 {
    margin-left: 0;
}
}

a {
    color: #ec008c;
}

.wpui-tabs-nav-holder {
    display: none!important;
}

.header nav ul.nav li ul.sub-menu li a {
    width: 100%!important;
    text-decoration: none!important;
    color: #fff;
}

.page-template-page-approved-php .header {
    background: url("../images/bg-white-header.png") repeat scroll 0 0 transparent!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: BORDER-BOX;
}

.page-template-page-approved-php {
    background: #1e1f23;
}

body.home .page-template-page-approved-php {
    background: #fff;
}

.page-template-page-approved-php #logo {
    padding: 0px 0;
    margin: 18px 0px;
    float: left;
    margin-bottom: 5px;
    width: 25%;
    margin: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-template-page-approved-php #logo img {
    width: 100%;
    height: auto;
}

.page-template-page-approved-php .header nav ul.nav li a {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    height: auto;
    float: none;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 16px;
}

.page-template-page-approved-php .header nav {
    float: right;
    z-index: 101;
    margin-top: 30px;
    background-color: transparent;
    height: auto;
    width: auto;
    margin-left: 23px;
}

.page-template-page-approved-php #inner-header {
    width: 100%;
    margin: 0 auto;
}

.page-template-page-approved-php .header nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: left;
}

.page-template-page-approved-php #content {
    min-height: 550px;
    margin-top: 0;
    background-size: 100% auto!important;
    overflow: hidden;
}

body.home .page-template-page-approved-php #content {
    min-height: 100%;
}

.page-template-page-approved-php #content .bot-content {
    background: #fff;
    padding: 15px 0 0px 0;
}

.page-template-page-approved-php #content .bot-content h2 {
    color: #000;
    margin-bottom: 10px;
    font-family: arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 21px;
}
.page-template-template_inthenews .wrap-cate .vc_responsive{border:0!important}
.page-template-template_inthenews #content .bot-content h1.pagetitle,.page-template-page-approved-php #content .bot-content h2.title, .page-template-page-approved-php #content .bot-content h1.title {
    background: url(../images/border-title.png) repeat-x center bottom transparent;
    background-size: auto 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    padding-top: 15px;
}

.page-template-page-approved-php #content .bot-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ec008c!important;
}

.page-template-page-approved-php #content .bot-content h4 {
    font-size: 16px;
    font-weight: 700;
}

.page-template-page-approved-php #content .bot-content h5 {
    font-family: arial,sans-serif;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #6f6f6f;
}

.page-template-page-approved-php #content .bot-content a {
    color: #ec008c;
    border-radius: 7px;
}

.page-template-page-approved-php #content .bot-content .wp-pagenavi a {
    display: inline-block;
    font-size: 15px;
}

.page-template-page-approved-php #content .bot-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.page-template-page-approved-php #content .bot-content img.aligncenter {
    display: block;
    margin: 10px auto;
}

.page-template-page-approved-php #content .bot-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

body.page-id-166 .page-template-page-approved-php #content .bot-content iframe {
    width: 100%!important;
}

.page-template-page-approved-php #content .bot-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em;
}

.page-template-page-approved-php #content .bot-content table.econtent {
    margin-top: 0px!important;
}

.page-template-page-approved-php #content .bot-content tr {
    border-bottom: 1px solid #eaedf2;
}

.page-template-page-approved-php #content .bot-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2;
}

.page-template-page-approved-php #content .bot-content tr:nth-child(even) {
    background-color: #f8f9fa;
}


.page-template-page-approved-php #content .bot-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}

.page-template-page-approved-php #content .bot-content .entry-content .wp-caption .wp-caption-text {
    text-align: center;
    font-size: 14px;
    margin: 2px 0px;
}

.page-template-page-approved-php #content .bot-content ul {
    list-style-type: disc;
    padding-left: 17px;
    margin-top: 0;
    margin-left: 12px;
}

.page-template-page-approved-php #content .bot-content ul li {
    margin-bottom: 15px;
    font-size: 16px;
}
.single-services .page-template-page-approved-php .wrap-content {
    padding-top: 90px;
}

.page-template-page-approved-php .wrap-content {
    width: 92%;
    margin: 0 auto;
    padding-top: 95px;
    padding-top: 160px;
}
@media (max-width: 1200px){
    .page-template-page-approved-php .wrap-content {
    padding-top: 80px;     
}   
}
.main-content.main-content-2 {
    width: 92%!important;
    margin-left: auto;
    margin-right: auto;
    display: BLOCK;
    float: NONE!important;
    clear: both;
}
.main-content.main-content-2 .bot-content{min-height: 10px!important;}
/*.page-template-page-approved-php .wrap-content:not(:root:root) { 
padding-top: 100px;
}*/
.spotlight-top .box {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 7px 7px 7px 7px;
    width: 32.65%;
    padding: 10px 14px 14px 14px;
    margin-right: 1%;
    float: left;
    background: url(../images/bg-pink2.png)repeat-x 0 0 transparent;
    box-sizing: border-box;
    background-size: auto 100%;
}

.spotlight-top .box .textwidget {
    border-top: 3px dotted #fff;
}

.spotlight-top .mid-box {
    margin-right: 0px!important;
}

.spotlight-top .right-box {
    margin-right: 0px!important;
    float: right;
}

.spotlight-top .box p {
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 0px;
}

.spotlight-top .box:hover p {
    font-size: 13px;
}

.spotlight-top .box .link {
    border: none;
    padding-top: 0;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
}

.spotlight-top .box br {
    display: none;
}

.spotlight-top .box h3 {
    display: none;
}

.spotlight-top .box h3 {
    color: #fff;
    font-weight: 700;
    text-align: right;
    font-size: 23px!important;
    margin-bottom: 0px!important;
    margin-top: 4px!important;
}

.spotlight-top .box h2 {
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: right;
    font-size: 23px!important;
    margin-bottom: 0px!important;
    margin-top: 4px!important;
}

.spotlight-top .box a {
    text-align: right;
    background: none;
    color: #000;
    font-family: arial,sans-serif;
    padding: 0;
    display: BLOCK;
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

.spotlight-top .box a.link2 {
    width: 100%;
    text-decoration: none;
    text-align: left;
}

.page-template-page-approved-php .main-content {
    float: left;
    width: 71%;
}

.page-template-template-staff .page-template-page-approved-php .main-content {
    width: 69%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .main-content {
    width: 100%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php #content .bot-content {
    width: 1010px;
    margin: 0 auto;
    padding: 0;
    padding-top: 1.5%;
    min-height: inherit;
}

.page-template-page-approved-php .right-sidebar {
    float: right;
    width: 25%;
}

.page-template-page-approved-php .right-sidebar .widget {
    padding: 0px;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget2 {
    background: #fff;
    padding: 2% 5%;
    color: #000;
    background-size: auto 100%;
    border-radius: 0px 0px 7px 7px;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 1px #777;
}

.page-template-page-approved-php .right-sidebar .blog ul li a.post-title:Hover {
    text-decoration: none;
    color: #ec008c;
}

.page-template-page-approved-php .right-sidebar .blog ul li a.post-title h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 16px;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget p {
    margin-bottom: 10px;
    background: url(../images/sprite1.png) no-repeat left 5px transparent;
    padding-left: 25px;
    background-size: 15px auto;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget p.submit {
    background: none;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget input,.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget select {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 13px;
    text-transform: none;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    font-family: Arial,sans-serif;
    box-sizing: border-box;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget select {
    width: 100%;
}

.page-template-page-approved-php .right-sidebar .sidebar1 iframe {
    height: 390px!important;
}

.page-template-page-approved-php .right-sidebar .sidebar1 {
    margin-bottom: 37px;
}

.page-template-page-approved-php .right-sidebar .sidebar2 {
    padding: 10px 15px 1px 15px;
    margin-bottom: 32px;
    padding: 0px;
}

.page-template-page-approved-php .right-sidebar .sidebar2 h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 0px;
    background: url(../images/bg-title.png) repeat-x 0 0 transparent;
    height: 69px;
    line-height: 69px;
    font-family: helveticaneuelight;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .boxes-title {
    background-color: #000;
    border-radius: 7px 7px 0px 0px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 h2.widgettitle,.page-template-page-approved-php .right-sidebar .boxes-title h2 {
    border-radius: 7px 7px 0px 0px;
}

.page-template-page-approved-php .right-sidebar .textwidget {
    border-radius: 0px 0px 7px 7px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 #pardot-form {
    border-radius: 0px 0px 7px 7px;
}

.page-template-page-approved-php .right-sidebar .menu-footer-menu-mobile-left-container {
    border-radius: 0px 0px 7px 7px;
}

.page-template-page-approved-php .right-sidebar .sidebar2 h2 {
    border-radius: 7px 7px 0px 0px;
}

.page-template-page-approved-php .right-sidebar .book-online {
    background: url(../images/book-online-now.png) no-repeat center top transparent;
    background-size: 100% auto;
    min-height: 260px;
    box-sizing: BORDER-BOX;
    padding-top: 75px;
    padding-left: 90px;
}

.page-template-page-approved-php .right-sidebar .book-online .boxes-title {
    display: none;
}

.page-template-page-approved-php .right-sidebar .book-online h3 {
    font-weight: 700;
    font-size: 9px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:10px;
    margin-bottom: 20px;

}

.page-template-page-approved-php .right-sidebar .book-online ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    margin-left:15px;
}

.page-template-page-approved-php .right-sidebar .book-online ul li {
    margin-bottom: 3px!important;
    padding-left: 0px;
    list-style-type: disc;
    color: #ec008c;
}

.page-template-page-approved-php .right-sidebar .book-online ul li a {
    color: #000;
    font-size: 12px;
}

.page-template-page-approved-php .right-sidebar .book-online ul li a:hover {
    color: #ed1495;
}

.page-template-page-approved-php .right-sidebar-service .hyperhidrosis h2,.page-template-page-approved-php .right-sidebar-service  h2.widgettitle ,.page-template-page-approved-php .right-sidebar .blog .boxes-title h2,.page-template-template_inthenews .right-sidebar .blog h2  {
    background: url(../images/boder-blog.png) no-repeat center bottom transparent;
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: inherit;
    font-family: arial,sans-serif;
}
.page-template-page-approved-php .right-sidebar-service .hyperhidrosis a:hover {
    text-decoration: none;
    cursor: pointer;
}

.page-template-page-approved-php .right-sidebar-service .hyperhidrosis h2 {
    margin-bottom: 20px;
    text-decoration: none;
}
.hyperhidrosis .section-bottom {
    margin: 0 0 2.2em 0;
}
.page-template-page-approved-php .right-sidebar .party {
    position: RELATIVE;
}

.page-template-page-approved-php .right-sidebar-service .party .widgettitle,.page-template-page-approved-php .right-sidebar .party .boxes-title {
    display: none;
}

.page-template-page-approved-php .right-sidebar .party .top-img-party {
}

.page-template-page-approved-php .right-sidebar .party .top-img-party img {
    width: 56%;
    height: auto;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party {
    background: url(../images/bg-party2.png) no-repeat 0 0 transparent;
    background-size: 100% auto;
    position: ABSOLUTE;
    top: 0;
    width: 100%;
    padding-left: 52.5%;
    box-sizing: border-box;
    padding-top: 5%;
    min-height: 170px;
    height: 100%;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party ul {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party ul li {
    color: #ed1194;
    margin-bottom: 5px!important;
    font-size: 12px;
    background-size: 20px auto;
    margin-left: 34px;
    list-style-image: url(../images/li-star.png);
}

.page-template-page-approved-php .right-sidebar .blog {
}

.page-template-page-approved-php .right-sidebar .blog ul {
    list-style: none;
    padding-left: 0;
}

.page-template-page-approved-php .right-sidebar .blog ul li {
    overflow: HIDDEN;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 20px!important;
    padding-bottom: 20px;
}

.page-template-page-approved-php .right-sidebar .blog ul li .thumb {
    width: 35%;
    float: left;
}

.page-template-page-approved-php .right-sidebar .blog ul li .thumb img {
    width: 100%;
    height: auto;
    margin: 0px;
}

.page-template-page-approved-php .right-sidebar .blog ul li .content {
    float: left;
    width: 65%;
    padding-left: 15px;
    box-sizing: border-box;
    color: #000;
}

.page-template-page-approved-php .right-sidebar .blog ul li .content h3 {
    font-size: 20px;
}

.page-template-page-approved-php .right-sidebar .blog ul li .content p {
    color: #ec008c;
    text-transform: uppercase;
}

.page-template-page-approved-php .right-sidebar .sidebar1 h2 {
    display: block;
    height: 90px;
    background-size: auto 70px;
}

.page-template-page-approved-php .right-sidebar .sidebar1 h2 {
    display: block;
    height: auto;
    background-size: auto 70px;
    color: #fff;
    line-height: 45px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-approved-php .right-sidebar .sidebar1 h2 span {
    color: #ec008c;
}

.page-template-page-approved-php .right-sidebar #nav_menu-13.sidebar2 h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 2.4%;
}

.page-template-page-approved-php .right-sidebar .sidebar2 ul {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style: none;
    padding-left: 0;
}

.page-template-page-approved-php .right-sidebar .sidebar2 ul li {
    padding: 0;
    margin-bottom: 5px!important;
    padding-left: 5%;
    background-color: #2f3037;
}

.page-template-page-approved-php .right-sidebar .sidebar2 ul li:last-child {
    border-bottom: none;
}

.page-template-page-approved-php .right-sidebar .sidebar2 ul li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    line-height: 21px;
}

.page-template-page-approved-php .right-sidebar .sidebar2 ul li a:hover {
    background: url(../images/arrow-pink.png) no-repeat left center transparent;
    background-size: 10px auto;
    color: #de0055;
    padding-left: 15px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 h2 {
    background: url(../images/bg-title.png) repeat-x 0 0 transparent;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    height: 69px;
    line-height: 69px;
    font-size: 25px;
    font-family: helveticaneuelight;
}

.page-template-page-approved-php .right-sidebar .sidebar3 #pardot-form {
    background: #323239;
    padding: 4% 4%;
}

.page-template-page-approved-php .right-sidebar .sidebar3 .image-signup {
    line-height: 0;
}

.page-template-page-approved-php .main-content .phone h3, body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .phone h3 {
    top: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    margin-top: 37px;
    padding-left: 10px;
    margin-bottom: 115px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .phone {
    width: 1250px;
    margin: 0 auto;
    padding-top: 11%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form {
    position: absolute;
    bottom: 6px;
    background: url("../images/bg-black.png") repeat scroll 0 0 transparent!important;
    left: 0;
    right: 0;
}

body.page-template-template_full_width_blue .page-template-page-approved-php .top-form {
    background: #000!important;
}

body.page-template-page-templatestemplate_full_width-php .wrap-content,body.page-template-page-templatestemplate_full_width_blue-php .wrap-content {
    padding-top: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form {
    width: 1200px;
    margin: 0 auto;
    overflow: HIDDEN;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .icon-gif,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .icon-gif {
    float: left;
    width: 15%;
    vertical-align: middle;
    padding-top: 1.9%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .form-box,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .form-box {
    float: RIGHT;
    width: 84%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 83px;
    padding-top: 16px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .wrap-content {
    width: 100%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .main-content {
    background: #fff;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .bot-content .vc_span6.col4 {
    width: 35%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .bot-content .vc_span6.col6 {
    width: 65%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .bot-content .vc_span6.col6 img {
    width: 100%;
    height: auto;
}

.page-template-page-approved-php .right-sidebar .sidebar4 h2,.page-template-page-approved-php .right-sidebar .sidebar6 .boxes-title h2 {
    background: url(../images/bg-title-request.jpg) repeat-x 0 0 transparent;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    height: 69px;
    line-height: 69px;
    font-size: 31px;
    font-family: helveticaneuelight;
}

.page-template-page-approved-php .main-content .phone span, body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .phone span {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
}

.page-template-page-approved-php .spotlight-top {
    overflow: hidden;
    margin-bottom: 12px;
}

.footer-approved {
}

.page-template-page-approved-php #wrap-main {
    padding-bottom: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php #wrap-main, body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php #wrap-main {
    background: #fff;
}

.page-template-page-approved-php .right-sidebar .skinscene2 {
    width: 100%;
}

.page-template-page-approved-php .right-sidebar .sidebar3 {
    margin-bottom: 30px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 #email_newsletter {
    margin-top: 0;
    background: #fff;
    height: 35px;
    line-height: 35px;
    border: 2px solid #ec008c;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-family: arial,sans-serif;
    color: #4f4747;
    padding-left: 10px;
    box-sizing: BORDER-BOX;
    font-size: 15px;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform .text-input,.page-template-page-approved-php .right-sidebar .sidebar7 #searchform .text-input {
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin-bottom: 0px;
    color: #000;
    font-family: century gothic;
    float: left;
    width: 85%;
    background: #fff;
    border: 0;
    padding-left: 5px;
    box-sizing: border-box;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform #searchsubmit,.page-template-page-approved-php .right-sidebar .sidebar7 #searchform #searchsubmit {
    float: left;
    width: 15%;
    background: url(../images/search.png) no-repeat center center transparent;
    height: 25px;
    border: none;
    font-size: 0;
    background-size: auto 85%;
    border-left: 3px solid #6f6f6f;
    margin: 5px 0;
    border-radius: 0;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform, .page-template-page-approved-php .right-sidebar .sidebar7 #searchform {
    overflow: HIDDEN;
    border: 2px solid #ec008c;
    background: #fff;
    border-radius: 4px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 .submitButton,.page-template-page-approved-php .right-sidebar .sidebar4 .submitButton, .page-template-page-approved-php .right-sidebar .sidebar5 #searchform .searchsubmit,.page-template-page-approved-php .right-sidebar .sidebar7 #searchform .searchsubmit,.page-template-page-approved-php .right-sidebar .sidebar1 p.submit input {
    background: url(../images/bg-button-pink.jpg) repeat-x 0 0 transparent;
    width: 100%;
    background-size: auto 100%;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    font-family: arial,sans-serif;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}

.page-template-page-approved-php .right-sidebar .sidebar5 .screen-reader-text,.page-template-page-approved-php .right-sidebar .sidebar7 .screen-reader-text {
    display: none;
}

.page-template-page-approved-php .right-sidebar .sidebar5, .page-template-page-approved-php .right-sidebar .sidebar7 {
    background: url(../images/bg-title-request.jpg) repeat-x 0 0 transparent;
    padding: 4% 4%;
    overflow: HIDDEN;
    box-sizing: border-box;
}

.page-template-page-approved-php .right-sidebar .sidebar4 .wrap-button {
    padding: 0 4%;
    padding-bottom: 10px;
}

.page-template-page-approved-php .right-sidebar .sidebar6 {
    background: #2d2d32;
    padding-bottom: 4%;
}

.page-template-page-approved-php .right-sidebar .sidebar6-mobile {
    display: none;
}

.page-template-page-approved-php .right-sidebar .sidebar6 select {
    margin: 4% 4% 0% 4%;
    width: 92%;
    background-color: #fff;
    height: 35px;
    border: 2px solid #ec008c;
    border-radius: 4px;
    color: #000;
    line-height: 31px;
    font-family: century gothic;
    max-width: 100%;
}

.top-menu-footer .boxes-title h2 {
    color: #ec008c;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
}

.top-menu-footer ul {
    margin-top: 0px;
}

.top-menu-footer ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.top-menu-footer {
    overflow: HIDDEN;
    text-align: CENTER;
}

.top-menu-footer .col {
    width: 215px;
    display: inline-block;
    text-align: left;
    vertical-align: TOP;
    padding-left: 0%;
    box-sizing: BORDER-BOX;
}

.top-menu-footer .col ul {
    padding: 0;
}

.top-menu-footer .col ul li {
    margin-bottom: 5px;
    list-style: none;
}

.top-menu-footer .col ul li a {
}

.top-menu-footer .col .textwidget p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.top-menu-footer .col .boxes-title {
    min-height: 25px;
}

.top-menu-footer .col3 h2 {
    display: none;
}

.footer-approved .footer-cols-page {
    width: 100%;
    background: url(../images/bg-footer.jpg) repeat-x 0 0 transparent;
    margin-top: -87px;
    padding-top: 87px;
    background-size: 100% auto;
}

.footer-approved .img-footer {
    background: url(../images/line2.jpg) repeat-x 0 15px transparent;
    background-size: auto 3px;
    margin-bottom: 27px;
}

.footer-approved .img-footer img {
    background: #303030;
    padding: 0px 20px;
}

.page-template-page-approved-php #hsocial {
    margin-top: 6px;
    margin: 0 auto;
    padding: 9px 0px;
    float: right;
}

.page-template-page-approved-php #hsocial li {
    margin-right: 0px!important;
    width: inherit!important;
    height: inherit!important;
    margin-left: 10px!important;
}

.page-template-page-approved-php #hsocial li a {
    margin-right: 0px;
    background: url(../images/social-pink.png) no-repeat 0 0 transparent;
    width: 30px!important;
    height: 30px!important;
}

.page-template-page-approved-php #hsocial li.youtube a {
    background-position: 67.5% 0;
}

.page-template-page-approved-php #hsocial li.twitter a {
    background-position: 33% 0;
}

.page-template-page-approved-php #hsocial li.facebook a {
    background-position: 0 0;
}

.page-template-page-approved-php #hsocial li.gplus a {
    background-position: 101.5% 0;
}

.footer-approved .footer-social {
    z-index: 10;
    position: RELATIVE;
}

.footer-approved .footer-social ul#social li {
    float: none;
    margin: 0px;
    display: inline-block;
}

.footer-approved .footer-social ul#social li a {
    margin-right: 0px;
    background: url(../images/social-white.png) no-repeat 0 0 transparent;
    width: 31px!important;
    height: 30px!important;
    font-size: 0;
    display: BLOCK;
    background-size: auto 100%;
    padding-top: 20px;
    box-sizing: BORDER-BOX;
}

.footer-approved .footer-social ul#social li a.facebook {
    background-position: 0 0;
}

.footer-approved .footer-social ul#social li a.twitter {
    background-position: 33% 0;
}

.footer-approved .footer-social ul#social li a.youtube {
    background-position: 68% 0;
}

.footer-approved .footer-social ul#social li a.blog {
    background-position: 101.3% 0;
}

.footer-approved .footer-social ul#social li a.yelp {
    background: url(../images/yelp.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-approved .footer-social ul#social li a.gplus1 {
    background: url(../images/google_plus.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-approved .footer-social ul#social li a.gplus2 {
    background: url(../images/google_plus2.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-approved .footer-social .col-wrapper {
    width: 1070px!important;
    margin: 0 auto;
    overflow: hidden;
}

.footer-approved .footer-social #social {
    width: auto;
    float: none;
    overflow: HIDDEN;
    padding: 0 10px;
    margin-bottom: 6px;
    background: url(../images/bg-social.png) no-repeat center top transparent;
    background-size: 385px auto;
    min-height: 100px;
    text-align: CENTER;
    padding-top: 25px;
    box-sizing: BORDER-BOX;
}

.bot-footer-approved {
    background: url(../images/border-footer.png) repeat-x center top #de0055;
    padding-top: 22px;
    height: 100%;
    padding-bottom: 10px;
}

.bot-footer-approved .widget {
    margin-bottom: 0px;
}

.bot-footer-approved p, .bot-footer-approved a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px;
}

.bot-footer-approved ul {
    text-align: center;
    margin-top: 0;
}

.bot-footer-approved ul li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 15px;
    font-size: 16px;
    padding-right: 4px;
}

.bot-footer-approved ul li:last-child {
    border-right: none;
}

.bot-footer-approved img {
    width: 1040px;
    margin: 0 auto;
    display: block;
}

.footer-approved .top-menu-footer .col1 #menu-item-65 {
    display: none;
}

#content .footer-approved .top-menu-footer ul li {
    margin-bottom: 7px;
    line-height: 13px;
}

.right-sidebar #categories-3 li.cat-item-26, .right-sidebar .siderbar2 li.cat-item-27 {
    display: none!important;
}

body.postid-1257 .page-template-page-approved-php #content .bot-content td,body.postid-1257 .page-template-page-approved-php #content .bot-content table {
    border: none;
}

.page-template-page-approved-php #content table.day .title-table {
    background: #f3f3f3;
    text-align: center;
}

.page-template-page-approved-php #content table.day .title-table h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'EB Garamond', serif;
    color: #ec008c;
}

.page-template-page-approved-php #content .bot-content table.day {
    border: 1px solid #8a8a8a;
}

.page-template-page-approved-php #content .bot-content table.day h2 {
    font-family: 'EB Garamond', serif;
    color: #000;
    font-size: 20px;
    line-height: 20px;
}

.page-template-page-approved-php #content .bot-content table.day p,.page-template-page-approved-php #content .bot-content table.day td {
    font-size: 16px;
}

.page-template-page-approved-php #content .bot-content table.day td {
    border-right: 1px solid #8a8a8a;
}

.page-template-page-approved-php #content .bot-content table.day td ul {
    text-align: left;
}

.page-template-page-approved-php #content .bot-content table.day tr {
    border-bottom: 1px solid #8a8a8a;
}

.page-template-page-approved-php #content table.day .title-row {
    background: #00b3d8;
    color: #fff;
    text-align: center;
}

table.day .day-col1 {
    width: 30%;
}

table.day .day-col2 {
    width: 21%;
}

table.day .day-col3 {
    width: 49%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.error404 .videoWrapper iframe {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: block;
    right: 0;
}

body.error404 .bot-content .screen-reader-text {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 6px;
    font-size: 15px;
}

body.error404 .bot-content #searchform .text-input {
    border: 2px solid #de0055;
    background: #fff;
    color: #000;
    font-family: century gothic;
    float: left;
    width: 80%;
    max-width: 79%;
    height: 35px;
    line-height: 22px;
    padding-left: 1%;
    box-sizing: border-box;
}

body.error404 .bot-content #searchform #searchsubmit {
    background: url(../images/bg-button-pink.jpg) repeat-x 0 0 transparent;
    width: 20%;
    background-size: auto 100%;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    font-family: arial,sans-serif;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    float: right;
}

body.page-template-template-webinar #main {
    margin-top: 10%;
    width: 1250px;
}

body.page-template-template-webinar .page-template-page-approved-php {
    /*background:#fff;*/
}

body.page-template-page-templatestemplate-webinar-php .page-template-page-approved-php #content .wrapstream h1 {
    color: #fff;
    font-size: 30px!important;
    text-align: center;
    margin-top: 60px;
    padding: 0 2%;
    text-transform: inherit;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard {
    padding-left: 0;
    margin: 0 auto;
    display: block;
    width: 343px!important;
    text-align: center;
}

.header nav ul li ul {
    display: none;
}

.header nav ul li:hover ul {
    display: block;
}

.header nav ul li:hover ul ul {
    display: none;
    top: 0;
}

.header nav ul li ul ul {
    display: none;
    left: 100%!important;
    top: 0;
}

.header nav ul li ul li:hover ul {
    display: block;
}

.page-template-page-approved-php #content .bot-content .our-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: HIDDEN;
}

.page-template-page-approved-php #content .bot-content .our-services ul li {
    float: left;
    width: 30%;
    margin: 1.5%;
    border: 2px solid #ebebeb;
    box-sizing: BORDER-BOX;
    position: RELATIVE;
    overflow: hidden;
    border-radius: 7px 7px 7px 7px;
}

.page-template-page-approved-php #content .bot-content .our-services ul li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.page-template-page-approved-php #content .bot-content .our-services ul li a img.attachment-thumbnail {
    width: 100%;
    height: auto;
}

.page-template-page-approved-php #content .bot-content .our-services ul li a.link {
    background: #000000;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-align: CENTER;
    text-decoration: none;
    position: ABSOLUTE;
    bottom: 0;
    width: 100%;
    box-sizing: BORDER-BOX;
    padding: 7px 0 7px 0;
    border-radius: 0px 0px 7px 7px;
}

.page-template-page-approved-php #content .bot-content .our-services ul li .arrow {
    position: ABSOLUTE;
    width: 9%;
    height: 100%;
    display: BLOCK;
    right: 0;
    border-radius: 0px 0px 7px 0px;
    bottom: 0;
    background: url(../images/sprite-arrow.png)no-repeat center center #ed1194;
    background-size: 45% auto;
}

.page-template-page-approved-php .main-content .testimonials {
    background: #fff;
    padding: 5px 34px 40px 34px;
}

.page-template-page-approved-php .main-content .testimonials h2 {
    background: url(../images/border-title.png) repeat-x center bottom transparent;
    background-size: auto 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page-template-page-approved-php .main-content .testimonials p {
    padding-top: 10px;
    line-height: 20px;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 0;
}

.page-template-page-approved-php .main-content .testimonials span {
    display: BLOCK;
}

.page-template-page-approved-php .main-content .testimonials blockquote {
    margin-left: 0;
    margin-right: 0;
}

.page-template-page-approved-php .main-content .testimonials blockquote:before {
    content: "";
    background: url(../images/blockquote-top.png) no-repeat left top transparent;
    font-size: 0;
    display: block;
    width: 20px;
    height: 16px;
    background-size: auto 15px;
    float: left;
}

.page-template-page-approved-php #content .bot-content #testimonial_slider_ul {
    margin-left: 0px;
    padding-left: 0px;
}

.testimonial_slider div.owl-item {
    padding: 0px 100px!important;
    color: #fff;
    list-style: none;
    text-align: center;
}

.page-template-page-approved-php .main-content .testimonials blockquote:after {
    content: "";
    background: url(../images/blockquote-bot.png) no-repeat left 5px transparent;
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-size: auto 15px;
    float: right;
}

.page-template-page-approved-php .header nav ul.nav li ul.sub-menu ul.sub-menu {
    opacity: 0;
}

.page-template-page-approved-php .header nav ul.nav li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
}

.header nav ul.nav li ul.sub-menu {
    width: 250px;
}

.header nav ul.nav li ul.sub-menu li {
    width: 100%;
}

.page-template-page-approved-php nav {
}

.page-template-page-approved-php nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.page-template-page-approved-php nav ul li {
    float: left;
    margin-right: 0px;
}

.page-template-page-approved-php nav ul li:hover {
}

.page-template-page-approved-php nav li {
    float: left;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0)
}

.page-template-page-approved-php nav li:first-child {
    margin-left: 0px!important;
}

.page-template-page-approved-php nav ul li a {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    display: block;
    font-size: 12px;
    padding: 29px 14px 14px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
}

.page-template-page-approved-php nav ul li a:hover {
    color: #de0055!important;
    text-decoration: none;
}

#ec008c .page-template-page-approved-php nav ul li a:active {
    color: #de0055!important;
}

.page-template-page-approved-php nav ul li ul {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 191px;
    background: #000;
}

.page-template-page-approved-php nav ul > li:hover ul {
}

.page-template-page-approved-php nav ul li ul li {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
    opacity: 0;
}

.page-template-page-approved-php nav ul > li:hover ul li {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
}

.page-template-page-approved-php nav ul li ul li:hover {
    background-color: #bd0b75;
}

.page-template-page-approved-php nav ul li ul li {
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 !important;
    text-align: left;
}

.page-template-page-approved-php nav ul li ul li a {
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: left;
    width: 170px;
    -webkit-backface-visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-left: 1px solid rgba(0,0,0,0);
}

.page-template-page-approved-php nav li:hover ul, .nav li.sfhover ul {
    left: auto;
    z-index: 1000;
    text-align: left;
}

.page-template-page-approved-php nav ul li ul li a:hover {
    background: #ec008c;
    color: #fff!important;
    position: relative;
    -ms-transform: translate(10px);
    -webkit-transform: translate(10px);
    transform: translate(10px);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    border-left: 2px solid rgba(0,0,0,0.2);
    border-bottom: 0px solid #fcb034;
    -webkit-backface-visibility: hidden;
}

.page-template-page-approved-php .footer-mobile-home .footer-cta img {
    width: 100%;
    height: auto;
}

#wp-tabs-1 .ui-tabs-panel .slide .header {
    width: 100%!important;
    position: inherit;
    top: inherit;
    background: none!important;
}

body #wp-tabs-1 .ui-tabs-nav {
    border: none;
    background: none;
    padding: 0;
    margin-left: 0!important;
    padding-left: 0!important;
}

body.page-template-page-templatestemplate_inthenews-php .page-template-page-approved-php #content .bot-content p {
    margin-bottom: 0;
    font-size: 14px;
}

body.page-template-page-templatestemplate_inthenews-php .page-template-page-approved-php #content .bot-content h2 {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    line-height: 33px;
}

.page-template-page-approved-php .bot-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    height: auto;
}

.single .page-template-page-approved-php .bot-content .entry-content img.alignleft {
    margin-bottom: 10px;
}

body.page-id-20 .page-template-page-approved-php .bot-content table img {
    width: 100%;
    height: auto;
}

.page-template-page-approved-php .right-sidebar .sidebar7 {
    display: none;
}

#blog-page .description h2,#blog-page .description h2 a {
    color: #000!important;
    margin-bottom: 10px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px!important;
}

#blog-page .divwrap img {
    width: 100%!important;
    height: auto;
}

body.search #content .bot-content #blog-page ul li,.page-template-page-approved-php #content .bot-content #blog-page ul li {
    margin-bottom: 30px;
    width: 50%;
}
body.search #content .bot-content #blog-page ul li, .page-template-page-approved-php #content .bot-content #blog-page ul li .description h1{ 
    line-height: 1.1;                               
}
.page-template-page-approved-php nav.pagination ul.page-numbers li a {
    padding: 14px 14px;
}

div.p1-hero-wrapper {
    display: block;
}

body .wp-pagenavi {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
body.page-template-page-templatespage-testimonial-template-php .wp-pagenavi{margin-bottom: 0;}
body.tag .wp-pagenavi,body.category .wp-pagenavi,body.category-blog .wp-pagenavi {
    margin-bottom: 20px;
}

body .wp-pagenavi span {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 3px;
    padding: 0px 5px;
    font-size: 15px;
}

body .wp-pagenavi span.pages {
    border-radius: 7px;
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    float: right;
    width: 280px;
    position: absolute;
    right: 0px;
    top: 7vw;
    top: 8vw;
    overflow: hidden;
    z-index: 2;
}

.page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 {
    padding: 0px;
}

.page-template-page-approved-php .subpage-design .main-content {
    width: 100%;
    margin-bottom: 10px!important;
}
.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content {
    width: 100%;    
}
.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article{margin-left: auto; margin-right: auto;}
.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content.main-content-2 .bot-content{width: 100%;}
body.error404 .page-template-page-approved-php .subpage-design .main-content, body.category-blog .page-template-page-approved-php .subpage-design .main-content, body.single .page-template-page-approved-php .subpage-design .main-content, body.tag .page-template-page-approved-php .subpage-design .main-content, body.category .page-template-page-approved-php .subpage-design .main-content, body.search .page-template-page-approved-php .subpage-design .main-content,.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article,
.page-template-template_inthenews .subpage-design .main-content{
    width: 75%;
}
body.single-services .page-template-page-approved-php .subpage-design .main-content{width: 75%!important;}
.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    width: 22%;
    height: 275px;
    position: RELATIVE;
}

.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li div {
    height: 100%;
}

.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li p {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    width: 100%;
}

body.category .description,body.tag .description,body.category-blog .description, body.search .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -moz-transition: all,0.3s,ease;
    -o-transition: all,0.3s,ease;
    -webkit-transition: all,0.3s,ease;
    transition: all,0.3s,ease;
    background: rgba(255,255,255,0.85);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px !important;
    padding-bottom: 24px !important;
    padding: 24px;
}

.play-video-content {
    box-sizing: border-box;
}

.list-video {
    box-sizing: border-box;
}

.page-template-page-approved-php .subpage-design .main-content .phone h3 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 105%;
    margin-top: 115px;
    padding-left: 10px;
    margin-bottom: 340px;
}

.wp-tab-content .wp-tab-content-wrapper .slider8 .slide .content p {
    margin-top: 0;
}

.bottom-widget {
    margin: 0;
    padding: 0 45px;
    padding-bottom: 45px;
}

.bottom-widget.row2 {
    text-align: center;
}

.page-template-page-approved-php #content .bot-content .bottom-widget h3 {
    background: url(../images/bg-title2.png) no-repeat 0 0 transparent;
    height: 41.5px;
    line-height: 39px;
    font-size: 20px;
    padding-left: 15px;
    background-size: 100% 100%;
    margin-bottom: 28px;
    padding-right: 22px;
}
.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search {
    background: url(../images/bg-search-widget.png);
    border: 2px solid #b9b9b9;
    padding: 20px 15px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search form {
    overflow: hidden;
    border: 2px solid #ec008c;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search label {
    display: none;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search .text-input {
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin-bottom: 0px;
    color: #000;
    float: left;
    width: 85%;
    background: #fff;
    border: 0;
    padding-left: 5px;
    box-sizing: border-box;
}
.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search #searchsubmit {
    float: left;
    width: 15%;
    background: url(../images/search.png) no-repeat center center transparent;
    height: 25px;
    border: none;
    font-size: 0;
    background-size: auto 85%;
    margin: 5px 0;
}
.page-template-page-approved-php #content .bot-content .bottom-widget .footer-box p {
    margin: 0px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .recentpostowlslider {
    padding-left: 0px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .recentpostowlslider .itemcustom a {
    background: url(../images/bg-search-widget.png);
    border-radius: 0;
    width: 100%;
    display: BLOCK;
    text-align: left;
    color: #000;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    bottom: 25px;
    position: ABSOLUTE;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .recentpostowlslider .itemcustom p {
    background: url(../images/bg-search-widget.png);
    color: #ec008c;
    bottom: 0;
    position: ABSOLUTE;
    font-size: 12px;
    display: BLOCK;
    width: 100%;
    font-style: italic;
    padding: 0 15px!important;
    font-weight: 700;
    text-transform: uppercase;
}

body.single .entry-content img {
    margin-bottom: 10px;
}

.page-template-page-approved-php .right-sidebar.notpost #text-9 {
    padding-top: 0;
}

@media (max-width: 1335px) {
    .page-template-page-approved-php #inner-header {
    width:98%;
}

.page-template-page-approved-php .header nav ul.nav {
    text-align: center;
}

.page-template-page-approved-php .header nav ul.nav ul {
    text-align: left;
}

.page-template-page-approved-php #logo {
    width: auto;
    padding-right: 1%;
}

body.home .page-template-page-approved-php #logo {
    width: auto;
}

.page-template-page-approved-php .header nav {
    margin-left: 0;
}

.page-template-page-approved-php .header nav ul.nav li a {
    font-size: 12px;
}

.page-template-page-approved-php #hsocial {
    margin-top: 17px;
}

body.home .page-template-page-approved-php #hsocial {
    margin-top: 17px;
}
}

@media (max-width: 1065px) {
    .page-template-page-approved-php #logo {
    width:20%;
    padding-right: 1%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form {
    width: 95%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php #content .bot-content {
    width: 95%;
}

.page-template-page-approved-php .header nav {
    width: 60%;
    margin-left: 0px!important;
    margin-top: 22px;
}

.page-template-page-approved-php #hsocial {
    margin-top: 16px;
}
}

@media (max-width: 1350px) {
    .header nav ul.nav li {
    margin-right:30px!important;
}
}

@media (max-width: 1300px) {
    .page-template-page-approved-php .wrap-content {
    width:1170px;
}
.main-content.main-content-2{width: 1170px!important;}
.page-template-page-approved-php .right-sidebar .party .top-img-party img {
    height: 153px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party {
    padding-left: 53%;
}

.page-template-page-approved-php .main-content {
    float: left;
    width: 70%;
}

.spotlight-top .box {
    margin-right: 0.9%;
}

.footer-approved .footer-cols-page {
    width: 100%!important;
}
}

@media (max-width: 1190px) {
    .header nav ul.nav li {
    margin-right:25px!important;
}
}

@media (max-width: 1030px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    width:30%;
}

.page-template-page-approved-php .header nav {
    width: 100%;
    position: ABSOLUTE;
    left: 0;
    margin: 0!important;
    background: #fff;
    border-radius: 0;
}

body #tawkchat-iframe-container {
}

body.page-template-template-livechat #tawkchat-iframe-container {
    display: block!important;
}

body.home .button-livechat {
}

body .button-livechat a {
    background: url(../images/live-chat.png) no-repeat 0 0 transparent;
    display: block;
    z-index: 10;
    position: fixed;
    bottom: 50%!important;
    right: 0;
    font-size: 0;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    right: 0.7%;
}

body .img-footer img {
    display: block;
    max-width: 100%;
}

body .footer-mobile-home {
    padding-top: 0px;
}

body .footer-mobile-home .wrap-footer-mobile-home {
    display: none!important;
}

body.home .footer-mobile-home .wrap-footer-mobile-home {
    display: block!important;
}

body.home .footer-mobile-home {
    margin-top: 20px;
    padding-top: 22px;
}

body .footer-mobile-home .info-footer-mobile {
    display: none!important;
}

.page-template-page-approved-php .header {
    height: auto!important;
}

.page-template-page-approved-php .info-footer-mobile {
    padding-bottom: 110px;
}

.page-template-page-approved-php .footer-cta {
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    background-image: none;
    position: fixed!important;
    bottom: 0!important;
    z-index: 100;
}

body.home .footer-approved {
    display: block!important;
    margin-top: 15px;
}

.page-template-page-approved-php #hsocial {
    display: none!important;
}

.page-template-page-approved-php .header {
    background: #fff!important;
    position: RELATIVE;
    margin-bottom: 0;
}

.page-template-page-approved-php #logo {
    padding-right: 0;
    margin-top: 1%;
}

.page-template-page-approved-php .header nav ul.nav li ul.sub-menu ul.sub-menu {
    opacity: 1;
}

.page-template-page-approved-php nav ul li ul li:hover {
    transition: all .0s ease-in-out;
    -webkit-transition: all .0s ease-in-out;
    -moz-transition: all .0s ease-in-out;
    -ms-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
}

.page-template-page-approved-php nav ul li ul li:hover {
    background-color: #fff;
}

.page-template-page-approved-php nav ul > li ul li {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
}

.page-template-page-approved-php nav ul li ul li a:hover {
    background: #fff!important;
    color: #ec008c!important;
    position: relative;
    -ms-transform: translate(0px);
    -webkit-transform: translate(0px);
    transform: translate(0px);
    text-shadow: none;
    border-left: none;
    border-bottom: 0px solid #fcb034;
    -webkit-backface-visibility: hidden;
}

.header nav ul.nav li ul.sub-menu li a {
    padding-left: 19px!important;
}
}

@media (max-width: 1230px) {
    .page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    height:210px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget h3 {
    font-size: 16px;
}
body.search .page-template-page-approved-php .subpage-design .main-content {
    width: 69%;
}

body.category-blog .page-template-page-approved-php .subpage-design .main-content,body.single .page-template-page-approved-php .subpage-design .main-content, body.tag .page-template-page-approved-php .subpage-design .main-content,body.category .page-template-page-approved-php .subpage-design .main-content,.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article{
    width: 68%;
}
body.single-services .page-template-page-approved-php .subpage-design .main-content{width: 68%!important;}
.page-template-page-approved-php .wrap-content {
    width: 960px;
}
.main-content.main-content-2{width: 960px!important;}

.footer-approved .footer-social .col-wrapper {
    width: 960px!important;
}

.page-template-page-approved-php .right-sidebar {
    width: 31%;
}

.spotlight-top .box:hover p {
    font-size: 12px;
}

.page-template-page-approved-php .right-sidebar .book-online {
    background-size: 100% auto;
    padding-top: 70px;
}

.page-template-page-approved-php .right-sidebar .book-online ul {
    margin: 0;
}
}

@media (max-width: 1070px) {
    .header nav ul.nav li {
    margin-right:15px!important;
}

.page-template-page-approved-php .header nav ul.nav li a {
    font-size: 12px!important;
}
}

@media (max-width: 1030px) {
    .page-template-page-approved-php #hsocial li {
    margin-left:3px!important;
}

body.home #logo, #logo {
    width: 68%!important;
    margin-top: 10px;
    padding: 0;
}

body.page .header {
    box-sizing: border-box;
}

#logo .logo-mobile {
    display: block!important;
    width: 100%!important;
}

.call-mobile, .header #menu-icon {
    display: block!important;
}

body.home #logo img, #logo img {
    display: none;
}
}

@media (max-width: 1024px) {
    .page-template-page-approved-php .subpage-design .main-content .phone h3 {
    margin-top:15%;
    margin-bottom: 15%;
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    position: relative;
    right: 0px;
    top: 0;
    float: none;
}

.page-template-page-approved-php .subpage-design .right-sidebar .widget {
    width: 100%!important;
    overflow: hidden;
}

.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    width: 30.3%;
}

.page-template-page-approved-php .right-sidebar {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.page-template-template-staff .page-template-page-approved-php .main-content {
    width: 100%;
    float: none;
}

body.error404 .page-template-page-approved-php .subpage-design .main-content, body.category-blog .page-template-page-approved-php .subpage-design .main-content, body.single .page-template-page-approved-php .subpage-design .main-content, body.search .page-template-page-approved-php .subpage-design .main-content, body.tag .page-template-page-approved-php .subpage-design .main-content, body.category .page-template-page-approved-php .subpage-design .main-content,.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article{
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
body.single-services .page-template-page-approved-php .subpage-design .main-content{width: 100%!important;}
.page-template-page-approved-php .wrap-content {
    width: 750px;
}
.main-content.main-content-2{width: 750px!important;}
.footer-approved .footer-social .col-wrapper {
    width: 750px!important;
}

.page-template-page-approved-php .right-sidebar .widget {
    width: 49%!important;
}

.page-template-page-approved-php .right-sidebar .sidebar1 {
    float: right;
}

.page-template-page-approved-php .right-sidebar .sidebar2 {
    float: left;
    min-height: 375px;
}

.page-template-page-approved-php .right-sidebar .book-online {
    float: left;
    background-position: center top;
    margin-bottom: 10px;
}

.page-template-page-approved-php .right-sidebar .party .top-img-party img {
    height: 153px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party {
    min-height: 200px;
}

.page-template-page-approved-php .right-sidebar .blog {
    float: RIGHT;
    margin-bottom: 55px;
}

.page-template-page-approved-php .right-sidebar .party {
    float: left;
}

.page-template-page-approved-php .right-sidebar .sidebar3 {
    float: left;
}

.page-template-page-approved-php .right-sidebar .sidebar4 {
    float: right;
}
}

@media (max-width: 880px) {
    table.day .day-col2 {
    width:25%;
}

table.day .day-col3 {
    width: 45%;
}

.page-template-page-approved-php #content .bot-content table.day {
    display: none;
}

.page-template-page-approved-php #content .bot-content table.day-mobile {
    display: block!important;
    border-right: none;
}

.page-template-page-approved-php #content .bot-content table.day td {
    vertical-align: top;
}

.page-template-page-approved-php #content .bot-content table.day td.col-m01 {
    width: 30%;
}

.page-template-page-approved-php #content .bot-content table.day td.col-m02 {
    width: 70%;
}
}

@media (max-width: 768px) {
    .testimonial_slider div.owl-item {
    padding:0px 10px!important;
}

.page-template-page-approved-php .right-sidebar .book-online ul li a {
    font-size: 10px;
}

.page-template-page-approved-php .right-sidebar .book-online ul li {
    margin-bottom: 0px!important;
    line-height: 18px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party h2 {
    font-size: 12px;
}

.page-template-page-approved-php .right-sidebar .party .bot-content-party ul li {
    font-size: 10px;
}

.footer-approved .footer-cols-page {
    background-size: auto 100%;
}

.footer-approved .footer-social .col-wrapper {
    width: 100%!important;
}

.page-template-page-approved-php .right-sidebar .party .top-img-party img {
    height: 153px;
}

.page-template-page-approved-php #content .bot-content .our-services ul li {
    width: 30%;
    margin: 1.5%;
}

.page-template-page-approved-php .right-sidebar .widget {
    width: 285px!important;
    float: none!important;
    margin: 0 auto;
    min-height: inherit!important;
    margin-bottom: 15px!important;
}

.page-template-page-approved-php .right-sidebar .book-online {
    min-height: 245px!important;
    padding-left: 90px;
    padding-top: 68px;
}

.page-template-page-approved-php .right-sidebar .book-online h3 {
    font-size: 9.5px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .bot-content .vc_span6.col4 {
    width: 280px;
    margin: 0 auto;
    padding: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .bot-content .vc_span6.col6 {
    width: 95%;
    margin: 0 auto;
}

body.search #content .bot-content #blog-page ul li, .page-template-page-approved-php .right-sidebar #text-9 {
    display: none!important;
}

.page-template-page-approved-php #content .bot-content #blog-page ul li {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
}

.pinkwhite_box li br {
    display: none;
}

#content .pinkbox ul li h2 {
    font-size: 21px;
}
}

@media (max-width: 760px) {
    .page-template-page-approved-php .wrap-content {
    padding-top:10%;
    width: 100%;
}

.page-template-page-approved-php .right-sidebar .sidebar3 #pardot-form {
    padding: 5% 4%;
}

body .spotlight-top .box {
    width: 100%;
    margin: 0 auto!important;
    margin-bottom: 10px!important;
    bottom: 0!important;
}

.page-template-page-approved-php .main-content .phone h3 {
    margin-top: 5%;
    margin-bottom: 10%;
}
}
@media (max-width: 650px) {
    body #wpadminbar {
    position:fixed;
}

.page-template-page-approved-php .right-sidebar .sidebar3 #pardot-form {
    padding: 4.1% 4%;
}

.page-template-page-approved-php .right-sidebar .sidebar3,.page-template-page-approved-php .right-sidebar .sidebar4 {
    margin-bottom: 4%;
}
}

@media (max-width: 640px) {
    .page-template-page-approved-php #content .bot-content .our-services ul li {
    width:47%;
}

.textvideo {
    display: none;
}

div.p1-hero-wrapper video {
    display: none;
}

.banner-mobile {
    display: block!important;
}

body.page-template-template_full_width #hero {
    line-height: 100%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form, body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form {
    position: relative;
    background: none!important;
}

.page-template-page-approved-php .right-sidebar {
    width: 285px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 315px;
}
}

@media (max-width: 550px) {
    .page-template-page-approved-php #content .bot-content iframe {
    width:100%!important;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .wrap-iframe,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .wrap-iframe {
    height: auto;
}
}

@media (max-width: 420px) {
    .footer-approved .footer-social #social {
    background-size:280px auto;
    padding-top: 10px;
    min-height: 95px;
}

.footer-approved .footer-social ul#social li {
    margin: 0 5px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget {
    padding: 0px 15px 0px;
}

.page-template-page-approved-php #content .bot-content .bottom-widget.row2 {
    padding-bottom: 15px;
}

.page-template-page-approved-php #content .bot-content img.alignright {
    float: none;
    margin: 0 auto;
    display: BLOCK;
    margin-bottom: 15px;
    max-width: 100%;
}

.page-template-page-approved-php #content .bot-content iframe {
}

.page-template-page-approved-php .main-content .phone h3 {
    margin-top: 4%;
    margin-bottom: 8%;
}
}

@media screen (max-width: 400px) {
    .page-template-page-approved-php #content .bot-content .our-services ul li {
    width:100%;
    margin-right: 0;
}

.page-template-page-approved-php .right-sidebar .party .top-img-party img {
    height: 155px;
}

#content .pinkbox ul li h2 {
    font-size: 20px;
}

body #content .pinkbox h1 strong {
    font-size: 29px;
}

body #content .pinkbox ul li {
    margin-bottom: 0;
}

body #content .pinkbox h1 {
    font-size: 23px;
}

#content .pinkbox {
    padding: 15px 20px;
}

.footer-approved .footer-social #social {
    width: 214px;
    margin: 0 auto;
    padding-bottom: 10px;
    float: none;
}

body .divwrap {
    height: 305px;
}

#blog-page .description h2, #blog-page .description h2 a {
    font-size: 18px;
    line-height: 18px;
}

.divwrap .description .more p {
    font-size: 14px!important;
}
}



.blackbox {
    background: #000;
    border-radius: 12px;
    width: 595px;
    margin: 0px auto;
    margin-top: 15px;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.pinkbox,.whitebox {
    border-top: 8px solid #000;
    float: left;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    background: #34bdd6;
    padding-left: 15px;
    padding-right: 15px;
}

.pinkbox {
    width: 40%;
    background: #e6199b;
    height: 100%;
    padding: 15px 35px;
    text-transform: uppercase;
}

.pinkbox h1 {
    margin-bottom: 10px;
}

.pinkbox ul {
    margin-top: 10px;
}

.whitebox {
    width: 60%;
    background: #fff;
    height: 100%;
    padding: 10px 20px;
}

.whitebox h2 {
    margin-bottom: 0px;
    font-family: HelveticaNeueLTPro33ThinExtendedOblique;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}

.pinkwhite_box {
    width: 970px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkwhite_box {
    padding-top: 15px;
}

.pinkwhite_box p.logo {
    text-align: center;
    position: ABSOLUTE;
    right: 0;
    top: 0;
    margin-top: 0px;
    margin-right: -20px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkwhite_box {
    overflow: inherit;
    height: 100%;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 {
    text-align: center;
    font-size: 43px;
    line-height: 35px;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 strong {
    FONT-SIZE: 39PX;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h2 {
    font-family: HelveticaNeueLTPro53Extended;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox i {
    font-family: HelveticaNeueLTPro33ThinExtendedOblique;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wrap-pinkwhite_box {
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
}

.pinkwhite_box p.logo img {
    width: 110px;
}

.black-header {
    background: #000;
}

.black-header h2 {
    margin: 0;
    color: #fff;
    font-family: 'HelveticaNeueLTPro53Extended';
    font-size: 18px;
    padding: 8px 80px 8px 20px;
}

.black-header strong {
    font-family: 'HelveticaNeueLTProBoldExtended';
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox, body.page-template-page-templatestemplate_full_width_blue-php .whitebox {
    border-top: 0px;
    min-height: 235px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    min-height: 460px;
}

body.page-template-page-templatestemplate_full_width_blue-php .whitebox img {
    max-width: 200px;
    height: auto;
}

body.page-template-page-templatestemplate_full_width_blue-php .whitebox p {
    /*font-family:HelveticaNeueLTProBoldExtended;*/
    font-size: 16px;
    line-height: 130%;
}

.blackbox a {
    color: #f42a84;
    font-family: HelveticaNeueLTProBoldExtended;
}

.blackbox h3 {
    padding-left: 55px!important;
}

.blackbox h3,.blackbox h3 strong {
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-family: HelveticaNeueLTPro53Extended;
    font-weight: normal!important;
}

#w2 .white_bg h2 {
    color: #e729a1;
    text-align: center;
    margin-bottom: 0px;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 11px;
    letter-spacing: 3px;
    font-family: helveticaneuelight;
}

#content .pinkbox h1 {
    font-family: HelveticaNeueLTPro53Extended;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

#content .pinkbox h1 strong {
    font-family: HelveticaNeueLTProBoldExtended;
    font-size: 39px;
}

#w2 .white_bg h2 strong {
    font-family: HelveticaNeueCondensedBold;
    letter-spacing: 4px;
    font-size: 25px;
}

#w2 .white_bg h2 a {
    color: #e729a1
}

#w2 .white_bg h2 img {
    margin-bottom: -24px;
    width: 107px;
    height: auto;
}

#content .whitebox ul li {
    margin-bottom: 0px;
    list-style: none;
    margin-left: 0;
    font-family: HelveticaNeueLTProBoldExtended;
    background: url(../images/bullet-black.png) no-repeat left 7px transparent;
    padding-left: 15px;
    background-size: 7px auto;
}

#content .whitebox ul {
    margin: 0px;
}

#content .whitebox ul ul li {
    margin-left: 40px;
    list-style: none;
    font-family: HelveticaNeueLTPro53Extended;
    background: none;
}

#content .pinkbox ul li h2 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 29px;
    font-family: HelveticaNeueLTPro53Extended;
    font-size: 29px;
}

#content .pinkbox ul li {
    margin-bottom: 10px;
    background: url(../images/bullet-white.png) no-repeat left 8px transparent;
    padding-left: 20px;
}

body.page-template-page-templatestemplate_full_width_blue-php #panel_bg {
    min-height: 350px;
    padding-bottom: 25px;
}

#panel_bg {
    min-height: 390px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 5px;
}

h2.header-text {
    float: left;
    color: #fff;
    text-align: CENTER;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 2.4%;
    padding-left: 5%;
    width: 65%;
}

@media (max-width: 1250px) {
    body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form {
    width:95%;
}
}

@-moz-document url-prefix() {
    @media (max-width: 1250px) {
    body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form {
    width:98%;
}
}
}

@media (max-width: 1030px) {
    body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .icon-gif,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .icon-gif {
    padding-top:26px;
}

#panel_bg {
    background-size: auto 100%;
}

.pinkwhite_box {
    width: 750px;
}

body.page-id-523 .pinkbox {
    width: 52%;
}

body.page-id-523 .whitebox {
    width: 48%
}

.pinkbox {
    padding: 15px 25px;
}

#content .pinkbox h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

#content .pinkbox h1 strong {
    font-size: 32px;
}

#content .pinkbox ul li h2 {
    font-size: 22px;
}

#content .pinkbox ul li {
    background-size: 11px auto;
}

#content .whitebox ul li {
    font-size: 13px;
}

#content .whitebox ul ul li {
    margin-left: 15px;
}

.footer-mobile-home {
    margin-top: 0px;
}

body .header .navigation #menu-the-main-menu {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

body .header .navigation #menu-the-main-menu li {
    margin-right: 0px!important;
    border-top: 1px solid #ddd;
}

body .header .navigation #menu-the-main-menu li .sub-menu {
    margin: 0px;
    background: #f7f7f7;
    width: 100%!important;
}

body .header .navigation #menu-the-main-menu li .sub-menu li {
    background: #f7f7f7;
}

body .header .navigation #menu-the-main-menu li .sub-menu li:hover {
    background: #fff;
}

body .header .navigation #menu-the-main-menu li .sub-menu li a {
    width: 100%;
    text-decoration: none;
    padding-left: 5%;
}

body .header .navigation #menu-the-main-menu li:hover {
    background: #fff;
}

body .header .navigation #menu-the-main-menu li a {
    text-align: left;
    padding: 0;
    height: 40px;
    line-height: 40px!important;
    padding-left: 2%;
    color: #737373!important;
}

.header .wrap .wrap-header {
    width: 98.3%!important;
    margin: 0 auto;
    overflow: hidden;
}

body .header .wrap {
    width: 100%!important;
}
}

@media (max-width: 780px) {
    .spotlight-top .box:hover p {
    font-size:13px;
}

.page-template-page-approved-php .wrap-content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.main-content.main-content-2{width: 100%!important;padding: 0 15px;box-sizing: border-box;}
body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 60px;
    padding-top: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .icon-gif,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .icon-gif {
    float: left;
    width: 150px;
    vertical-align: middle;
    padding-top: 10px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .form-box,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .form-box {
    float: RIGHT;
    width: 100%;
}
}

@media (max-width: 765px) {
    body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height:60px;
    padding-top: 0;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .icon-gif,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .icon-gif {
    float: left;
    width: 150px;
    vertical-align: middle;
    padding-top: 10px;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form .form-box,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form .form-box {
    float: RIGHT;
    width: 100%;
}
}

@media (max-width: 760px) {
    #panel_bg .pinkwhite_box p.logo img {
    width:100px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox, body.page-template-page-templatestemplate_full_width_blue-php .whitebox {
    min-height: inherit;
    padding-bottom: 15px;
}

#panel_bg img {
    max-width: 90%;
}

body.page-template-page-templatestemplate_full_width_blue-php .whitebox img {
    max-width: 200px;
    margin: 0 AUTO;
    DISPLAY: BLOCK;
}

.pinkwhite_box,body.page-template-page-templatestemplate_full_width_blue-php .pinkwhite_box {
    width: 90%;
    height: 100%;
}

.pinkbox,.whitebox {
    width: 100%!important;
}

#content .pinkbox h1 {
    text-align: CENTER;
}

.whitebox h2 {
    text-align: CENTER;
}

.blackbox {
    width: 80%;
}

.blackbox h3 {
    padding: 0 10px!important;
    text-align: CENTER!important;
}
}

@media (max-width: 680px) {


    .page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    height: 175px;
}
}

@media (max-width: 660px) {
    body.page-template-template_full_width_blue .page-template-page-approved-php .top-form,body.page-template-template_full_width .page-template-page-approved-php .top-form {
    display:none;
}

body.page-template-template_full_width_blue .page-template-page-approved-php .top-form-mobile, body.page-template-template_full_width .page-template-page-approved-php .top-form-mobile {
    display: block!important;
    position: relative!important;
    background: #fff!important;
    padding: 0 1%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe, body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 315px;
}
}

@media (max-width: 550px) {
    body.error404 .bot-content #searchform .text-input {
    width:67%;
}

body.error404 .bot-content #searchform #searchsubmit {
    width: 32%;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    padding-left: 5px;
    padding-right: 5px;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard {
    width: 264px!important;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard table tr.bottom td {
    font-size: 11px;
}
}

@media (max-width: 480px) {
    footer .nav-list h2 {
    font-size: 20px!important;

}


.page-template-page-approved-php #content .bot-content .our-services ul li,.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    width:47%;
}

.bot-footer-approved ul li {
    font-size: 14px;
}

.top-menu-footer {
    width: 80%;
    margin: 0 auto;
}

#content .pinkbox ul li h2 {
    font-size: 18px;
}

body.page-id-169 .page-template-page-approved-php #content .bot-content td {
    font-size: 12px;
}

body.page-template-page-templatestemplate-webinar-php .page-template-page-approved-php #content .wrapstream h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}
}

@media (max-width: 450px) {
    body.page-id-52 .page-template-page-approved-php #content .bot-content td, body.page-id-220 .page-template-page-approved-php #content .bot-content td {
    display:block;
    width: 100%;
}

body #content .whitebox ul ul li {
    margin-left: 0px;
}
}

@media (max-width: 400px) {
    #content .pinkbox ul li h2 {
    font-size:15px;
}

.top-menu-footer .col1, .top-menu-footer .col2, .top-menu-footer .col3, .top-menu-footer .col4, .top-menu-footer .col5 {
    min-height: inherit;
    width: 100%!important;
    margin-bottom: 0px;
    position: RELATIVE;
    top: inherit;
    left: inherit;
}

.top-menu-footer {
    min-height: inherit;
}

.top-menu-footer .col4, .top-menu-footer .col5 {
    margin-bottom: 15px;
}

body.page-id-169 .page-template-page-approved-php #content .bot-content td {
    font-size: 9px;
    padding: 5px 5px!important;
}

body.page-id-11465 .page-template-page-approved-php #content .bot-content td,body.page-id-11469 .page-template-page-approved-php #content .bot-content td,body.page-id-13356 .page-template-page-approved-php #content .bot-content td {
    display: block;
    width: 100%;
}

body.page-id-11465 .page-template-page-approved-php #content .bot-content table.econtent td,body.page-id-11469 .page-template-page-approved-php #content .bot-content table.econtent td {
    border-bottom: 1px solid #eaedf2;
}

.page-template-page-approved-php #content table.day .title-table h1 {
    font-size: 17px;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 {
    font-size: 39px;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 strong {
    FONT-SIZE: 35PX;
}
}

@media (min-width: 1380px) {
    #panel_bg {
    background-size:auto 100%;
}
}

@media (min-width: 1580px) {
    #panel_bg {
    background-size:100% auto;
}
}

@media (max-width: 1115px) {
    .bot-content .bottom-widget.row1 .widget-1 {
    width:100%!important;
}

.bot-content .bottom-widget.row1 .widget-2 {
    width: 100%!important;
}

.page-template-page-approved-php #content .bot-content {
    min-height: 100%!important;
    margin: 0;
}

.page-template-page-approved-php .right-sidebar {
    min-height: 100%!important;
    margin-bottom: 0px;
}

.page-template-page-approved-php .right-sidebar.nohavemenunew {
}
}

@media (max-width: 640px) {
    body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form {
    width:94%;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe,body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 315px;
}
}

ul.blog-page-ul li {
    float: left;
    width: 50%;
    padding: 0px 10px;
}

.description {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -moz-transition: all,0.3s,ease;
    -o-transition: all,0.3s,ease;
    -webkit-transition: all,0.3s,ease;
    transition: all,0.3s,ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px !important;
    padding-bottom: 24px !important;
    padding: 24px;
}

#blog-page .blog-page-ul li.blogle {
    padding-left: 0px;
}

#blog-page .blog-page-ul li.blogchan {
    padding-right: 0px;
}

.divwrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background:#fff;*/
    position: relative;
    height: auto;
    overflow: hidden;
}

.divwrap img {
    max-width: 100%;
    height: 250px;
}

.divwrap .description .more {
    -moz-transition: all,0.3s,ease;
    -o-transition: all,0.3s,ease;
    -webkit-transition: all,0.3s,ease;
    transition: all,0.3s,ease;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.divwrap:hover .description .more {
    opacity: 1;
    max-height: 1000px;
    margin-top: 10px;
}

@media (max-width: 780px) {
    .page-template-page-approved-php .main-content div.phone {
    text-align:right;
}

.page-template-page-approved-php .main-content {
    float: none;
}
}

@media (max-width: 1111px) {
}

.page-template-template_full_width_blue #w2 {
    margin-top: -7px;
}

body.home .header nav.active {
    display: block!important;
}

ul li.menu-item-has-children ul.active {
    display: block!important;
}

.header nav.active {
    display: block!important;
}

body.page-id-532 .banner-mobile {
    display: none!important;
}

@media (max-width: 1025px) {
    body.home {
    background:#fafafa;
    font-family: arial,sans-serif;
}

#content-mobile {
    display: block!important;
}

.header-mobile {
    display: block!important;
    padding-top: 1.4%;
    padding-bottom: 0.6%;
}

body #container {
    width: 100%;
}

body.home #content {
    display: none!important;
}

body.home .footer #inner-footer {
    display: none;
}

body.home .footer {
    display: none;
}

body.home .footer-mobile h2 {
    color: #e3047c;
    font-size: 15px;
    font-family: arial,sans-serif;
    text-align: left;
    margin-bottom: 4%;
}

body.home .footer-mobile #nav_menu-6 {
    float: left;
    width: 280px;
}

body.home .footer-mobile ul {
    text-align: center;
}

body.home .footer-mobile ul li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 11px;
}

body.home .footer-mobile ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

body.home .footer-mobile #nav_menu-7 {
    float: right;
    width: 220px;
}

.top-footer-mobile {
    overflow: hidden;
    width: 67%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.bot-footer-mobile {
    border-top: 2px solid #0e0e0e;
    padding-top: 2.5%;
}

.bot-footer-mobile .wrap-bot-footer-mobile {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

body.home .footer-mobile #sm-list li.facebook a {
    background-position: 0 0;
}

body.home .footer-mobile #sm-list li.twitter a {
    background-position: -66px 0;
}

body.home .footer-mobile #sm-list li.gplus a {
    background-position: -203px 0;
}

body.home .footer-mobile #sm-list li.email a {
    background-position: -407px 0;
}

body.home .footer-mobile #sm-list li.instagram a {
    background-position: -270px 0;
}

body.home .footer-mobile #sm-list li.youtube a {
    background-position: -339px 0;
}

body.home .footer-mobile #sm-list li.pinterest a {
    background-position: -135px 0;
}

body.home .footer-mobile {
    display: block!important;
}
}

@media (max-width: 800px) {
    .header-mobile .right-header .icon-top a {
    height:68px;
}

body.home .footer-mobile #nav_menu-7 {
    width: 40%;
}

.top-footer-mobile {
    width: 85%;
}

#content-mobile .metaslider .caption-wrap .caption {
    width: 97%;
}

#content-mobile .mobile-slider ol.flex-control-nav {
    right: 0%;
}

#content-mobile .metaslider .caption-wrap a {
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    padding-left: 22%;
}
}

@media (max-width: 770px) {
    #content-mobile .row-02 {
    width:90%;
}

#content-mobile .location {
    padding: 0px;
}
}

@media (max-width: 700px) {
    #content-mobile .row-01 h2 {
    font-size:20px;
}

#content-mobile .row-01 .content {
    font-size: 16px;
    line-height: 22px;
}

#content-mobile .row-02 .left-row02 p {
    font-size: 16px;
    line-height: 20px;
}

#content-mobile .metaslider .caption-wrap a {
    font-size: 18px;
}
}

@media (max-width: 680px) {
    #services-tabs .top-tab h1 {
    font-size:25px;
}

#services-tabs .top-tab h3 {
    font-size: 1em;
}

.header-mobile .right-header .icon-top a {
    height: 57px;
}
}

@media (max-width: 620px) {
    .row-03 ul li .caption {
    font-size:15px;
}

#content-mobile .row-01 {
    width: 95%;
}

#content-mobile .row-02 {
    width: 95%;
}

#content-mobile .location {
    width: 95%;
}

.top-footer-mobile {
    width: 90%;
}

.bot-footer-mobile .wrap-bot-footer-mobile {
    overflow: hidden;
}

.bot-footer-mobile #sm-list {
    margin-bottom: 10px;
}

.btt a {
    position: relative;
    float: right;
}
}

@media (max-width: 580px) {
    .page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    height:155px;
}

.header-mobile .right-header .icon-top a {
    height: 49px;
}

#content-mobile .row-01 h2 {
    font-size: 18px;
}

#content-mobile .row-01 .content {
    font-size: 15px;
    line-height: 22px;
}

#content-mobile .row-02 .left-row02 p {
    font-size: 15px;
}

body.home .footer-mobile ul li a {
    font-size: 15px;
}

.top-footer-mobile {
    width: 91%;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    padding-left: 25%;
}
}

@media (max-width: 550px) {
    #content-mobile .row-01 .left-row01 {
    float:none;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#content-mobile .row-01 .right-row01 {
    float: right;
    width: 100%;
}

.top-footer-mobile #nav_menu-7 .boxes-title {
    display: none;
}

.top-footer-mobile #nav_menu-6 {
    margin-bottom: 0!important;
}

#content-mobile .location .left_location,#content-mobile .location .right_location {
    width: 100%;
}

#content-mobile .location p.tm {
    padding-bottom: 3%;
}

body.home .footer {
    margin-top: 0px;
}

#content-mobile .row-02 {
    width: 100%;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}

#content-mobile .location {
    border-top: none;
}

#content-mobile .row-02 .right-row02 {
    padding-top: 7%;
    border-top: 1px solid #a4a4a4;
    float: none;
    width: 100%;
    padding-bottom: 3%;
    background: none;
    box-shadow: none;
    margin-bottom: 4%;
    display: none;
}

#content-mobile .row-02 .right-row02 iframe {
    width: 95%;
    margin: 0 auto;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #ddd;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
}

#content-mobile .row-01 {
    border: none;
    width: 100%;
}

#content-mobile .row-02 .left-row02 {
    float: none;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 4%;
}

.row-03 ul {
    width: 95%;
    margin: 0 auto;
}

body.home .footer-mobile #nav_menu-6 {
    float: none;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 5%;
    display: block;
}

body.home .footer-mobile #nav_menu-7 {
    float: none;
    width: 270px!important;
    margin: 0 auto;
}

body.home .footer-mobile #sm-list li {
    margin: 0 10px;
}
}

@media (max-width: 500px) {
    #content-mobile .mobile-slider ol.flex-control-nav {
    width:100px;
    bottom: 24PX;
}

#content-mobile .mobile-slider ol.flex-control-nav a {
    width: 12px;
    height: 12px;
    margin: 0 2px;
}

#content-mobile .metaslider .caption-wrap {
    height: 35px;
}

#content-mobile .metaslider .caption-wrap a {
    line-height: 35px;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    padding-left: 35px;
    background-size: 25px auto;
    padding-top: 0px;
    font-size: 15px;
}

#content-mobile .metaslider .caption-wrap .mid-caption a {
    font-size: 15px;
}
}

@media (max-width: 485px) {
    .header-mobile .right-header .icon-top a {
    height:49px;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    background-size: 25px auto;
    float: left;
}

#content-mobile .mobile-slider ol.flex-control-nav {
    bottom: 16PX;
}

#content-mobile .mobile-slider ol.flex-control-nav a {
    width: 10px;
    height: 10px;
    margin: 0 0px;
}

#content-mobile .mobile-slider ol.flex-control-nav li {
    margin: 0 1px!important;
}

#content-mobile .mobile-slider ol.flex-control-nav {
    bottom: 18PX;
    width: 85px;
}

#content-mobile .metaslider .caption-wrap .left-caption {
    padding-left: 0;
    background: none;
    width: 38%;
}

.bot-footer-mobile .wrap-bot-footer-mobile {
    width: 95%;
}
}

@media (max-width: 450px) {
    .row-03 ul li .caption {
    height:35px;
    line-height: 35px;
    font-size: 12px;
}

.header-mobile .right-header .icon-top a {
    height: 40px;
}

#content-mobile .metaslider .caption-wrap a {
    font-size: 15px;
}

body.home .footer-mobile #sm-list li {
    margin: 0 1px;
}

body.home .footer-mobile #sm-list li a {
    width: 30px;
    height: 30px;
    background-size: 340px auto;
}

body.home .footer-mobile #sm-list li.facebook a {
    background-position: 0 0;
}

body.home .footer-mobile #sm-list li.twitter a {
    background-position: -50px 0;
}

body.home .footer-mobile #sm-list li.gplus a {
    background-position: -155px 0;
}

body.home .footer-mobile #sm-list li.email a {
    background-position: -310px 0;
}

body.home .footer-mobile #sm-list li.instagram a {
    background-position: -206px 0;
}

body.home .footer-mobile #sm-list li.youtube a {
    background-position: -258px 0;
}

body.home .footer-mobile #sm-list li.pinterest a {
    background-position: -103px 0;
}

#content-mobile .metaslider .caption-wrap {
    height: 30px;
}

#content-mobile .metaslider .caption-wrap a {
    line-height: 30px;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    padding-left: 25px;
}
}

@media (max-width: 400px) {
    body.page-template-page-special .btn, #submit {
    font-size:12px!important;
}

#content-mobile .pardot-form {
    width: 95%;
}

.row-03 .title {
    margin-bottom: 5%;
}

.row-03 ul li.img-01, .row-03 ul li.img-03 {
    width: 49%;
}

.row-03 ul li.img-02, .row-03 ul li.img-04 {
    width: 49%;
}

.row-03 ul li {
    margin-bottom: 2%;
}

.row-03 ul li .caption {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

#content-mobile .metaslider .caption-wrap .left-caption {
    width: 36%;
}

.header-mobile .right-header .icon-top a {
    height: 35px;
}

#content-mobile .metaslider .caption-wrap .left-caption {
    padding-left: 0;
    background: none;
}

.footer #menu-footer-menu li a {
    font-size: 14px;
}

body.tag .divwrap img {
    display: none;
}

body.tag .divwrap {
    background-size: cover;
    background-position: center center;
    min-height: 270px;
    border-radius: 5px;
}

body .tag .description h2 a {
    font-size: 20px;
}

body .tag .divwrap .description .more p {
    font-size: 14px;
    line-height: 20px;
}
}

@media (max-width: 380px) {
    body #sidebar1 {
    width:100%;
}

.sidebar #text-9 .widgettitle {
    background-size: 100% auto;
}

#nav_menu-4 .widgettitle {
    font-size: 27px;
}

#nav_menu-4 ul li a {
    font-size: 15px;
    margin-left: 0;
}
}

@media (max-width: 350px) {
    .page-template-page-approved-php #content .bot-content .our-services ul li {
    width:90%;
}

.header-mobile .right-header .icon-top a {
    height: 30px;
}

#content-mobile .metaslider .caption-wrap a {
    font-size: 12px;
}

#content-mobile .metaslider .caption-wrap .left-caption a.call {
    background-size: 20px auto;
    float: left;
}

.row-03 ul li {
    width: 100%!important;
}

.row-03 ul li {
    margin-bottom: 5%;
}
}

@media (max-width: 320px) {
    #content-mobile .metaslider .caption-wrap a {
    font-size:12px;
}
}

#mobilemenu ul li a {
    text-align: left;
    padding: 0;
    height: 40px;
    line-height: 40px!important;
    padding-left: 2%;
    color: #737373!important;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: arial,sans-serif;
}

#mobilemenu ul li {
    height: auto;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-right: 0px!important;
    border-top: 1px solid #ddd;
}

#mobilemenu ul {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

#mobilemenu ul li a:hover {
    color: #e3047c!important;
}

#mobilemenu ul.sub-menu {
    margin: 0px;
}

#mobilemenu ul.sub-menu li {
    padding-left: 2%;
}

#mobilemenu ul.sub-menu li a {
    font-size: 17px;
    height: 35px;
    line-height: 35px!important;
}

@media (max-width: 1024px) {
    iframe.youtube {
    width:100%!important;
    height: 315px!important;
}
}

.widget_nav_menu h4.widgettitle {
    padding-bottom: 0px;
}

.widget_nav_menu h4.widgettitle span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
    font-family: 'CaviarDreamsBold';
}

.deman .buttons {
    background-image: url("images/button_new_bg.png");
    background-repeat: no-repeat;
    display: block;
    width: 207px;
    height: 34px;
}

.deman .button_tx {
    background-position: 0px -34px;
}

.deman .button_other {
    background-position: 0px -68px;
}

.deman .buttons:hover {
    background-image: url("images/button_new_hover.png");
}

.deman .buttons.active {
    background-image: url("images/button_new_hover.png");
}

.deman .button_az:hover {
    background-position: 0px 0px;
}

.deman .button_tx:hover {
    background-position: 0px -34px;
}

.deman .button_other:hover {
    background-position: 0px -68px;
}

.deman .button_az.active {
    background-position: 0px 0px;
}

.deman .button_tx.active {
    background-position: 0px -34px;
}

.deman .button_other.active {
    background-position: 0px -68px;
}

#text-9 h4.widgettitle {
    font-size: 21px;
    padding-top: 8px;
    font-weight: bold;
}

.sidebar #text-9 .widgettitle {
    background-image: url("images/spa_side-bar.png");
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
}

.reveal-modal-bg {
    display: none!important;
}

#shareaholic_share_panel {
    display: none!important;
}

.singlenewsletter .newsletter form {
    padding-top: 0px;
}

.singlenewsletter .newsletter form .newsletter-email {
    float: left;
    background-image: url("images/email_icon.jpg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.singlenewsletter .newsletter form .newsletter-submit {
    border: 0;
    background: none;
    color: #ee2674;
    float: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 16px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 8px 20px;
    background-color: #ee2674;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: auto;
    border: 0;
    height: 36px;
    margin-bottom: 20px;
}

body.page-id-1284 #sidebar1 #text-10 {
    margin-bottom: 0px;
}

body.page-id-1284 #sidebar1 #text-10 h4.widgettitle {
    margin-bottom: 0px;
}

#text-11 {
    margin-bottom: 0px!important;
}

#testimonial_rotator_925 blockquote {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #fff;
}
.single-testimonials .page-template-page-approved-php .main-content .testimonials {
    background: #FFF;
}
.page-template-page-approved-php .main-content .testimonials {
    background: #7b7b7b;
    padding: 0px;
}

.page-template-page-approved-php .main-content .testimonials .title {
    display: none;
}

.page-template-page-approved-php #testimonial_slider_ul {
    margin: 0px;
}

.page-template-page-approved-php .main-content .testimonials .owl-item {
    padding-right: 25px;
}

.page-template-page-approved-php .main-content .testimonials .owl-dots {
    display: none!important;
}

.page-template-page-approved-php .main-content .testimonials .owl-nav {
    overflow: HIDDEN;
    width: 105px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.page-template-page-approved-php .main-content .testimonials .owl-prev {
    background: url(../images/icon-tes.png) no-repeat 0 0 transparent!important;
    font-size: 0!important;
    display: BLOCK!important;
    float: left;
    width: 37px;
    height: 37px;
}

.page-template-page-approved-php .main-content .testimonials .owl-prev:hover {
    background-position: 0px -44px!important;
}

.page-template-page-approved-php .main-content .testimonials .owl-next {
    background: url(../images/icon-tes.png) no-repeat right 0 transparent!important;
    font-size: 0!important;
    display: BLOCK!important;
    float: right;
    width: 37px;
    height: 37px;
}

.page-template-page-approved-php .main-content .testimonials .owl-next:hover {
    background-position: right -44px!important;
}

.page-template-page-approved-php .main-content .testimonials p.testititle {
    padding: 0px;
    margin: 0px;
}

.page-template-page-approved-php #content .bot-content h1.single-title {
    text-align: left;
    border-bottom: 4px double #e8e4e3;
    color: #ec008c;
    margin-bottom: 10px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
}

.page-template-page-approved-php #content .bot-content .post-date-meta {
    font-size: 15px;
}

.page-template-page-approved-php #content .bot-content #article {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}

.special-box {
    width: 100%;
    margin: auto;
    border-radius: 7px;
}

.dark-right {
    background: url(../images/spec-box-bg.png) bottom center no-repeat;
    background-size: 100%;
}

.dark-left {
    background: url(../images/dark-left.png) bottom center no-repeat;
    background-size: 100%;
}

.page-template-page-special #content .bot-content #article {
    padding: 0px;
}

.special-box .wrap-special-box {
    overflow: hidden;
    padding: 0 25px;
}

.dark-left .spec-slide {
    width: 50%!important;
    padding-left: 0px;
    padding-right: 0 !important;
}

.page-template-page-special #content .bot-content h2.title {
    padding-left: 25px;
    padding-right: 25px;
}

.special-box .spec-info {
    width: 50%;
    padding: 100px 50px 212px;
    text-align: center;
    position: relative;
    float: left;
    margin: 0px;
    box-sizing: BORDER-BOX;
}

.special-box .spec-info h2 {
    color: #7c1742;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
}

.special-box .spec-info p {
    color: #333333;
    font-size: 16px;
    line-height: 21px;
}

.special-box .spec-slide {
    width: 50%;
    padding-top: 90px;
    float: right;
    padding-left: 50px;
    padding-right: 50px!important;
    box-sizing: BORDER-BOX;
}

.special-box .special-close-btn {
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../images/close.png) 0 0 no-repeat;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.special-box.dark-left .special-close-btn {
    right: 0;
}

.spec-pagination {
    width: 200px;
    margin: 28px auto 17px;
    text-align: center;
}

.spec-pagination .page-numbers {
    color: #414042;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0 4px;
}

.spec-pagination .page-numbers.current {
    color: #7c1742;
}

.spec-info-hidden {
    display: none;
}

.spec-info-hidden .btn {
    margin-top: 40px;
}

.dark-right .spec-info-hidden {
    position: relative;
    width: 100%;
    top: 0;
    left: 30px;
}

.dark-left .spec-info-hidden {
    position: relative;
    width: 100%;
    top: 0;
    right: 30px;
}

.dark-left .spec-info {
    float: right;
}

.dark-left .spec-slide {
    float: left;
}

.special-box .spec-info-hidden h2 {
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
    padding-right: 5px;
}

.special-box .spec-info-hidden p {
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-right: 5px;
}

.text-align-left {
    text-align: right;
}

.text-align-left h2 {
    text-align: right !important;
}

.text-align-right {
    text-align: left;
}

.text-align-right h2 {
    text-align: left !important;
}

.btn, #submit {
    display: inline-block;
    text-decoration: none;
    color: #7c1742;
    font-size: 19px;
    background: #f7f7f8 url(../images/btn-bg1.png) no-repeat right;
    border: solid 1px #DBD9D9;
    border-radius: 5px;
    height: 36px;
    padding-right: 63px;
    padding-left: 22px;
    background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: url(../images/btn_arrow.png), -moz-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: url(../images/btn_arrow.png), -ms-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: url(../images/btn_arrow.png), -o-linear-gradient(top, #FFFFFF, #F1F1F1);
    background-image: url(../images/btn_arrow.png), linear-gradient(top, #f7f7f8, #a3a5a7);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 23px;
    cursor: pointer;
    outline: none;
}

.special-slides-single {
    background: url("../images/special_slider_info.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%;
}

#services-tabs .image-content-tab {
    padding-left:20px;
}

@media (max-width: 1115px) {
    body.page-template-page-special .dark-right .spec-info-hidden {
    position:relative;
    left: 0;
    width: 100%;
}

body.page-template-page-special .dark-left .spec-info-hidden {
    position: relative;
    left: 0px;
    width: 100%;
}

.home-contact {
    width: 98%;
}

body.page-template-page-special .special-box {
    width: 100%;
    height: 100%;
    padding-bottom:15px;
}

body.page-template-page-special .special-box .spec-slide {
    width: 50%!important;
    padding-top: 2%;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-bottom: 2%;
}

body.page-template-page-special .special-box .spec-slide .special-slides-single {
    width: 100%;
    background-size: 100% auto;
    border: none;
}

body.page-template-page-special .special-box .spec-slide .special-slides-single img {
    padding-bottom: 7.7%!important;
}

body.page-template-page-special .special-box .spec-info {
    width: 50%;
    padding: 2% 5% 2%;
    box-sizing: BORDER-BOX;
}

body.page-template-page-special .special-box .wrap-special-box {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
}

@media (max-width: 768px) {
    body.page-template-page-special .special-box .spec-slide {
    width:100%!important;
}

body.page-template-page-special .special-box .spec-slide .special-slides-single img {
    width: 100%!important;
}

body.page-template-page-special .special-box .spec-info {
    width: 100%;
    padding: 0;
}

body.page-template-page-special .special-box .wrap-special-box {
    width: 90%;
    padding: 0px;
}

#services-tabs .image-content-tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    text-align: center;
    padding-left:20px;
    padding-right: 20px;
}

#services-tabs .tab-info {
    width: 100%;
    float: none;
}

#services-tabs .image-content-tab img {
    width: 100%;
    max-width: 420px;
    margin-right: 20px;
    float: none;
}
}

.wrap-special-box a.btn {
    line-height: 36px;
    text-indent: 0;
}

.bot-content {
    position: relative;
    overflow: hidden;
}

.bot-content .testimonials {
    padding: 0px 0px 20px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.testimonial_video_lightbox .video_left {
    width: 48%;
    float: left;
}

.testimonial_video_lightbox .video_right {
    width: 48%;
    float: right;
}

.testimonial_video_lightbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.testimonial_video_lightbox h3 {
    font-family: 'NevisBold';
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 4px 0;
    line-height: 34px;
    text-align: center;
}

body.page-template-page-testimonial-template .fancybox-wrap .fancybox-skin {
    border: 3px solid #ec008c;
}

body.page-template-page-testimonial-template .wp-tab-content .wp-tab-content-wrapper .content .meta {
    overflow: hidden;
}

body.page-template-page-testimonial-template .wp-tab-content .wp-tab-content-wrapper .content .meta span.thedate {
    color: silver;
    padding: 4px 0px;
    font-size: 12px;
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

body.page-template-page-testimonial-template .wp-tab-content-wrapper {
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #ec008c;
    padding: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.page-template-page-approved-php #content .bot-content #wp-tabs-1 .ui-tabs li {
    border-radius: 10px 10px 0px 0px;
}

body.page-template-page-testimonial-template .wp-pagenavi span.pages {
    border-radius: 5px;
    border: 1px solid #939598;
    color: #939598;
    width: 107px;
    display: block;
    float: left;
    height: 30px;
    text-align: CENTER;
    line-height: 30px;
    margin: 0 2px;
    text-decoration: none;
    padding: 0px;
}

body.page-template-page-testimonial-template .wp-pagenavi a, body.page-template-page-testimonial-template .wp-pagenavi a {
    margin-bottom: 5px;
}

@media (max-width: 670px) {
    body.page-template-page-testimonial-template .article-header h1.page-title {
    font-size:25px!important;
}

.testimonial_video_lightbox .video_left {
    width: 100%;
    float: left;
}

.testimonial_video_lightbox .video_right {
    width: 100%;
    float: right;
}
}

.special-box .spec-info-hidden.text-align-right h2,.special-box .spec-info-hidden.text-align-right p {
    padding-right: 0px;
    padding-left: 5px;
    text-align: left!important;
}

.dark-left .text-align-right h2,.dark-left .text-align-right p {
    text-align: right!important;
    padding-right: 5px;
    padding-left: 0px;
}

.image-content-tab {
    padding-top: 30px;
    width: 48%;
    float: left;
}

.tab-info {
    margin-right: 0px;
}

@media (max-width: 640px) {
    .image-content-tab {
    width:100%;
}

.tab-info {
    width: 100%;
}
}

body.page-template-page-testimonial-template .wp-tab-content-wrapper .slide {
    border-bottom: 1px solid #ec008c!important;
    margin-bottom: 20px;
}

#wp-tabs-1 .ui-tabs li {
    margin-bottom: 0px!important;
}

body.page-template-template-staff .main .about-page .mid-content-page #team {
    margin-top: 45px;
    padding-bottom: 45px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team .col-four li .content-team h3 {
    width: 150px;
}

body.page-template-page-special .navigation,body.page-template-template-staff .main .about-page .mid-content-page #team .navigation {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: CENTER;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    border: none;
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    height: 255px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    display: inline-block;
    width: 23%;
    position: RELATIVE;
    margin: 0 10px;
    margin-bottom: 15px;
    vertical-align: TOP;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team {
    padding-left: 40px;
    text-align: left;
    min-height: 255px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    border: none;
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    height: 235px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail img {
    width: 100%;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team {
    display: none;
    background: #ec008c;
    background-color: rgba(236,0,140,0.6);
    width: 40px;
    float: left;
    position: ABSOLUTE;
    top: 0;
    height: 100%;
    padding-top: 10px;
    margin: 0px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li {
    float: left;
    width: 100%;
    display: BLOCK;
    margin: 0;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team .excerpt {
    min-height: 125px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

body.page-template-template-staff .main .social_loop .social-team li a, body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li a {
    background: url(../images/sprite.png) no-repeat 0px 0px transparent;
    font-size: 0;
    display: BLOCK;
    width: 40px;
    height: 40px;
    transition: inherit;
}

body.page-template-template-staff .main .social_loop .social-team li a {
    color: #333;
    font-size: 14px;
}

body.page-template-template-staff .main .social_loop .social-team {
    list-style: none;
}

body.page-template-template-staff .main .social_loop .social-team li.face a, body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.face a {
    background-position: -26px -7px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.face a:hover {
    background-position: 6px -7px;
}

body.page-template-template-staff .main .social_loop .social-team li.twi a, body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.twi a {
    background-position: -26px -46px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.twi a:hover {
    background-position: 6px -46px;
}

body.page-template-template-staff .main .social_loop .social-team li.dri a, body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.dri a {
    background-position: -26px -86px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.dri a:hover {
    background-position: 6px -86px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.in a {
    background-position: -26px -128px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.in a:hover {
    background-position: 6px -128px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.google-plus a {
    background-position: -26px -165px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail .social-team li.google-plus a:hover {
    background-position: 6px -165px;
}

body.page-template-template-staff .main .social_loop .social-team li a {
    color: #333;
    font-size: 12px;
    width: 100%;
    padding-left: 40px;
    line-height: 15px;
    padding-top: 15px;
}

body.page-template-template-staff .main .social_loop .social-team {
    list-style: none;
    padding-left: 10px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail:hover .social-team {
    display: block!important
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team h3 {
    color: #403d3a;
    float: left;
    width: 100%;
    font-family: verdana,VERDANAR,sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    min-height: 70px;
    margin-bottom: 0;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team hr {
    margin-top: 0px;
    margin-bottom: 5px;
    border-top: 1px solid #c9cacb;
}

body.page-template-template-staff .main .about-page .mid-content-page #team .col-four li hr,.about-page .mid-content-page #team .col-four li p {
    float: left;
    width: 100%;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #939598;
    font-weight: normal;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team a.video-play {
    background: url(../images/icon-play.png) no-repeat;
    font-size: 0;
    display: BLOCK;
    width: 75px;
    height: 55px;
    background-size: 100% auto;
    float: RIGHT;
    margin-top: -10px;
}

body.page-template-template-staff .main .meet-our-team a.video-play {
    background: url(../images/icon-play.png);
    font-size: 0;
    display: BLOCK;
    width: 40px;
    height: 28px;
    background-size: 100% auto;
    float: left;
    margin-left: 10px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li .content-team {
    padding-left: 40px;
    text-align: left;
    min-height: 255px;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li .content-team h3 {
    color: #403d3a;
    float: left;
    width: 100%;
    font-family: verdana,VERDANAR,sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    min-height: 70px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    body.page-template-template-staff .container {
    width:100%;
}
}

@media (max-width: 768px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    width:45%;
}

.right-sidebar.nohavemenunew #text-9 {
    display: none!important;
}
}

@media (max-width: 600px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-one li .content-team, .about-page .mid-content-page #team ul li .content-team {
    padding-left:0!important;
}
}

@media (max-width: 500px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    width:70%;
}
}

@media (max-width: 420px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    width:90%;
}
}

.content-team p a {
    display: block;
}

.wp-pagenavi a, .wp-pagenavi a {
    border-radius: 5px;
    border: 1px solid #939598;
    color: #939598;
    width: 30px;
    display: block;
    float: left;
    height: 30px;
    text-align: CENTER;
    line-height: 30px;
    margin: 3px;
    text-decoration: none;
    padding: 0px;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 60px;
}

.wp-pagenavi span.current, .wp-pagenavi span.current {
    border-radius: 5px;
    border: 1px solid #939598;
    color: #fff;
    width: 30px;
    display: block;
    float: left;
    height: 30px;
    text-align: CENTER;
    line-height: 30px;
    background: #ec008c;
    margin: 3px;
    padding: 0px;
}

.sidebar2.widget.widget_search input#s {
    background-color: rgba(255,255,255,0.9);
    margin-top: 14px!important;
}

.sidebar2.widget.widget_search .screen-reader-text {
    display: none;
}

.sidebar2.widget.widget_search #searchsubmit {
    background-color: #ec008c;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 8px 20px;
}

.page-template-page-approved-php #content .bot-content ul.social-team {
    padding-left: 0px;
    list-style: none;
}

.page-template-page-approved-php #content .bot-content ul.social-team li a {
    background: url(../images/sprite.png) no-repeat 0px 0px transparent;
}

.page-template-page-approved-php #content .bot-content ul.social-team li.face a {
    background-position: 6px -7px;
}

.page-template-page-approved-php #content .bot-content ul.social-team li.twi a {
    background-position: 6px -46px;
}

.page-template-page-approved-php #content .bot-content ul.social-team li.dri a {
    background-position: 6px -88px;
}

.page-template-page-approved-php #content .bot-content ul.social-team li.in a {
    background-position: 6px -128px;
}

.page-template-page-approved-php #content .bot-content ul.social-team li.pint a {
    background-position: 6px -170px;
}

.social_loop .social-team li a {
    color: #000;
    font-size: 12px;
    width: 100%;
    padding-left: 40px;
    line-height: 15px;
    padding-top: 15px;
}

.social-team li a:hover {
    color: #ec008c;
}

.meet-our-team a.video-play {
    background: url(../images/icon-play.png);
    font-size: 0;
    display: BLOCK;
    width: 40px;
    height: 28px;
    background-size: 100% auto;
    float: left;
    margin-left: 10px;
}

.wrap-special-box .readmore {
    width: 200px;
    padding-right: 50px;
    padding-left: 0px;
}

@media (max-width: 1230px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:17vw;
}
}

@media (max-width: 1024px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:26vw;
}
}

@media (max-width: 1030px) {
    .header nav ul.nav li ul.sub-menu li a {
    width:100%!important;
    text-decoration: none!important;
    color: #fff;
}
}



@media (max-width: 768px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:39vw;
}
}

@media (max-width: 500px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:58vw;
}
}

#makeMeScrollable .scrollableArea > div.active a {
    background: url(../images/services_active_arrow.png) center 100% no-repeat;
}

.metaslider {
    max-width: 100%!important;
}

#article {
    height: auto;
    overflow: hidden;
}

@media (min-width: 1580px) {
    .page-template-page-approved-php #content .bot-content .our-services ul li a.link {
    font-size:12px;
    font-size: 0.9vw;
    line-height: 12px;
    line-height: 0.9vw;
}

.page-template-page-approved-php .wrap-content {
    padding-top: 14%;
}

.page-template-page-approved-php #content .bot-content p {
    font-size: 1vw;
    line-height: 1.2vw;
}
}

@media (min-width: 1400px) {
    .fancybox-nav span {
    width: 2vw;
    height: 1.5vw;
    margin-top: 0px;
}
.fancybox-next span {
    right: 0.67vw;
    background-position: 0 -3.2vw;
    background-size: 100% auto;
}
.fancybox-prev span {
    left: 0.67vw;
    background-position: 0 -1.8vw;
    background-size: 100% auto;
}
.page-template-page-approved-php .right-sidebar .book-online {
    height:220px;
    padding-top: 59px;
    padding-left: 75px;
}

.page-template-page-approved-php #content.subpage-design .bot-content .our-services ul li {
    height: 20vw;
}

.page-template-page-approved-php .right-sidebar .book-online h3 {
    font-size: 0.6vw;
    margin-bottom: 0.66vw;
}

.page-template-page-approved-php .right-sidebar .book-online ul li a {
    font-size: 0.8vw;
}
}

@media (min-width: 1600px) {
    body .page-template-page-approved-php .subpage-design .right-sidebar {
    width:21vw;
}

/*.page-template-page-approved-php .right-sidebar .sidebar1 iframe{width:280px;margin:0 auto;display:BLOCK;}*/
.page-template-page-approved-php .right-sidebar .book-online {
    height: 15.7vw;
    padding-top: 3.84vw;
    padding-left: 5.5vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height: 312px;
}

.page-template-page-approved-php .right-sidebar .sidebar3 {
    margin-bottom: 2vw;
}
}

@media (min-width: 1900px) {
    .page-template-page-approved-php .wrap-content {
    padding-top:15%;
}

.page-template-page-approved-php #content .bot-content .our-services ul li {
    width: 22%;
    margin: 1.5%;
}

.page-template-page-approved-php .right-sidebar .book-online ul li {
    line-height: 100%;
}
}

@media (min-width: 2500px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:477px;
}
}

@media (min-width: 3800px) {
    body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    height:695px;
}
}

.postsliderfc {
    width: 100%;
}

.postsliderfcul {
    width: 100%;
    max-width: 210px;
    margin: 0px auto;
}

.postsliderfcul .owl-item span {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0px;
    background: rgba(238,238,238,0.9);
    color: #5c6b80;
    padding: 10px;
}

.postsliderfc .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/left.gif) no-repeat!important;
    width: 28px;
    height: 35px;
    background-size: 100% auto!important;
    top: 38%;
}

.postsliderfc .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/right.gif) no-repeat!important;
    width: 28px;
    height: 35px;
    background-size: 100% auto!important;
    top: 38%;
}

.postsliderfc .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 2px;
    font-size: 0px!important;
    padding: 18px 13px!important;
    top: 38%;
    margin-top: 0px!important;
}

.postsliderfc .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    font-size: 0px!important;
    padding: 18px 13px!important;
    top: 38%;
    margin-top: 0px!important;
}

.page-template-page-approved-php {
    background-image: url(../images/baroque-pattern.png);
    background-repeat: repeat;
}

.grow img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -1;
}

.page-template-page-approved-php .main-content .phone h3 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 105%;
}

.page-template-page-approved-php .right-sidebar .widget {
    border-radius: 7px;
}

.right-sidebar #text-10 {
    position: relative;
}

.page-template-page-approved-php .owl-theme .owl-controls .owl-nav .owl-next, .page-template-page-approved-php .owl-theme .owl-controls .owl-nav .owl-prev {
    background-repeat: no-repeat!important;
}

.metaslider .slides img {
    border-radius: 7px;
}

.page-template-page-approved-php #content .bot-content {
    border-radius: 7px;
}

.page-template-page-approved-php .right-sidebar .blog ul li .thumb img {
    border-radius: 7px;
}

.page-template-page-approved-php .right-sidebar .submitButton {
    border-radius: 7px!important;
}

.page-template-page-approved-php #content .bot-content .special-slides-single img {
    height: 250px;
    width: auto;
    max-width: 100%;border:0px;border-radius:0;box-shadow:0 0 0;
}

.page-template-page-templatestemplate-spa-referral-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-artas-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-gallery-video-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-gallery-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-home-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-services-sub-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-services-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-special-php .page-template-page-approved-php #content .bot-content   img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-testimonial-template-php .page-template-page-approved-php #content .bot-content   img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-template-staff-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-template-webinar-php .page-template-page-approved-php #content .bot-content   img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-template_full_width-php .page-template-page-approved-php #content .bot-content  img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-template_full_width_blue-php .page-template-page-approved-php #content .bot-content   img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}
.page-template-page-templatespage-template_full_width_thankyou-php .page-template-page-approved-php #content .bot-content   img{border:0px;border-radius:0;box-shadow:0 0 0;margin-top:0px!important;}

.page-template-page-approved-php .wrap-special-box .spec-info-block {
    max-width: 100%;
}

.page-template-page-approved-php .wrap-special-box .spec-info-hidden {
    max-width: 100%;
}

.page-template-page-approved-php #content .bot-content img {
    border-radius: 7px;
    border: 5px solid #fff;
    border-radius: 5px;margin-bottom:2px;
    box-shadow: 0px 0px 4px #444;
}

.page-template-page-approved-php #content .bot-content .wp-caption img {
    margin-bottom: 0px;
    vertical-align: middle;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #444;
}

.page-template-page-approved-php #content .bot-content .wp-caption {
    margin-bottom: 15px;
    width: 100%!important;
    max-width: 310px!important;
}

.page-template-page-approved-php #content .bot-content .wp-caption.alignleft {
    float: left;
    width: auto!important;
    margin-right: 20px;
}

.page-template-page-approved-php #content .bot-content .wp-caption.alignright {
    float: right;
    width: auto!important;
    margin-left: 20px;
}

.page-template-page-approved-php #content .bot-content .wp-caption.aligncenter {
    margin: 0px auto;
    text-align: center;
}
.page-template-page-approved-php #content .bot-content .image-content-tab span.newcaption{    position: relative;    color: #ec008c;    overflow: hidden;    text-align: center;    width: 100%;     margin: 0 auto;    display: block;}
span.newcaption{    position: relative;    color: #ec008c;    overflow: hidden;    text-align: center;    width: 100%;     margin: 0 auto;    display: block;}
.rsDefaultInv .rsGCaption {

    background: none!important;
    color: #ec008c!important;text-align:center!important;
    left: 0!important;
    right: 0!important;
}
ul.listvtvideo li a,.page-template-page-approved-php #content .bot-content iframe,div.list-video-gl, .overlayer .overlay, .overlayer .overlay a,.ajax_project {
    border-radius: 7px;
}

body.single-services .article-footer {
    display: none;
}

.hvr-pulse-shrink ,.sprite a {
    display: inline-block;
    vertical-align: middle;
}

.page-template-page-approved-php .right-sidebar .wraprightsidebar.fixed {
    position: fixed;
    top: 0px;
    z-index: 0;
    width: 310px;
}

@media (max-width: 1024px) {
    .page-template-page-approved-php .right-sidebar .wraprightsidebar.fixed {
    position:relative!important;
    top: inherit!important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
}

.article-header h1.single-title span {
    color: #D20075;
    display: block;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 26px;
}

#hsocial2 li {
    display: inline-block;
    margin: 0 5px 0 0;
}

ul#hsocial2 {
    list-style: none;
}

#hsocial2 li {
    margin-right: 0px!important;
    width: inherit!important;
    height: inherit!important;
    margin-left: 4px!important;
}

ul#hsocial2 li {
    margin-bottom: 18px;
    font-size: 16px;
}

#hsocial2 li a {
    margin-right: 0px;
    background: url(../images/social-pink.png) no-repeat 0 0 transparent;
    width: 48px!important;
    height: 48px!important;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0px;
    background-repeat: no-repeat;
}

#hsocial2 li.youtube a {
    background-position: 67% 0;
}

#hsocial2 li.twitter a {
    background-position: 34% 0;
}

#hsocial2 li.facebook a {
    background-position: 0 0;
}

#hsocial2 li.gplus a {
    background: url(../images/social-pink2.png) no-repeat 0 0 transparent;
    background-position: 0 0;
}

#hsocial2 li.email a {
    background: url(../images/social-pink2.png) no-repeat 0 0 transparent;
    background-position: 100% 0;
}

#hsocial2 li.instagram a {
    background: url(../images/social-pink2.png) no-repeat 0 0 transparent;
    background-position: 54% 0;
}

body.single .post-bio {
    overflow: HIDDEN;
    float: left;
    border: 1.6px solid #a0a192;
    padding: 15px 15px 0px;
    box-shadow: 0px 3px 0px #ec008c;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
}

body.single .post-bio img {
    float: left;
    width: 15%;
    padding-bottom: 0;
    position: ABSOLUTE;
    width: 90px!important;
    height: Auto!important;
}

body.single .post-bio .description {
    position: relative;
    float: right;
    width: 100%;
    -moz-transition: all,0.3s,ease;
    -o-transition: all,0.3s,ease;
    -webkit-transition: all,0.3s,ease;
    transition: all,0.3s,ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 110px;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .single .wrap-content .right-sidebar, .single .wrap-content .right-sidebar.notpost {
    top:15px;
}
}

body.single .post-bio .description a.bio {
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: 700;
}

body.single .post-bio a {
    color: #ec008c;
    font-size: 14px;
    border-radius: 7px;
}

body.single .post-bio .description p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

body.single .post-bio .description p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}

body .hentry footer.article-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.page-template-subpage .wrap-header {
    width: 100%;
    display: BLOCK;
    overflow: HIDDEN;
    background: url(../images/banner-subpage.jpg);
    background-size: cover;
    position: RELATIVE;
}

.page-template-subpage .header {
    background-color: #fff!important;
    height: 100%!important;
    position: RELATIVE;
    padding-top: 0!important;
}

.page-template-subpage .header nav {
    margin-left: 0!important;
    width: 100%;
    margin-top: 0!important;
    border-bottom: 2px solid #3b3c42;
    border-radius: 0;
}

.page-template-subpage .header nav #menu-main-nav {
    text-align: center;
}

.page-template-subpage .header nav #menu-main-nav li {
    margin-right: 0!important;
    float: none;
    margin: 0 5%;
}

.page-template-subpage #hsocial li a {
    background: url(../images/new/social-white.png) no-repeat 0 0 transparent;
}

.page-template-subpage #logo {
    float: none;
    margin: 0 auto;
    width: 400px!important;
}

.page-template-subpage #logo img {
    width: 100%!important;
}

.page-template-subpage #inner-header {
    width: 100%;
}

.page-template-subpage #hsocial {
    margin-right: 0;
    position: ABSOLUTE;
    left: 10px;
    bottom: 10px;
}

.page-template-subpage .header nav ul.nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-template-subpage .spotlight-top .left-box {
    background: url(../images/new/left-box.jpg)no-repeat 0 0 transparent;
}

.page-template-subpage .spotlight-top .mid-box {
    background: url(../images/new/mid-bot.jpg)no-repeat 0 0 transparent;
}

.page-template-subpage .spotlight-top .right-box {
    background: url(../images/new/right-box.jpg)no-repeat 0 0 transparent;
}

.page-template-subpage .spotlight-top .box {
    padding: 0px;
    bottom: 0!important;
    height: 80px!important;
    background-position: center;
}

.page-template-subpage .spotlight-top .box .box-wrap {
    overflow: hidden;
    height: 100%;
    padding: 10px;
    padding: 10px 14px 14px 14px;
    background: url(../images/new/bg-pink.png)repeat 0 0 transparent;
}

.page-template-subpage .spotlight-top .box p {
    display: none!important;
}

.page-template-subpage .spotlight-top {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

.page-template-subpage .wrap-content {
    width: 90%;
}

.page-template-subpage {
    background: #fff;
}

.page-template-subpage .wrap-content {
    padding-top: 0;
    overflow: HIDDEN;
}

.page-template-subpage .spotlight-top .box .textwidget {
    border-top: none;
}

.page-template-subpage .spotlight-top .box h3 {
    display: none!important;
}

.page-template-subpage .spotlight-top .box h2 {
    margin-top: 0!important;
    text-align: left!important;
    font-family: HelveticaNeueCondensedBold;
    font-weight: normal;
    display: block!important;
}

.page-template-subpage .spotlight-top .box a {
    text-align: RIGHT;
    color: #fff;
}

.page-template-subpage #content .bot-content {
    padding: 0;
    padding-top: 2.2em;
}

.page-template-subpage .right-sidebar .widget, .page-template-subpage .right-sidebar .boxes-title h2,.page-template-subpage .right-sidebar .sidebar1 .boxes-title,.page-template-subpage .right-sidebar .sidebar1 .textwidget2 {
    border-radius: 0;
}

.page-template-subpage .phone {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #36373c;
}

.page-template-subpage .phone h3 {
    font-family: 'helvetica_italic';
    text-align: CENTER;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url(../images/new/bg-menu-black.png)repeat-x 0 0 transparent;
    background-size: auto 100%;
}

.page-template-subpage .phone h3 span {
}

.page-template-subpage .phone h3 a {
    font-family: 'HelveticaNeueCondensedBold';
    color: #e61e89;
    font-size: 35px;
}

.page-template-subpage .right-sidebar .sidebar1 .boxes-title {
    background: url(../images/new/bg-menu-black.png)repeat-x 0 0 transparent;
    background-size: auto 100%;
}

.page-template-subpage .right-sidebar .sidebar1 .boxes-title h2 {
    line-height: 45px;
    font-size: 22px;
}

.page-template-subpage .right-sidebar .top-search {
    margin-top: 2.2em;
}

.page-template-subpage .right-sidebar .top-search #searchform {
    position: RELATIVE;
}

.page-template-subpage .right-sidebar .top-search label {
    display: none;
}

.page-template-subpage .right-sidebar .top-search .text-input {
    background-color: #fff;
    border: 1px solid #a6a6a9;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: arial,sans-serif;
    border-radius: 4px;
    width: 100%;
    max-width: inherit;
}

.page-template-subpage .right-sidebar .top-search #searchsubmit {
    background: url(../images/new/icon-search.png)no-repeat center center transparent;
    font-size: 0;
    display: BLOCK;
    border: none;
    width: 40px;
    height: 100%;
    background-size: auto 25px;
    position: ABSOLUTE;
    top: 0;
    left: 0;
    padding: 0;
}

.page-template-subpage .right-sidebar .sidebar1 .textwidget2 {
    box-shadow: none;
    padding: 0;
}

.right-sidebar #search-5 {
    display: none;
}

.page-template-subpage .right-sidebar #search-5 {
    display: block;
}

.page-template-subpage #content .bot-content .our-services ul {
    text-align: CENTER;
    padding: 0 30px;
}

.page-template-subpage #content .bot-content .our-services ul li {
    border: none;
    border-radius: 50px;
    overflow: HIDDEN;
    display: inline-block;
    float: none;
    width: 120px;
    margin: 0 1.4%;
    margin-bottom: 2%;
}

.page-template-subpage #content .bot-content .our-services ul li a span {
}

.page-template-subpage #content .bot-content .our-services ul li p {
    background: none;
    position: ABSOLUTE;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}

.page-template-subpage #content .bot-content .our-services ul li a.link {
    background: url(../images/new/bg-box.png)no-repeat center center transparent;
    vertical-align: middle;
    background-size: 100% 100%;
    color: #000;
    display: table-cell;
    margin: 0 auto;
    position: RELATIVE;
    width: 120px;
    height: 120px;
    font-family: Oswald;
    line-height: 18px;
    padding: 0 6px;
    text-shadow: 1px 1px 10px #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.page-template-subpage #content .bot-content .our-services ul li a img.attachment-thumbnail {
    opacity: 0.6;
}

.page-template-subpage #content .bot-content .our-services ul li a {
    border-radius: 50%!important;
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
}

.page-template-subpage #content .bot-content h2.title {
    font-family: 'HelveticaNeueCondensedBold';
    color: #e61e89;
    background: none;
}

.page-template-page-approved-php #content .bot-content a.button-black {
    background: url(../images/new/bg-button-black.png)repeat-x center center transparent;
    border-radius: 0;
    background-size: auto 100%;
    margin: 0 auto;
    display: BLOCK;
    text-align: CENTER;
    max-width: 400px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    font-family: HelveticaNeueLTPro53Extended;
    margin-bottom: 25px;
}

.page-template-page-approved-php #content .bot-content a.button-black strong {
    font-family: helveticaneuemedium;
    font-weight: normal;
}

.page-template-subpage .our-services .owl-prev, .page-template-subpage .our-services .owl-next {
    background: url(../images/new/arrow-slider.png)no-repeat center left transparent!important;
    display: BLOCK!important;
    width: 25px;
    height: 50px;
    padding: 0!important;
    margin: 0!important;
    font-size: 0!important;
    background-size: 80px auto!important;
    position: ABSOLUTE;
    top: 37%;
    left: 0;
}

.page-template-subpage .our-services .owl-next {
    left: inherit;
    right: 0;
    background-position: right center!important;
}

.page-template-subpage .our-services .owl-dots {
    display: none!important;
}

.logo-mobile {
    box-sizing: BORDER-BOX;
}

@media (max-width: 1035px) {
    .page-template-subpage header .head-callback, .page-template-subpage header .menu-icon {
    display:inline-block;
    padding: 3px;
    max-width: 76px;
    float: right;
    padding-top: 0;
}

.page-template-subpage header .mobile-menu {
    float: left;
    width: 100%;
    display: block;
}

.page-template-subpage header .mobile-menu ul li a {
    padding-left: 15px;
    color: #000;
    display: block;
    font-size: 18px;
    padding: 5px 0 3px 0;
    padding-left: 15px;
    border-bottom: 2px solid #ddd;
}

.page-template-subpage header .mobile-menu ul li li a {
    padding-left: 35px;
}

.page-template-subpage header .mobile-menu ul li li li a {
    padding-left: 55px;
}

.page-template-subpage header .menu-mobile-top {
    display: block;
    padding-right: 10px;
    padding-bottom: 20px;
    overflow: HIDDEN;
    padding-top: 15px;
    background: url("../images/shadow.png") bottom repeat-x;
}

.page-template-subpage .header-top {
    display: none;
}

.page-template-subpage .mobile-header {
    display: block!important;
}

.page-template-subpage .header nav #menu-main-nav li {
    margin: 0px;
}

.page-template-subpage .header .wrap .wrap-header {
    background: #fff;
}

.page-template-subpage #content .bot-content h2.title {
    font-size: 25px;
}

.page-template-subpage .footer-approved {
    padding-bottom: 12%;
}

.page-template-subpage .right-sidebar .wraprightsidebar {
    position: relative!important;
    top: 0px!important;
}

.page-template-subpage .right-sidebar .widget {
    width: 100%!important;
}

.page-template-page-approved-php .right-sidebar .sidebar1 iframe {
    width: 275px;
    margin: 0 auto;
    display: BLOCK;
}

.page-template-subpage #logo {
    float: left;
    width: 68%!important;
}
}

@media (max-width: 780px) {
    .page-template-subpage .wrap-content {
    width:100%;
}

.page-template-subpage #content .bot-content .our-services ul li {
    margin-bottom: 15px;
}

.page-template-subpage #content .bot-content .our-services ul li,.page-template-subpage #content .bot-content .our-services ul li a,.page-template-subpage #content .bot-content .our-services ul li a.link {
    width: 125px;
    height: 125px;
}

.page-template-subpage #content .bot-content .our-services ul li {
    height: 100%;
}
}

@media (min-width: 1600px) {
    .page-template-subpage .spotlight-top .box {
    height:6vw!important;
}

.page-template-subpage .phone {
    margin-top: 1%;
}

.page-template-subpage .phone h3 {
    font-size: 2vw;
}

.page-template-subpage .spotlight-top .box h2 {
    font-size: 1.7vw!important;
}

.page-template-subpage .spotlight-top .box a {
    font-size: 1vw;
    margin-top: 1vw;
}

.page-template-subpage .phone h3 a {
    font-size: 2.22vw;
}

.page-template-subpage #content .bot-content .our-services ul li a,.page-template-subpage #content .bot-content .our-services ul li a.link,.page-template-subpage #content .bot-content .our-services ul li {
    width: 9vw;
    height: 9vw
}

.page-template-subpage #content .bot-content .our-services ul li {
    height: 100%;
}

.page-template-subpage #content .bot-content .our-services ul li a.link {
    font-size: 1vw;
    line-height: 1.3vw;
}
}

@media (max-width: 480px) {
    .page-template-page-approved-php .right-sidebar {
    width:280px;
    max-width: 100%;
}
}

.page-template-page-approved-php .right-sidebar #text-9 {
    padding-top: 37px;
}

.royalSlider {
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
}

.right-sidebar.nohavemenunew #text-9 {
    padding-top: 0px;
}

.spotlight-top {
    display: none;
}

@media (max-width: 1200px) {
    .footer-np .call-us .col-sm-8 {
    padding-right:0!important;
}

.footer-np footer .nav-list ul li a {
    font-size: 14px;
}

.footer-np footer .nav-list .textwidget p {
    font-size: 14px;
}

footer .nav-list h2 {
    font-size: 13px!important;
    line-height: 13px;
    height: inherit!important;
    margin-top: 0!important;
}

footer .nav-list ul li {
    line-height: 18px!important;
}
}

@media (max-width: 840px) {
    .page-template-page-approved-php .nav {
    margin-top:0px;
}
}

@media (max-width: 750px) {
    .page-template-page-approved-php .nav {
    margin-bottom:0px;
}
}

.footer-np .call-us .col-sm-4 {
    box-sizing: border-box;
}

.footer-np .call-us .col-sm-8 {
    box-sizing: border-box;
    padding-right: 60px;
}

.footer-np .call-us {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.footer-np .minimum-col {
    box-sizing: border-box;
}

.footer-np footer .nav-list h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-np footer .nav-list ul {
    margin: 0px;
}

.footer-np footer .widget {
    margin: 0;
}

.footer-np footer .footer-bottom p {
    margin-top: 0px;
}

.footer-np {
    margin-top: 30px;
}

@media (max-width: 750px) {
    .page-template-page-approved-php .call-us {
    display:block;
    background: none;
}

.page-template-page-approved-php .call-us .Request-info {
    display: none;
}

.page-template-page-approved-php .call-us .Request-info2 {
    display: block!important;
}

.page-template-page-approved-php .footer-np footer {
}

.page-template-page-approved-php .call-us span {
    color: #e3047c;
}

.page-template-page-approved-php .call-us p {
    font-size: 25px!important;
    line-height: 25px!important;
}

.page-template-page-approved-php .footer-np .call-us .col-sm-8 {
    padding-right: 0px;
}

.footer-np .footer-mobile #sm-list li a {
    background: url(../images/icon-social.png) no-repeat 0 0 transparent;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    display: BLOCK;
}

.footer-np .footer-mobile #sm-list li.facebook a {
    background-position: 0 0;
}

.footer-np .footer-mobile #sm-list li.twitter a {
    background-position: -66px 0;
}

.footer-np .footer-mobile #sm-list li.gplus a {
    background-position: -203px 0;
}

.footer-np .footer-mobile #sm-list li.email a {
    background-position: -407px 0;
}

.footer-np .footer-mobile #sm-list li.instagram a {
    background-position: -270px 0;
}

.footer-np .footer-mobile #sm-list li.youtube a {
    background-position: -339px 0;
}

.footer-np .footer-mobile #sm-list li.pinterest a {
    background-position: -135px 0;
}

.footer-np .footer-mobile #sm-list li.yelp a {
    background: url(../images/yelp.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-np .footer-mobile #sm-list li.glus1 a {
    background: url(../images/google_plus.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-np .footer-mobile #sm-list li.glus2 a {
    background: url(../images/google_plus2.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.footer-np .footer-mobile ul {
    padding: 0;
    list-style: none;
}

.footer-np .footer-mobile ul li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 11px;
}

.footer-np footer {
    background: url(../images/bg-caption2.png) repeat 0 0 transparent;
    border-top: 40px solid #e3047c;
    margin-top: 3%;
    min-height: inherit;
    padding-top: 2.5%;
    padding-bottom: 1%;
}

.footer-np .footer-mobile h2 {
    color: #e3047c;
    font-size: 15px;
    font-family: arial,sans-serif;
    text-align: left;
    margin-bottom: 4%;
    margin-top: 20px;
}

.footer-np .footer-mobile ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.footer-np .footer-mobile ul#sm-list li {
    width: auto;
    height: auto;
    margin: 0 5px;
}
}

#content .pinkbox ul li {
    list-style: none;
}

#content .pinkbox ul {
    padding-left: 10px;
}

.page-template-page-approved-php #content .bot-content ul.services img {
    height: 100%;
    width: 100%;
}

.page-template-page-approved-php #content .bot-content .services .post-bio img {
    max-height: 100%;
    max-width: 100%;
}

.error404 .wrap-content .right-sidebar, .search .wrap-content .right-sidebar, .category .wrap-content .right-sidebar, .archive.category .wrap-content .right-sidebar,.single .wrap-content .right-sidebar,
.page-template-template_inthenews .wrap-content .right-sidebar {
    position: relative;
    top: 0px;
}

.single .wrap-content .right-sidebar {
    position: relative;
    top: 15px;
}

.single .wrap-content .right-sidebar.notpost {
    position: absolute;
    top: 95px;
}

.bot-content .bottom-widget.row.row2 .footer-box {
    max-width: 340px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 1%;
    border-right: 1px solid #d5d5d5;
}

#locationgiftcard .selectlocation {
    display: block!important;
}

.selectlocation p {
    font-size: 14px!important;
    margin-top: 5px;
}

.selectlocation a {
    display: block;
    width: 190px;
    color: #fff!important;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f34daf), color-stop(1, #ed008c));
    background-image: -o-linear-gradient(bottom, #f34daf 30%, #ed008c 100%);
    background-image: -moz-linear-gradient(bottom, #f34daf 30%, #ed008c 100%);
    background-image: -webkit-linear-gradient(bottom, #f34daf 30%, #ed008c 100%);
    background-image: -ms-linear-gradient(bottom, #f34daf 30%, #ed008c 100%);
    background-image: linear-gradient(to bottom, #f34daf 30%, #ed008c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f34daf', endColorstr='#ed008c');
    border: solid 1px #ed008c;
    border-radius: 7px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0px auto;
    margin-bottom: 5px;
}

.bot-content .bottom-widget.row.row2 .footer-box:last-child {
    border: none;
}

.bot-content .bottom-widget.row1 .widgetheadingwrap {
    border: none;
}

.page-template-page-approved-php #content .bot-content .bottom-widget.row.row2 .footer-box p {
    margin: 0px;
}

.page-template-page-approved-php #content ul.slides {
    padding: 0;
    margin: 0;
}

.bot-content .bottom-widget.row.row2 .footer-box .gettheskinny {
    position: relative;
    margin-bottom: 15px;
}

.bot-content .bottom-widget.row.row2 .footer-box .gettheskinny iframe {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-page-approved-php #content .bot-content .bottom-widget.row.row1 .footer-box .owl-theme .owl-controls {
    display: none;
}

.bot-content .bottom-widget.row1 .widget-1 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.bot-content .bottom-widget.row1 {
    padding-bottom: 0px;
}

.bot-content .bottom-widget.row1 #search-4 {
    margin-bottom: 0;
}

.bot-content .bottom-widget.row1 .widget-2 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.bot-content .bottom-widget.row.row2 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.bot-content .hr-skin {
    display: block;
    width: 100%;
    height: 18px;
    background: url(../images/footer-widgets.png) repeat-x;
    background-position: center;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    border-right: 0px;
    margin: 25px 0px;
    background-size: auto 10px;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider {
    list-style: none;
    padding-left: 0;
    margin: 0px;
    margin-left: 12px;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item {
    overflow: hidden;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item li {
    background: url(../images/bgslider-footer.png);
    padding: 5px!important;
    border: 2px solid #e5e5e5;
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item li .itemcustom {
    min-height: 144px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item li .itemcustom p {
    margin: 0px;
    padding: 0px;
}

.page-template-page-approved-php #content .bot-content p.wp-caption-text {
    margin-bottom: 0px;
}

.page-template-page-approved-php header.archive-title-blog-jp {
    min-height: auto!important;
    height: auto!important;
}

@media (max-width: 1115px) {
    .page-template-page-approved-php #content .bot-content .bottom-widget.row1 .widgetheadingwrap h3 {
    margin-bottom:12px;
    background-size: auto 100%;
}
.page-template-page-approved-php #content .bot-content .bottom-widget.row1 .widgetheadingwrap {
    margin-bottom: 15px;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider {
    margin-left: 0;
}
}

@media (max-width: 1024px) {
    .page-template-page-approved-php #content .bot-content {
    padding:0;
    padding-top: 15px;
}

.single .wrap-content .right-sidebar, .single .wrap-content .right-sidebar.notpost {
    top: 15px;
}

.single .page-template-page-approved-php .wrap-content {
    padding-top: 154px;
}
.single-services .page-template-page-approved-php .wrap-content {
    padding-top: 90px;
}
.single .page-template-page-approved-php .wrap-content.wrap-content-post {
    padding-top: 0px;
}

.bot-content .bottom-widget.row.row2 .footer-box {
    width: 50%;
    padding: 0 10px;
    border-right: none;
}

.bot-content .bottom-widget.row.row2 .footer-box img {
    width: 100%;
}
}

@media(max-width: 768px) {
    .footer-np .minimum-col {
    box-sizing:border-box;
    float: none;
    display: inline-block;
    width: 48%;
    vertical-align: TOP;
}

.bot-content .bottom-widget.row.row2 .footer-box .gettheskinny iframe {
    height: 75px;
}

.page-template-page-approved-php .wrap-special-box .spec-info-block {
    max-width: 100%;
}

.page-template-page-approved-php .wrap-special-box .spec-info-hidden {
    max-width: 100%;
}

.page-template-page-approved-php #content .bot-content .special-slides-single img {
    height: auto;
    width: auto;
    max-width: 100%;border:0px;border-radius:0;box-shadow:0 0 0;
}

.single .page-template-page-approved-php .wrap-content {
    padding-top: 0px;
}

.page-template-page-approved-php #content .bot-content img {
    width: 100%;
    height: auto;
}
}
@media(max-width:625px){
    .btt .arrow-top{display:none!important;}
}
@media (max-width: 540px) {
    .bot-content .bottom-widget.row.row2 .footer-box {
    width:100%;
    padding: 0;
}
.page-template-template-spa-referral .bot-content .bottom-widget.row.row2 .footer-box .gettheskinny iframe{height: 90px;}

.bot-content .bottom-widget.row.row2 .footer-box.widget-3 {
    margin-bottom: 15px;
}
}

@media (max-width: 425px) {
    body.error404 .bot-content #searchform .text-input {
    width:100%;
    max-width: 100%;
    margin-bottom: 10px;
}

body.error404 .bot-content #searchform #searchsubmit {
    width: 100px;
    float: left;
}
body.single .post-bio img {
    margin-bottom: 15px;
}

.call-us img {
    width: 28px!important;
    height: Auto!important;
}

.page-template-page-approved-php .call-us span {
    display: block;
}

.footer-np .minimum-col {
    min-height: inherit;
    width: 100%;
    margin-top: 10px;
}

.footer-np .footer-mobile ul#sm-list li {
    margin: 0 1px;
}

body.single .call-us img {
    display: none;
}

.page-template-page-approved-php .footer-np footer .nav-list {
    min-height: inherit;
    padding-top: 0!important;
}
}

#text-15 img {
    border-radius: 7px;
}

.mobile_navigation {
    display: none;
}

@media (max-width: 768px) {
    .mobile_navigation {
    display:block;
}

.desktop_navigation {
    display: none;
}
}

.footer-np {
    position: relative;
    z-index: 1000;
}

.footer-np .call-us {
    position: relative;
}

.turkey {
    position: absolute;
    top: -135px;
    width: 160px;
    left: 20px;
    z-index: -1;
}

.turkey.mobile {
    top: -175px;
}

@media (max-width: 766px) {
    .footer-np .call-us {
    z-index:-2;
}

.turkey.desktop {
    display: none!important;
}

.turkey.mobile {
    display: block!important;
}

footer {
    overflow: inherit!important;
}
}

.santa-sighting-div {
    position: fixed;
    top: 500px;
    left: 0px;
    z-index: 9999999!important;
    width: 100%;
    max-width: 90%;
}

.santa-sighting-div img {
    width: 30%;
    height: auto;
}

@media (max-width: 640px) {
    .santa-sighting-div img {
    width:50%;
    height: auto;
}
}

.recommendation-article-title {
    font-size: 13px!important;
}

.single .navigation a {
    font-size: 16px!important;
}

.santa-sighting-div {
    position: absolute;
    top: 472px;
    left: 0%;
    z-index: 99!important;
    width: 280px;
    max-width: 80%;
}

.santa-sighting-div img {
    width: 100%;
    height: auto;
}

.border-line-santa {
    background: url(../images/border-title2.png) repeat;
    position: ABSOLUTE;
    height: 5px;
    width: 75px;
    top: 499px;
    left: 32.3%;
    z-index: 100;
    background-size: Auto 100%;
}

@-moz-document url-prefix() {
    .border-line-santa {
    height: 4.4px;
    top: 500px;
}
}

.article-header {
    position: relative;
}

@media (max-width: 1050px) {
    .border-line-santa {
    left:34%;
}
}

@media (max-width: 1035px) {
    .santa-sighting-div {
    top:542px;
}

.border-line-santa {
    top: 570px;
}
}

@media (max-width: 1024px) {
    .border-line-santa {
    top: 485px;
    left: 0%;
    top: 823px;
}

.santa-sighting-div {
    top: 458px;
    left: 0%;
    width: 220px;
    top: 797px;
}
}

@media (max-width: 992px) {
    .border-line-santa {
    left:0%;
    top: 888px
}

.santa-sighting-div {
    top: 861px;
}


@-moz-document url-prefix() {
    .border-line-santa {
    top: 551px;
}
}
}

@media (max-width: 840px) {
    .border-line-santa {
    display:none!important;
}

.santa-sighting-div {
    top: 110vw;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.page-template-page-approved-php .header {
    min-height: inherit!important;
    padding-bottom: 10px;
}
}

@media (max-width: 768px) {
    .santa-sighting-div {
    top:58vw;
}

.page-template-page-approved-php #content .bot-content .article-header {
    padding-bottom: 15px;
}
}
@media (max-width: 550px) {
    .page-template-page-services-sub .top-book, .single-services .top-book{
    padding: 0!important;
}
.page-template-page-services-sub .content-book-clock, .single-services .content-book-clock{
    padding-top:11%!important;
}
}
@media (max-width: 480px) {
    .santa-sighting-div {
    top: 63vw;
    width: 180px;
}
}

@media (max-width: 425px) {
    .santa-sighting-div {
    top: 69vw;
}
}

.recommendation-article-title {
    font-size: 13px!important;
}

.single .navigation a {
    font-size: 16px!important;
}

@-moz-keyframes rotating {
    0% {
    -moz-transform: rotate(-5deg);
}

50% {
    -moz-transform: rotate(5deg);
}

100% {
    -moz-transform: rotate(-5deg);
}
}

@-webkit-keyframes rotating {
    0% {
    -webkit-transform: rotate(-5deg);
}

50% {
    -webkit-transform: rotate(5deg);
}

100% {
    -webkit-transform: rotate(-5deg);
}
}

@keyframes rotating {
    0% {
    transform: rotate(-5deg);
}

50% {
    transform: rotate(5deg);
}

100% {
    transform: rotate(-5deg);
}
}

.rotating {
    animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}

@keyframes spin {
    100% {
    transform: rotate(360deg);
}
}

@keyframes leds-off {
    100% {
    opacity: 0.3;
}
}

@keyframes helix-movement {
    100% {
    background: linear-gradient( to bottom, lighten($color2, 15%) 50%, lighten($color2, 15%), $color2, $color2 50% );
    background-size: 100% 20px;
}
}

@keyframes diving {
    0% {
    margin-top: 5px;
}

50% {
    margin-top: 15px;
}

100% {
    margin-top: 5px;
}
}

@keyframes diving-rotate {
    0% {
    transform: rotate(0deg);
}

50% {
    transform: rotate(3deg);
}

75% {
    transform: rotate(-2deg);
}

100% {
    transform: rotate(0deg);
}
}

@keyframes bubble1-h-movement {
    0% {
    margin-left: 80%;
}

100% {
    margin-left: -100%;
}
}

@keyframes bubble2-h-movement {
    0% {
    margin-left: 65%;
}

100% {
    margin-left: -5%;
}
}

@keyframes bubble1-v-movement {
    0% {
    margin-top: 115px;
}

100% {
    margin-top: 160px;
}
}

@keyframes bubble2-v-movement {
    0% {
    margin-top: 115px;
}

100% {
    margin-top: 90px;
}
}

@keyframes bubble-scale-movement {
    0% {
    transform: scale(1.4);
}

100% {
    transform: scale(0.9);
}
}

@keyframes light-movement {
    0% {
    transform: rotate(-40deg);
}

50% {
    transform: rotate(-70deg);
}

100% {
    transform: rotate(-40deg);
}
}

@media (min-width: 1600px) {
    .page-template-page-approved-php .subpage-design .main-content .phone h3 {
    min-height: 0;
}

.border-line-santa {
    top: 35.66vw;
    background-size: auto 100%;
    height: 0.4vw;
    width: 4.5vw;
}

.santa-sighting-div {
    top: 33.7vw;
    width: 20vw;
}

.page-template-page-approved-php #content .bot-content h2.title, .page-template-page-approved-php #content .bot-content h1.title {
    font-size: 1.5vw;
    padding-top: 0.7vw;
    padding-bottom: 1vw;
    margin-bottom: 1.2vw;
    background-size: auto 0.5vw;
}
.page-template-page-approved-php #content .bot-content {
    padding-top: 0.8vw;
}

.page-template-page-approved-php #content .bot-content .description h2,.page-template-page-approved-php #content .bot-content .description h2 a {
    font-size: 1.5vw;
    line-height: 1.8vw;
    padding-top: 0.4vw;
}
}

@media (min-width: 1900px) {
    .santa-sighting-div {
    top:34.2vw;
}

.border-line-santa {
    left: 33%;
}
}

/*new css 01272016*/
.page-template-template-webinar #inner-content {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    padding-bottom: 10px;
}

.carbonlite-dashboard {
    padding-left: 0px;
}

.carbonlite-dashboard table {
    border-spacing: 0px;
    width: 100%;
}

.page-template-template-webinar .start {
    padding-top: 5px;
}

.page-template-template-webinar .reviews_testi {
    padding-top: 20px;
}

.page-template-template-webinar .reviews_testi .wp-tab-content-wrapper .slide {
    border-color: #ec008c!important;
}

body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form {
    bottom: 3px;
}

.page-template-template-webinar .reviews_testi .navigation {
    overflow: HIDDEN;
}

.page-template-template_full_width_blue #w2 {
    margin-top: -3px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkwhite_box {
    padding-top: 25px;
}

.pinkwhite_box p.logo {
    top: 10px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    background: #ec008c;
}

.page-template-page-templatestemplate_full_width_blue-php .footer-np {
    margin-top: 0px;
}

.page-template-template-webinar .wp-tab-content-wrapper, .page-template-template-webinar .reviews_testi p {
    font-size: 14px;
    line-height: 18px;
}

.page-template-template-webinar .footer-np {
    margin-top: 0px;
}

.page-template-template-webinar #wrap-main {
    background: #fff;
}

.page-template-template-webinar .#wp-tabs-1 .ui-tabs li {
    width: auto;
}

/*end new css 01272016*/
.page-template-template-webinar .reviews_testi .navigation {
    display: none;
}

.page-template-template-webinar .reviews_testi .slide:last-child {
    border-bottom: none!important;
}

@media (max-width: 1070px) {
    .Request-info iframe {
    height:40px!important;
}
}

@media (max-width: 1030px) {
    .page-template-template_full_width_blue .pinkbox, .page-template-template_full_width_blue .whitebox {
    width:100%;
}
}

@media (max-width: 550px) {
    .page-template-template_full_width_blue .carbonlite-digit2 {
    padding-right:30px;
    background-size: auto 20px;
    background-position: right center;
}

.page-template-template_full_width_blue .carbonlite-dash {
    width: 60px;
}

.page-template-template_full_width_blue .carbonlite-digit {
    width: 20px!important;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard {
    width: 255px!important;
}
}

.page-template-page-templatestemplate_full_width_thankyou-php .footer-approved .footer-social ul#social li a.yelp {
    background: url(../images/yelp2.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.page-template-page-templatestemplate_full_width_thankyou-php .footer-approved .footer-social ul#social li a.gplus1 {
    background: url(../images/google_plus3.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

.page-template-page-templatestemplate_full_width_thankyou-php .footer-approved .footer-social ul#social li a.gplus2 {
    background: url(../images/google_plus4.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
}

@media (max-width: 420px) {
    .footer-approved .footer-social #social {
    width: 245px;
    margin: 0 auto;
    background: none;
}

.page-id-18409 .black-header p.logo img {
    max-width: 85%;
}

.footer-approved .footer-social .col-wrapper {
    width: 100%!important;
    background: url(../images/bg-social.png) no-repeat center top transparent;
    background-size: 100% auto;
}
}

.bot-menu-footer {
    text-align: center;
}
.bot-menu-footer #bbblink{
    width: auto!important;
}
.page-id-18840 ul ul {
    padding-top: 15px;
}

/*VIEWPORT DATE 02-25-16*/
@media (min-width: 1400px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 1vw;
    padding-left: 1vw;
}

.page-template-page-approved-php #content {
    min-height: 36.6vw;
}

.page-template-page-approved-php .wrap-content {
    padding-top: 8vw;
    overflow: hidden;  
    padding-top: 12vw;
}
/*.page-template-page-approved-php .wrap-content:not(:root:root) { padding-top: 9vw; }*/

.page-template-page-approved-php .subpage-design .main-content .phone h3 {
    font-size: 1.93vw;
    padding-left: 0.46vw;
    margin-top: 9vw;
    margin-bottom: 21vw;
    line-height: 2.5vw;
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    width: 18.6vw;
}

.page-template-page-approved-php .right-sidebar #text-9 {
    padding-top: 2.46vw;
}

.page-template-page-approved-php .right-sidebar .widget {
    border-radius: 0.46vw;
}

.page-template-page-approved-php .right-sidebar .sidebar1 {
    margin-bottom: 2.46vw;
}

.page-template-page-approved-php #content .bot-content {
    padding: 1vw 0 0vw 0;
}

.page-template-page-special #content .bot-content h2.title {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
}

.page-template-page-approved-php #content .bot-content h2 {
    margin-bottom: 0.6vw;
    font-size: 1.38vw;
}

.special-box .spec-info h2 {
    line-height: 1.93vw;
    letter-spacing: 0.06vw;
}

h2 {
    margin: 0 0 1.3vw 0;
}

.page-template-page-approved-php #content .bot-content p {
    margin-bottom: 1vw;
    font-size: 1.05vw;
    line-height: 1.6vw;
}
.page-template-template-spa-referral #content .bot-content p {
    margin-bottom: 0vw;
}
.page-template-page-approved-php #content .bot-content .special-slides-single img {
    height: 16.49vw;
}

.page-template-page-approved-php #content .bot-content img {
    border-radius: 0.46vw;
}

.special-box .spec-slide {
    padding-top: 5.95vw;
    padding-left: 3.3vw;
    padding-right: 3.3vw!important;
}

.page-template-page-approved-php #content .bot-content a {
    border-radius: 0.46vw;
}

.special-slides-single img {
    padding-bottom: 2.7vw!important;
}

.special-box .spec-info {
    padding: 6.58vw 3.3vw 14vw;
}

.wrap-special-box a.btn {
    line-height: 2.4vw;
}

.wrap-special-box .readmore {
    padding-right: 3.3vw;
    width: 13.3vw;
    padding-left: 0vw;
}

.btn, #submit {
    font-size: 1.26vw;
    height: 2.4vw;
    border: 0.06vw solid #DBD9D9;
    background-size: 3.2vw 2.4vw;
}

.special-slides-single {
    background-size: auto 2.73vw;
}

.special-box .wrap-special-box {
    padding: 0 1.76vw;
}

.special-box {
    border-radius: 0.46vw;
}

.page-template-page-approved-php .subpage-design .main-content {
    margin-bottom: 0.6vw!important;
}

.page-template-page-approved-php .right-sidebar .boxes-title h2,.page-template-page-approved-php .right-sidebar .sidebar1 .boxes-title {
    border-radius: 0.46vw 0.46vw 0 0;
}

.page-template-page-approved-php .right-sidebar .textwidget {
    border-radius: 0 0 0.46vw 0.46vw ;
}

.page-template-page-approved-php .right-sidebar .sidebar1 h2 {
    line-height: 3vw;
    background-size: auto 4.6vw;
}

.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget2 {
    border-radius: 0 0 0.46vw 0.46vw ;
    border: 0.06vw solid #e3e3e3;
    box-shadow: 0.06vw 0.06vw 0.06vw #777;
}

.page-template-page-approved-php #content .bot-content #article,.our-services ,.our-services2{
    padding: 0 1.82vw;
}

.page-template-page-approved-php #content .bot-content ul li {
    font-size: 1.06vw;
}

.page-template-page-approved-php #content .bot-content .our-services ul li a.link {
    font-size: 0.96vw;
    line-height: 0.96vw;
    padding: 0.5vw 0 0.5vw 0;
    border-radius: 0 0 0.5vw 0.5vw;
}

.page-template-page-approved-php .main-content .testimonials p {
    padding-top: 0.6vw;
}

.page-template-page-approved-php .main-content .testimonials .owl-nav {
    width: 7.5vw;
    padding-bottom: 0.74vw;
}

.page-template-page-approved-php #content .bot-content h2.title, .page-template-page-approved-php #content .bot-content h1.title {
    padding-top: 1.12vw;
    padding-bottom: 0.7vw;
    margin-bottom: 1.4vw;
    font-size: 1.83vw;
    background-size: auto 0.3vw;
}

.page-template-page-approved-php #content .bot-content p {
    font-size: 1.06vw;
    margin-bottom: 1vw;
    line-height: 1.6vw;
}

.page-template-page-approved-php #content .bot-content h3 {
    font-size: 1.2vw;
}

.bot-content .hr-skin {
    height: 1.2vw;
    border: 0.06vw solid #e5e5e5;
    margin: 1.6vw 0;
}

/*
* View port testimoti template
*/
.page-template-page-approved-php #content .bot-content a {
    border-radius: 0.5vw;
}

#wp-tabs-1 .ui-tabs li {
    border: 1px solid #ec008c;
    height: 1.86vw;
}

#wp-tabs-1 .ui-tabs li a {
    padding: 0 0.357vw;
    height: 2vw;
    line-height: 2vw;font-size: 0.9vw;
}

.wp-tabs .ui-tabs {
    margin: 1.43vw 0;
}

.wpui-light .ui-corner-all {
    border-radius: 0.214vw;
}

.page-template-page-approved-php #content .bot-content #wp-tabs-1 .ui-tabs li {
    border-radius: 0.714vw 0.714vw 0 0;
}

.page-template-page-approved-php #content .bot-content ul li {
    font-size: 1.174vw;
}

.wpui-light ul.ui-tabs-nav li {
    margin-right: 0.214vw;
}

body.page-template-page-testimonial-template .wp-tab-content-wrapper {
    border-radius: 0px 0.714vw 0.714vw 0.714vw;
    border: 0.0714vw solid #ec008c;
    padding: 0.714vw;
    padding-bottom: 0.714vw;
}

body.page-template-page-testimonial-template .wp-pagenavi span.pages {
    border-radius: 0.43vw;
    border: 0.014vw solid #939598;
    width: 7.8vw;
    height: 2.2vw;
    line-height: 2.2vw;
    margin: 0 0.2vw;
    padding: 0vw;
}

.page-template-page-approved-php #content .bot-content .wp-pagenavi a {
    font-size: 1.133vw;
}

.wp-pagenavi a, .wp-pagenavi a {
    padding: 0px;
    height: 2.2vw;
    line-height: 2.2vw;
    margin: 0.214vw;
    width: 2.2vw;
}

.wp-pagenavi {
    min-height: 2.2vw;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 4.4vw;
}

.wp-pagenavi span.current, .wp-pagenavi span.current {
    padding: 0px;
    width: 2.2vw;
    height: 2.2vw;
    line-height: 2.2vw;
    margin: 0.214vw;
    border: 0.0714vw solid #939598;
    border-radius: 0.35vw;
}

body .wp-pagenavi span {
    font-size: 1.06vw;
}

.page-template-page-approved-php #content .bot-content h3 {
    font-size: 1.33vw;
}

.testimonial_video_lightbox h3 {
    margin: 0 0 0.285vw 0;
    line-height: 2.5vw;
}

.page-template-page-approved-php #content .bot-content a {
    border-radius: 0.5vw;
}

.testimonial_video_lightbox {
    margin-bottom: 1.428vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team p {
    line-height: 1.85vw;
    font-size: 1vw;
}

.page-template-page-approved-php #content .bot-content p {
    margin-bottom: 1.12vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li .content-team {
    padding-left: 2.95vw;
    min-height: 18.21vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li .content-team h3 {
    font-size: 1.247vw;
    line-height: 1.65vw;
    margin-top: 0.714vw;
    min-height: 5.15vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .content-team span {
    font-size: 1vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul li .thumbnail {
    border-radius: 0.5vw;
    height: 17.22vw;
    margin-bottom: 1.42vw;
    /*line-height: 1.428571429;  */
}

body.page-template-template-staff .main .about-page .mid-content-page #team ul.col-four li {
    margin: 0 0.714vw;
    margin-bottom: 1.12vw;
}

body.page-template-template-staff .main .about-page .mid-content-page #team {
    margin-top: 3.3vw;
    margin-bottom: 3.3vw;
}

.page-template-template-webinar #inner-content {
    max-width: 76.15vw;
    padding: 0 0.714vw;
    padding-bottom: 0.714vw;
}

.black-header h2 {
    font-size: 1.317vw;
    padding: 0.6vw 5.71vw 0.6vw 1.45vw;
}

.black-header .logo {
    right: 1.44vw!Important;
    top: -0.35vw!important;
}

body.page-template-page-templatestemplate-webinar-php .wrapstream {
    font-size: 1.32vw;
}

body.page-template-page-templatestemplate-webinar-php .topform {
    min-height: 36.8vw!important;
}

body.page-template-page-templatestemplate-webinar-php .page-template-page-approved-php #content .wrapstream h1 {
    margin-top: 4.4vw;
    font-size: 2.2vw!important;
}

.wrapstream input {
    width: 22vw;
    height: 2.2vw;
    line-height: 2.2vw;
    border: 0.06vw solid #ccc;
}

body.page-template-page-templatestemplate-webinar-php .topform .wpcf7-form .wpcf7-submit {
    margin-top: 0.357vw;
}

.page-template-template-webinar .reviews_testi {
    padding-top: 1.45vw;
}

.wp-tabs ul.ui-tabs-nav li {
    font-size: 0.88vw;
}

.page-template-template-webinar .wp-tab-content-wrapper, .page-template-template-webinar .reviews_testi p {
    font-size: 1vw;
    line-height: 1.32vw;
}

#wp-tabs-1 .ui-tabs-panel {
    padding-bottom: 0.35vw;
}

.page-template-template-webinar .wp-tab-content-wrapper > div {
    border: 0.35vw solid #fff!important;
}

body.page-template-page-templatestemplate-webinar-php .wrapstream p {
    margin-bottom: 0.714vw;
}

body.page-template-page-templatestemplate-webinar-php .footer-iframe {
    line-height: 2.2vw;
    font-size: 1.683vw;
    padding: 1.6vw 0.714vw;
}

.call-us p {
    margin-top: 0.66vw;
}

.topform .wpcf7 {
    width: 21.42vw;
    margin-top: 1.42vw;
}

/*
*Spa scence
*/
#content .pinkbox h1 {
    font-size: 2.34vw;
    line-height: 2.34vw;
}

#panel_bg {
    min-height: 27.85vw;
    padding-bottom: 0.35vw;
    background-size: cover;
    background-position: center top;
}

#panel_bg p img {
    margin-top: 1.12vw!important;
    height: 5.836vw;
}

.pinkwhite_box {
    width: 71vw;
    border-radius: 0 0 1.12vw 1.12vw;
}

.pinkbox {
    padding: 1.14vw 2.5vw;
}

.pinkbox, .whitebox {
    border-top: 0.6vw solid #000;
}

.whitebox {
    padding: 0.71vw 1.43vw;
}

.whitebox h2 {
    font-size: 1.83vw;
    line-height: 1.83vw;
    margin-bottom: 0.72vw;
}

#content .whitebox ul li {
    padding-left: 1.12vw;
    background-size: 0.52vw auto;
}

#content .pinkbox h1 strong {
    font-size: 2.863vw;
}

#content .pinkbox ul li h2 {
    font-size: 2.14vw;
    line-height: 2.14vw;
    margin-bottom: 0.714vw;
}

.blackbox {
    width: 43.5vw;
    margin-top: 1.12vw;
    padding: 0.351vw 0vw;
    margin-bottom: 0.76vw;
    border-radius: 0.85vw;
}

.blackbox h3 {
    padding-left: 4vw!important;
}

.footer-np {
    margin-top: 2.2vw;
}

#content .whitebox ul {
    padding-left: 2.94vw;
}

#w2 .white_bg h2 strong {
    font-size: 1.83vw;
    letter-spacing: 0.29vw;
}

#content .pinkbox ul {
    padding-left: 0.714vw;
}

.pinkbox ul {
    margin-top: 0.714vw;
}

#content .pinkbox ul li {
    margin-bottom: 0.714vw;
    padding-left: 1.428vw;
    background-size: 0.88vw;
}

p.textvideo {
    bottom: 7.5vw!important;
    font-size: 1.54vw!important;
    text-shadow: 0.14vw 0.14vw 0.14vw #000;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form, body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form {
    width: 87.7vw;
}

body.page-template-page-templatestemplate_full_width-php .page-template-page-approved-php .top-form .wrap-form iframe, body.page-template-page-templatestemplate_full_width_blue-php .page-template-page-approved-php .top-form .wrap-form iframe {
    height: 6.1vw;
    padding-top: 1.2vw;
}

#w2 .white_bg h2 {
    font-size: 2vw;
    line-height: 2.14vw;
    padding-bottom: 0.782vw;
    letter-spacing: 0.14vw;
}

#w2 .white_bg h2 img {
    margin-bottom: -1.74vw;
    width: 7.75vw;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 {
    line-height: 2.6vw;
    font-size: 3.13vw;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h2 {
    font-size: 1.47vw;
    line-height: 1.85vw;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox h1 strong {
    font-size: 2.85vw;
}

body.page-template-page-templatestemplate_full_width_blue-php #content .pinkbox i {
    font-size: 1.12vw;
    letter-spacing: 0.0714vw;
    2 }

body.page-template-page-templatestemplate_full_width_blue-php .whitebox img {
    max-width: 14.65vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox, body.page-template-page-templatestemplate_full_width_blue-php .whitebox {
    min-height: 16.78vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .whitebox p {
    font-size: 1.16vw;
    letter-spacing: 0.07vw;
}

.start {
    font-size: 1.25vw;
    margin-top: 1.44vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    min-height: 32vw;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard {
    width: 25.15vw!important;
}

.carbonlite-dashboard {
    padding-top: 0.71vw;
}

.pinkwhite_box p.logo img {
    width: 8.1vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkwhite_box {
    padding-top: 1.8vw;
}

body.page-template-page-templatestemplate_full_width_blue-php #panel_bg {
    min-height: 25.6vw;
    padding-bottom: 1.85vw;
}

.page-template-template_full_width_blue #w2 {
    margin-top: -0.214vw;
}

.pinkwhite_box p.logo {
    top: 0.714vw;
    margin-right: -1.47vw;
}

body.page-template-template_full_width_blue #panel_bg .carbonlite-dashboard table {
    height: 5.9vw;
}

.carbonlite-dashboard .carbonlite-dash {
    line-height: 3.57vw;
    margin-top: 0.357vw;
    margin-left: 0.857vw;
}

body .carbonlite-dash {
    width: 6.1vw;
    height: 3.14vw;
}

.carbonlite-dash .carbonlite-dash_title {
    top: 2.357vw;
    font-size: 0.64vw;
}

.carbonlite-digit {
    width: 1.214vw!important;
}

/*
*thank-you-spa-scene
*/
#content .pinkbox h1 {
    margin-bottom: 0.714vw;
}

.footer-approved .footer-social .col-wrapper {
    width: 76.42vw!important;
}

.footer-approved .footer-social #social {
    padding: 0 0.714vw;
    margin-bottom: 0.42vw;
    padding-top: 1.78vw;
    background-size: 28.2vw auto;
    min-height: 7.32vw;
}

.footer-approved .footer-social ul#social li a {
    width: 2.27vw!important;
    height: 2.14vw!important;
    padding-top: 1.42vw;
}

.footer-approved .footer-cols-page {
    margin-top: -6.34vw;
    padding-top: 6.34vw;
}

.top-menu-footer .col {
    width: 15.74vw;
}

.top-menu-footer .boxes-title h2 {
    font-size: 1.24vw;
    margin-bottom: 0.35vw;
    line-height: 1.55vw;
}

.top-menu-footer ul li a {
    font-size: 1vw;
    line-height: 1vw;
}

.top-menu-footer .col ul li {
    margin-bottom: 0.357vw;
}

.top-menu-footer .col {
    width: 15.73vw;
}

.top-menu-footer .col .boxes-title {
    min-height: 1.85vw;
}

.top-menu-footer .col .textwidget p {
    font-size: 1vw;
    line-height: 1.5vw;
}

.bot-footer-approved p, .bot-footer-approved a {
    font-size: 1vw;
    line-height: 1vw;
    margin-bottom: 0.5vw;
}

.bot-footer-approved {
    padding-top: 1.57vw;
    padding-bottom: 0.741vw;
    background-size: 100% 0.64vw;
}

.page-template-page-templatestemplate_full_width_thankyou-php #content .pinkbox h1 {
    margin-top: 0;
}

/*
* owl-carouls
*/
.owl-theme .owl-controls {
    margin-top: 0.71vw;
}

.page-template-page-approved-php .main-content .testimonials .owl-nav {
    width: 7.7vw;
    padding-bottom: 0.71vw;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0.751vw;
    padding: 0.285vw 0.5vw;
    border-radius: 0.214vw;
}

.video-image-show img {
    height: auto;
    width: 35.15vw;
}

.sort_width_container {
    padding: 1vw 0;
    border-bottom: 0.071vw solid #EBE8E6;
    margin-bottom: -0.071vw;
}

.page-template-page-approved-php #content .bot-content a {
    border-radius: 0.5vw;
}

.sort_width_container a {
    font-size: 1vw;
}

.sort_width_container a:after {
    margin-right: 0.571vw;
    padding-left: 0.571vw;
}

.portfolio-grid-container.isotope {
    min-height: 49.85vw!important;
}

.portfolio-grid-container.isotope .portfolio-entry {
    width: 21.7vw!important;
}

.portfolio-entry {
    padding: 0.35vw;
}

.overlayer .overlay > div {
    padding: 0.714vw;
}

.videoframe iframe {
    /*height: 21.25vw!important;*/
    max-width: 36.6vw!important;
    border: 0.14vw solid #ec008c;
}

ul.listvtvideo li a, .page-template-page-approved-php #content .bot-content iframe, div.list-video-gl, .overlayer .overlay, .overlayer .overlay a, .ajax_project {
    border-radius: 0.5vw;
}

.page-template-page-approved-php #content .bot-content ul li {
    margin-bottom: 1.285vw;
}

ul.listvtvideo li {
    padding: 0.73vw;
    padding-top: 0;
}

div.list-video-gl {
    border: 0.14vw solid #de0055;
}

div.list-video-gl img {
    width: 16.8vw!important;
}

ul.listvtvideo li a span {
    font-size: 0.86vw!important;
    line-height: 1.35vw!important;
    padding: 0.33vw 0.33vw!important;
}

body .wp-pagenavi span {
    height: 2.23vw;
    line-height: 2.14vw;
    font-size: 1.12vw;
    padding: 0 0.36vw;
    margin: 0.22vw;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0.06vw solid #BFBFBF;
}

body.tag .wp-pagenavi, body.category .wp-pagenavi,body .wp-pagenavi,body.category-blog .wp-pagenavi {
    margin-bottom: 1.43vw;
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    width: 20.5vw;
}

.page-template-page-approved-php .right-sidebar .hyperhidrosis h2, .page-template-page-approved-php .right-sidebar  h2.widgettitle,.page-template-page-approved-php .right-sidebar .blog .boxes-title h2 ,
.page-template-template_inthenews .right-sidebar .blog  h2{
    padding-bottom: 1.43vw;
    margin-bottom: 2.2vw;
    font-size: 1.84vw;
}
.page-template-page-approved-php .right-sidebar .sidebar3 h2.widgettitle{margin-bottom: 0;border-radius:0.46vw 0.46vw 0 0;}
.page-template-page-approved-php .right-sidebar-service .hyperhidrosis h2{margin-bottom: 1.33vw;}
.page-template-page-approved-php .right-sidebar-service .hyperhidrosis a img {
    width: 100%;
}
.hyperhidrosis {
    margin-bottom: 2.2em;
}
.page-template-page-approved-php .right-sidebar .blog ul li a.post-title h3 {
    font-size: 1.32vw;
    line-height: 1.4vw;
    padding-bottom: 1.05vw;
}

.page-template-page-approved-php .right-sidebar .blog ul li .thumb img {
    border-radius: 0.5vw;
}

.page-template-page-approved-php .right-sidebar .sidebar3 h2 {
    height: 4.93vw;
    line-height: 4.93vw;
    font-size: 1.83vw;
    background-size: auto 7.28vw;
}

.cat-post-widget ul li {
    margin: 0.214vw 0;
    padding: 0.214vw 0;
}

.page-template-page-approved-php .right-sidebar .blog ul li {
    margin-bottom: 1.428vw!important;
    padding-bottom: 1.428vw;
    border-bottom: 0.14vw solid #d8d8d8;
    background-size: auto 0.78vw;
}

#text-15 img {
    border-radius: 0.5vw;
    width: 21vw!important;
}

.page-template-page-approved-php .right-sidebar .sidebar5, .page-template-page-approved-php .right-sidebar .sidebar7 {
    background-size: auto 7.4vw;
}

.widget {
    margin: 0 0 2.3vw 0;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform, .page-template-page-approved-php .right-sidebar .sidebar7 #searchform {
    border: 0.14vw solid #ec008c;
    border-radius: 0.28vw;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform .text-input, .page-template-page-approved-php .right-sidebar .sidebar7 #searchform .text-input {
    height: 2.5vw;
    line-height: 2.5vw;
    border-radius: 0.28vw;
    padding-left: 0.35vw;
    font-size: 0.88vw;
}

.page-template-page-approved-php .right-sidebar .sidebar5 #searchform #searchsubmit, .page-template-page-approved-php .right-sidebar .sidebar7 #searchform #searchsubmit {
    height: 1.78vw;
    border-left: 0.214vw solid #6f6f6f;
    margin: 0.35vw 0;
}

.page-template-page-approved-php .right-sidebar-service .hyperhidrosis h2, .page-template-page-approved-php .right-sidebar-service  .blog h2.widgettitle,.page-template-page-approved-php .right-sidebar .blog .boxes-title h2,.page-template-template_inthenews .right-sidebar .blog h2{
    background-size: auto 0.78vw;
}

.cat-post-widget {
    line-height: 1.3vw;
    font-size: 0.85vw;
}

.page-template-page-approved-php #content .bot-content #article .post-content > div a img {
    width: 22.45vw!important;
}

.bot-content .bottom-widget.row.row2 {
    margin-bottom: 1.785vw;
}

.bot-content .bottom-widget.row.row2 .footer-box {
    max-width: 24.28vw;
    border-right: 0.07vw solid #d5d5d5;
}

.bot-content .bottom-widget.row.row2 .footer-box .gettheskinny {
    margin-bottom: 1.12vw;
}

.bot-content .bottom-widget.row.row2 .footer-box .gettheskinny iframe {
    height: 6vw!important;
}

.bot-content .bottom-widget.row.row2 .footer-box img {
    width: 100%;
}

.bottom-widget {
    padding: 0 3.22vw;
}

.page-template-page-approved-php #content .bot-content .bottom-widget h3 {
    height: 3.1vw;
    line-height: 2.79vw;
    font-size: 1.46vw;
    padding-left: 1.11vw;
    margin-bottom: 2vw;
    padding-right: 1.57vw;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search {
    padding: 1.43vw 1.11vw;
    border: 0.2vw solid #b9b9b9;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search form {
    border: 0.2vw solid #ec008c;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search .text-input {
    height: 2.5vw;
    line-height: 2.5vw;
    border-radius: 0.24vw;
    padding-left: 0.35vw;
    font-size: 0.88vw;
}

.page-template-page-approved-php #content .bot-content p {
    line-height: 1.88vw;
    font-size: 1.18vw;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .widget_search #searchsubmit {
    margin: 0.35vw 0;
    height: 1.88vw;
}

.bot-content .hr-skin {
    height: 1.32vw;
    margin: 1.84vw 0;
    background-size: auto 0.714vw;
    border: 0.07vw solid #e5e5e5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.33vw 0;
    margin: 0 0 0.66vw 0;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider {
    margin-left: 0.88vw;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .recentpostowlslider .itemcustom p {
    font-size: 0.85vw;
    padding: 0 1.12vw!important;
}

.page-template-page-approved-php #content .bot-content .bottom-widget .recentpostowlslider .itemcustom a {
    bottom: 1.78vw;
    padding: 0.35vw 0.714vw;
    font-size: 0.94vw;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item li .itemcustom {
    min-height: 10.6vw;
}

.page-template-page-approved-php #content .bot-content ul#recentpostowlslider .owl-item li {
    padding: 0.3vw!important;
    border: 0.2vw solid #e5e5e5;
}

.page-id-16258 #content .bot-content h3 span {
    font-size: 1.76vw!important;
}

.page-template-page-approved-php .main-content .testimonials blockquote:before {
    width: 1.42vw;
    height: 1.14vw;
    background-size: auto 1.2vw;
}

.owl-theme .owl-controls {
    margin-top: 0.71vw;
}

.rsVideoContainer {
    width: 35.2vw!important;
    height: 26.4vw!important;
    margin-left: 27.85vw!important;
    margin-top: 2.83vw!Important;
}

.royalSlider {
    margin: 0.714vw 0;
    height: 29.3vw!important;
}

.rsDefaultInv .rsArrow {
    width: 3.24vw;
}

.rsDefaultInv .rsArrowIcn {
    width: 2.3vw;
    height: 2.3vw;
    margin-top: -1.15vw;
    margin-left: -1.15vw;
    border-radius: 0.2vw;
    background-size: 12.9vw 8.2vw;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -4.57vw -2.28vw;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -4.57vw -4.57vw;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0.35vw;
    padding: 0.28vw 0.5vw;
    border-radius: 0.25vw;
}

.page-template-page-approved-php .main-content .testimonials .owl-prev,.page-template-page-approved-php .main-content .testimonials .owl-next {
    width: 2.64vw;
    height: 2.64vw;
    background-size: 5.6vw 5.7vw!important;
}

.page-template-page-approved-php .main-content .testimonials .owl-prev:hover {
    background-position: 0vw -3.12vw!important;
}

.page-template-page-approved-php .main-content .testimonials .owl-next:hover {
    background-position: right -3.12vw!important;
}

.page-template-page-approved-php .main-content .testimonials blockquote:after {
    width: 1.42vw;
    height: 1.41vw;
    background-size: auto 1.12vw;
}

span {
    font-size: 1.366vw;
}

footer span {
    font-size: 1.02vw;
}

.page-template-page-approved-php #content .bot-content img.alignleft {
    margin-right: 2.1vw;
}

.vc_call_to_action {
    margin-top: 2.5vw!important;
}

.page-template-page-approved-php #content .bot-content ul#menu-more-about-us-navigation-menu li a {
    font-size: 1vw!important;
}

body.error404 .bot-content .wpb_wrapper section.search {
    padding: 0 0 1.428vw;
}

body.error404 .bot-content .screen-reader-text {
    font-size: 1.07vw;
    margin-bottom: 0.428vw;
}

body.error404 .bot-content #searchform .text-input {
    height: 2.5vw;
    line-height: 1.57vw;
    border: 0.2vw solid #de0055;
    border-radius: 0.5vw;
    font-size: 0.98vw;
}

body.error404 .bot-content #searchform #searchsubmit {
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1.28vw;
    border-radius: 0.5vw;
}

.page-template-page-approved-php #content .bot-content h4 {
    font-size: 1.14vw;
}

.page-template-page-approved-php #content .bot-content h5 {
    font-size: 1.071vw;
}

.page-template-page-approved-php #content .bot-content h6 {
    font-size: 0.88vw;
}

.page-template-page-approved-php #content .bot-content ol li {
    margin-bottom: 1.285vw;
}

.page-template-page-approved-php #content .bot-content ol li {
    font-size: 1.174vw;
}

body {
    font-size: 1vw;
}

#hsocial2 li a {
    width: 3.43vw!important;
    height: 3.43vw!important;
    background-size: 17.5vw 3.2vw;
}

#hsocial2 li {
    margin-left: 0.28vw!important;
}

#hsocial2 li {
    margin: 0 0.35vw 0 0;
}

.page-template-page-approved-php .right-sidebar .book-online {
    min-height: 14.64vw;
    padding-top: 4.1vw;
}
.page-template-page-approved-php .right-sidebar .book-online ul{
    margin-left: 1vw;
}
#services-tabs .image-content-tab{padding-left:1.33vw;}
#services-tabs .image-content-tab img {
    max-width: 30vw;
    margin-right: 1.428vw;
}

#services-tabs .top-tab h1, #services-tabs .top-tab h2 {
    font-size: 4.03vw;
    line-height: 100%;
}

#services-tabs .top-tab {
    padding: 1.07vw 1.42vw 0.85vw;
}

#services-tabs .top-tab h3, #services-tabs .top-tab h4, #services-tabs .top-tab h5, #services-tabs .top-tab h6 {
    line-height: 1.8vw;
}

.page-template-page-approved-php #content .bot-content #services-slide .scrollWrapper p {
    margin-bottom: 1.07vw;
    font-size: 0.85vw;
    line-height: 0.85vw;
}

#makeMeScrollable .scrollableArea > div {
    height: 6.42vw;
}

#services-tabs .tab-logo-box {
    height: 3.92vw;
    width: 7.7vw;
}

#makeMeScrollable .scrollableArea > div a p {
    padding-top: 3.92vw;
}

#hsocial2 li a {
    background-size: auto 3.2vw!important;
}

#timer_image_show img {
    width: 37.57vw;
}

#makeMeScrollable .scrollableArea > div a {
    width: 7.92vw;
    padding: 0 0.21vw 0.865vw;
    font-size: 0.88vw;
}

.carbonlite-dashboard {
    height: 6.42vw!important;
    line-height: 2.14vw;
    width: 26.66vw!important;
}

.carbonlite-dash .carbonlite-dash_title {
    font-size: 0.64vw;
    top: 2.35vw;
}

.carbonlite-digit {
    font-size: 2.4vw!important;
    width: 2vw!important;
}

#makeMeScrollable {
    height: 7.35vw;
}

.carbonlite-digit2 {
    padding-right: 3.57vw;
}

.carbonlite-dashboard .carbonlite-dash {
    margin-top: 0.35vw;
    margin-left: 0.85vw;
}

.carbonlite-dash {
    width: 3vw;
    height: 3.14vw;
    margin-left: 0.14vw;
    padding-left: 0.14vw;
    padding-top: 0.71vw;
}

#makeMeScrollable .scrollableArea > div {
    height: 6.42vw;
}

.carbonlite-dash.carbonlite-seconds_dash {
    width: 5.35vw!important;
}

.carbonlite-digit2 {
    background-size: 1.2vw 3vw;
}

div.scrollingHotSpotLeft,div.scrollingHotSpotRight {
    min-width: 5.35vw;
    height: 9.5vw;
}

#makeMeScrollable .scrollableArea {
    height: 7.5vw;    width: max-content!important;
}

.topform form {
    margin-top: 3.3vw;
}

div.wpcf7-response-output {
    margin: 2vw 0.5vw 1vw;
    padding: 0.2vw 1vw;
}

body.page-template-page-templatestemplate-webinar-php .wrapstream .bottomform iframe {
    height: 28.9vw;
}

p.logo img {
    width: 7.84vw!important;
}

.black-header {
    top: 0.714vw!important;
}

body.page-template-page-templatestemplate-webinar-php .topform .wpcf7-form .wpcf7-submit {
    width: 7.15vw;
    margin-top: 0.35vw;
    font-size: 0.88vw;
}

body.page-template-page-templatestemplate-webinar-php p {
    margin-top: 1.56vw;
}

.page-template-page-approved-php #content .bot-content h1.single-title {
    font-size: 1.78vw;
    padding-bottom: 0.714vw;
    margin-bottom: 0.714vw;
    border-bottom: 0.28vw double #e8e4e3;
}

.single-title, .page-title, .entry-title, #content h2.h1, #content h3.h1, .inner-h1 .widgettitle {
    margin: 0 0 1.42vw 0;
}

.page-template-page-approved-php #content .bot-content .post-date-meta {
    font-size: 1.07vw;
}

.shareaholic-recommendations-container .shareaholic-recommendations-header {
    font-size: 1vw!important;
    line-height: 1vw!Important;
    margin: 0 0 1vw 0!important;
}

.shareaholic-share-buttons-container li.shareaholic-share-button {
    padding: 0.35vw!Important!important;
}

.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin: 0 0 0 0.71vw !important;
    padding: 0.71vw 0 !important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon, ul li.shareaholic-share-button i.shareaholic-service-icon, ul.shareaholic-share-buttons li i.shareaholic-service-icon, ul li i.shareaholic-service-icon {
    width: 2.857vw!important;
    height: 2.857vw!important;
    font-size: 1.714vw!important;
    box-shadow: inset 0 0.21vw 0.21vw -0.21vw #fff!important;
    border: 0.1vw solid rgba(0,0,0,0.15)!important;
    border-radius: 0.28vw!important;
}

.shareaholic-recommendations-container {
    margin: 2vw 0!important;
}

.shareaholic-recommendations-container .shareaholic-recommendations-header {
    min-height: 1vw!important;
    font-size: 1vw!important;
    margin: 0 0 1vw 0!important;
}

.shareaholic-recommendations-container.shareaholic-divisible-4.medium .shareaholic-recommendations .shareaholic-recommendation, .shareaholic-recommendations-container.shareaholic-divisible-4.large .shareaholic-recommendations .shareaholic-recommendation, .shareaholic-recommendations-container.shareaholic-divisible-4.xl .shareaholic-recommendations .shareaholic-recommendation {
    margin: 0 1.9% 1.43vw 0!important;
}

.shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link i.shareaholic-image {
    border-radius: 0.28vw!Important;
}

.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link i.shareaholic-image {
    height: 9.28vw!important;
}

.shareaholic-recommendations-container.rounded .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-details {
    min-height: 3.2vw!important;
    border-radius: 0 0 0.214vw 0.214vw!important;
    padding: 0.35vw!important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon:before, ul li.shareaholic-share-button i.shareaholic-service-icon:before, ul.shareaholic-share-buttons li i.shareaholic-service-icon:before, ul li i.shareaholic-service-icon:before {
    top: 0.5vw!important;
    left: 0.5vw!important;
}

.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
    margin: 0.5vw 0 0!important;
    line-height: 1vw!Important;
}

.recommendation-article-title {
    font-size: 0.94vw!important;
}

.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-summary {
    line-height: 1.2vw!important;
    margin: .4vw 0 0 0!important;
    font-size: .8vw!important;
}

.single .navigation a {
    font-size: 1.16vw!Important;
}

body.single .post-bio {
    border: 0.12vw solid #a0a192;
    padding: 1.07vw 1.07vw 0px;
    box-shadow: 0 0.214vw 0 #ec008c;
    margin-bottom: 1.07vw;
    border-bottom: 0.06vw solid #eee;
    min-height:7vw;
}

body.single .post-bio img {
    width: 6.428vw!important;
}

body.single .post-bio .description {
    padding-bottom: 0.714vw!important;
    padding-left: 7.85vw;
}

body.single .post-bio .description a.bio {
    margin-bottom: 0.5vw;
}

body.single .post-bio a {
    font-size: 1vw;
}

.page-template-page-approved-php #content .bot-content ul {
    padding-left: 1.214vw;
    margin-left: 0.85vw;
}

.page-id-18840 ul ul {
    padding-top: 1.017px;
}

.single span {
    /*font-size: 1.18vw;*/
}

.page-template-page-approved-php #content .bot-content .entry-content .wp-caption .wp-caption-text {
    font-size: 1vw;
    margin: 0.14vw 0;
}

.page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 {
    /*    height: 18.57vw!important;*/
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    top: 5.8vw;
}

body.category-blog .description, body.search .description {
    padding-top: 0.71vw!important;
    padding-bottom: 1.71vw!important;
    padding: 1.71vw;
}

.page-template-page-approved-php #content .bot-content img.aligncenter {
    margin: 0.714vw auto;
}

/*
* BLOG update date 02-29-16
*/
body.search #content .bot-content #blog-page ul li, .page-template-page-approved-php #content .bot-content #blog-page ul li {
    margin-bottom: 2.16vw;
}

ul.blog-page-ul li {
    padding: 0 0.724vw;
}

.divwrap:hover .description .more {
    max-height: 71.43vw;
    margin-top: 0.76vw;
}

#blog-page .description h2, #blog-page .description h2 a {
    line-height: 1.68vw;
    margin-bottom: 0.714vw!important;
}
}



/*
* CSS-Update Date 02-29-16 
* @@-Border-Video Emb
* 1- style
* 2- reponsive
*/
/*----1. style*/
.wrap-videoWrapper {
    overflow: hidden;
    width: 100%;
    padding: 1px;
    padding-top: 15px;
    margin-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px #444;
}

/*----2.reponsive*/
@media (max-width: 1275px) {
    .page-template-page-templatespage-gallery-video-php div.videoframe iframe {
    max-width: inherit;
}
}

@media (min-width: 1270px) {
    body .videoWrapper {
    padding-bottom: 36.2%;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.wrap-videoWrapper {
    padding: 0.07vw;
    padding-top: 1.07vw;
    margin-bottom: 0.71vw;
}

.videoWrapper {
    padding-top: 1.78vw;
    margin-bottom: 1.07vw;
}

.videoWrapper {
    padding-top: 1.78vw;
    margin-bottom: 1.07vw;
    border: 0.35vw solid #fff;
    border-radius: 0.35vw;
    box-shadow: 0 0 0.28vw #444;
}
}

/*
** @@-Form sidebar right
* */

body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe {
    height: 285px!important;
}
@-moz-document url-prefix() {
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe {
    height: 292px!important;
}
}
body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe:not(:root:root) { 
    height: 295px!important;
} 


@media (max-width: 768px) {
    .page-template-page-approved-php .call-us .Request-info2 iframe {
    width: auto!important;
}

.footer-np .call-us .Request-info2 iframe {
    width: auto!important;
}
}

div.videodiv.videoactive {
    text-align: center;
}

/*
* Date 03-01-16
*/
@media (min-width: 1400px) {
    .page-template-page-approved-php .right-sidebar .textwidget iframe {
    height: 21vw!important;
}   
.page-template-page-approved-php .right-sidebar #text-10 .textwidget iframe{
    height: 5.33vw!important;
}
.page-template-page-approved-php .main-content .phone {
    /*min-height: 5.23vw;*/
}

body.single-specials .page-template-page-approved-php .subpage-design .right-sidebar.nohavemenunew ,
.page-template-page-approved-php .subpage-design .right-sidebar.nohavemenunew  {
    top: 7vw;
}

.category-blog .page-template-page-approved-php .subpage-design .right-sidebar.nohavemenunew,
.single .page-template-page-approved-php .subpage-design .right-sidebar.nohavemenunew{
    top: 1vw;
}
body.meet_our_team-template-default .subpage-design .right-sidebar.nohavemenunew{top: 7vw!important;}
.page-template-page-approved-php .right-sidebar.nohavemenunew #text-9 {
    padding-top: 0;
}

.page-template-page-templatestemplate_full_width_blue-php .whitebox p img {
    width: 21.4vw!important;
}

.page-template-page-templatestemplate_full_width_thankyou-php .whitebox h2 span {
    line-height: 1.83vw;
    font-size: 1.83vw;
}
}

h6 {
    font-size: 12px;
}

/*DATE 03-02-16*/
.pinkbox p span {
    text-transform: initial;
}

#content .whitebox ul {
    padding-left: 30px;
}

#content .whitebox ul li {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 130%;
    margin-top: 10px;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox p span {
    font-size: 14px;
}

@media (max-width: 1030px) {
    body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    min-height: inherit;
}
}

@media (min-width: 1400px) {
    #content .whitebox ul li {
    font-size: 1.14vw;
    margin-top: 0.71vw;
}

#content .whitebox ul {
    padding-left: 2.14vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox p span {
    font-size: 1vw;
}

body.page-template-page-templatestemplate_full_width_blue-php .pinkbox {
    padding-left: 1.07vw;
    padding-right: 1.07vw;
}
}

/*--- FIX FOOTER BG*/
.page-template-page-templatestemplate_full_width-php .footer-np {
    margin-top: 0;
}

body.category-blog .patrickday {
    float: right;
    width: 280px;
}

body.category-blog .patrickday img {
    width: 100%;
}

@media (max-width: 1230px) {
    body.category-blog .patrickday {
    width: 402px;
    clear: both;
}
}

@media (max-width: 1024px) {
    body.category-blog .patrickday {
    float:none;
    margin: 0px auto;
    width: 280px;
}
}

body.category-blog .footer-np {
    margin-top: 0px;
}


@media (min-width: 1400px) {
    body.category-blog .page-template-page-approved-php .wrap-content {
    padding-top: 6vw;
    overflow: initial;
}
}

/*
* patrickday - Viewport
*/
@media (min-width: 1400px) {
    body.category-blog .wrap-content {
    overflow: initial;
}

body.category-blog .patrickday {
    margin-top: 6vw;
    width: 24.5vw;
}
}

@media (max-width: 1024px) and (min-width:993px) {
    body #wrap-main {
    width:100%;
}

.page-template-page-approved-php .header {
    min-height: 100px!important;
}

.logo-full {
    width: 100%;
}
}

/*
* 
*/
@media (min-width: 1400px) {
    .page-template-page-templatesnp-subpage-design-php .page-template-page-approved-php #content .bot-content .our-services ul li a.link span {
    font-size: 0.88vw;
}
}

.page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote blockquote {
    background: none!important;
    color: #FFF;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 1050px!important;
    text-align: center!important;
}

.page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote p.testititle {
    text-align: center!important;
    color: #FFF;
}

@media (max-width: 1230px) {
    .page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote blockquote {
    width: 750px!important;
}
}

@media (max-width: 1024px) {
    .page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote blockquote {
    width: 500px!important;
}
}

@media (max-width: 768px) {
    .page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote blockquote {
    width: 90%!important;
}
}

@media (min-width: 1400px) {
    .page-template-page-templatesnp-subpage-design-php .testimonial_rotator_quote blockquote {
    width: 78vw!important;
}

.page-template-page-templatespage-testimonial-template-php .header_testimonial span, .page-template-page-templatespage-testimonial-template-php span.t_rate {
    font-size: 1vw;
}

.page-template-page-templatestemplate-webinar-php .header_testimonial span, .page-template-page-templatestemplate-webinar-php .meta span {
    font-size: 1vw;
}

.page-template-page-templatespage-services-sub-php .page-template-page-approved-php #content .bot-content .our-services ul li a.link span {
    font-size: 1vw;
}
}

/* flyout */
.alerts-manager-container a {
    color: #fff;
}

.alerts-manager-container a:hover {
    color: #fff;
    text-decoration: none;
}

.alerts-manager-container {
    color: #fff;
    bottom: 30px;
    position: fixed;
    left: 0;
    z-index: 10000;
    font-size: 14px;
}

.alerts-manager-wrap {
    bottom: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: -328px;
    width: 0;
    z-index: 175;
    background: #ec008c;
    width: 360px;
}

.alerts-manager {
    background: #ec008c;
    border-top: 1px solid #ec008c;
    height: 100%;
    padding: 15px;
    width: 100%;
}

.alerts-manager.closed:before {
    color: #fff;
    content: '+';
    font-weight: 700;
    font-size: 28px;
    right: 4px;
    position: absolute;
    text-shadow: 0 1px 0 #007acc;
    top: 0;
}

.alerts-manager .bclose,.alerts-manager .expand, .alerts-manager .alerts-manager-content-headline, .alerts-manager .alerts-manager-content-image, .alerts-manager .alerts-manager-heading {
    display: block;
}

.alerts-manager .alerts-manager-content-headline a {
    color: #fff;
    text-decoration: underline;
}

.alerts-manager .bclose ,.alerts-manager .expand {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    left: 338px;
    text-shadow: 0 1px 0 #007acc;
    top: 7px;
    font-weight: bold;
    z-index: 180;
}

.alerts-manager .alerts-manager-heading {
    margin: 5px 0px;
}

@media (max-width: 768px) {
    .alerts-manager-wrap {
    bottom: 25px;
}
}

@media (max-width: 400px) {
    .alerts-manager .alerts-manager-heading {
    display:none;
}

.alerts-manager {
    padding-top: 10px;
}

.alerts-manager .bclose {}

.alerts-manager-wrap {
    bottom: 60px;
}

.top-footer-mobile {
    padding: 0 40px;
    width: 100%;
}
}

@media (max-width: 350px) {
    .alerts-manager {
    padding: 15px 15px 15px 10px;
    width: 85%;
}

.alerts-manager .bclose {
    left: 290px;
}
}

/* end flyout */
/*
* DATE: 03-15-16
*/
@media (max-width: 1300px) {
    .our-services {
    padding: 0 15px;
}
.our-services2 {
    padding: 0 15px;
}
.page-template-page-approved-php #content .bot-content #article {
    padding: 0 15px;
}

.page-template-page-special #content .bot-content #article {
    padding: 0px;
}
}

@media (max-width: 1024px) {
    .our-services {
    padding: 0 10px;
}   .our-services2 {
    padding: 0 10px;
}

.page-template-page-approved-php #content .bot-content #article {
    padding: 0 10px;
}

.page-template-page-special #content .bot-content #article {
    padding: 0px;
}
}

@media (max-width: 768px) {
    .our-services {
    padding: 0 5px;
}
.our-services2 {
    padding: 0 5px;
}
.page-template-page-special #content .bot-content #article {
    padding: 0px;
}

.page-template-np-subpage-design .our-services h2.title {
    margin-left: 5px;
    margin-right: 5px;
}
}

/*.full-menu ul ul ul.sub-menu{
height: 400px;
overflow-y: auto;
overflow-x: hidden;    
}*/
/*.full-menu ul ul li.menu-item-19234 ul.sub-menu {
height: 400px;
overflow-y: auto;
overflow-x: hidden;
}*/

/*SERVICE PAGE - DATE 09-04-16*/
.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading h4 {
    color: #f50091;
    text-transform: uppercase;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .vc_row.wpb_row.vc_row-fluid.three-col {
    margin-left: 0;
    margin-right: 0;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .vc_row.wpb_row.vc_row-fluid.custom-two-row {
    margin-left: 0;
    margin-right: 0;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading {
    background: #1a1a1a;
    position: relative;
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
    margin-top: 32px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
    display: flex;
    align-items: center;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading img {
    position: absolute;
    top: -18px;
    left: -2px;
    width: 64px;
    height: 64px;
    border-radius: 200%;
    margin: 2px;
    border: 4px solid #000;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list {
    background: #fafafa;
    margin-left: 30px;
    padding-bottom: 15px;
    /*overflow: hidden;*/
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul {
    padding-top: 15px;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 12px;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul li {
    background: url(../images/button_color.png) no-repeat;
    background-size: 11px 12px;
    padding-left: 16px;
    background-position: left 3px;
    font-size: 15px;
    margin-bottom: 2.3px;
    letter-spacing: 1.1px;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .skin .vc_column-inner {
    padding-right: 19px;
    box-sizing: border-box;
}

.page-template-page-services-sub .page-template-page-approved-php #content .vc_row.wpb_row.vc_row-fluid.training {
    margin-left: 0;
    margin-right: 0;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .cosmetic .vc_column-inner {
    padding-left: 19px;
    padding-right: 19px;
    box-sizing: border-box;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .femini .vc_column-inner {
    padding-left: 19px;
    padding-right: 0;
    box-sizing: border-box;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .custom-two-row .col-free .vc_column-inner {
    padding-right: 0;
    box-sizing: border-box;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .custom-two-row .block-free img {
    width: 100%;
}

.page-template-page-services-sub .inner-block-free {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 15px;
    box-sizing: border-box;
}

.page-template-page-services-sub .inner-block-free a {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
}

.page-template-page-services-sub .inner-block-free a span {
    color: #555555;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .inner-block-free h3 {
    margin-top: 51px;
    width: 83%;
    font-size: 37px!important;
    line-height: 46px;
    color: #010101!important;
}

.page-template-page-services-sub .head-book {
    position: relative;
}

.page-template-page-services-sub .head-book img {
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-page-services-sub .block-free {
    position: relative;
}

.page-template-page-services-sub .content-book-clock {
    position: relative;
}

.page-template-page-services-sub .book-col-left,.page-template-page-services-sub .book-col-right, .single-services .book-col-left,.single-services .book-col-right {
    display: inline-block;
    width: 49%;
    padding: 2% 0 0 0 ;
    box-sizing: border-box;
    vertical-align: top;
}

.page-template-page-services-sub .custom-two-row .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0;
}

.page-template-page-services-sub .top-book, .single-services .top-book {
    padding: 0 19px;
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.page-template-page-services-sub .head-book img {
    width: 100%;
}
.single-services .top-book h4 a {
    color: #fff!important;
}

.page-template-page-services-sub .content-book-clock, .single-services .content-book-clock {
    position: relative;
    display: table;
    width: 100%;
    clear: both;
    padding: 0 7%;
    box-sizing: border-box;
    padding-top: 38px;
    padding-top: 7%;
}

body.single-services .content-book-clock {
    padding-top: 0;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .book-clock p {
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
}

.page-template-page-services-sub .book-col-left p,.page-template-page-services-sub .book-col-right p {
    padding: 0 12%;
    box-sizing: border-box;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 32%;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini {
    width: 31.333333%;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic .wrap-box,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini .wrap-box {
    padding-top: 4px;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic .wrap-box .wrap-box-child .list ul li {
    padding-left: 20px;
}

@media (max-width: 1300px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .skin .vc_column-inner {
    padding-left: 15px;
}
.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .wrap-box .wrap-box-child .heading h4 {
    font-size: 15px;
}
}

@media (max-width: 1200px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 33.333333%;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .skin .vc_column-inner,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .cosmetic .vc_column-inner,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .femini .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .wrap-box .wrap-box-child .heading h4 {
    font-size: 14px;
}
}

@media (max-width: 1024px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin, .page-template-page-approved-php #content .bot-content .femini,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 50%;
    float: left!important;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .custom-two-row .wpb_column.vc_col-sm-4,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .custom-two-row .wpb_column.vc_col-sm-8 {
    width: 100%;
    clear: both;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .custom-two-row .col-free .vc_column-inner {
    padding-right: 15px;
}
}

@media (max-width: 768px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading img {
    width: 64px;
}
}

@media (max-width: 680px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 100%;
}

.page-template-page-services-sub .book-col-left,.page-template-page-services-sub .book-col-right {
    width 100%; }

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .book-clock p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 120%;
}
}

@media (min-width: 1400px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading {
    padding-left: 4.66vw;
    line-height: 2.33vw;
    height: 2.33vw;
    margin-top: 2.13vw;
    border-top-left-radius: 2.13vw;
    border-bottom-left-radius: 2.13vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .heading img {
    top: -1.2vw;
    left: -0.13vw;
    width: 4.7vw;
    height: 4.7vw;
    margin: 0.13vw;
    border: 0.26vw solid #000;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list {
    margin-left: 2vw;
    padding-bottom: 1vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul {
    padding-top: 1.6vw;
    padding-left: 0.8vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul li {
    background-size: 0.73vw 0.8vw;
    padding-left: 1.06vw;
    font-size: 0.93vw;
    margin-bottom: 0.153vw;
    letter-spacing: 0.073vw;
    background-position: left 0.2vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .skin .vc_column-inner {
    padding-right: 1.267vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .cosmetic .vc_column-inner {
    padding-left: 1.267vw;
    padding-right: 1.267vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .femini .vc_column-inner {
    padding-left: 1.267vw;
}

.page-template-page-services-sub .content-book-clock {
    /*padding-top: 2.53vw;*/
}

.page-template-page-services-sub .top-book {
    padding: 0 1.26vw;
    border-radius: 0.8125vw;
    font-size: 0.93vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .book-clock p {
    margin-top: 0.666vw;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic .wrap-box .wrap-box-child .list ul li {
    padding-left: 1.33vw;
}

.top-book img,.page-template-page-services-sub .head-book img,.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .training .wpb_wrapper p img {
    width: 100%;
}

.page-template-page-services-sub .vc_column_container>.vc_column-inner {
    padding-left: 1vw;
    padding-right: 1vw;
}
}

.page-template-page-approved-php #content .bot-content .block-free img,.page-template-page-approved-php #content .bot-content .block-free a {
    border-radius: 0;
}

/*STYLE*/
.page-template-page-services-sub .top-book h4, .single-services .top-book h4 {
    background: url(../images/bg_head.jpg) repeat-x;
    background-size: 2px 51px;
    text-align: center;
    text-transform: uppercase;
    line-height: 51px;
    border-radius: 10px;
    font-family: myriadpro_bold;
}

top-book h4 span {
    font-size: 19px;
    color: #000;
}

@media (max-width: 1300px) {
    .page-template-page-services-sub .top-book h4 span {
    font-size: 14px;
}
}

@media (max-width : 680px) {
    .page-template-page-services-sub .content-book-clock {
    text-align:center;
}

.page-template-page-services-sub .book-col-left, .page-template-page-services-sub .book-col-right {
    width: 100%;
    max-width: 300px;
    text-align: left;
}
}

@media (min-width: 1400px) {
    .page-template-page-services-sub .top-book h4 {
    background-size: 0.13vw 3.4vw;
    line-height: 3.4vw;
    border-radius: 0.66vw;
}
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content .wrap-box .wrap-box-child .list ul li a {
    color: #000;
}

.page-template-page-services-sub .page-template-page-approved-php #content .bot-content h4 span a.fancybox, .page-template-page-services-sub .page-template-page-approved-php #content .bot-content h4 a.fancybox span, .single-services .page-template-page-approved-php #content .bot-content .book-clock h4 span a.fancybox, .single-services .page-template-page-approved-php #content .bot-content .book-clock h4 a.fancybox span {
    color: #FFF;
}

@media (min-width: 1400px) {
    .fancybox-wrap .fancybox-inner .textwidget2 iframe {
    height: 20.6vw!important;
}
}

@media (max-width: 1024px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin, .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini, .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 50%;
}
}

@media (max-width: 750px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .skin, .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .femini, .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .cosmetic {
    width: 100%;
}

.page-template-page-services-sub .wpb_button,.page-template-page-services-sub .wpb_content_element,.page-template-page-services-sub ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px;
}
}

@media (max-width: 480px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .wrap-box .wrap-box-child .heading h4 {
    font-size: 12px;
}
}

@media (max-width: 360px) {
    .page-template-page-services-sub .page-template-page-approved-php #content .bot-content .three-col .wrap-box .wrap-box-child .heading h4 {
    font-size: 11px;
}
}

@media (max-width: 1024px) {
    .single-services .top-book {
    padding: 0 10px;
}
}

@media (max-width: 760px) {
    .single-services .book-col-left, .single-services .book-col-right {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 320px;
}
}

@media (max-width: 450px) {
    .single-services .content-book-clock,.single-services .top-book {
    padding: 0;
}

.single-services .top-book h4 {
    background-size: 2px 100%;
    line-height: 35px;
}

.single-services .page-template-page-approved-php #content .bot-content h4 {
    font-size: 14px;
}
}

@media (min-width: 1400px) {
    .single-services .content-book-clock {
    padding-top: 2.53vw;
}

.single-services .top-book {
    padding: 0 1.26vw;
    border-radius: 0.86vw;
    font-size: 0.93vw;
}

.single-services .top-book h4 {
    background-size: 0.13vw 3.4vw;
    line-height: 3.4vw;
    border-radius: 0.66vw;
}
body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 21.4vw!important;}

}
@media (min-width: 1600px){
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 22vw!important;}
@-moz-document url-prefix() {
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 21.4vw!important;}
}
body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe:not(:root:root){height: 23vw!important;}
}
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { 
    @media (min-width: 1600px)
    {
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 23vw!important;}
}
}
@media (min-width: 1900px){
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 21.4vw!important;}
body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe:not(:root:root){height: 23vw!important;}

}
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { 
    @media (min-width: 1900px)
    {
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 23vw!important;}

}
}

@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { 
    @media (min-width: 1400px)
    {
    body .page-template-page-approved-php .subpage-design .right-sidebar .sidebar1 .textwidget2 iframe{height: 23vw!important;}
}
}
@media (max-width: 350px) {
    .single-services .book-col-left, .single-services .book-col-right {
    max-width: 250px;
    padding: 0 15px;
    box-sizing: border-box;
}
}

@media (min-width: 1660px) {
    .page-template-page-templatestemplate_full_width_blue-php #panel_bg {
    background-size:100% 100%;
}
}
/*FIX POPUP FORM*/
.fancybox-outer .fancybox-inner #section-bottom-pop-2 iframe{height: 315px!important;}
/*Accordian*/
.accordion>h3:first-child {
    font-size: 25px!important;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-family: 'EB Garamond', serif;
    margin-bottom: 10px;
}
.accordion>h3:first-child:after {
    content: '+';
    float: right;
}
.accordion .ac_content {
    overflow: hidden;

    transition: height 0.25s ease-in-out 0s;
}
.accordion .ac_content dl {
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.accordion .ac_content dl dt {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.accordion .ac_content dl dd, .accordion .ac_content dl dt {
    padding-left: 40px;
    min-height: 0;
    position: relative;
}
dt {
    font-weight: bold;
}
.accordion .ac_content dl dd:before, .accordion .ac_content dl dt:before {
    font-size: 35px;
    position: absolute;
    left: 0;
}
.accordion .ac_content dl dt:before {
    content: 'Q';
    color: #eb5a69;
    font-weight: 700;
}
.ac_content dd:before, .ac_content dt:before, .faq_question:before, .faq_answer:before {
    font-size: 48px;
    position: absolute;
    left: 0;
}
.ac_content dt:before, .faq_question:before {
    content: 'Q';
    color: #eb5a69;
    color: #6E605D;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.accordion .ac_content dl dd, .accordion .ac_content dl dt {
    padding-left: 60px;
    min-height: 0;
    position: relative;
}
dd {
    margin-left: 0;
}
.accordion .ac_content dl dd:before {
    top: 12px;
}
.accordion.expanded>h3:first-child:after {
    content: '-';
}
.accordion .ac_content dl dd {
    font-size: 16px;
    line-height: 25px;
}
.accordion.expanded .ac_content {
    height: auto;
}
.accordion .ac_content dl dd:before {
    content: 'A';
    color: #00afab;
}
@media (min-width: 1400px){
    .fancybox-outer .fancybox-inner #section-bottom-pop-2 iframe{height: 15.7vw!important;}    

.accordion>h3:first-child {
    font-size: 1.66vw!important;
    padding: 0.66vw;
    border-bottom: 0.06vw solid #ddd;
    margin-bottom: 0.66vw;
}
.accordion .ac_content dl {
    padding: 1.33vw 0px;
    border-bottom: 0.06vw solid #ddd;
}
.accordion .ac_content dl dt {
    font-size: 1.2vw;
    margin: 0 0 1.33vw 0;
}
.accordion .ac_content dl dd, .accordion .ac_content dl dt {
    padding-left: 2.66vw;

}
.accordion .ac_content dl dd:before, .accordion .ac_content dl dt:before {
    font-size: 2.33vw;  
}
.ac_content dd:before, .ac_content dt:before, .faq_question:before, .faq_answer:before {
    font-size: 3.2vw;  
}
.accordion .ac_content dl dd, .accordion .ac_content dl dt {
    padding-left: 4vw;  
}
.accordion .ac_content dl dd:before {
    top: 0.8vw;
}
.accordion .ac_content dl dd {
    font-size: 1.06vw;
    line-height: 1.66vw;
}
.single-services .page-template-page-approved-php .wrap-content {
    padding-top: 8vw;  
    padding-top: 6vw;           
}
}
@media (min-width: 1400px){
    .wonderplugincarousel{max-width: 100%!important;}

#wonderplugincarousel-1 .amazingcarousel-next{background-size: 3.73vw 3.73vw!important;}
#wonderplugincarousel-1 .amazingcarousel-prev{margin-right: 2.13vw!important;background-size: 3.73vw 3.73vw!important;}
}


/*page-template-template-spa-referral */
.page-template-template-spa-referral .content-referral{box-sizing: border-box;width: 100%;}
.page-template-template-spa-referral .box-referal{background: #fff;box-sizing: border-box;padding-top: 15px; padding-bottom: 15px;}
.page-template-template-spa-referral .box-referal p{color: #121212;font-size: 20px;}
.page-template-template-spa-referral .box-free{margin: 30px 10px;background: url(../images/background-box-free3.png) no-repeat right top #000; background-size: auto 600px;box-shadow: -5px 5px 17px #bbbdbf;    border: 2px dashed #fff;}
.page-template-template-spa-referral .box-free.box-free2{background-image: url(../images/background-box-free-1.png);}
.page-template-template-spa-referral .box-free:last-child {
    margin-bottom: 0;
}
.page-template-template-spa-referral .box-free .inline-box-free{
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 525px;
    position: relative;
}
.page-template-template-spa-referral .box-free  .left-box{
    width: 60%;
    float: left;
}
.page-template-template-spa-referral .box-free  .left-box p{
    color: #d2d1d1;
    font-size: 15px;
    text-align: left;
    margin-top:0px;
}
.page-template-template-spa-referral .box-free .title-box-free{    margin-bottom: 5px;}
.page-template-template-spa-referral .box-free .right-box{
    width: 40%;
    float: right;
}
.page-template-template-spa-referral .box-free .title-box-free img {
    width: 57%;
}
.page-template-template-spa-referral .box-free .right-box{
    width: auto;
    float: right;
    text-align: CENTER;
    position: absolute;
    right: 25px;
    top: 58%;
}
.page-template-template-spa-referral .box-free .right-box .call{  
    color: #fff;
    font-size: 35px;
    padding: 3px 10px;
    box-sizing: border-box;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e36ba7;
    background: url(../images/shadow_black.png);
    background-size: 100% auto;
    display: BLOCK;
    font-weight: 700;
    text-decoration: none;
}
.page-template-template-spa-referral .box-free .right-box img{
    width: 100%;
}
.inline-box-free iframe{width: 100%!important;
    border: none;
    overflow: hidden;
height: 230px;}
.page-template-template-spa-referral .footer-np{
    margin-top:0px;
}
/*injectable-nutrients*/    
.postid-22890 .post-content img{
    border-radius: 0!important;
    float: none!important;
    margin: 0!important;
    display: BLOCK!important;
    overflow: HIDDEN!important;

}
.injectable-nutrients-page{
    background: url(../images/injectable-nutrients-mid.jpg) no-repeat center top transparent;
    text-align: CENTER;
    background-size: cover;
    font-family: 'century gothic',sans-serif;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h2.title2{
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    text-shadow: 4px 2px 0px #a766ff;
    padding-top: 30px;
    font-family: 'couture',sans-serif;
    letter-spacing: 3px;
    margin-bottom: 0px;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2{
    color: #efd063!important;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 9px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    margin-bottom: 18px;


}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page p.title2{
    color: #c28cff;
    margin-top: 0!important;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 26px;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2{
    padding: 0 30px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3{
    color: #efd063!important;
    text-transform: uppercase;
    font-size: 37px;
    margin: 0;
    letter-spacing: 4px;
    margin: 0;
    padding-top: 25px;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4{
    color: #efd063!important;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0;
    margin-bottom: 5px;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 p{
    font-size: 25px;
    color: #ffffff;
    margin-top: 0;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 b{
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 i{
    color:#ffffff;


}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .logo3{
    margin: 0 auto!important;
    width: 450px;
    padding-bottom: 15px;
    padding-top: 25px;
}
.single-services .page-template-page-approved-php #content .bot-content .injectable-nutrients-page img{
    border-radius: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
    margin-top: 0px!important;
}
@-moz-document url-prefix() { 
    .page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2,.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3,.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4{

    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2,.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3,.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4{

    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

}
.postid-20856 .post-content img {
    border-radius: 0!important;
    float: none!important;
    margin: 0!important;
    display: BLOCK!important;
    overflow: HIDDEN!important;
}
@media (max-width: 1300px){
    .box-free .right-box .call{right: 9%;
    top: 49%;font-size: 35px;}

}
@media (max-width: 1230px){
    .page-template-template-spa-referral .box-free{background-size: 100% auto;}
.page-template-template-spa-referral .box-free  .left-box{width: 100%;}
.page-template-template-spa-referral .box-free .right-box{position: relative;}
.page-template-template-spa-referral .box-free.box-free2{
    background-position-y: -15px;        
}
}
@media (max-width: 1191px){
    .page-template-template-spa-referral .box-free .right-box .call{font-size: 30px;}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h2.title2{
    font-size: 60px;
}  
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2{
    font-size: 25px;
    letter-spacing: 5px;
} 
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page p.title2{
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 {
    padding: 0 15px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3{
    font-size:28px;
    padding-top:10px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 p{
    font-size:18px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 b{
    font-size: 22px;
    line-height: 28px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4{
    font-size: 20px;
    letter-spacing: 3px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .logo3{
    width: 100%;
    padding-top: 0;
    max-width: 300px;
}
}

@media (max-width: 992px){
    .page-template-template-spa-referral .box-free{
    background-size: auto 400px;

}
.page-template-template-spa-referral .box-free.box-free2{
    background-position-y: -20px;        
}
.page-template-template-spa-referral .box-free .right-box{
    position: RELATIVE;
    max-width: 250px;
    text-align: left;
    margin: 0 auto;
    display: BLOCK;
    overflow: HIDDEN;
    float: left;
    left: 0;

}
.page-template-template-spa-referral .box-free .right-box .call{position: initial;}
.page-template-template-spa-referral .box-free  .left-box,.page-template-template-spa-referral .box-free .right-box{width: 100%;}
.page-template-template-spa-referral .content-referral,.page-template-template-spa-referral .box-referal{
    /*  padding-left: 15px;
    padding-right: 15px;*/
}

.page-template-template-spa-referral .box-free .title-box-free img{width: 284px;}
}
@media (max-width:  768px){
    .page-template-template-spa-referral .box-free .title-box-free img{width: auto!important;height: auto!important;}

}
@media (max-width: 700px){
    .page-template-template-spa-referral .box-free{background-size: 100% auto;}
.page-template-template-spa-referral .box-free.box-free2{
    background-position-y: 0px;        
}
.page-template-template-spa-referral .box-free .title-box-free img{width: 150px;}
.page-template-template-spa-referral .box-free .title-box-free {
    margin-bottom: 40px;
}
}
@media (max-width: 513px){
    .inline-box-free iframe{height: 365px;}
}
@media (max-width: 503px){
    .page-template-template-spa-referral .box-free .inline-box-free{padding: 10px;}
}
@media (max-width: 500px){
    .page-template-template-spa-referral .box-free .inline-box-free{padding: 15px;}
.page-template-template-spa-referral .content-referral{padding-left: 5px;padding-right: 5px;}
.page-template-template-spa-referral .content-referral,.page-template-template-spa-referral .box-referal{
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-template-spa-referral .box-free .title-box-free img{width: 200px!important;}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4 {
    font-size: 18px;
    letter-spacing: 1px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h2.title2 {
    font-size: 45px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 p {
    font-size: 15px;
    margin-bottom:5px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 b {
    font-size: 17px;
    line-height: 20px;
}
}
@media (max-width: 480px){
    .page-template-template-spa-referral .box-free .title-box-free {
    margin-bottom: 10px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h2.title2 {
    font-size: 30px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page p.title2 {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4 {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3 {
    font-size: 24px;
    padding-top: 5px;
    letter-spacing: 2px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .logo3{
    max-width: 195px;
}
}
@media (max-width: 400px){
    .page-template-template-spa-referral .box-free .title-box-free img{width: 100px!important;}
}
@media (max-width: 345px){
    .inline-box-free iframe {    
    height: 398px;
}
}
@media (min-width: 1400px){
    .page-template-page-approved-php #content .bot-content img.alignleft{
    margin-bottom:2vw;

}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h2.title2{
    padding-top: 2vw;
    font-size: 6.66vw;
    text-shadow: 0.26vw 0.13vw 0px #a766ff;
    letter-spacing: 0.2vw;
    line-height: 6.66vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page h3.title2{
    font-size: 2.8vw;
    letter-spacing: 0.6vw;
    margin-bottom: 1.2vw;
    line-height: 6.66vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page p.title2{
    font-size: 1.73vw;
    line-height: 2vw;
    letter-spacing: 0.4vw;
    margin-bottom: 2vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 {
    padding: 0 2vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3{
    font-size: 2.5vw;
    letter-spacing: 0.26vw;
    padding-top: 1.66vw;
    line-height: 2.6vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4{
    font-size: 2vw;
    letter-spacing: 0.33vw;
    margin-bottom: 0.33vw;
    line-height: 2.1vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 p{
    font-size: 1.66vw;
    line-height: 1.85vw;
    margin-bottom: 1vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 b{
    font-size: 1.86vw;
    letter-spacing: 0.06vw;
    line-height: 2.13vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .logo3 {
    width: 30vw;
    padding-bottom:1vw;
    padding-top: 1.66vw;
}
.page-template-template-spa-referral .box-referal{padding-top: 1vw; padding-bottom: 1vw;}
.page-template-template-spa-referral .box-referal p{font-size: 1.33vw;}
.page-template-template-spa-referral .box-free{margin: 2vw 0.66vw; background-size: auto 40vw;box-shadow: -0.33vw 0.33vw 1.13vw #bbbdbf;    border: 0.13vw dashed #fff;}
.page-template-template-spa-referral .box-free .inline-box-free{
    padding: 2vw;   
    min-height: 35vw;

}
.page-template-template-spa-referral .box-free  .left-box p{
    font-size: 1.06vw;        
}
.page-template-template-spa-referral .box-free .title-box-free{    margin-bottom: 0.33vw;}
.page-template-template-spa-referral .box-free .right-box .call{   
    font-size: 2.73vw;
    padding: 1vw 0.5vw;
    -webkit-text-stroke-width: 0.06vw;
    right: 3%; 
}
.inline-box-free iframe{
    height: 15.6vw;}
.page-template-template-spa-referral .box-free .right-box{
    right: 2vw;

}


.page-template-page-approved-php #content .bot-content ul {

    padding-left: 1.1vw;
    margin-top: 0;
    margin-left: 0.8vw;
}

.page-template-page-approved-php #content .bot-content ul li {
    margin-bottom: 1vw;
    font-size: 1.18vw;
    line-height: 1.18vw;
}
}
.page-template-template-spa-referral .box-referal:first-child {
    padding-top: 0;
}
.page-template-template-spa-referral .page-template-page-approved-php .wrap-content{
    padding-top: 0;
}
@media screen and (-moz-images-in-menus:0) and (min-width: 1400px) {
    .page-template-template-spa-referral .page-template-page-approved-php .wrap-content{padding-top: 14vw;}          
}
@media (min-width: 1600px){
    .page-template-template-spa-referral.postid-13933 .page-template-page-approved-php .wrap-content{padding-top: 8vw;}        
}
#services-tabs .image-content-tab img{
    margin-right:0px;
}
.fancybox-iframe{height:100%!important;}
/*Injectable Nutrients 2*/
.postid-20856 h1.single-title{display:none!important;}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title{
    background: url(../images/icon-injectable-nutrients.png) no-repeat 48% bottom transparent;
    text-align: center;
    color: #e41574;
    font-weight: 700;
    font-size: 40px;
    background-size: auto 100%;
    padding-top: 100px;
    margin-bottom: 25px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title span{
    margin: 0 50px;
}

.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h3{
    color: #000!important;
    text-align: CENTER;
    font-size: 30px;
    margin-bottom: 25px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 td {

    border-right: none;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 table{
    text-align: CENTER;
    border: none;
    margin-bottom: 15px;
}
.postid-20856 .page-template-page-approved-php #content .bot-content #article{
    padding:0px;
}
.injectable-nutrients-page2 .header-tab{
    color: #e41574;
    font-weight: 700;
}
.injectable-nutrients-page2 .header-tab .col-1{
    width:20%;
    background: #f7f7f7;
}
.injectable-nutrients-page2 .header-tab .col-2{
    width:40%;
    background: #ebebeb;
}
.injectable-nutrients-page2 .header-tab .col-3{
    width:16%;
    background: #f7f7f7;
}
.injectable-nutrients-page2 .header-tab .col-4{
    width:12%;
    background: #ebebeb;
}
.injectable-nutrients-page2 .header-tab .col-5{
    width:12%;
    background: #f7f7f7;
}

.injectable-nutrients-page2 .content1 .col-1, .injectable-nutrients-page2 .content1 .col-3, .injectable-nutrients-page2 .content1 .col-5{
    background: #e6e6e6;
}
.injectable-nutrients-page2 .content1 .col-2, .injectable-nutrients-page2 .content1 .col-4{
    background: #dadada;
}

.injectable-nutrients-page2 .content2 .col-1, .injectable-nutrients-page2 .content2 .col-3, .injectable-nutrients-page2 .content2 .col-5 {
    background: #f7f7f7;
}
.injectable-nutrients-page2 .content2 .col-2, .injectable-nutrients-page2 .content2 .col-4{
    background: #ebebeb;
}
.injectable-nutrients-page2 .content td{
    height: 200px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-1 p{
    font-size: 20px;  
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-4 p, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-5 p{
    font-size: 25px;
}
.injectable-nutrients-page2 .content .col-2, .injectable-nutrients-page2 .content .col-3{
    text-align:left;
    padding: 10px 15px!important;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-2 p, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-3 p{
    font-size: 12px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content p{
    margin:0px;
}
.injectable-nutrients-page2 .mid-content{
    background: #e41574;
    text-align: CENTER;
    padding: 15px;
    margin-bottom: 15px;
}
.injectable-nutrients-page2 .mid-content p{
    color: #fff;
    margin: 0!important;
}
.injectable-nutrients-page2 .bot-content2{
    background: #e6e6e6;
    text-align: CENTER;
    padding: 15px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .bot-content2 p{
    margin: 0;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .bot-content2 span{
    margin: 0 10px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .bot-content2 a{
    color:#000;
}
.injectable-nutrients-page2 .title-mobile{
    display:none;
}
@media (max-width: 640px){
    .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title{
    font-size: 28px;
    padding-top: 40px;
    margin-bottom: 15px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title span {
    margin: 0 20px;
}

.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h3{
    font-size: 22px;
}
.injectable-nutrients-page2 table, .injectable-nutrients-page2 .mid-content {display:none;}
.injectable-nutrients-page {display:block!important;background: none;    background: #f7f7f7;
padding: 5px 0;}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 b, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 p{
    color:#000;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 i {
    color: #000;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h4, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page .content2 h3{
    color:#e41574!important;
}
}

@media (max-width: 480px){
    .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title {
    font-size: 18px;
    padding-top: 35px;
    margin-bottom: 10px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h3 {
    font-size: 16px;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .bot-content2 span {
    margin: 0 5px;
}
.page-template-page-approved-php #content .bot-content p{font-size:12px;}
}
@media (min-width: 1400px){
    .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title{
    font-size: 2.66vw;
    padding-top: 6.66vw;
    margin-bottom: 1.66vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h2.top-title span {
    margin: 0 3.33vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 h3{
    font-size: 2vw;
    margin-bottom: 1.66vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 td{
    padding:0.6vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-1 p{font-size:1.66vw;}
.injectable-nutrients-page2 .content .col-2, .injectable-nutrients-page2 .content .col-3{    
    padding: 0.66vw 1vw!important;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-2 p, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-3 p{
    font-size: 0.85vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-4 p, .page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .content .col-5 p{
    font-size: 1.66vw;
}
.injectable-nutrients-page2 .content td {
    height: 14vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 table{
    margin-bottom: 1vw;
}
.injectable-nutrients-page2 .mid-content{
    padding: 1vw;
    margin-bottom: 1vw;
}
.injectable-nutrients-page2 .bot-content2{
    padding: 1vw;
}
.page-template-page-approved-php #content .bot-content .injectable-nutrients-page2 .bot-content2 span{
    padding:0 0.66vw;
}
.ajax-container .close-ajax-container, .ajax-container .next-ajax-container, .ajax-container .prev-ajax-container {

    border: 0.06vw solid #EBE8E6;
    height: 2.66vw;
    line-height: 2.66vw;
    width: 2.66vw;    font-size: 1vw;
}
.ajax-container .next-ajax-container {
    top: 4.3vw;
}.ajax-container .prev-ajax-container {
    top: 7vw;
}

}
/*End Injectable Nutrients 2*/

.nopadding ul {
    padding:0!important;margin-left:0!important;
}
.page-template-page-approved-php  .bot-content .bottom-widget.row.row2 img,.noshadow,#services-tabs img{
    border-radius: 0px!important;
    border: 0px solid #fff!important;
    border-radius: 0px!important;
    box-shadow: 0px 0px 0px #444!important;
}
#services-tabs .image-content-tab img {width:100%;height:auto;}
.single-services .image-content-tab-left{width: 40%!important;padding-left:20px;}
.single-services .image-content-tab-left img{width:100%;margin-right: 0!important;}
.single-services .tab-info-right{width: 55%;}
.single-services .tab-info-right ul li{font-family: 'caviar_dreamsregular';color:#58595b;}
@media (max-width: 640px) {
    .single-services .image-content-tab-left img{width:100%;max-width: 350px;margin:0 auto;float: none!important;}
.single-services .tab-info-right{padding-top:0px;width: 100%!important;}
.single-services .image-content-tab-left{text-align: CENTER;width: 100%!important;padding-left:0px;}
}
@media (min-width: 1400px) {
    .single-services .tab-info-right{padding: 2vw 1.33vw 0;}
.single-services .image-content-tab-left{padding-top:2vw;padding-left:1.33vw;}
}
.fancybox-nav span{    visibility: visible!important;} 
.page-template-page-gallery .project_flexslider .owl-controls .owl-dots{
    display: none!important;
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev,.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    background-image: url(../images/arrow_next.png);
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-indent: -600%;
    top: 52%;
    width: 40px;
    z-index: 99;
    border-radius: 3px;
    margin: 0;
    font-size: 0;
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev:hover,.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next:hover{
    background-color: rgba(0, 0, 0, 0.6);
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev{
    left:20px;
    background-image:url(../images/arrow_prev.png);
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    right:20px;
}
.page-template-page-gallery .project_flexslider .project_slides{
    margin-left: 0!important;
    padding-left: 0!important;
}
@media (max-width: 767px) {
    .page-template-page-gallery .ajax_project{padding:15px;}
.page-template-page-gallery .ajax-container .ajax-controls{
    position: RELATIVE;
    height: 80px;
    text-align: CENTER;
    width: 170px;
    margin: 0 auto;
}
.page-template-page-gallery .ajax-container .close-ajax-container,   .page-template-page-gallery .ajax-container .next-ajax-container,   .page-template-page-gallery .ajax-container .prev-ajax-container{
    top: 18px;    

}
.page-template-page-gallery .ajax_project .project_media{
    margin-bottom: 0;    
}
}
@media (max-width: 500px) {
    .page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev, .page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    height: 25px;
    width: 25px;
    background-size: auto 50%;
    top: 50%;
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev{left:10px;}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{right:10px;}
}
@media (min-width: 1400px) {
    .page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev,.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    height: 2.66vw;
    width: 2.66vw;
    border-radius:0.2vw;
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev{
    left:1.33vw;   
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    right:1.33vw;
}
.page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-prev, .page-template-page-gallery .project_flexslider .owl-controls .owl-nav .owl-next{
    top: 53%;
}
}
footer .wrap-footer .nav-list a{
    color:#fff;
}
footer .wrap-footer .nav-list a:hover{
    color: #ec008c;
}
/*Spa Specials Style*/  
.page-template-page-Spa-Specials-Style-B .wrap-content, .page-template-page-Spa-Specials-Style-C .wrap-content{padding-top: 82px;}
.page-template-page-Spa-Specials-Style-B #content .bot-content, .page-template-page-Spa-Specials-Style-C #content .bot-content  {
    border-radius: 0;
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 50px;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content #article, .page-template-page-Spa-Specials-Style-C #content .bot-content #article{
    padding: 0;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content h2.title, .page-template-page-Spa-Specials-Style-C #content .bot-content h2.title{
    background: url(../images/bg-title-specials.jpg) no-repeat 0 0 transparent;
    background-size: 100% 100%;
    color: #fff;
    padding: 20px 15px;
    font-weight: normal;
    font-size: 35px;
    border-bottom: 4px solid #d8d8d8;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.1;
}
.page-template-page-Spa-Specials-Style-C #content .bot-content h2.title{
    background: none;
    color: #ed0990;
    font-weight: 700;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.page-template-page-Spa-Specials-Style-C #content .bot-content h2.title span{
    color: #fb8eb9;
    font-weight: normal;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content h2.title span, .page-template-page-Spa-Specials-Style-C #content .bot-content h2.title span{
    color:#ffd3e4;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content .button-bot, .page-template-page-Spa-Specials-Style-C #content .bot-content .button-bot{
    background: url(../images/bg-title-specials.jpg) no-repeat 0 0 transparent;
    margin: 0 auto;
    display: BLOCK;
    width: 425px;
    text-align: CENTER;
    color: #fff;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font-size: 25px;
    border-radius: 5px;
    background-size: 100% 100%;
}
#content .bot-content .wrap-special-box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 30px;
}
#content .bot-content .wrap-special-box2 .special-box{
    background: #f5f3f3;
    width: 49%;
    margin-top: 0;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box{
    padding: 25px 50px 25px 25px;
    position: RELATIVE;
    height: 100%;
} 
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .wrap-spec-info{
    border: 2px solid #ed3b95;
    padding: 20px;  
    background:#fff;
    padding-right: 210px;
    min-height: 380px; 
    margin-bottom:20px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .spec-info-hidden{
    display:block!important;
    right: 0;
    padding-right: 20px;
    left: 0;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .spec-info-hidden p{
    padding: 0;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .spec-slide{
    display: none;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .spec-info-block{
    display:none;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .wrap-spec-info{
    padding-right: 20px!important;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info .content-team{

}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info{
    float: left;
    width: 100%;
    padding: 0;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info h2{
    text-align: left;
    color: #ed0990;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info p{
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info p.date{
    color: #b094a6;
    padding: 0;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info .readmore{
    background: #ed0990;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    padding: 0 15px;
    border-radius: 5px;
    overflow: HIDDEN;
    text-decoration: none;
    margin-right: 190px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide{
    float: right;
    position: ABSOLUTE;
    right:25px;
    padding: 0!important;
    width: 210px!important;
    top: 140px;
}
.page-template-page-Spa-Specials-Style-C #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide{
    top: auto;
    bottom: 0;
    width: auto!important;
    right: 0;
}
.page-template-page-Spa-Specials-Style-C #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide img{
    height: 400px;
    width: auto;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide img{
    box-shadow: none;
    padding: 0!important;
    border-radius: 0;
    border: none;
    margin: 0;
}
.page-template-page-Spa-Specials-Style-B .page-template-page-approved-php .subpage-design .main-content, .page-template-page-Spa-Specials-Style-C .page-template-page-approved-php .subpage-design .main-content{
    margin-bottom:0px!important;
}
.page-template-page-Spa-Specials-Style-B .footer-np, .page-template-page-Spa-Specials-Style-C .footer-np {
    margin-top: 0;
}
@media (max-width: 1300px) {
    .page-template-page-Spa-Specials-Style-B .wrap-content, .page-template-page-Spa-Specials-Style-C .wrap-content {
    padding-top: 80px;
}
}
@media (max-width: 1200px) {
    .page-template-page-Spa-Specials-Style-B .wrap-content, .page-template-page-Spa-Specials-Style-C .wrap-content {
    padding-top: 65px;
}    
#content .bot-content .wrap-special-box2 .special-box{
    width:100%;
}
}
@media (max-width: 768px) {    
    #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide img{margin-bottom:15px;}    
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .wrap-spec-info{min-height:10px;} 
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info {
    float: none;
    width: 100%;
    padding: 0;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .wrap-spec-info{

    padding: 15px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide{
    position: RELATIVE;
    top: 0;
    margin: 0 auto;
    display: BLOCK;
    right: 0;
    float: none;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info .readmore{margin-right: 0;}
.page-template-page-Spa-Specials-Style-B #content .bot-content .button-bot {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
}
@media (max-width:480px) {  
    #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info h2{
    font-size: 20px;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info p{
    padding-left:0px;
}


}
@media (max-width:450px) {  
    .page-template-page-Spa-Specials-Style-B #content .bot-content .button-bot, .page-template-page-Spa-Specials-Style-C #content .bot-content .button-bot{width:90%;
    height: 65px;
    line-height: 65px;
    font-size: 20px;                    
}
}
@media (min-width: 1400px) {
    .page-template-page-Spa-Specials-Style-B .wrap-content, .page-template-page-Spa-Specials-Style-C .wrap-content {
    padding-top: 6.1vw;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content h2.title, .page-template-page-Spa-Specials-Style-C #content .bot-content h2.title{
    padding: 1.33vw 1vw;
    font-size: 2.33vw;
    margin-bottom: 2.67vw;
    border-width: 0.26vw; 
}
.page-template-page-Spa-Specials-Style-C #content .bot-content h2.title{
    max-width: 47vw;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content h2.title span, .page-template-page-Spa-Specials-Style-C #content .bot-content h2.title span{
    font-size: 2.33vw;
}
#content .bot-content .wrap-special-box2{
    padding: 0 2vw;
    margin-bottom: 2vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .wrap-spec-info{
    border: 2px solid #ed3b95;
    padding: 1.33vw;
    background: #fff;
    padding-right: 12.66vw;
    min-height: 25.33vw;
    margin-bottom: 1.33vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info h2{
    font-size: 1.66vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info p{
    font-size: 1vw;
    margin-bottom: 0.66vw;
    padding-left: 1vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide {
    right:1.66vw;
    width: 14vw!important;
    top: 9.3vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box {
    padding: 1.66vw 3.33vw 1.66vw 1.66vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-info .readmore {

    font-size: 0.93vw;
    padding: 0 1vw;
    border-radius: 0.33vw;
    margin-right:12.66vw;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide img{
    width: 10vw;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content, .page-template-page-Spa-Specials-Style-C #content .bot-content{
    padding-bottom: 3.33vw;
}
.page-template-page-Spa-Specials-Style-B #content .bot-content .button-bot, .page-template-page-Spa-Specials-Style-C #content .bot-content .button-bot  {
    width: 28.33vw;
    height: 5.33vw;
    line-height: 5.33vw;
    font-size: 1.66vw;
    border-radius:0.33vw;
}
#content .bot-content .wrap-special-box2 .special-box .wrap-special-box.active .spec-info-hidden{padding-right:1.33vw;}
.page-template-page-Spa-Specials-Style-C #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .wrap-spec-info{padding-right: 15vw;}
.page-template-page-Spa-Specials-Style-C #content .bot-content .wrap-special-box2 .special-box .wrap-special-box .spec-slide img {height: 29vw;}


}
/* end Spa Specials Style*/ 
/*form LIVE CHAT*/ 
.page-id-13593  #wpcf7-f27253-p13593-o1{float:left;}
#wpcf7-f27253-p16390-o1 input,  #wpcf7-f27253-p13593-o1 input{
    border: 2px solid #858585;
    font-family: sans-serif;
    padding: 10px;
    color:#858585!important;
    box-shadow: inset 5px 5px 10px #e6e7e8;    
}
#wpcf7-f27253-p16390-o1 textarea,  #wpcf7-f27253-p13593-o1 textarea{
    border: 2px solid #858585;
    font-family: sans-serif;
    padding: 10px;
    box-shadow: inset 5px 5px 10px #e6e7e8;    
    background: transparent;
    width: 100%;
    height: 150px;color:#858585!important;
}

#wpcf7-f27253-p16390-o1 .wpcf7-submit, #wpcf7-f27253-p13593-o1 .wpcf7-submit{ 
    background-color: #ed008c;
    background-image: linear-gradient(to bottom, #f34daf 30%, #ed008c 100%);
    border: solid 1px #ed008c;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: none;
}
@media (max-width: 480px) {
    #wpcf7-f27253-p16390-o1 input, #wpcf7-f27253-p13593-o1 input{
    width:100%;
}
}
@media (min-width: 1400px) {
    #wpcf7-f27253-p16390-o1 input,  #wpcf7-f27253-p13593-o1 input{
    padding:0.66vw;
    font-size: 0.9vw;
}
#wpcf7-f27253-p16390-o1 textarea, #wpcf7-f27253-p13593-o1 textarea{
    padding:0.66vw;
    height:10vw;
    width: 30vw;
    font-size: 0.9vw;
}
#wpcf7-f27253-p16390-o1 .wpcf7-submit, #wpcf7-f27253-p13593-o1 .wpcf7-submit{ 
    width:14vw;
    font-size: 1.33vw;
    border-radius: 0.33vw;

}   
}
/*end form LIVE CHAT*/
/*.alerts-manager-wrap*/
.alerts-manager-container .alerts-manager-wrap {
    min-height: 110px;
}
.alerts-manager-container .alerts-manager-wrap .alerts-manager-content-headline{
    font-size: 15px;
    padding-right: 15px;
    line-height: 1.3;
    word-spacing: 1px;
    letter-spacing: 0.1px;
}
/*newvideo*/
.page-template-page-approved-php #content .bot-content .wp-video{
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px #444; 
}
.page-template-page-approved-php #content .bot-content .wp-video video{
    display: block;
    width:100%;
}
@media (min-width: 1270px){
    .page-template-page-approved-php #content .bot-content .wp-video{
    border: 0.35vw solid #fff;
    border-radius: 0.35vw;
    box-shadow: 0 0 0.28vw #444;
    width: 42vw!important;
}   
.page-template-page-approved-php #content .bot-content .wp-video video{
    width:100%;
    height: 23.2vw;
}
}
@media (max-width: 640px){
    .page-template-page-approved-php #content .bot-content .wp-video video{
    height: 48vw;
}                       
}
/****/
@media (max-width: 1400px){
    .page-template-page-approved-php .right-sidebar ._form-content{
    padding: 15px;  
}
body.error404 .page-template-page-approved-php .subpage-design .main-content, body.category-blog .page-template-page-approved-php .subpage-design .main-content, body.single .page-template-page-approved-php .subpage-design .main-content, body.tag .page-template-page-approved-php .subpage-design .main-content, body.category .page-template-page-approved-php .subpage-design .main-content, body.search .page-template-page-approved-php .subpage-design .main-content,.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article, .page-template-template_inthenews .subpage-design .main-content{
    width: calc(100% - 27.5vw)!important;
}

.page-template-page-approved-php .subpage-design .right-sidebar {
    width: 26vw;
}
}
@media (max-width: 1300px){
    .page-template-page-approved-php .right-sidebar .sidebar1 h2{
    line-height: 45px;
    font-size: 20px;     
}  
.page-template-page-approved-php .right-sidebar .sidebar1 .textwidget input, .page-template-page-approved-php .right-sidebar .sidebar1 .textwidget select{
    height: 20px;
    line-height: 20px;
} 
.right-sidebar ._form-content ._form_element, #section-bottom-pop-2 ._form-content ._form_element{
    margin-bottom: 8px
}   
}
@media (max-width: 1024px){
    body.error404 .page-template-page-approved-php .subpage-design .main-content, body.category-blog .page-template-page-approved-php .subpage-design .main-content, body.single .page-template-page-approved-php .subpage-design .main-content, body.tag .page-template-page-approved-php .subpage-design .main-content, body.category .page-template-page-approved-php .subpage-design .main-content, body.search .page-template-page-approved-php .subpage-design .main-content,.page-template-template-spa-referral .page-template-page-approved-php .subpage-design .main-content .bot-content #article, .page-template-template_inthenews .subpage-design .main-content{
    width: 100%!important;
}   
.page-template-page-approved-php .subpage-design .right-sidebar {
    width: 335px;
}
.page-template-page-approved-php .wrap-content{
    padding-top: 80px;
}
}

@media (max-width: 780px){
    .page-template-page-approved-php .wrap-content{
    padding-top: 0px;
}   
}
/*form*/
/*new css*/
@media (max-width: 840px){
    .special-box .wrap-special-box{
    padding: 0;
}
.special-box .wrap-special-box .spec-slide{
    float: none;
    width: 100%!important;
    padding: 25px 25px 0 25px!important;
}
.special-box .wrap-special-box .spec-info{
    float: none;
    width: 100%!important;
    padding: 30px 15px 15px 15px;
}
.special-box .wrap-special-box .special-close-btn {
    right: 0;
    top: -25px;
}
.special-box .wrap-special-box .spec-info-hidden{
    right: 0;
    left: 0;
}
}
/*page-template-template_optima*/
body.page-template-template_optima .header, body.page-template-template_optima .footer-np{


}
body.page-template-template_optima .header{
    position: RELATIVE;
    margin-bottom: 50px;
}
.page-template-template_optima .page-template-page-approved-php{
    background: url(../images/optima-bg.jpg);
    background-size: 100% 100%;
}
.page-template-template_optima .page-template-page-approved-php .wrap-content{

}
.page-template-template_optima .wrap-optima{
    margin: 0 auto;
    display: block;
    max-width: 1024px;
    padding: 0 15px;
    font-family: 'tex_gyre_adventor_regular',sans-serif;
}
.page-template-template_optima .wrap-optima h3.title{
    background: #b48a83;
    color: #fff;
    position: relative;
    text-align: CENTER;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    padding: 25px 0;
    margin: 0;
    font-family: 'tex_gyre_adventor_regular',sans-serif;
    letter-spacing: 2px;
    line-height: 1;
}
.page-template-template_optima .wrap-optima h3.title b{
    background: url(../images/optima-line.png) no-repeat center center transparent;
    color: #fce888;
    background-size: 100% auto;
    padding: 0 14px 5px 14px;
}
.page-template-template_optima .wrap-optima h3.title sup{
    font-size: 50%;
}
.page-template-template_optima .wrap-optima h3.title .icon{
    position: ABSOLUTE;
    right: 0;
    width: 180px;
    top: 0;
    margin-top: -22px;
    margin-right: -14px;
}
.page-template-template_optima .wrap-optima .content{
    background: url(../images/optima-bg2.png);
    padding: 40px;
    color: #42705a;
    font-size: 30px;

}
.page-template-template_optima .wrap-optima .content ul{
    margin-bottom: 30px;
    list-style: none;
    margin-top: 0;
}
.page-template-template_optima .wrap-optima .content ul li::before{
    content: "\2022";
    color: #b48a83;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    margin-left: -1em;
    font-size: 15px;
    vertical-align: top;
    line-height: 1;
    padding-top: 15px;
}
.page-template-template_optima .wrap-optima .content ul li{
    font-weight: 700;
}
.page-template-template_optima .wrap-optima .content ul li .bgyellow{
    background: #fce888;
    color: #a57771;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: -3px;
    border-radius: 17px 17px 17px 0px;
    text-transform: uppercase;
}
.page-template-template_optima .wrap-optima .content ul li .bgyellow sup{
    font-size: 75%;
    vertical-align: top;
}
.page-template-template_optima .wrap-optima .content ul li .bgyellow span{
    font-size: 20px;
}
.page-template-template_optima .wrap-optima .content p{margin-top:0px;}
@media (max-width: 1024px){
    .page-template-template_optima .wrap-optima h3.title{
    font-size: 30px;
    padding-right: 200px;
    text-align: right;
}
}
@media (max-width: 640px){
    .page-template-template_optima .wrap-optima .content{
    padding: 20px 20px;
    font-size: 25px;
}
.page-template-template_optima .wrap-optima .content p{margin-bottom:15px;}
.page-template-template_optima .wrap-optima .content ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.page-template-template_optima .wrap-optima .content ul li {
    margin-bottom: 10px!important;
}

}
@media (max-width: 480px){
    .page-template-template_optima .wrap-optima h3.title .icon{width:95px;}
.page-template-template_optima .wrap-optima h3.title{
    font-size: 18px;
    padding-right: 90px;
    text-align: right;
    letter-spacing: 1px;
}   
.page-template-template_optima .wrap-optima h3.title b{
    background-size: 100%;
}
.page-template-template_optima .wrap-optima .content{
    font-size: 20px; 
}
.page-template-template_optima .wrap-optima .content ul li{
    font-size: 18px;
}
.page-template-template_optima .wrap-optima .content ul li::before{padding-top:8px;}
.page-template-template_optima .wrap-optima .content ul li .bgyellow, .page-template-template_optima .wrap-optima .content ul li .bgyellow span{
    font-size: 15px;
}
}
/*new page*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: 'sansserifbookflfmedium';
    src: url('../fonts/sansserifbookflf-webfont.eot');
    src: url('../fonts/sansserifbookflf-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sansserifbookflf-webfont.woff') format('woff'),
    url('../fonts/sansserifbookflf-webfont.ttf') format('truetype'),
    url('../fonts/sansserifbookflf-webfont.svg#sansserifbookflfmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueCondensed';
    src: url('../fonts/HelveticaNeue-CondensedBlack.eot');
    src: url('../fonts/HelveticaNeue-CondensedBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-CondensedBlack.woff') format('woff'),
    url('../fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeueCondensed') format('svg');
    font-weight: 900;
    font-style: normal;
}
.page-template-page-menu .page-template-page-approved-php #content{
    min-height: 10px!important;
}
.page-template-page-menu .page-template-page-approved-php .wrap-content{
    width: 100%;
}
.page-template-page-menu .page-template-page-approved-php .main-content{
    width:100%;
}
.new-page .content2{background: #f4f9fa;}
.new-page .header2{
    background: url(../images/bg-header-new.jpg) no-repeat 0 0 transparent;
    text-align: CENTER;
    padding: 40px 15px 25px;
    background-size: cover;
    margin: 0;
}
.new-page .header2 img{
    border: none!important;
    margin: 0 auto;
    display: block;
    width: 315px;
    box-shadow: none!important;
    margin-bottom: 15px!important;

}
.new-page .header2 p{margin:0px!important;}
.new-page .header2 h2{
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-shadow: 3px 2px 0px #01c3c2;
    letter-spacing: 2px;
}
.new-page .header2 h3{
    color: #bfe4e8!important;
    font-size: 50px;
    font-family: 'Bebas Neue', cursive;
    line-height: 1;
    letter-spacing: 10px;
    margin: 0;
}
.new-page .content2{
    overflow: hidden;
    font-family: "sansserifbookflfmedium", sans-serif;
    position: relative;
    column-count: 2;
    padding-bottom: 25px;
}
.new-page .content2 .title{
    background: url(../images/bg-new-title-2.jpg) no-repeat left top transparent;
    font-family: "sansserifbookflfmedium", sans-serif;
    text-align: CENTER;
    color: #415e9e;
    font-size: 32px!important;
    padding: 10px 5px;
    letter-spacing: 4px;
    background-size:cover;
    position: relative;
    z-index:2;
    line-height: 1;
}
.new-page .content2 .title2{
    text-align: CENTER;
    font-family: "HelveticaNeueCondensed",sans-serif;
    font-size: 30px!important;
    line-height: 1;
}
.new-page .content2 .title2:after{
    content: "";
    border-bottom: 2px solid #415e9e;
    display: BLOCK;
    margin-top: -15px;
}
.new-page .content2 .title2 .bg2{
    background: #f4f9fa;
    padding: 0 8px;
}
.new-page .content2 .title.right-title{
    background-position:right top ;
}
.new-page .content2 .title.no-bg{
    background-image: none;  
}
.new-page .content2 .bg-title2{
    position: absolute;
    top: 0;
    height: 52px;
    width: 100%;
    background: url(../images/bg-new-title-2.jpg) no-repeat left top transparent;
    background-size:cover;
    z-index: 1;
}
.new-page .content2 .box-content{
    margin-bottom: 40px!important;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p{
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 20px;
    padding-top: 8px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p span{
    padding-top: 5px;
}
.new-page .content2 .box-content b{
    font-family: "HelveticaNeueCondensed",sans-serif;
    letter-spacing: 1px;
    font-weight: 900;
}
.new-page .content2 .box-content .text3 b{
    font-family: "HelveticaNeueCondensedBold",sans-serif;   
}
.new-page .content2 .box-content small{
    margin-right: 15px;
}
.new-page .content2 .box-content .icon2{
    background: url(../images/icon-new-2.png) no-repeat center center transparent;
    font-family: "HelveticaNeueCondensed",sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    text-align: CENTER;
    line-height: 1;
    height: 80px;
    background-size: 80px auto;
    display: flex;
    align-items: center;
    margin-right: 15px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    margin-top: -8px;
    margin-bottom: 15px;
    min-width: 80px;
    justify-content: center;
}
.new-page .content2 .box-content sup{
    font-size: 50%;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul{
    margin-left: 0;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul li{
    color: #415e9e;
    font-size: 20px;
    line-height: 1.2;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul li p{
    color:#000;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul li span{
    color: #000;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content .text2{
    font-size:18px;
}
.new-page .content2 .left-content{
    float: left;
    width: 50%;
    padding-right: 15px;
}
.new-page .content2 .left-content .wrap-content2{
    padding-left: 35px;
}
.new-page .content2 .right-content{
    float: right;
    width: 50%; 
    padding-left: 15px;
}
.new-page .content2 .right-content .wrap-content2{
    padding-right: 35px;
}
.new-page .content2 .wrap-content2{
    padding: 0 35px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 table{
    border: none;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 table td{
    background: #f4f9fa;
    border-right: 1px solid #acd6db;
    border-bottom: 1px solid #acd6db;
    border-top: none;
    font-size: 16px;
}
.page-template-page-approved-php .new-page #content .bot-content{
    border-radius: 0;
    padding: 0;

}
.page-template-page-approved-php .new-page #content #article{
    padding: 0; 
}
.new-page .footer2{
    background: url(../images/bg-header-new.jpg) no-repeat 0 0 transparent;
    text-align: CENTER;
    font-family: "sansserifbookflfmedium", sans-serif;
    color: #fff;
    font-size: 30px;
    padding: 15px;
    background-size:cover;
}
.new-page .wpb_content_element{
    margin-bottom:0px;
}
@media (max-width: 1200px) {
    .new-page .content2 .bg-title2{display: none;}
.new-page .content2 .title.no-bg{
    background-image: url(../images/bg-new-title-2.jpg);
}
.new-page .content2 .left-content, .new-page .content2 .right-content{width:100%;padding:0;}
.new-page .content2 .wrap-content2 {}
.new-page .content2{column-count: 1;}
}
@media (max-width: 1024px) {
    .new-page .header2 h2{font-size:9vw;}
.new-page .header2 h3{font-size:6vw;letter-spacing: 2vw;}
}
@media (max-width: 780px) {
    .new-page .header2 h2 {
    font-size: 8vw;
}
.new-page .content2 .title{font-size:25px!important;letter-spacing: 2px;}
.new-page .content2 .wrap-content2 {
    padding: 0 15px!important;
    padding: 0 10px!important;

}

}
@media (max-width: 640px) {
    .page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p{
    font-size: 18px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul li{font-size:18px;}
.new-page .content2 .box-content small {
    margin-right: 5px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content .text2 {
    font-size: 16px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 table td{
    font-size: 12px;
    padding: 3px;
}
.new-page .footer2{font-size:25px;}
}
@media (max-width: 480px) {
    .page-template-page-approved-php .new-page #content .bot-content .content2 table td{
    font-size: 11px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p{
    font-size: 15px;
    word-spacing: -1.5px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 table td b{
    font-size: 10px;
    word-spacing: -1px;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p .text3{
    display: block;
}

}
@media (min-width: 1400px) {     
    .new-page .header2{
    padding: 2.67vw 1vw 1.67vw;
}
.new-page .header2 img{
    width:21vw;
    margin-bottom:1vw!important;
}  
.page-template-page-approved-php .new-page #content .bot-content .header2 h2{
    font-size:6.67vw;
    text-shadow: 0.2vw 0.13vw 0px #01c3c2;
    letter-spacing: 0.13vw;
}
.page-template-page-approved-php .new-page #content .bot-content .header2 h3{
    font-size: 3.33vw;
    letter-spacing: 0.66vw;
}
.new-page .content2 .title{
    font-size: 2.13vw!important;
    padding: 0.66vw 0.33vw;
    letter-spacing: 0.27vw;
}
.new-page .content2 .bg-title2{height:3.47vw;}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p{
    font-size: 1.33vw;
    margin-bottom: 0.53vw;
    padding-top:0.53vw;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content p span{
    padding-top: 0.33vw;
}
.new-page .content2 .box-content b{
    letter-spacing: 0.067vw;
}
.new-page .content2 .left-content{
    padding-right:1vw;
}
.new-page .content2 .left-content .wrap-content2 {
    padding-left: 2.33vw;
}
.new-page .content2 .right-content{
    padding-left: 1vw;
}
.new-page .content2 .right-content .wrap-content2 {
    padding-right: 2.33vw;
}
.new-page .content2 .wrap-content2{
    padding: 0 2.33vw;
}
.new-page .content2 .box-content {
    margin-bottom:2.67vw!important;
}
.new-page .content2 .box-content .icon2{
    height: 5.33vw;
    background-size:5.33vw auto;
    margin-right: 1vw;
    margin-top: -0.53vw;
    margin-bottom: 1vw;
}
.new-page .content2 .box-content small {
    margin-right: 1vw;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul{
    padding-left: 1.2vw;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content ul li{
    font-size: 1.33vw;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 table td{
    font-size: 1.067vw;
    padding: 0.47vw;
}
.page-template-page-approved-php .new-page #content .bot-content .content2 .box-content .text2 {
    font-size: 1.2vw;
}
.new-page .content2 .title2{
    font-size: 2vw!important;
}
.new-page .content2 .title2:after{
    border-bottom: 0.13vw solid #415e9e;
    margin-top: -1vw;
}
.new-page .content2 .title2 .bg2{
    padding: 0 0.53vw;
    font-size: 2vw;
}
.new-page .footer2{
    font-size: 2vw;
    padding: 1vw;
}
}
.page-template-page-approved-php #content .bot-content ol li{line-height: 1.3;}
/*payment-plans*/
.page-template-page-approved-php #content .bot-content .button-learnmore{
    color: #fff;
    background: #ec008c;
    width: 150px;
    height: 33px;
    display: block;
    line-height: 34px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 9pt;
    font-family: myriadpro_bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    text-decoration: none;
}
.page-template-page-approved-php #content .bot-content .button-learnmore:hover{
    background: #dd65ac;
}
.page-template-page-approved-php #content .bot-content .no-border img{
    border: none;
    padding: 0;
    box-shadow: none;
}
.page-template-page-approved-php #content .bot-content .content-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
}
.page-template-page-approved-php #content .bot-content .button-learnmore2{
    margin-left: 0;
}
.payment-plans ol li{margin-bottom:5px;} 
.bottom-widget.row2{
    display: none!important;
}
.page-template-page-approved-php #content .bot-content .wpb_start_animation{
    margin-bottom:0px;
}
.page-template-page-approved-php #content .bot-content .hr2{
    margin-bottom:10px;
}
.page-template-page-approved-php #content .wrap-box-pdf{
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2{
    margin: 0 15px 15px 15px;
    width: 430px;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2:first-child{
}
.page-template-page-approved-php #content .wrap-box-pdf .box2 h2{
    color: #ec008c;
    font-size: 20px;
    font-weight: 700;
    background: #1a1a1a;
    margin: 0;
    padding: 5px 10px;
    display: block;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2 h2:after{
    /*content: "";
    border-bottom: 2px solid #ec008c;
    display: block;
    margin-bottom: 15px;
    padding-top: 5px;*/
}
.page-template-page-approved-php #content ul.box-pdf{
    list-style: none;
    margin: 0;
    background: #fafafa;
    padding: 15px 15px 0 15px;
    overflow: hidden;

}
.page-template-page-approved-php #content ul.box-pdf li{
    background: url(../images/icon-pdf-2.png) no-repeat 0 0 transparent;
    background-size: auto 38px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 18px;
}
.page-template-page-approved-php #content ul.box-pdf li p{
    margin: 0;
}
.page-template-page-approved-php #content ul.box-pdf li a{
    font-size: 80%;
}
.page-template-page-approved-php #content ul.box-pdf li span{
    padding: 0 5px;
}
@media (max-width: 768px) {
.page-template-page-approved-php #content .bot-content .button-learnmore2{
    margin-left:auto;
}  
.page-template-page-approved-php #content .wrap-box-pdf .box2{max-width: 350px;margin: 0 0 15px 0;width: 100%;margin: 0 auto 15px auto;}
.page-template-page-approved-php #content .wrap-box-pdf{
        flex-direction: column-reverse;
}
}
@media (max-width: 480px) {
    .payment-plans ol li{
    font-size: 12px; 
}    
}
@media (min-width: 1400px) { 
    .page-template-page-approved-php #content .bot-content .hr2{
    margin-bottom: 0.3vw;
}
.page-template-page-approved-php #content .bot-content .button-learnmore{
    width: 10vw;
    height: 2.4vw;
    line-height: 2.5vw;
    border-radius: 0.38vw;
    font-size: 0.88vw;
    margin-bottom: 1vw;
}
.payment-plans ol li{margin-bottom:0.33vw;}   
.page-template-page-approved-php #content .wrap-box-pdf .box2{
    margin: 0 1vw 1vw 1vw;
    width: 28.5vw;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2:first-child{
    border-width:0.13vw;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2 h2{
    font-size:1.33vw;
    padding: 0.66vw 0.66vw 0.5vw 0.66vw;
}
.page-template-page-approved-php #content .wrap-box-pdf .box2 h2:after{
    border-width:0.13vw;
    margin-bottom:1vw;
    padding-top:0.33vw;
}
.page-template-page-approved-php #content ul.box-pdf{
    padding: 1vw 1vw 0 1vw;
}
.page-template-page-approved-php #content ul.box-pdf li{
    padding-left: 2.6vw;
    margin-bottom:1vw;
    font-size: 1.2vw;
    background-size: auto 2.33vw;
}
.page-template-page-approved-php #content ul.box-pdf li span{
    padding: 0 0.33vw;
} 
}

