.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
}

.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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.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: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

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

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

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

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

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

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

.fa-inbox:before {
    content: ""
}

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

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

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

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

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

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

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

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

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

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

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

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

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

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

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

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

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

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

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

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

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

.fa-comments:before {
    content: ""
}

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

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

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

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

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

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

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

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

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

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

.fa-paperclip:before {
    content: ""
}

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

.fa-square:before {
    content: ""
}

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

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

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

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

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

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

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

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

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

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

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

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

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

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

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

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

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

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

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

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

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

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

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

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

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

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

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

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

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

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

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

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

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

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

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

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

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

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

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

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

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

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

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

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

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

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

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

.fa-gbp:before {
    content: ""
}

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

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

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

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

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

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

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

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

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

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

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

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

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

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

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

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

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

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

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

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

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

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

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

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

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

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

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

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

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

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

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

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

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

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

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

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

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

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

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

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

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

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

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

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

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

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

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

.fa-bomb:before {
    content: ""
}

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

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

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

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

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

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

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

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

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

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

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

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

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/patterns/breadcrumbs.png) repeat
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px
}

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative
}

.breadcrumb a {
    color: #777
}

.breadcrumb li.active,.breadcrumb li a:hover {
    color: #72c02c;
    text-decoration: none
}

@media(max-width: 550px) {
    .breadcrumbs h1.pull-left,.breadcrumbs ul.pull-right {
        width:100%;
        text-align: center
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px
    }
}

.breadcrumbs.breadcrumbs-dark,.breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777
}

.breadcrumbs.breadcrumbs-light {
    background: #f7f7f7;
    border-bottom: 1px solid #eee
}

.breadcrumbs.breadcrumbs-dark h1,.breadcrumbs.breadcrumbs-dark a,.breadcrumbs.breadcrumbs-light h1,.breadcrumbs.breadcrumbs-light a {
    color: #fff;
    font-weight: 200
}

.breadcrumbs.breadcrumbs-light h1,.breadcrumbs.breadcrumbs-light a {
    color: #555
}

.breadcrumbs.breadcrumbs-dark h1 {
    font-size: 24px
}

.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px
}

.breadcrumbs-sm {
    padding: 50px 0
}

.breadcrumbs-md {
    padding: 100px 0
}

.breadcrumbs-lg {
    padding: 200px 0
}

.breadcrumbs-v1,.breadcrumbs-v3 {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.breadcrumbs-v1 {
    padding: 100px 0;
    position: relative;
    background: url(../img/breadcrumbs/img1.jpg) center no-repeat;
    background-size: cover
}

.breadcrumbs-v1:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.15)
}

.breadcrumbs-v1 span,.breadcrumbs-v1 h1 {
    color: #fff;
    z-index: 1;
    position: relative
}

.breadcrumbs-v1 span {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 5px;
    display: inline-block
}

.breadcrumbs-v1 h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 55px;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .breadcrumbs-v1 {
        padding:50px 0
    }

    .breadcrumbs-v1 h1 {
        font-size: 40px;
        line-height: 45px
    }
}

.breadcrumbs-v2 {
    text-align: center;
    position: relative;
    background: url(../img/bg/11.jpg) no-repeat center
}

.breadcrumbs-v2-in {
    padding: 80px 0;
    position: relative
}

.breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase
}

.breadcrumb-v2 li a,.breadcrumb-v2 li.active {
    color: #fff
}

.breadcrumb-v2 li i {
    color: #fff;
    min-width: 19px;
    padding: 3px 7px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #fff
}

.breadcrumbs-v3 {
    z-index: 1;
    padding: 100px 0;
    position: relative
}

.breadcrumbs-v3.breadcrumbs-lg {
    padding: 200px 0
}

.breadcrumbs-v3.img-v1 {
    background: url(../img/breadcrumbs/img1.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.breadcrumbs-v3.img-v2 {
    background: url(../img/breadcrumbs/img2.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.breadcrumbs-v3.img-v3 {
    background: url(../img/breadcrumbs/img3.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.breadcrumbs-v3:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.2)
}

.breadcrumbs-v3 h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase
}

.breadcrumbs-v3 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .breadcrumbs-v3.breadcrumbs-lg {
        padding:100px 0
    }
}

@media(max-width: 768px) {
    .breadcrumbs-v3,.breadcrumbs-v3.breadcrumbs-lg {
        padding:50px 0
    }

    .breadcrumbs-v3 h1 {
        font-size: 30px;
        line-height: 40px
    }

    .breadcrumbs-v3 p {
        font-size: 18px
    }
}

.img-hover-v1 span {
    display: block;
    overflow: hidden;
    position: relative
}

.img-hover-v1 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute
}

.img-hover-v1:hover span:after {
    background: rgba(0,0,0,.3)
}

.img-hover-v1 img,.img-hover-v2 img,.img-hover-v1 span:after {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.img-hover-v1:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.block-grid-v1 {
    background: #fff;
    padding: 15px 15px 5px;
    border-bottom: solid 2px #eee;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.block-grid-v1:hover {
    border-color: #72c02c
}

.block-grid-v1 img {
    margin-bottom: 10px
}

.block-grid-v1 img.block-grid-v1-img {
    width: 35px;
    height: 35px;
    margin-top: 8px
}

.block-grid-v1.content-boxes-v1 img.pull-left {
    float: inherit!important
}

.block-grid-v1 h3 a {
    font-size: 22px;
    font-weight: 200;
    margin-right: 10px
}

.block-grid-v1.content-boxes-v1 h3 {
    margin-bottom: 0
}

.block-grid-v1.content-boxes-v1 h3 a {
    color: #555
}

.block-grid-v1 .star-vote {
    padding: 0;
    margin-bottom: 10px;
    vertical-align: middle
}

.block-grid-v1 .star-vote li {
    padding: 0;
    font-size: 11px;
    display: inline-block
}

.block-grid-v1-add-info {
    margin: 0;
    padding-top: 15px;
    border-top: solid 1px #eee
}

.block-grid-v1-add-info li {
    padding: 0;
    margin-right: 3px;
    margin-bottom: 10px
}

.block-grid-v1-add-info li a {
    font-size: 11px;
    padding: 4px 7px;
    text-decoration: none;
    border: solid 2px #eee;
    border-radius: 3px!important
}

.block-grid-v2 {
    padding: 0
}

.block-grid-v2 li {
    list-style: none;
    position: relative;
    -webkit-backface-visibility: hidden
}

.block-grid-v2-info {
    padding: 15px;
    text-align: center;
    background: #f9f9f9;
    border-bottom: solid 3px #eee;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.block-grid-v2 li: hover .block-grid-v2-info {
    border-color:#72c02c
}

.block-grid-v2-info h3 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10px
}

.block-grid-v2-info .star-vote li {
    padding: 2px;
    font-size: 16px
}

.service-box-v1 .service-block {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px
}

.service-box-v1 p {
    position: relative;
    margin-bottom: 50px
}

.service-box-v1 p: after {
    content:" ";
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    position: absolute;
    margin-left: -25px;
    background: #72c02c
}

.service-box-v1 ul {
    padding: 0 40px
}

.service-box-v1 li {
    margin: 8px 0;
    font-size: 15px;
    padding-top: 8px;
    border-top: dotted 1px #72c02c
}

.service-box-v1 li: hover {
    color:#72c02c
}

.service-box-v1 li: first-child {
    padding-top:0;
    border-top: none
}

.service-block-v1 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding: 45px 20px 20px;
    border: 1px solid #f2f2f2
}

.service-block-v1 i {
    left: 50%;
    top: -30px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    display: inline-block
}

.service-block-v1 h3,.service-block-v1 p {
    margin-bottom: 20px
}

.service-block-v2 .service-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,.2)
}

.service-block-v2 .service-block-in i {
    font-size: 40px
}

.service-block-v2 .service-block-in h4 {
    line-height: 25px
}

.service-block-v2 .service-block-in p {
    margin-bottom: 20px
}

.service-block-v2 .service-block-in i,.service-block-v2 .service-block-in h4,.service-block-v2 .service-block-in p {
    color: #fff
}

.service-block-v3 {
    padding: 20px
}

.service-block-v3 i {
    color: #fff;
    float: left;
    font-size: 50px;
    margin: 0 20px 20px 0
}

.service-block-v3 .service-heading,.service-block-v3 .service-in small {
    color: #fff;
    opacity: .8;
    line-height: 1
}

.service-block-v3 .service-in h4,.service-block-v3 .counter {
    color: #fff
}

.service-block-v3 .service-heading {
    font-size: 16px;
    text-transform: uppercase
}

.service-block-v3 .counter {
    display: block;
    line-height: 1;
    font-size: 30px
}

.service-block-v3 .progress {
    margin-bottom: 7px
}

.service-block-v3 .service-in small {
    font-size: 16px;
    text-transform: uppercase
}

.service-block-v3 .service-in h4 {
    font-size: 16px;
    line-height: .8;
    margin-bottom: 0
}

.service-block-v3 .statistics .heading-xs {
    color: #fff;
    opacity: .8
}

.service-block-v3 .statistics small {
    color: #fff
}

.service-block-v3 .statistics .progress {
    background: #bbb
}

.service-block-v3 .statistics .progress-bar-light {
    background: #fff
}

.service-block-v4 {
    position: relative;
    background: #f7f7f7
}

.service-block-v4:after {
    top: 0;
    width: 0;
    height: 0;
    left: 50%;
    content: '';
    margin-left: -20px;
    position: absolute;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent
}

.service-block-v4 .service-desc {
    text-align: center
}

.service-block-v4 .service-desc i {
    color: #72c02c;
    display: block;
    font-size: 30px;
    margin-bottom: 20px
}

.service-block-v4 .service-desc h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.service-block-v5 {
    text-align: center;
    background: #f7f7f7
}

.service-block-v5 .service-inner {
    padding: 80px 40px
}

.service-block-v5 .service-inner i {
    margin-bottom: 30px
}

.service-block-v5 .service-inner span {
    display: block;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
    text-transform: uppercase
}

.service-block-v5 .service-border {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

@media(max-width: 992px) {
    .service-block-v5 .service-border {
        border-left:none;
        border-right: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

.service-block-v6 i {
    float: left;
    margin: 5px 15px 0 0
}

.service-block-v6 .service-desc {
    overflow: hidden
}

.service-block-v6 .service-desc h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.service-block-v6 .service-desc a {
    text-transform: uppercase
}

.service-block-v7 {
    margin-top: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding: 45px 20px 20px
}

.service-block-v7 i {
    left: 50%;
    top: -25px;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    margin-left: -22.5px;
    display: inline-block
}

.service-block-v7 h3,.service-block-v7 p {
    margin-bottom: 20px
}

.service-block-v8 {
    padding: 25px;
    background: #fff
}

.service-block-v8 i {
    color: #555;
    float: left;
    font-size: 22px;
    margin: 5px 25px 0 0
}

.service-block-v8 .service-block-desc {
    overflow: hidden
}

.service-block-v8 .service-block-desc h3 {
    font-size: 18px;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase
}

.service-block-v8 .service-block-desc h3: after {
    left:0;
    top: 40px;
    height: 1px;
    width: 30px;
    content: " ";
    position: absolute;
    background: #72c02c
}

.process-v1 .process-in {
    text-align: center
}

.process-v1 .process-in>li i {
    z-index: 1;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    background: #72c02c;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 9px #fff
}

.process-v1 .process-in>li i: after {
    top:-9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    content: " ";
    border-radius: 50%;
    position: absolute;
    border: 1px solid #bbb
}

.process-v1 .process-in .process-desc {
    padding: 0 20px
}

.process-v1 .process-in>li h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase
}

.process-v1 .process-border {
    position: relative
}

.process-v1 .process-border:before {
    top: 15px;
    width: 75%;
    left: 12%;
    content: " ";
    display: block;
    position: absolute;
    border-top: solid 2px #ddd
}

@media(max-width: 768px) {
    .process-v1 .process-border:before {
        border:none
    }
}

.team-v1 ul {
    position: relative
}

.team-v1 li>.team-img {
    position: relative
}

.team-v1 li>.team-img: after {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: transparent;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-v1 li: hover>.team-img:after {
    background:rgba(0,0,0,.5)
}

.team-v1 li>.team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v1 li: hover>.team-img ul {
    top:50%;
    visibility: visible
}

.team-v1 li>.team-img ul li {
    margin: 0 5px;
    text-align: center;
    display: inline-block
}

.team-v1 li>.team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out
}

.team-v1 li>.team-img li i.fa-twitter: hover {
    color:#fff;
    background: #3498db;
    border-color: #3498db
}

.team-v1 li>.team-img li i.fa-facebook: hover {
    color:#fff;
    background: #4765a0;
    border-color: #4765a0
}

.team-v1 li>.team-img li i.fa-google-plus: hover {
    color:#fff;
    background: #e74c3c;
    border-color: #e74c3c
}

.team-v1 li>h3 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 7px;
    text-transform: uppercase
}

.team-v1 li>h4 {
    color: #999;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase
}

.team-v1 li>p {
    margin: 20px 0;
    position: relative
}

.team-v1 li>p: before {
    left:0;
    top: -10px;
    height: 1px;
    width: 40px;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-v1 li: hover>p:before {
    width:100%;
    background: #72c02c
}

.team-v2 {
    position: relative;
    margin-bottom: 20px
}

.team-v2 img {
    width: 100%
}

.team-v2 .inner-team {
    padding: 20px;
    background: #fff;
    text-align: center
}

.team-v2 .inner-team h3 {
    margin: 0
}

.team-v2 .inner-team small {
    display: block;
    font-size: 12px;
    margin-bottom: 7px
}

.team-v2 .inner-team p {
    font-size: 13px
}

.team-v2 .inner-team hr {
    margin: 10px 0 15px
}

.team-social {
    margin-bottom: 0
}

.team-social li {
    padding: 0 2px
}

.team-social li a {
    font-size: 14px;
    padding: 6px 4px;
    text-align: center;
    border-radius: 50%!important
}

.team-social li i {
    min-width: 20px
}

.team-social li a.fb {
    color: #4862a3;
    border: 1px solid #4862a3
}

.team-social li a.tw {
    color: #159ceb;
    border: 1px solid #159ceb
}

.team-social li a.gp {
    color: #dc4a38;
    border: 1px solid #dc4a38
}

.team-social li a: hover {
    text-decoration:none
}

.team-social li a.fb: hover {
    color:#fff;
    background: #4862a3
}

.team-social li a.tw: hover {
    color:#fff;
    background: #159ceb
}

.team-social li a.gp: hover {
    color:#fff;
    background: #dc4a38
}

.team-v3 .team-img {
    position: relative
}

.team-v3 .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-v3 .team-img:hover:after {
    background: rgba(0,0,0,.5);
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v3 .team-img>img {
    width: 100%
}

.team-v3 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    padding: 20px;
    list-style: none;
    margin-top: -90px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v3 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible
}

.team-v3 .team-hover span,.team-v3 .team-hover small {
    color: #fff;
    display: block
}

.team-v3 .team-hover span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.team-v3 .team-hover small {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px
}

.team-v3 .team-hover p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px
}

.team-v3 .team-hover .team-social-v3 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff
}

.team-v3 .team-hover .team-social-v3 i: hover {
    color:#666;
    background: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v4 {
    text-align: center
}

.team-v4 img {
    width: 100%;
    margin-bottom: 20px
}

.team-v4 span {
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v4 small {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px
}

.team-v4 .team-social-v4 a {
    color: #555;
    font-size: 16px
}

.team-v4 .team-social-v4 a: hover {
    color:#72c02c;
    text-decoration: none
}

.team-v5 {
    text-align: center
}

.team-v5 span {
    color: #555;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v5 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-bottom: 25px
}

.team-v5 small: after {
    left:50%;
    top: 30px;
    height: 1px;
    width: 30px;
    content: " ";
    background: #777;
    margin-left: -15px;
    position: absolute
}

.team-v5 .team-img {
    position: relative
}

.team-v5 .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.team-v5 .team-img:hover:after {
    background: rgba(0,0,0,.5);
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v5 .team-img>img {
    width: 100%;
    margin-bottom: 20px
}

.team-v5 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -16px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v5 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible
}

.team-v5 .team-hover .team-social-v5 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff
}

.team-v5 .team-hover .team-social-v5 i: hover {
    color:#666;
    background: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.team-v6 {
    text-align: center
}

.team-v6 img {
    width: 100%;
    margin-bottom: 20px
}

.team-v6 span {
    color: #777;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v6 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    margin-bottom: 15px
}

.team-v7 .team-v7-in {
    padding: 0 50px
}

.team-v7 .team-v7-name {
    color: #555;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-v7 .team-v7-position {
    display: block;
    color: #72c02c;
    font-style: normal;
    margin-bottom: 15px
}

.team-v7 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.team-v7 .team-v7-name {
    margin-top: 60px
}

.team-v7 .social-icons-v1 {
    margin-bottom: 60px
}

.team-v7 .team-v7-img {
    position: relative
}

.team-v7 .team-v7-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.1)
}

.team-v7 .team-arrow-right,.team-v7 .team-arrow-left {
    position: relative
}

.team-v7 .team-arrow-left:before,.team-v7 .team-arrow-right:before {
    width: 0;
    height: 0;
    top: 20%;
    z-index: 2;
    content: " ";
    position: absolute;
    border-style: solid
}

.team-v7 .team-arrow-right:before {
    right: -25px;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #fff
}

.team-v7 .team-arrow-left:before {
    left: -25px;
    border-width: 20px 25px 20px 0;
    border-color: transparent #fff transparent transparent
}

@media(max-width: 991px) {
    .team-v7 .team-arrow-left:before,.team-v7 .team-arrow-right:before {
        top:auto;
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px;
        border-color: #fff transparent transparent transparent
    }

    .team-v7 .team-arrow-left:before,.team-v7 .team-arrow-right:before {
        left: 70px;
        bottom: -25px;
        border-width: 25px 20px 0 20px
    }

    .team-v7 .equal-height-column {
        height: auto!important
    }
}

.call-action-v1 p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0
}

.call-action-v1 .call-action-v1-box {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle
}

.call-action-v1 .call-action-v1-in {
    display: table-cell;
    vertical-align: middle
}

.call-action-v1 .call-action-v1-in.inner-btn {
    min-width: 250px;
    text-align: right
}

@media(max-width: 992px) {
    .call-action-v1 .call-action-v1-in,.call-action-v1 .call-action-v1-in.inner-btn {
        display:block;
        text-align: center
    }

    .call-action-v1 .call-action-v1-in p {
        margin-bottom: 20px
    }
}

.call-action-v2 {
    padding: 50px 0;
    text-align: center;
    background: url(../img/patterns/16.png)
}

.call-action-v2 h2 {
    font-size: 22px;
    text-transform: uppercase
}

.call-action-v2 p {
    padding: 0 100px;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .call-action-v2 p {
        padding:inherit
    }
}

@media(min-width: 991px)and (max-width:1199px) {
    .portfolio-box {
        margin-bottom:60px
    }
}

@media(min-width: 768px)and (max-width:992px) {
    .portfolio-box {
        margin-bottom:0
    }
}

@media(max-width: 768px) {
    .portfolio-box {
        margin-bottom:60px
    }
}

.portfolio-box a.fancybox {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

.portfolio-box a.fancybox: after {
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute
}

.portfolio-box a.fancybox: hover:after {
    background:rgba(0,0,0,.5)
}

.portfolio-box a.fancybox img {
    width: 100%;
    overflow: hidden;
    transition: all 500ms ease 0s
}

.portfolio-box a.fancybox: hover img {
    transform:scale(1.1) rotate(.1deg)
}

.portfolio-box .portfolio-box-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    min-height: 50px;
    margin-top: -25px;
    visibility: hidden;
    text-align: center;
    position: absolute
}

.portfolio-box a.fancybox: hover .portfolio-box-in {
    visibility:visible
}

.portfolio-box a.fancybox: after,.portfolio-box a.fancybox:hover:after,.portfolio-box a.fancybox:hover .portfolio-box-in i {
    transition:all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.portfolio-box .portfolio-box-in i {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 16px;
    font-size: 20px;
    text-align: center;
    background: #72c02c;
    display: inline-block
}

.portfolio-box small.project-tag {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.portfolio-box small.project-tag,.portfolio-box small.project-tag a {
    color: #999
}

.portfolio-box small.project-tag i {
    margin-right: 5px
}

.portfolio-box small.project-tag a: hover {
    color:#72c02c
}

.portfolio-box-v1 {
    margin: 0
}

.portfolio-box-v1 [class^="col-"] {
    padding: 4px;
    overflow: hidden
}

.portfolio-box-v1 li {
    position: relative;
    -webkit-backface-visibility: hidden
}

.portfolio-box-v1 li: after {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute
}

.portfolio-box-v1 li: hover:after {
    background:rgba(0,0,0,.7)
}

.portfolio-box-v1 li: after,.portfolio-box-v1 li:hover:after {
    transition:all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.portfolio-box-v1 li img {
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.portfolio-box-v1 li: hover img {
    -transform:scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.portfolio-box-v1 .portfolio-box-v1-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 150px;
    margin-top: -75px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans",Arial,sans-serif
}

.portfolio-box-v1 li: hover .portfolio-box-v1-in {
    visibility:visible
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
    font-size: 22px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase
}

.portfolio-box-v1 .portfolio-box-v1-in h3: after {
    left:50%;
    height: 1px;
    width: 40px;
    content: " ";
    bottom: -10px;
    background: #fff;
    margin-left: -20px;
    position: absolute
}

.portfolio-box-v1 .portfolio-box-v1-in p,.portfolio-box-v1 .portfolio-box-v1-in h3 {
    color: #fff
}

.portfolio-box-v1 .portfolio-box-v1-in p {
    font-size: 16px;
    margin-bottom: 20px
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
    font-weight: normal;
    -webkit-backface-visibility: hidden
}

.portfolio-box-v2 {
    margin: 0 0 60px
}

.portfolio-box-v2 [class^="col-"] {
    padding: 0;
    overflow: hidden
}

.portfolio-box-v2 li {
    background: #333;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden
}

.portfolio-box-v2 li: after {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute
}

.portfolio-box-v2 li: hover:after {
    background:rgba(255,255,255,.6)
}

.portfolio-box-v2 li: after,.portfolio-box-v2 li:hover:after {
    transition:all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.portfolio-box-v2 li img {
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.portfolio-box-v2 li: hover img {
    -transform:scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.portfolio-box-v2 .portfolio-box-v2-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 60px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans",Arial,sans-serif
}

.portfolio-box-v2 li: hover .portfolio-box-v2-in {
    visibility:visible
}

.portfolio-box-v2 .portfolio-box-v2-in i {
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 20px;
    font-size: 22px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    background: rgba(114,192,44,.8)
}

.portfolio-box-v2 .portfolio-box-v2-in i: hover {
    background:#72c02c
}

.thumbnails-v1 .thumbnail-img {
    margin-bottom: 12px
}

.thumbnails-v1 h3 {
    margin-bottom: 5px
}

.thumbnails-v1 h3 a {
    color: #555;
    font-size: 15px;
    text-transform: uppercase
}

.thumbnails-v1 .read-more {
    color: #72c02c;
    font-size: 12px;
    text-transform: uppercase
}

.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/bg/11.jpg) repeat fixed
}

.bg-image-v1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.5)
}

.bg-image-v2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/bg/7.jpg) repeat fixed
}

.bg-image-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255,255,255,.7)
}

.bg-image-v2-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.5)
}

.bg-image-v2-dark h2,.bg-image-v2-dark p {
    color: #eee!important
}

.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed
}

.parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.8)
}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat
}

.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative
}

.parallax-quote-in p {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif
}

.parallax-quote-in p: after,.parallax-quote-in p:before {
    content:' " ';
    position: absolute;
    font-family: Tahoma
}

.parallax-quote-in p: after {
    margin-left:3px
}

.parallax-quote-in p: before {
    margin-left:-15px
}

.parallax-quote-in small {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .parallax-quote-in {
        padding:0 40px
    }

    .parallax-quote-in p {
        font-size: 20px
    }
}

.parallax-quote-light:after {
    background: rgba(255,255,255,.9)
}

.parallax-quote-light .parallax-quote-in {
    background: #fff;
    padding: 30px 80px;
    border-bottom: solid 2px #ddd
}

.parallax-quote-light .parallax-quote-in p {
    color: #555;
    font-size: 28px;
    font-weight: 200
}

.parallax-quote-light .parallax-quote-in small {
    color: #555
}

@media(max-width: 768px) {
    .parallax-quote-light .parallax-quote-in {
        padding:30px 40px
    }

    .parallax-quote-light .parallax-quote-in p {
        font-size: 20px
    }

    .parallax-quote-light .parallax-quote-in small {
        font-weight: 200
    }
}

.parallax-team {
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed
}

.parallax-team,.parallax-team .title-box-v2 {
    position: relative
}

.parallax-team:before,.parallax-team-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255,255,255,.9)
}

.parallax-team {
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed
}

.parallax-team,.parallax-team .title-box-v2 {
    position: relative
}

.parallax-team-dark:before {
    background: rgba(0,0,0,.8)
}

.parallax-bg {
    background: url(../img/patterns/5.png) repeat fixed
}

.parallax-counter {
    padding: 30px 0;
    background: url(../img/patterns/5.png) repeat fixed
}

.parallax-counter .counters {
    color: #fff;
    padding: 15px 0
}

.parallax-counter h4 {
    color: #999;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter span.counter {
    font-size: 48px
}

.parallax-counter-Short {
    padding: 60px 0;
    background: url("../images/shorttermheader.jpg") repeat fixed center 420%;
    background-size: cover
}

.parallax-counter-common {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.2)),url("../images/commonheader.jpg") center;
    background-size: cover
}

.parallax-counter-commonOrbe {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.4)),url("../images/Orbeheader.jpg") center;
    background-size: cover
}

.parallax-counter-commonAkin {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5)),url("../images/Akinheader.jpg") center;
    background-size: cover
}

.parallax-counter-newamerican {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("../images/newamericanheader.jpg") center;
    background-size: cover
}

.parallax-counter-W .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-W h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-W span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-NA {
    padding: 60px 0;
    background: url(../images/home/paralax/new-american.jpg) repeat fixed center 400%;
    background-size: cover
}

.parallax-counter-NA .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-NA h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-NA span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-G5 {
    padding: 60px 0;
    background: url(../images/home/paralax/g5.jpg) repeat fixed;
    background-size: cover
}

.parallax-counter-G5 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-G5 h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-G5 span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-Employers {
    padding: 60px 0;
    background: url(../images/home/paralax/employers.jpg) repeat fixed;
    background-size: cover
}

.parallax-counter-Employers .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-Employers h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-Employers span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-Complementary {
    padding: 60px 0;
    background: url(../images/home/paralax/City_Night.jpg) repeat fixed center 290%;
    background-size: cover
}

.parallax-counter-Complementary .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-Complementary h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-Complementary span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-whyWellaway {
    padding: 60px 0;
    background: url(../images/WhyWellawayHeader.jpg) fixed center;
    background-size: 100%
}

.parallax-counter-partners {
    padding: 60px 0;
    background: url(../images/partnersheader.jpg) center;
    background-size: 100%
}

.parallax-counter-compliance {
    padding: 60px 0;
    background: url(../images/compliance.jpg) center;
    background-size: 100%
}

.parallax-counter-def {
    padding: 60px 0;
    background: url(../images/home/paralax/about-wellaway.jpg) repeat fixed center 490%;
    background-size: cover
}

.parallax-counter-def .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-def h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-def span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-main {
    padding: 100px 0;
    background: url(../../../images/home/paralax/wa-parallax-image.jpg) repeat fixed 70% 900%;
    background-size: 100% 90%
}

.parallax-counter-main .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-main h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-main span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-v1 {
    padding: 60px 0;
    background: url(../images/paralaxImg.jpg) repeat fixed right top
}

.parallax-counter-v1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-v1 h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase
}

.parallax-counter-v1 span.counter {
    font-size: 42px;
    line-height: 48px
}

.parallax-counter-v2 {
    position: relative;
    padding: 80px 0 60px;
    background: url(../img/patterns/16.png) repeat fixed
}

.parallax-counter-v2:after {
    top: 0;
    left: 50%;
    content: " ";
    margin-left: -25px;
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.parallax-counter-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.02)
}

.parallax-counter-v2 .counters {
    padding: 20px 0;
    border-bottom: solid 2px #ddd;
    background: rgba(255,255,255,.9)
}

.parallax-counter-v2 .counters h4,.parallax-counter-v2 .counters span {
    color: #555;
    font-weight: 200;
    font-family: "Open Sans",Arial,sans-serif
}

.parallax-counter-v2 .counters span {
    font-size: 36px
}

.parallax-counter-v2 .counters h4 {
    font-size: 22px;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .parallax-counter-v2 .counters {
        margin-bottom:0!important
    }
}

.parallax-counter-v3 {
    z-index: 1;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url(../img/bg/25.jpg) 50% 0 fixed
}

.parallax-counter-v3:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,.5)
}

.parallax-counter-v3 .features {
    width: 130px;
    height: 130px;
    padding: 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50%!important;
    background: rgba(255,255,255,.2)
}

.parallax-counter-v3 .features:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    content: " ";
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff
}

.parallax-counter-v3 .features span {
    color: #fff;
    display: block;
    font-weight: 200
}

.parallax-counter-v3 .features span.counter {
    font-size: 30px
}

.parallax-counter-v3 .features span.features-info {
    text-transform: uppercase
}

@media(max-width: 550px) {
    .parallax-counter-v3 .features {
        width:110px;
        height: 110px;
        padding: 22px
    }

    .parallax-counter-v3 .features:after {
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px
    }

    .parallax-counter-v3 .features span.counter {
        font-size: 20px
    }

    .parallax-counter-v3 .features span.features-info {
        font-size: 11px
    }
}

.parallax-counter-v4 {
    z-index: 1;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: url(../img/bg/19.jpg) 50% 0 fixed
}

.parallax-counter-v4:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,.5)
}

.parallax-counter-v4 i {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-bottom: 20px
}

.parallax-counter-v4 span.counter {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px
}

.parallax-counter-v4 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase
}

.flat-bg-block-v1 {
    padding: 40px 0;
    background: url(../img/patterns/16.png) repeat
}

.flat-bg-block-v1 .checked-list.first-child {
    float: left;
    margin-right: 100px
}

.flat-bg-block-v1 .checked-list li {
    color: #888;
    margin-bottom: 5px
}

.flat-bg-block-v1 .checked-list i {
    color: #72c02c;
    margin-right: 5px
}

.flat-bg-block-v1 img.img-over {
    top: -70px;
    right: 10px;
    position: absolute
}

@media(min-width: 991px)and (max-width:1199px) {
    .flat-bg-block-v1 img.img-over {
        top:-18px
    }
}

@media(max-width: 991px) {
    .flat-bg-block-v1 img.img-over {
        position:static
    }
}

.flat-testimonials {
    padding: 50px 0;
    background-color: #333
}

.flat-testimonials .flat-testimonials-in {
    padding: 30px;
    text-align: center;
    background: rgba(255,255,255,.2)
}

.flat-testimonials .flat-testimonials-in img {
    width: 135px;
    height: 135px;
    margin: 0 auto 25px
}

.flat-testimonials .flat-testimonials-in h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 200
}

.flat-testimonials .flat-testimonials-in span {
    display: block;
    margin-bottom: 5px
}

.flat-testimonials .flat-testimonials-in p {
    color: #fff;
    font-weight: 200;
    position: relative
}

.flat-testimonials .flat-testimonials-in p: before,.flat-testimonials .flat-testimonials-in p:after {
    top:5px;
    font-size: 22px;
    line-height: 10px;
    position: relative
}

.flat-testimonials .flat-testimonials-in p: before {
    content:"“";
    padding-right: 5px
}

.flat-testimonials .flat-testimonials-in p: after {
    content:"”";
    padding-left: 5px
}

.testimonials-v4 {
    overflow: hidden
}

.testimonials-v4 .testimonials-v4-in {
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 55px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1)
}

.testimonials-v4 .testimonials-v4-in:before {
    color: #bbb;
    font-size: 60px;
    content: "“";
    position: absolute;
    margin: -25px 0 0 -40px;
    font-family: Georgia,serif
}

.testimonials-v4 .testimonials-v4-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,.1));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.1))
}

.testimonials-v4 .testimonials-v4-in p {
    color: #777;
    font-size: 14px;
    font-style: italic
}

.testimonials-v4 img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 20px
}

.testimonials-v4 .testimonials-author {
    color: #555;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-top: 8px;
    text-transform: uppercase
}

.testimonials-v4 .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize
}

.testimonials-v5 {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonials-v5 .testimonials-desc span {
    font-size: 13px;
    font-weight: 200
}

.testimonials-v5 .testimonials-desc p {
    padding: 15px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 25px
}

.testimonials-v5 .testimonials-desc p: after {
    width:0;
    height: 0;
    left: 30px;
    color: #fff;
    bottom: -12px;
    content: " ";
    text-align: center;
    position: absolute;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #f9f9f9 transparent transparent transparent
}

.testimonials-v5 .testimonials-by {
    margin-left: 20px
}

.testimonials-v5 .testimonials-by img {
    float: left;
    width: 40px;
    height: auto;
    margin-right: 15px
}

.testimonials-v5 .testimonials-by small {
    color: #72c02c;
    font-size: 12px
}

.testimonials-v5 .testimonials-by span {
    text-transform: uppercase
}

.testimonials-v6.testimonials-wrap {
    padding-left: 70px;
    padding-right: 70px
}

.testimonials-v6 .testimonials-info {
    padding: 20px;
    background: #fff;
    border-bottom: solid 3px #eee;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testimonials-v6 .testimonials-info:hover {
    border-color: #72c02c
}

.testimonials-v6 .testimonials-info img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px
}

.testimonials-v6 .testimonials-desc {
    overflow: hidden
}

.testimonials-v6 .testimonials-desc p {
    margin-bottom: 15px
}

.testimonials-v6 .testimonials-desc strong,.testimonials-v6 .testimonials-desc span {
    color: #555;
    display: block
}

@media(max-width: 768px) {
    .testimonials-v6 .testimonials-wrap {
        padding-left:0;
        padding-right: 0
    }
}

.featured-blog h2 {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 25px;
    position: relative
}

.featured-blog h2: after {
    left:0;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -10px;
    position: absolute;
    background: #72c02c
}

.featured-blog .featured-img {
    position: relative
}

.featured-blog .featured-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.featured-blog .featured-img:hover:after {
    background: rgba(0,0,0,.3);
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.featured-blog .featured-img>img {
    width: 100%
}

.featured-blog .featured-img i {
    top: 60%;
    left: 50%;
    z-index: 1;
    width: 100%;
    list-style: none;
    text-align: center;
    visibility: hidden;
    position: absolute;
    margin: -17.5px 0 0 -17.5px;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.featured-blog .featured-img:hover i {
    top: 50%;
    visibility: visible
}

.featured-blog .featured-img i {
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 11px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background: rgba(255,255,255,.4)
}

.featured-blog .featured-img i: hover {
    color:#fff;
    background: #72c02c;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

.blog-comments .comments-itself:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #fff transparent transparent
}

.blog-comments .comments-itself h3 {
    margin: 0 0 10px
}

.blog-comments .comments-itself span {
    color: #999;
    float: right;
    font-size: 13px
}

.blog-comments .comments-itself p {
    color: #999
}

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media(max-width: 768px) {
    .blog-comments .comments-itself:before {
        display:none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.quote-v1 {
    padding: 60px 0;
    text-align: center;
    background: url(../img/patterns/5.png) repeat
}

.quote-v1 p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 0 100px;
    position: relative;
    margin-bottom: 20px
}

.quote-v1 p: before {
    color:#72c02c;
    font-size: 60px;
    content: "“";
    position: absolute;
    margin: -30px 0 0 -40px;
    font-family: Georgia,serif
}

.quote-v1 span {
    color: #fff;
    font-size: 18px
}

@media(max-width: 768px) {
    .quote-v1 p {
        font-size:18px;
        padding: 0 50px
    }
}

.quote-v2 {
    text-align: center;
    padding: 85px 10% 40px
}

.quote-v2 p {
    color: #555;
    font-size: 16px;
    font-style: italic;
    position: relative;
    margin-bottom: 20px
}

.quote-v2 p: before {
    left:50%;
    top: -75px;
    font-size: 80px;
    content: "“";
    position: absolute;
    margin-left: -25px;
    font-family: Georgia,serif
}

.quote-v2 span {
    color: #555;
    font-weight: 400
}

.social-icons-v1 i {
    color: #555;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block
}

.social-icons-v1 i: hover {
    color:#fff;
    background: #72c02c;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.shadow-wrapper {
    z-index: 1;
    position: relative
}

.box-shadow {
    background: #fff;
    position: relative
}

.box-shadow:after,.box-shadow:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999;
    position: absolute
}

.shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb
}

.shadow-effect-2 {
    position: relative
}

.shadow-effect-2:after,.shadow-effect-2:before,.shadow-effect-3:before,.shadow-effect-4:after {
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999;
    -moz-box-shadow: 0 15px 10px #999;
    -webkit-box-shadow: 0 15px 10px #999
}

.shadow-effect-2:after,.shadow-effect-4:after {
    left: auto;
    right: 5px;
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg)
}

.interactive-slider-v1 {
    z-index: 1;
    padding: 130px 0;
    position: relative
}

.interactive-slider-v1.img-v1 {
    background: url(../img/bg/18.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v1.img-v2 {
    background: url(../img/bg/19.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v1.img-v3 {
    background: url(../img/bg/18.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v1:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.3)
}

.interactive-slider-v1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.interactive-slider-v1 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .interactive-slider-v1 h2 {
        font-size:30px
    }

    .interactive-slider-v1 p {
        font-size: 18px
    }
}

.interactive-slider-v2 {
    z-index: 1;
    padding: 200px 0;
    position: relative;
    text-align: center;
    background: url(../img/bg/18.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v2.img-v1 {
    background: url(../img/bg/25.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v2.img-v2 {
    background: url(../img/bg/14.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

.interactive-slider-v2:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.4)
}

.interactive-slider-v2 h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase
}

.interactive-slider-v2 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    font-family: "Open Sans",Arial,sans-serif
}

@media(max-width: 768px) {
    .interactive-slider-v2 h1 {
        font-size:50px;
        line-height: 60px;
        margin-bottom: 20px
    }
}

.blog-trending li {
    margin-bottom: 20px
}

.blog-trending h3 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 17px
}

.blog-trending small,.blog-trending small a {
    color: #777
}

.blog-trending small a: hover {
    color:#72c02c
}

.blog-latest-posts li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd
}

.blog-latest-posts li: first-child {
    margin-top:0;
    padding-top: 0;
    border-top: none
}

.blog-latest-posts h3 {
    font-size: 14px;
    margin: 0 0 3px;
    line-height: 20px
}

.blog-latest-posts small,.blog-latest-posts small a {
    color: #777
}

.blog-latest-posts small {
    margin-bottom: 8px;
    display: inline-block
}

.blog-latest-posts p {
    font-size: 12px
}

.blog-photostream {
    margin-right: -5px
}

.blog-photostream li {
    padding: 0;
    margin: 3px 5px 5px;
    position: relative
}

.blog-photostream li img {
    width: 78px;
    height: auto
}

.blog-newsletter p {
    color: #555;
    margin-bottom: 15px
}

.blog-newsletter .form-control {
    border: none
}

.blog-newsletter .form-control:focus {
    box-shadow: none
}

.blog-post-quote {
    padding: 35px 60px;
    background: #fff;
    text-align: center
}

.blog-post-quote p {
    color: #555;
    font-size: 32px;
    font-weight: 200;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    font-family: "Open Sans",Arial,sans-serif
}

@media(max-width: 768px) {
    .blog-post-quote {
        padding:35px 25px
    }

    .blog-post-quote p {
        font-size: 26px;
        line-height: 35px
    }
}

.blog-post-quote p: before,.blog-post-quote p:after {
    top:-3px;
    font-size: 30px;
    position: relative
}

.blog-post-quote p: before {
    left:-10px;
    content: "\""
}

.blog-post-quote p: after {
    right:-10px;
    content: "\""
}

.blog-post-quote span {
    color: #555;
    font-size: 20px;
    font-weight: 200
}

.blog-author {
    padding: 20px;
    background: #fff
}

.blog-author img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px
}

.blog-author .blog-author-desc {
    overflow: hidden
}

.blog-author .blog-author-desc h4 {
    float: left;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.blog-author .blog-author-desc ul {
    float: right;
    margin-top: 6px
}

.blog-author .blog-author-desc p {
    color: #555
}

.blog-comments img {
    width: 80px;
    height: auto
}

.blog-comments .comments-itself {
    background: #fff;
    padding: 20px 30px;
    position: relative
}

.blog-comments .comments-itself:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #fff transparent transparent
}

.blog-comments .comments-itself h3 {
    margin: 0 0 10px
}

.blog-comments .comments-itself span {
    color: #555;
    float: right;
    font-size: 13px
}

.blog-comments .comments-itself p {
    color: #555
}

.blog-comments.blog-comments-reply {
    margin-left: 70px
}

@media(max-width: 768px) {
    .blog-comments .comments-itself:before {
        display:none
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #fff transparent
    }
}

.news-section {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.news-v1 .news-v1-in {
    background: #fafafa
}

.news-v1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px
}

.news-v1 h3 a {
    color: #555
}

.news-v1 h3 a: hover {
    color:#72c02c
}

.news-v1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px
}

.news-v1 .news-v1-info {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee
}

.news-v1 .news-v1-info li {
    font-size: 12px
}

.news-v1 .news-v1-info li a: hover {
    color:#72c02c;
    text-decoration: none
}

.news-v2 .news-v2-badge {
    overflow: hidden;
    position: relative
}

.news-v2 .news-v2-badge p {
    left: 0;
    top: 20px;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    position: absolute
}

.news-v2 .news-v2-badge span {
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 16px
}

.news-v2 .news-v2-badge small {
    color: #555;
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

.news-v2 .news-v2-desc {
    padding: 20px;
    background: #fff
}

.news-v2 .news-v2-desc h3 {
    margin: 0 0 3px;
    font-size: 16px
}

.news-v2 .news-v2-desc h3 a {
    color: #555
}

.news-v2 .news-v2-desc h3 a: hover {
    color:#72c02c
}

.news-v2 .news-v2-desc small {
    color: #555;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase
}

.news-v2 .news-v2-desc p {
    color: #555
}

.news-v3 .news-v3-in {
    padding: 35px 30px
}

.news-v3 .news-v3-in-sm {
    padding: 20px
}

.news-v3 h2 {
    font-size: 32px;
    font-weight: 200;
    margin: 0 0 20px;
    line-height: 45px;
    text-transform: uppercase
}

.news-v3 .news-v3-in-sm h2 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit
}

@media(max-width: 768px) {
    .news-v3 h2 {
        font-size:22px;
        line-height: 30px
    }
}

.news-v3 h2 a {
    color: #555
}

.news-v3 h2 a: hover {
    color:#72c02c;
    text-decoration: none
}

.news-v3 p {
    color: #555;
    margin-bottom: 20px
}

.news-v3 .posted-info li {
    color: #555;
    font-style: italic
}

.news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: 12px;
    padding-left: 5px
}

.news-v3 .posted-info li: before,.news-v3 .news-v3-in-sm .posted-info li:before {
    content:'/'
}

.news-v3 .posted-info li: before {
    font-size:12px;
    line-height: 12px;
    margin-right: 13px
}

.news-v3 .news-v3-in-sm .posted-info li: before {
    font-size:11px;
    line-height: 11px;
    margin-right: 9px
}

.news-v3 .posted-info li: first-child:before,.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
    content:" ";
    margin-right: 0
}

.news-v3 .posted-info li a {
    color: #555
}

.news-v3 .posted-info li a: hover {
    color:#72c02c
}

.news-v3 .post-shares {
    padding-left: 0;
    list-style: none;
    margin: 40px 0 0 -5px
}

.news-v3 .news-v3-in-sm .post-shares {
    margin: 20px 0 0 -5px
}

.news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block
}

.news-v3 .post-shares li i {
    color: #555;
    width: 40px;
    height: 40px;
    padding: 13px;
    font-size: 16px;
    background: #eee;
    text-align: center;
    display: inline-block
}

.news-v3 .post-shares li i: hover {
    background:#ddd
}

.news-v3 .post-shares li span {
    top: -5px;
    right: 6px;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    background: #72c02c;
    border: 2px solid #fff;
    border-radius: 50%!important
}

.news-v3 .post-shares-lg li span {
    top: -10px;
    right: 0;
    width: 29px;
    height: 29px;
    padding: 4px;
    font-size: 10px;
    line-height: 16px
}

.blog-grid img {
    margin-bottom: 15px
}

.blog-grid h3 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.4
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px
}

.blog-grid h3.blog-grid-title-sm {
    font-size: 15px;
    line-height: 1.4
}

.blog-grid h3 a {
    color: #333
}

.blog-grid p {
    margin-bottom: 15px
}

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative
}

.blog-grid .blog-grid-grad {
    position: relative
}

.blog-grid .blog-grid-grad i {
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0,0,0,.5)
}

.blog-grid .blog-grid-info {
    padding-left: 0;
    list-style: none
}

.blog-grid .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block
}

.blog-grid .blog-grid-info li: before {
    content:'/';
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px
}

.blog-grid .blog-grid-info li: first-child:before {
    content:" ";
    margin-right: 0
}

.blog-grid .blog-grid-info li a {
    color: #888
}

.blog-grid .blog-grid-info li a: hover {
    text-decoration:none
}

.blog-grid a.r-more {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    display: inline-block
}

.blog-grid a.r-more: hover {
    text-decoration:none
}

.blog-thumb {
    overflow: hidden
}

.blog-thumb .blog-thumb-hover {
    float: left;
    position: relative;
    margin-right: 15px
}

.blog-thumb .blog-thumb-hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    -webkit-transition: all .35s,-webkit-transform .35s;
    transition: all .35s,transform .35s
}

.blog-thumb .blog-thumb-hover img {
    width: 120px;
    height: auto
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
    width: 30px;
    height: 30px
}

.blog-thumb .blog-thumb-hover .hover-grad {
    left: 0;
    top: 50%;
    z-index: 1;
    opacity: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-top: -14px;
    text-align: center;
    position: absolute;
    display: inline-block;
    -webkit-transition: all .65s,-webkit-transform .65s;
    transition: all .65s,transform .65s
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
    opacity: 1;
    -webkit-transition: opacity .55s,-webkit-transform .55s;
    transition: opacity .55s,transform .55s
}

.blog-thumb .blog-thumb-desc {
    overflow: hidden
}

.blog-thumb .blog-thumb-desc h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4
}

.blog-thumb .blog-thumb-desc h3 a {
    color: #555
}

.blog-thumb .blog-thumb-info {
    padding-left: 0;
    list-style: none
}

.blog-thumb .blog-thumb-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block
}

.blog-thumb .blog-thumb-info li: before {
    content:'/';
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px
}

.blog-thumb .blog-thumb-info li: first-child:before {
    content:" ";
    margin-right: 0
}

.blog-thumb .blog-thumb-info li a {
    color: #888
}

.blog-thumb .blog-thumb-info li a: hover {
    color:#e74c3c
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
    border-radius: 50%!important
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
    width: 50px;
    height: 50px
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
    font-size: 15px;
    margin-top: -10px
}

.blog-thumb .blog-thumb-hover:hover:after {
    background: rgba(95,171,195,.6)
}

.blog-grid .blog-grid-grad i: hover {
    background:rgba(95,171,195,1)
}

@media screen and (max-width: 1050px) {
    .parallax-counter-main {
        padding:100px 0;
        background: url(../../../images/home/paralax/wa-parallax-image.jpg) repeat fixed 70% 60%;
        background-size: 100% 90%
    }

    .parallax-counter-NA {
        padding: 60px 0;
        background: url(../images/home/paralax/new-american.jpg) repeat fixed center 200%!important;
        background-size: cover
    }

    .parallax-counter-W {
        padding: 60px 0;
        background: url(../images/home/paralax/oneworld.jpg) repeat fixed center 0%;
        background-size: cover
    }

    .parallax-counter-def {
        padding: 60px 0;
        background: url(../images/home/paralax/about-wellaway.jpg) repeat fixed center 290%;
        background-size: cover
    }

    .parallax-counter-Complementary {
        padding: 60px 0;
        background: url(../images/home/paralax/City_Night.jpg) repeat fixed center 250%;
        background-size: cover
    }
}

@media screen and (min-width: 1275px)and (max-width:1367px) {
    .parallax-counter-W {
        padding:60px 0;
        background: url(../images/home/paralax/oneworld.jpg) repeat fixed center -15%;
        background-size: cover
    }

    .parallax-counter-def {
        padding: 60px 0;
        background: url(../images/home/paralax/about-wellaway.jpg) repeat fixed center 290%;
        background-size: cover
    }
}

@media screen and (max-device-width: 1678px)and (min-device-width:1365px) {
    .parallax-counter-NA {
        padding:60px 0;
        background: url(../images/home/paralax/new-american.jpg) repeat fixed center -15%;
        background-size: cover
    }

    .parallax-counter-def {
        padding: 60px 0;
        background: url(../images/home/paralax/about-wellaway.jpg) repeat fixed center 0%;
        background-size: cover
    }

    .parallax-counter-Complementary {
        padding: 60px 0;
        background: url(../images/home/paralax/City_Night.jpg) repeat fixed center 290%;
        background-size: cover
    }
}

@media screen and (max-width: 1921px)and (min-width:1679px) {
    .parallax-counter-NA {
        padding:60px 0;
        background: url(../images/home/paralax/new-american.jpg) repeat fixed center 800%;
        background-size: cover
    }

    .parallax-counter-W {
        padding: 60px 0;
        background: url(../images/home/paralax/oneworld.jpg) repeat fixed center 700%;
        background-size: cover
    }
}


.f-bold {
    font-family: "Avenir Next Demi Bold",serif
}

.f-regular {
    font-family: "Avenir Next",serif
}

.f-medium {
    font-family: "Avenir Next Medium",serif
}

.fs-19 {
    font-size: 19pt
}

.fs-18 {
    font-size: 18pt
}

.fs-17 {
    font-size: 17pt
}

.fs-16 {
    font-size: 16pt
}

.fs-15 {
    font-size: 15pt
}

.fs-14 {
    font-size: 14pt
}

.fs-13 {
    font-size: 13pt
}

.fs-12 {
    font-size: 12pt
}

.fs-11 {
    font-size: 11pt
}

.fs-10 {
    font-size: 10pt
}

.fs-9 {
    font-size: 9pt
}

.fs-8 {
    font-size: 8pt
}

.fs-7 {
    font-size: 7pt
}

.fs-6 {
    font-size: 6pt
}

.info-box {
    border-top: solid 2px #0585cd;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7
}

.info-box.box-yellow {
    border-top: solid 2px #ffc73b
}

.info-box-heading {
    font-family: "Avenir Next Demi Bold",serif;
    font-size: 12pt;
    color: #0585cd
}

.info-box-body {
    min-height: 120px;
    padding-left: 8px;
    padding-right: 8px
}

.info-box-body.no-fixed-height {
    min-height: unset!important
}

.info-box-heading p {
    padding-top: 5px;
    padding-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: #9d9b9b solid 1px;
    color: #0585cd
}

.info-box-desc {
    font-family: "Avenir Next",serif;
    font-size: 8pt;
    padding-left: 8px;
    padding-right: 8px
}

.info-box-link {
    font-family: "Avenir Next",serif;
    font-size: 8pt;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px
}

.info-box-body .inner-title {
    font-family: "Avenir Next Demi Bold",serif;
    font-size: 13pt;
    border-bottom: 1px dotted #d7d7d7;
    margin-left: 8px;
    margin-right: 8px
}

.info-box-body .inner-subtitle {
    font-family: "Avenir Next Demi Bold",serif;
    font-size: 8pt;
    margin-left: 8px;
    margin-right: 8px
}

.info-box .legend {
    font-family: 'Avenir Next',serif;
    font-size: 6pt
}

.info-box .progress {
    background-color: #9d9b9b;
    border-radius: 11px;
    height: 15px
}

.info-box .centerChartLabel {
    height: 250px;
    line-height: 250px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 10px;
    vertical-align: middle;
    width: 250px;
    left: 72px;
    z-index: 999
}

.info-box table {
    width: 100%
}

.info-box table th .blue-line {
    bottom: 0;
    text-align: end;
    border-bottom: 1px solid #0585cd;
    vertical-align: bottom
}

.info-box table th {
    font-family: "Avenir Next Demi Bold",serif;
    font-size: 10pt;
    padding: 8px;
    line-height: 1.42857143
}

.info-box table td {
    font-family: "Avenir Next",serif;
    font-size: 10pt;
    padding: 8px
}

.info-box table tbody tr {
    border-bottom: 1px dotted #9d9b9b
}

.info-box .btn-block {
    font-size: 9pt;
    font-family: "Avenir Next Demi Bold";
    letter-spacing: .1em
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Avenir Next",Open Sans,sans-serif
}

p,li,li a {
    color: #555
}

a {
    color: #72c02c;
    text-decoration: none
}

.dl-horizontal dt {
    white-space: normal
}

input,select,textarea {
}

.error-template {
    padding: 40px 15px;
    text-align: center
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px
}

.error-actions .btn {
    margin-right: 10px
}

.top5 {
    margin-top: 5px
}

.clickable {
    cursor: pointer
}

.clickable .glyphicon {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px
}

.panel-heading span {
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px
}

a.clickable {
    color: inherit
}

a.clickable: hover {
    text-decoration:none
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.panel-pricing:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.panel-pricing .panel-heading {
    padding: 20px 10px
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px
}

.panel-pricing .list-group-item {
    color: #777;
    border-bottom: 1px solid rgba(250,250,250,.5)
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777;
    padding: 20px;
    margin: 0
}

.stepwizard-step p {
    margin-top: 20px
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.stepwizard-step {
    display: table-cell;
    position: relative;
    width: 13%
}

.stepwizard-step-1 {
    display: table-cell;
    position: relative;
    width: 25%
}

.stepwizard-step-1 button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    border-radius: 25px!important
}

.stepwizard-step-1 p {
    margin-top: 10px
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px
}

:focus {
    outline: none
}

.row {
    margin-right: 0;
    margin-left: 0
}

.side-menu {
    position: absolute;
    width: 300px;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
    z-index: 2
}

.side-menu .navbar {
    border: none
}

.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7
}

.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.side-menu .navbar-nav li a {
    padding: 15px
}

.side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px
}

.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0
}

.side-menu #dropdown .indicator {
    float: right
}

.side-menu #dropdown>a {
    border-bottom: 1px solid #e7e7e7
}

.side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3
}

.side-menu #dropdown .panel-body .navbar-nav {
    width: 100%
}

.side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7
}

.side-menu #dropdown .panel-body .navbar-nav li: last-child {
    border-bottom:none
}

.side-menu #dropdown .panel-body .panel>a {
    margin-left: -20px;
    padding-left: 35px
}

.side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px
}

.side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px
}

.side-menu #dropdown .panel-body .panel-body li: last-child {
    border-bottom:1px solid #e7e7e7
}

.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px
}

.side-menu .brand-name-wrapper {
    min-height: 50px
}

.side-menu .brand-name-wrapper .navbar-brand {
    display: block
}

.side-menu #search {
    position: relative;
    z-index: 1000
}

.side-menu #search .panel-body {
    padding: 0
}

.side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7
}

.side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative
}

.side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px
}

.side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px
}

.side-body {
    margin-left: 310px
}

@media(max-width: 768px) {
    .side-menu {
        position:relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7
    }

    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block
    }

    .side-menu-container>.navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .side-menu-container>.navbar-nav {
        position: absolute;
        left: -300px;
        width: 300px;
        top: 43px;
        height: 100%;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .side-body {
        margin-left: 5px;
        margin-top: 70px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3
    }

    #search .panel-body .navbar-form {
        border-bottom: 0
    }

    #search .panel-body .navbar-form .form-group {
        margin: 0
    }

    .navbar-header {
        position: relative;
        z-index: 3;
        background-color: #f8f8f8
    }

    #dropdown .panel-body .navbar-nav {
        margin: 0
    }
}

.credit-card-box .panel-title {
    display: inline;
    font-weight: bold
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6)
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px
}

.credit-card-box label {
    display: block
}

.credit-card-box .display-table {
    display: table
}

.credit-card-box .display-tr {
    display: table-row
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.credit-card-box .panel-heading img {
    min-width: 180px
}

.paymentAmt {
    font-size: 80px
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial,sans-serif;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    background-color: #fff
}

.form-auth li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px
}

.form-auth li a {
    color: #555
}

.number_question {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.428571429
}

#expatriateCarousel h1 {
    font-size: 32px;
    padding: 0
}

#studentCarousel h1 {
    font-size: 32px;
    padding: 0
}

.carrousel-intro-button {
    font-size: 30px;
    border: .5px solid #5fabc3;
    padding: 8px;
    background: #fff;
    opacity: .7
}

.carrousel-intro-button:hover {
    text-decoration: none
}

.carrousel-mask:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    background: rgba(199,241,255,.5)
}

.carousel-product-caption {
    position: absolute;
    right: 10%;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-family: "Open Sans",Arial,sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-product-caption h1,.carousel-product-caption h2,.carousel-product-caption span {
    color: #fff
}

.carousel-product-caption h1 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: "Open Sans",Arial,sans-serif
}

.carousel-product-caption span {
    font-size: 28px;
    font-family: "Open Sans",Arial,sans-serif
}

.carousel-product-caption ul {
    text-align: left
}

.carousel-product-caption ul li a: hover {
    text-decoration:none
}

.carousel-product-caption i {
    font-size: 20px
}

.carousel-caption1 {
    position: absolute;
    text-align: center;
    top: 20%
}

.test:hover a.hover-effect {
    margin-left: 15px
}

a.li-effect-home {
    width: 100%;
    text-decoration: none;
    color: #282828!important;
    font-size: 18px;
    text-transform: none
}

.heading-product-box {
    font-weight: 700;
    font-size: 30px;
    color: #454545;
    text-align: center
}

div.fakefile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

input.file {
    position: relative;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2
}

.panel-heading-cfe {
    max-height: 20px;
    padding-top: 0;
    margin-top: 0
}

.panel-heading-cfe>p {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    padding: 0
}

.field-validation-error {
    color: #b94a48
}

.field-validation-valid {
    display: none
}

input.input-validation-error {
    border: 1px solid #b94a48
}

input[type="checkbox"].input-validation-error {
    border: 0 none
}

.validation-summary-errors {
    color: #b94a48
}

.validation-summary-valid {
    display: none
}

@media(max-width: 479px) {
    .carousel-caption .btn {
        padding-left:0;
        padding-right: 0
    }

    .heading-btn-1 {
        font-size: 140%!important
    }

    .col-md-6 {
        padding-bottom: 10px
    }

    #expatriateCarousel h1 {
        font-size: 140%!important;
        line-height: 20px
    }

    a.li-effect-home {
        font-size: 109%!important;
        padding: 0
    }

    .margin-bottom-35 {
        margin-bottom: 5px!important
    }

    .margin-bottom-30 {
        margin-bottom: 5px!important
    }

    .btn-brd1 {
        min-width: 80px!important
    }

    #studentCarousel h1 {
        font-size: 140%!important;
        line-height: 20px
    }

    .home-h2 {
        font-size: 115%!important;
        line-height: 17px
    }

    .margin-bottom-45 {
        margin-bottom: 3px!important
    }

    .margin-bottom-25 {
        margin-bottom: 3px!important
    }

    .carousel-caption1 {
        top: 8%!important;
        right: 17%!important;
        left: 17%!important
    }

    .btn-u-lg,a.btn-u-lg {
        font-size: 17px!important
    }

    .last-slider {
        top: 5%!important
    }
}

@media(min-width: 480px)and (max-width:639px) {
    .carousel-caption .btn {
        padding-left:0;
        padding-right: 0
    }

    #expatriateCarousel h1 {
        font-size: 28px!important
    }

    .col-md-6 {
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 10px
    }

    #expatriateCarousel h1 {
        line-height: 30px
    }

    a.li-effect-home {
        font-size: 165%!important;
        padding: 0
    }

    #studentCarousel h1 {
        line-height: 30px
    }

    .home-h2 {
        font-size: 170%!important;
        line-height: 20px
    }

    .margin-bottom-45 {
        margin-bottom: 30px!important
    }

    .carousel-caption1 {
        top: 10%!important
    }

    .last-slider {
        top: 5%!important
    }
}

@media(min-width: 1024px)and (max-width:1365px) {
    .heading-btn-1 {
        font-size:180%!important
    }

    .carousel-caption .btn {
        padding-left: 0;
        padding-right: 0
    }

    #expatriateCarousel h1 {
        font-size: 28px!important;
        line-height: 20px
    }

    #expatriateCarousel h1 {
        line-height: 35px
    }

    a.li-effect-home {
        font-size: 165%!important;
        padding: 0
    }

    #studentCarousel h1 {
        line-height: 35px
    }

    .home-h2 {
        font-size: 170%!important;
        line-height: 20px
    }

    .carousel-caption1 {
        top: 12%!important
    }
}

@media(min-width: 1024px)and (max-width:1350px) {
    .one {
        padding-bottom:6em!important
    }

    .two {
        padding-bottom: 15em!important
    }
}

@media(min-width: 1800px) {
    .two {
        padding-bottom:37em!important
    }
}

.form-control::-webkit-input-placeholder {
    font-family: AvenirNextReg,Open Sans,sans-serif
}

.form-control:-ms-input-placeholder {
    font-family: AvenirNextReg,Open Sans,sans-serif
}

.form-control:-moz-placeholder {
    font-family: AvenirNextReg,Open Sans,sans-serif
}

.form-control::-moz-placeholder {
    font-family: AvenirNextReg,Open Sans,sans-serif
}

.btn-success {
    color: #fff;
    background-color: #8fda8f;
    border-color: #83c383
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #83c383;
    border-color: #83c383
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled: hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color:#5fabc3;
    border-color: #5696ab
}

.panel-info>.panel-heading {
    background-color: #c4e5f5
}

.radio-inline {
    padding-right: 20px;
    padding-bottom: 3px
}

.form-inline .radio label {
    padding-right: 20px
}

.blog-thumb {
    overflow: hidden
}

.blog-thumb .blog-thumb-hover {
    float: left;
    position: relative;
    margin-right: 15px
}

.blog-thumb .blog-thumb-hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    -webkit-transition: all .35s,-webkit-transform .35s;
    transition: all .35s,transform .35s
}

.blog-thumb .blog-thumb-hover img {
    width: 120px;
    height: auto
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
    width: 30px;
    height: 30px
}

.blog-thumb .blog-thumb-hover .hover-grad {
    left: 0;
    top: 50%;
    z-index: 1;
    opacity: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-top: -14px;
    text-align: center;
    position: absolute;
    display: inline-block;
    -webkit-transition: all .65s,-webkit-transform .65s;
    transition: all .65s,transform .65s
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
    opacity: 1;
    -webkit-transition: opacity .55s,-webkit-transform .55s;
    transition: opacity .55s,transform .55s
}

.blog-thumb .blog-thumb-desc {
    overflow: hidden
}

.blog-thumb .blog-thumb-desc h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4
}

.blog-thumb .blog-thumb-desc h3 a {
    color: #555
}

.blog-thumb .blog-thumb-info {
    padding-left: 0;
    list-style: none
}

.blog-thumb .blog-thumb-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block
}

.blog-thumb .blog-thumb-info li: before {
    content:'/';
    font-size: 12px;
    line-height: 1.4;
    margin-right: 9px
}

.blog-thumb .blog-thumb-info li: first-child:before {
    content:" ";
    margin-right: 0
}

.blog-thumb .blog-thumb-info li a {
    color: #888
}

.blog-thumb .blog-thumb-info li a: hover {
    color:#e74c3c
}

.table-responsive {
    overflow-x: initial
}

@media screen {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }

    .tree {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #fbfbfb;
        border: 1px solid #999;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
    }

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative
    }

    .tree li::before,.tree li::after {
        content: '';
        left: -20px;
        position: absolute;
        right: auto
    }

    .tree li::before {
        border-left: 1px solid #999;
        bottom: 50px;
        height: 100%;
        top: 0;
        width: 1px
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 25px;
        width: 25px
    }

    .tree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none
    }

    .tree li.parent_li>span {
        cursor: pointer
    }

    .tree>ul>li::before,.tree>ul>li::after {
        border: 0
    }

    .tree li:last-child::before {
        height: 30px
    }

    .tree li.parent_li>span:hover,.tree li.parent_li>span:hover+ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }
}

.price-table {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid rgba(0,0,0,.1);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.price-table:hover {
    background: rgba(0,0,0,.03);
    border-color: #5eabc4
}

.price-table .price-table-heading {
    padding: 0 0;
    margin: 0
}

.price-table .price-table-heading .title {
    color: #333;
    font-weight: 900;
    letter-spacing: 1px
}

.price-table>.price-table-body {
    color: #fff;
    background: #707070;
    padding: 0 0 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.price-table>.price-table-body .value {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    padding-top: 25px
}

.price-table>.price-table-body .value small {
    font-size: 13px
}

.price-table>.list-group {
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}

.price-table>.list-group .list-group-item {
    color: #333;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.price-table .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700
}

.price-table-footer {
    background: #eee;
    padding: 15px 0
}

.divTest {
    background-image: url('../images/Capture.png')
}

posit {
    background-image: url('../images/postit.png')
}

.profile {
    min-height: 355px;
    display: inline-block
}

figcaption.ratings {
    margin-top: 20px
}

figcaption.ratings a {
    color: #f1c40f;
    font-size: 11px
}

figcaption.ratings a: hover {
    color:#f39c12;
    text-decoration: none
}

.divider {
    border-top: 1px solid rgba(0,0,0,.1)
}

.emphasis {
    border-top: 4px solid transparent
}

.emphasis:hover {
    border-top: 4px solid #5696ab
}

.emphasis h2 {
    margin-bottom: 0
}

span.tags {
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px
}

.dropdown-menu .divider {
    background: none
}

.dropdown-menu>li>a {
    color: #f5f5f5
}

.dropup .dropdown-menu {
    margin-bottom: 10px
}

.dropup .dropdown-menu:before {
    content: "";
    border-top: 10px solid #34495e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10
}

.divider-vertical {
    height: 100px;
    border-left: 1px solid gray;
    float: left;
    opacity: .5;
    margin: 0 10px
}

.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative
}

.testimonials blockquote: :before {
    width:0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset
}

.testimonials blockquote: :after {
    width:0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #5fabc3 transparent transparent transparent
}

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px!important;
    height: 75px;
    padding: 3px;
    width: 75px
}

.testimonials .carousel-info {
    overflow: hidden
}

.testimonials .carousel-info img {
    margin-right: 15px
}

.testimonials .carousel-info span {
    display: block
}

.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px
}

.div top-bar {
    margin-top: 4px;
    margin-bottom: 10px
}

.row-afterPayment {
    margin-top: 55px
}

.div-headerAfterPayment {
    margin-left: 80px
}

.div-ThumbAfterPayment {
    margin-left: 80px
}

.h3-afterPayment {
    color: #3ba2c0;
    font: bold
}

.row-afterPaymentSecond {
    margin-left: 35px
}

.row-afterPaymentBtn {
    margin-left: 70px
}

.row-afterPaymentTop {
    margin-top: 88px
}

.row-afterPaymentBottom {
    margin-bottom: 250px
}

.h1-afterPayment {
    font-family: 'Avenir Next';
    font: bold
}

.row-students {
    background-color: #d9e8ee;
    width: 100%
}

.h2-students {
    color: #2a9cbe;
    font-size: 28px;
    align-content: center
}

.h2-third {
    color: #2a9cbe;
    font-size: 28px;
    align-content: center;
    margin-right: 20px;
    margin-top: 20px;
    font-family: 'Avenir Next'
}

.p-students-header {
    font-size: 22px
}

.h4-link {
    color: blue
}

.btn-students-header {
    font-size: 16px;
    background-color: #5fabc3;
    padding: 9px 16px;
    border-radius: 2px!important
}

.box-secondRow {
    margin-top: 10px;
    padding: 25px
}

.h3-secondRow {
    font-family: 'Avenir Next';
    margin-top: 10px
}

.h1-students {
    color: #535557;
    align-content: center
}

.h1-Step1 {
    color: #41a5c4;
    font-family: 'Avenir Next'
}

.panel-margin {
    padding-top: 20px
}

.h1-StudentEnrroll {
    margin-bottom: 18px
}

.btn-StudentQuote {
    background-color: #5fabc3;
    font-size: 16px;
    padding: 10px
}

.notice {
    background: #e3f7fc no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
    border-radius: 4px;
    margin-top: 80px;
    box-shadow: 3px 3px grey
}

.btn_student {
    border-radius: 4px;
    min-width: 156px
}

.btn-wizard-student {
    border-radius: 25px!important
}

.h4-product-header {
    color: #656565;
    font-size: 44px
}

.img-cards {
    width: 32px;
    height: 40px
}

.p-payment {
    margin-top: 15px
}

.img-ssl {
    max-width: 121px
}

.btn-payment {
    width: 60%
}

.btn-thirdStep {
    background-color: #5fabc3;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 0;
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 2px;
    min-width: 235px;
    width: 100%;
    margin-top: 5px;
    color: #fff
}

.p-thirdStep-secure {
    margin-top: 60px
}

.p-thirdStep {
    margin-top: 10px
}

.btn-getStarted {
    border-radius: 4px!important;
    border-color: #2696b4;
    font-size: 16px
}

.div_footer {
    background-color: #053859
}

.p_footer {
    color: #fff;
    font-size: 18px
}

.p_student_justify {
    text-align: justify
}

.p_student {
    font-size: 18px
}

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #c5c2c2;
    background-color: #ededed;
    border-radius: 4px
}

.db-pricing-seven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0
}

.db-pricing-seven ul li {
    border-bottom: solid 1px #d8d8d8;
    padding-top: 10px;
    padding-bottom: 4px;
    cursor: pointer
}

.db-pricing-seven ul li.price {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 30px;
    font-weight: 900;
    color: #353c3e;
    font-family: 'Avenir Next';
    font-weight: 900
}

.db-pricing-seven ul li.price i {
    padding: 30px;
    font-size: 50px;
    display: block
}

.db-pricing-seven .pricing-footer {
    padding: 20px
}

.db-pricing-seven .pricing-footer a i {
    margin: 5px;
    top: 3px
}

.parallax-counter-J1 {
    max-width: 100%;
    min-width: 100%;
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(../images/sstudentheader.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 15px;
    padding-top: 15px
}

.padding-top-15 {
    padding-top: 15px
}

.parallax-counter-J1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.parallax-counter-shortterm {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(../images/shorttermheader.jpg) center;
    background-size: cover
}

.parallax-lve {
    padding: 60px 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(../images/lveheader.jpg) center;
    background-size: cover
}

.parallax-complementary {
    padding: 60px 0;
    background: url(../images/complementaryheader.jpg) center;
    background-size: cover
}

.complementary-images {
    min-width: 120px;
    min-height: 120px
}

.padding-top-15 {
    padding-top: 15px
}

.parallax-counter-shortterm .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555
}

.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative
}

.timeline-v2>li {
    position: relative
}

.timeline-v2:before {
    top: 0;
    bottom: 0;
    left: 22%;
    width: 4px;
    content: '';
    background: #f3f3f3;
    position: absolute;
    margin-left: -14px
}

.timeline-v2>li .cbp_tmtime {
    width: 25%;
    display: block;
    position: absolute;
    padding-right: 80px
}

.timeline-v2>li .cbp_tmtime span {
    top: 9px;
    display: block;
    text-align: right;
    position: relative
}

.timeline-v2>li .cbp_tmtime span: first-child {
    color:#999;
    font-size: 14px;
    line-height: .9
}

.timeline-v2>li .cbp_tmtime span: last-child {
    color:#585f69;
    font-size: 20px;
    font-weight: normal
}

.timeline-v2>li .cbp_tmlabel {
    color: #fff;
    padding: 10px 20px 20px;
    background: #f3f3f3;
    line-height: 1.4;
    clear: both;
    position: relative;
    margin: 0 0 40px 25%
}

.timeline-v2>li .cbp_tmlabel li {
    padding: 0
}

.timeline-v2>li .cbp_tmlabel h2 {
    margin-top: 0;
    font-size: 21px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd
}

.timeline-v2>li .cbp_tmlabel .text-left {
    float: left
}

.timeline-v2>li .cbp_tmlabel: after {
    right:100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f3f3f3;
    border-width: 10px;
    top: 18px
}

.timeline-v2>li .cbp_tmicon {
    top: 22px;
    left: 22%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #52a4bf;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #f3f3f3;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 65.375em) {
    .timeline-v2>li .cbp_tmtime span:last-child {
        font-size:1.5em
    }
}

@media screen and (max-width: 47.2em) {
    .timeline-v2:before {
        display:none
    }

    .timeline-v2>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }

    .timeline-v2>li .cbp_tmtime span {
        text-align: left
    }

    .timeline-v2>li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px 0
    }

    .timeline-v2>li .cbp_tmlabel:after {
        left: 20px;
        top: -20px;
        right: auto;
        border-bottom-color: #f3f3f3;
        border-right-color: transparent
    }

    .timeline-v2>li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0
    }
}

.wizard {
    margin: 20px auto;
    background: #fff
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0
}

.wizard>div.wizard-inner {
    position: relative
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1
}

.wizard .nav-tabs>li.active>a,.wizard .nav-tabs>li.active>a: hover,.wizard .nav-tabs>li.active>a:focus {
    color:#555;
    cursor: default;
    border: 0;
    border-color: transparent;
    border-bottom-color: transparent
}

.nav-tabs>li>a: hover {
    border-color:transparent
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px!important;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px
}

span.round-tab i {
    color: #555
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5fabc3
}

.wizard li.active span.round-tab i {
    color: #5fabc3
}

span.round-tab: hover {
    color:#333;
    border: 2px solid #333
}

.wizard .nav-tabs>li {
    width: 25%
}

.wizard li: after {
    content:" ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5fabc3;
    transition: .1s ease-in-out
}

.wizard li.active: after {
    content:" ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #5fabc3
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0
}

.wizard .nav-tabs>li a: hover {
    background:transparent
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px
}

.wizard h3 {
    margin-top: 0
}

@media(max-width: 585px) {
    .wizard {
        width:90%;
        height: auto!important
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%
    }
}

.job-partners {
    padding-bottom: 50px
}

.our-clients {
    margin-bottom: 0;
    text-align: center
}

.our-clients li {
    padding: 0;
    width: 105px;
    margin: 3px;
    margin-bottom: 6px;
    border: 1px solid #eee;
    border-radius: 2px!important
}

.our-clients img {
    padding: 15px;
    width: 142px;
    height: auto;
    vertical-align: middle
}

figure {
    margin: 0;
    position: relative
}

figure img {
    z-index: 10;
    height: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

figure .img-hover {
    z-index: 5;
    display: block;
    position: absolute
}

figure h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600!important
}

#effect-2 figure .img-hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    line-height: 8.5em;
    text-align: center;
    background-color: #72c02c;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#effect-2 figure .img-hover h4 {
    font-weight: 200;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle
}

#effect-2 figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.no-touch #effect-2 figure: hover img,#effect-2 figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.no-touch #effect-2 figure: hover .img-hover,#effect-2 figure.hover .img-hover {
    -webkit-transform:rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.link-list li {
    border-top: solid 1px #353535
}

.link-list li: first-child {
    border-top:none!important
}

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0;
    display: inline-block;
    text-transform: uppercase
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    width: 100%
}

.item {
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    z-index: 0
}

.carousel-fade .carousel-inner>.item {
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.carousel-fade .carousel-inner>.item,.carousel-fade .carousel-inner>.item.active.left {
    opacity: 0
}

.carousel-fade .carousel-inner>.item.active,.carousel-fade .carousel-inner>.item.next.left {
    opacity: 1
}

.carousel-fade .carousel-inner>.next,.carousel-fade .carousel-inner>.prev,.carousel-fade .carousel-inner>.active.left,.carousel-fade .carousel-inner>.active.right {
    left: 0
}

.carousel-fade .carousel-inner>.item.next,.carousel-fade .carousel-inner>.item.active.right,.carousel-fade .carousel-inner>.item.prev,.carousel-fade .carousel-inner>.item.active.left {
    transform: translate3d(0,0,0)
}

.control-changeAddress {
    min-height: 32px;
    min-width: 90%;
    margin-bottom: 14px
}

.who li {
    margin-bottom: 6px
}

.who li i {
    color: #5fabc3;
    font-size: 14px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative
}

.who li: hover i,.who li:hover a {
    color:#777
}

.who li: hover a:hover {
    text-decoration:none
}

.well2 {
    min-height: 100px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.header .topbar ul.loginbar li a i.fa-instagram: hover {
    color:#3f729b
}

.registration-parent-name {
    position: absolute;
    margin-top: -11px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff
}

.cursor-pointer {
    cursor: pointer
}

.custom-hr {
    margin: 0;
    border: groove;
    border-top: 1px solid #eee
}

.mb-0 {
    margin-bottom: 0!important
}

.mt-20 {
    margin-top: 20px!important
}


.col-xs-offset-right-12 {
  margin-right: 100%!important;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%!important;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%!important;
}
.col-xs-offset-right-9 {
  margin-right: 75%!important;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%!important;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%!important;
}
.col-xs-offset-right-6 {
  margin-right: 50%!important;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%!important;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%!important;
}
.col-xs-offset-right-3 {
  margin-right: 25%!important;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%!important;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%!important;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%!important;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%!important;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%!important;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%!important;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%!important;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%!important;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%!important;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%!important;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%!important;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%!important;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%!important;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%!important;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%!important;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%!important;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%!important;
  }
  .col-md-offset-right-9 {
    margin-right: 75%!important;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%!important;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%!important;
  }
  .col-md-offset-right-6 {
    margin-right: 50%!important;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%!important;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%!important;
  }
  .col-md-offset-right-3 {
    margin-right: 25%!important;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%!important;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%!important;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%!important;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%!important;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%!important;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%!important;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%!important;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%!important;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%!important;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%!important;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%!important;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%!important;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%!important;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%!important;
  }
  .col-lg-offset-right-0 {
    margin-right: 0%!important;
  }
}