img.wp-smiley,
img.emoji {
    display: inline !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: none !important;
    padding: 0 !important
}
ul li{text-decoration:none; list-style:none;}
div.wpcf7 {
    margin: 0;
    padding: 0
}
div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng {
    border: 2px solid red
}
div.wpcf7-spam-blocked {
    border: 2px solid orange
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}
span.wpcf7-form-control-wrap {
    position: relative
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}
span.wpcf7-list-item {
    margin-left: .5em
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 img.ajax-loader {
    border: 0;
    vertical-align: middle;
    margin-left: 4px
}
div.wpcf7 div.ajax-error {
    display: none
}
div.wpcf7 .placeheld {
    color: #888
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(//educator.incrediblebytes.com/wp-content/plugins/dm3-shortcodes/front-end/font-awesome-4.2/css/../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(//educator.incrediblebytes.com/wp-content/plugins/dm3-shortcodes/front-end/font-awesome-4.2/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//educator.incrediblebytes.com/wp-content/plugins/dm3-shortcodes/front-end/font-awesome-4.2/css/../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//educator.incrediblebytes.com/wp-content/plugins/dm3-shortcodes/front-end/font-awesome-4.2/css/../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//educator.incrediblebytes.com/wp-content/plugins/dm3-shortcodes/front-end/font-awesome-4.2/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.dm3-one-half {
    width: 48%
}
.dm3-one-third {
    width: 30.66%
}
.dm3-two-third {
    width: 65.33%
}
.dm3-two-fourth{width: 24%}
.dm3-one-fourth {
    width: 29%
}
.dm3-three-fourth {
    width: 65%
}
.dm3-one-fifth {
    width: 16.8%
}
.dm3-two-fifth {
    width: 37.6%
}
.dm3-three-fifth {
    width: 58.4%
}
.dm3-four-fifth {
    width: 79.2%
}
.dm3-one-sixth {
    width: 13.33%
}
.dm3-five-sixth {
    width: 82.67%
}
.dm3-one-half,
.dm3-one-third,
.dm3-two-third,
.dm3-three-fourth,
.dm3-one-fourth,
.dm3-one-fifth,
.dm3-two-fifth,
.dm3-three-fifth,
.dm3-four-fifth,
.dm3-one-sixth,
.dm3-two-fourth,
.dm3-five-sixth {
    position: relative;
    margin-right: 4%;
    float: left
}
.dm3-column-last {
    margin-right: 0 !important;
    clear: right
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%
}
@media(max-width:767px) {
    .dm3-one-half, .dm3-one-third, .dm3-two-third, .dm3-three-fourth, .dm3-one-fourth, .dm3-one-fifth, .dm3-two-fifth, .dm3-three-fifth, .dm3-four-fifth, .dm3-one-sixth, .dm3-five-sixth {
        width: auto;
        margin-right: 0;
        float: none
    }
}
body ul.dm3-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none !important
}
.dm3-tabs-nav li {
    list-style: none !important;
    background: #fff;
    position: relative;
    z-index: 1
}
.dm3-tabs-nav .active {
    z-index: 2
}
.dm3-tabs-nav a {
    display: block
}
.dm3-tabs {
    background: #fff;
    position: relative
}
.dm3-tab {
    background: #fff
}
.dm3-tab+.dm3-tab {
    display: none
}
.dm3-tabs-default {
    margin-bottom: 2em
}
.dm3-tabs-default .dm3-tabs-nav {
    border-bottom: 1px solid #ddd
}
.dm3-tabs-default .dm3-tabs-nav:after {
    content: "";
    display: table;
    clear: both
}
.dm3-tabs-default .dm3-tabs-nav li {
    margin: 0 -1px -1px 0;
    float: left;
    border: 1px solid #eee;
    border-bottom: 0
}
.dm3-tabs-default .dm3-tabs-nav .active {
    border-color: #ddd
}
.dm3-tabs-default .dm3-tabs-nav a {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}
body .dm3-tabs-default .dm3-tabs-nav .active a {
    border-bottom-color: #fff;
    background-color: #fff
}
.dm3-tabs-default .dm3-tab-inner {
    padding: 10px 15px 0 15px
}
.dm3-tabs-vertical {
    margin-bottom: 2em
}
.dm3-tabs-vertical {
    position: relative
}
.dm3-tabs-vertical:after {
    content: "";
    display: table;
    clear: both
}
.dm3-tabs-vertical .dm3-tabs-nav {
    float: left;
    width: 160px;
    position: relative;
    z-index: 2;
    border: 0
}
.dm3-tabs-vertical .dm3-tabs-nav li {
    margin-left: 0;
    border: 1px solid #eee;
    border-right: 0
}
.dm3-tabs-vertical .dm3-tabs-nav .active {
    border-color: #ddd
}
.dm3-tabs-vertical .dm3-tabs-nav li+li {
    margin-top: -1px
}
.dm3-tabs-vertical .dm3-tabs-nav a {
    display: block;
    padding: 10px 15px;
    margin-right: -1px;
    border-right: 1px solid #ddd
}
body .dm3-tabs-vertical .dm3-tabs-nav .active a {
    border-right: 1px solid #fff;
    background-color: #fff
}
.dm3-tabs-vertical .dm3-tabs {
    margin-left: 160px;
    border-left: 1px solid #ddd
}
.dm3-tabs-vertical .dm3-tab-inner {
    padding: 0 0 0 15px
}
.dm3-tabs-vertical-right .dm3-tabs-nav {
    float: right
}
.dm3-tabs-vertical-right .dm3-tabs-nav li {
    border: 1px solid #eee;
    border-left: 0
}
.dm3-tabs-vertical-right .dm3-tabs-nav a {
    margin-right: 0;
    border-right: 0;
    border-left: 1px solid #ddd;
    margin-left: -1px
}
.dm3-tabs-vertical-right .dm3-tabs-nav .active {
    border-color: #ddd
}
.dm3-tabs-vertical-right .dm3-tabs-nav .active a {
    border-right: 0;
    margin-right: 0;
    border-left: 1px solid #fff;
    margin-left: -1px
}
.dm3-tabs-vertical-right .dm3-tabs {
    margin-left: 0;
    margin-right: 160px;
    border-left: 0;
    border-right: 1px solid #ddd
}
.dm3-tabs-vertical-right .dm3-tab-inner {
    padding: 0 15px 0 0
}
@media screen and (max-width: 767px) {
    .dm3-tabs-container .dm3-tabs-nav {
        border: 0;
        float: none;
        width: auto
    }
    .dm3-tabs-container .dm3-tabs-nav li {
        display: inline-block;
        float: none;
        margin: 0 5px 5px 0
    }
    .dm3-tabs-container .dm3-tabs-nav li a {
        border: 0 !important;
        margin: 0 !important
    }
    .dm3-tabs-container .dm3-tabs {
        border: 0;
        margin: 0
    }
    .dm3-tabs-container .dm3-tab-inner {
        padding: 0
    }
}
.dm3-alert {
    margin-bottom: 2em;
    padding: 20px;
    position: relative;
    border: 1px solid
}
.dm3-alert-close {
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 24px
}
.dm3-alert p {
    margin: 0
}
.dm3-alert p+p {
    margin-top: 10px
}
.dm3-alert-success {
    background-color: #d4ffda;
    border-color: #aaccae;
    color: #4c5c4e
}
.dm3-alert-success .dm3-alert-close {
    color: #4c5c4e
}
.dm3-alert-error {
    background-color: #ffdfdf;
    border-color: #ffafaf;
    color: #9f1d1d
}
.dm3-alert-error .dm3-alert-close {
    color: #9f1d1d
}
.dm3-alert-warning {
    background-color: #fff6cf;
    border-color: #ffe25f;
    color: #5f4f06
}
.dm3-alert-warning .dm3-alert-close {
    color: #5f4f06
}
.dm3-alert-info {
    background-color: #cff7ff;
    border-color: #86ddef;
    color: #0a434f
}
.dm3-alert-info .dm3-alert-close {
    color: #0a434f
}
.dm3-collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease
}
.dm3-collapse.dm3-in {
    height: auto
}
.dm3-collapse-item {
    margin-bottom: 2em
}
.dm3-collapse-item+.dm3-collapse-item {
    margin-top: -1.5em
}
.dm3-collapse-trigger a {
    display: block
}
.dm3-accordion {
    margin-bottom: 2em
}
.dm3-accordion .dm3-collapse-item {
    margin-bottom: 0
}
.dm3-accordion .dm3-collapse-item+.dm3-collapse-item {
    margin-top: .5em
}
.dm3-divider-normal,
.dm3-divider-dotted {
    clear: both;
    height: 10px;
    width: 100%;
    margin: 0 0 30px 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}
.dm3-divider-dotted {
    border-style: dotted
}
.dm3-divider-space {
    width: 100%;
    height: 30px;
    clear: both
}
.dm3-box-icon-left {
    position: relative;
    padding: 0 0 0 60px
}
.dm3-box-icon-left .dm3-box-icon-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    line-height: 38px;
    vertical-align: top;
    text-align: center
}
.dm3-box-icon-center {
    text-align: center
}
.dm3-box-icon-center .dm3-box-icon-icon {
    display: inline-block;
    margin: 0 0 15px 0;
    text-align: center
}
.dm3-box-icon-center .dm3-box-icon-icon span {
    font-size: 36px;
    line-height: 38px;
    vertical-align: middle
}
body .dm3-styled-list ul {
    margin-left: 0
}
.dm3-styled-list ul li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none
}
.dm3-styled-list li>[class^="font-icon-"],
.dm3-styled-list li>[class*="font-icon-"] {
    position: absolute;
    left: 0;
    top: 4px
}
.dm3-tabs-testimonials {
    margin-bottom: 2em
}
.dm3-tabs-testimonials .dm3-tabs-nav {
    text-align: center;
    line-height: 0;
    font-size: 0
}
.dm3-tabs-testimonials .dm3-tabs-nav li {
    margin: 0 6px;
    display: inline-block;
    line-height: 0;
    font-size: 0
}
.dm3-tabs-testimonials .dm3-tabs-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background-color: #999;
    color: #999;
    border-radius: 10px
}
.dm3-tabs-testimonials .dm3-tabs-nav .active a {
    background-color: #333
}
body .dm3-tabs-testimonials blockquote {
    margin-bottom: 1em
}
.dm3-testimonial-name,
.dm3-testimonial-description {
    text-align: center
}
.dm3-google-map {
    margin-bottom: 2em
}
.dm3-google-map img {
    max-width: none
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: 0
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    position: relative
}
.flexslider .slides {
    margin: 0
}
.flexslider .slides>li {
    margin: 0
}
.flexslider .slide-image {
    position: relative
}
.flexslider .slides img {
    height: auto
}
.flexslider .flex-control-paging {
    bottom: 20px;
    font-size: 0;
    height: 20px;
    line-height: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
}
.flex-control-paging li {
    display: inline-block;
    margin: 0 5px
}
.flex-control-paging a {
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, .7);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 0;
    width: 14px
}
.flex-control-paging a:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    width: 14px
}
.flexslider .flex-direction-nav {
    height: 0;
    list-style: none;
    margin: 0
}
.touch .flex-direction-nav {
    display: none
}
.flexslider .flex-direction-nav li {
    margin: 0
}
.flex-prev {
    border-radius: 0 7px 7px 0;
    left: 0
}
.flex-next {
    border-radius: 7px 0 0 7px;
    right: 0
}
.flex-direction-nav a {
    background-color: #000;
    display: block;
    height: 50px;
    margin-top: -25px;
    text-align: center;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 50px;
    z-index: 100
}
.flexslider:hover .flex-direction-nav a {
    opacity: .7
}
.flex-direction-nav a:after {
    color: #fff;
    content: '\f104';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 50px;
    position: relative;
    vertical-align: middle
}
a.flex-prev:after {
    left: -1px
}
a.flex-next:after {
    right: -1px;
    content: '\f105'
}
.flex-direction-nav a:hover:after {
    color: #fff
}
.flexslider .overlay .slide-image:after {
    /*background-color:rgba(0,0,0,.2);*/
    
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.fw-slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px
}
.fw-slider .slide-caption {
    font-size: 10px;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 10
}
.fw-slider .caption-inner {
    max-width: 40%
}
.fw-slider .right .caption-inner {
    float: right
}
.fw-slider .slide-title,
.fw-slider .slide-description {
    color: #fff
}
.cssanimations .fw-slider .slide-title,
.cssanimations .fw-slider .slide-description {
    opacity: 0
}
.fw-slider .dark .slide-title,
.fw-slider .dark .slide-description {
    color: #333
}
.fw-slider .slide-title {
    font-size: 3.4em;
    line-height: 1.2em;
    margin-bottom: .5em;
    text-transform: uppercase
}
.fw-slider .slide-description {
    font-size: 2.4em;
    line-height: 1.4em;
    margin-top: .6em
}
.cssanimations .slide-caption.in .slide-title {
    -webkit-animation: incbfwstitle .3s ease-in forwards;
    animation: incbfwstitle .3s ease-in forwards
}
.cssanimations .slide-caption.in .slide-description {
    -webkit-animation: incbfwsdescription .3s ease-in forwards;
    animation: incbfwsdescription .3s ease-in forwards
}
@-webkit-keyframes incbfwstitle {
    from {
        -webkit-transform: translateY(-1.2em);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@-webkit-keyframes incbfwsdescription {
    from {
        -webkit-transform: translateY(1.2em);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@keyframes incbfwstitle {
    from {
        transform: translateY(-1.2em);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes incbfwsdescription {
    from {
        transform: translateY(1.2em);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}
.slide-caption .buttons {
    margin-top: 2.6em
}
.cssanimations .slide-caption .buttons {
    opacity: 0
}
.cssanimations .slide-caption.in .buttons {
    -webkit-animation: fw-slider-buttons .3s ease-in forwards .3s;
    animation: fw-slider-buttons .3s ease-in forwards .3s
}
@-webkit-keyframes fw-slider-buttons {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fw-slider-buttons {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.slide-caption .button {
    font-size: 1.2em;
    line-height: 1em;
    padding: 1em 1.4em
}
.post-slider {
    margin-bottom: 2em
}
.flexslider .flex-control-paging {
    bottom: 20px
}
.post-slider .flex-direction-nav a {
    height: 40px;
    margin-top: -20px;
    width: 40px
}
.post-slider .flex-direction-nav a:after {
    line-height: 40px
}
.post-slider .slide-caption {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 56%;
    top: 0;
    z-index: 20
}
.post-slider .caption-inner {
    padding: 30px 40px
}
.post-slider .slide-title,
.post-slider .slide-description {
    color: #fff
}
.post-slider .slide-title {
    font-size: 1.4em
}
@media all and (min-width: 1260px) {
    .fw-slider .slide-caption {
        font-size: 14px
    }
}
@media all and (max-width: 979px) {
    .fw-slider .slide-caption {
        font-size: 9px
    }
    .post-slider .slide-caption {
        font-size: 12px
    }
    .post-slider .slide-caption .caption-inner {
        padding: 20px
    }
}
@media all and (max-width: 767px) {
    .fw-slider .slide-caption {
        font-size: 6px
    }
    .fw-slider .caption-inner {
        max-width: 46%
    }
    .fw-slider .flex-control-paging {
        display: none
    }
    .flex-direction-nav {
        display: none
    }
}
@media all and (max-width: 550px) {
    .fw-slider .slide-caption {
        font-size: 4px
    }
    .fw-slider .slide-caption .button {
        font-size: 8px;
        padding: .5em .8em
    }
    .post-slider .slide-caption {
        font-size: 11px;
        line-height: 1.5em
    }
    .post-slider .slide-caption .caption-inner {
        padding: 10px
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: white
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(//educator.incrediblebytes.com/wp-content/themes/ib-educator/css/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-pagination {
    margin-top: 2.5em;
    text-align: center;
    width: 100%
}
.owl-page {
    display: inline-block;
    margin: 0 5px
}
.owl-page span {
    background-color: transparent;
    border: 3px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 0;
    width: 14px
}
.fw-slideshow .slide-image img {
    height: auto;
    width: 100%
}
html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
legend {
    color: #000
}
#yui3-css-stamp.cssreset {
    display: none
}
html {
    background-color: #ddd;
    height: 100%
}
body {
    font-size: 14px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}
a, a:hover, a:focus, a:active{
    text-decoration: none;
	outline:none;
}
p {
    margin-bottom: 1em
}
img {
    height: auto;
    max-width: 100%
}
img {
    vertical-align: middle
}
em {
    font-style: italic
}
blockquote {
    font-size: 1.2em;
    font-style: italic;
    padding: 0 2em;
    position: relative
}
blockquote:before {
    color: #aaa;
    content: '\f10d';
    font-family: 'FontAwesome';
    left: 10px;
    position: absolute;
    top: -6px
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 2em;
    width: 100%
}
table th,
table td {
    border: 1px solid #e7e7e7;
    padding: 8px;
    vertical-align: top
}
ul,
ol {
    margin-bottom: 2em;
    margin-left: 20px
}
ul {
    list-style: disc outside
}
ol {
    list-style: decimal outside
}
.entry-content li {
    margin-bottom: .5em
}
pre {
    border-left: 2px solid #e7e7e7;
    margin-bottom: 2em;
    overflow: auto;
    padding-left: 20px;
    white-space: pre-wrap
}
.text-center {
    text-align: center
}
h1,
h2,
h3,
.comment-reply-title,
.comments-title,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin-bottom: .8em
}
h1 {
    font-size: 2em
}
h2,
.author-bio h1,
.related-courses h1 {
    font-size: 1.8em
}
h3,
.comment-reply-title,
.comments-title {
    font-size: 1.6em
}
h4 {
    font-size: 1.4em
}
h5 {
    font-size: 1.2em
}
h6 {
    font-size: 1em
}
.button,
.ib-edu-button,
input#submit,
.search-submit,
.post-password-form input[type="submit"],
.button-primary,
.dm3-btn {
    -webkit-appearance: none;
    background: none;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 19px;
    outline: 0;
    padding: 9px 25px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background .2s, border .2s, color .2s;
    transition: background .2s, border .2s, color .2s
}
.button:hover,
.ib-edu-button:hover,
input#submit:hover,
.search-submit:hover,
.post-password-form input[type="submit"]:hover,
.button-primary:hover,
.dm3-btn:hover {
    color: #fff
}
body .ib-edu-button[disabled="disabled"] {
    background-color: transparent;
    border-color: #999;
    color: #999;
    cursor: default
}
body .button-white {
    border-color: #fff;
    color: #fff
}
body .button-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333
}
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0
}
.button-large {
    font-size: 14px;
    padding: 4px 30px
}
.css3-loader {
    height: 4px;
    left: 50%;
    margin: -2px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px
}
.css3-loader-inner {
    background-color: #fff;
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 60px
}
.css3-loader-inner div {
    height: 100%;
    position: absolute;
    width: 40px;
    animation: incbloader 1.8s infinite ease-in-out;
    -webkit-animation: incbloader 1.8s infinite ease-in-out
}
@-webkit-keyframes incbloader {
    0% {
        left: -15px
    }
    50% {
        left: 35px
    }
    100% {
        left: -15px
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2em
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.sticky-footer #page-container {
    margin-bottom: -66px;
    min-height: 100%
}
.sticky-footer #page-container:after {
    content: '';
    display: block;
    height: 66px
}
.sticky-footer #page-footer {
    height: 66px
}
#page-container {
    background-color: #fff
}
#page-container.page-boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px
}
.container {
    margin: 0 auto;
    max-width: 940px
}
.clearfix:after {
    clear: both;
    content: '\00a0';
    display: block;
    height: 0;
    overflow: hidden
}
.main-content {
    float: left;
    min-height: 285px;
    width: 620px
}
.page-sidebar {
    float: left;
    margin-left: 40px;
    width: 280px
}
.sidebar-left .page-sidebar {
    margin-right: 40px;
    margin-left: 0
}
.sidebar-left .main-content {
    float: right
}
#page-toolbar {
    border-bottom: 1px solid #e7e7e7;
    border-top: 2px solid #FF9421;
    color: #333;
    font-size: 12px
}
#page-toolbar .container {
    height: 44px
}
.toolbar-items {
    float: left
}
.toolbar-items .item {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0
}
.toolbar-items .inner {
    display: inline-block;
    line-height: 22px;
    margin-right: 10px
}
.toolbar-social {
    border-left: 1px solid #e5e5e5;
    float: right;
    list-style: none;
    margin: 0
}
.toolbar-social li {
    border-right: 1px solid #e5e5e5;
    float: left
}
.toolbar-social a {
    color: #999;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    width: 44px;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}
.toolbar-social a span {
    position: relative;
    z-index: 2
}
.toolbar-social a:after {
    background-color: #e7e7e7;
    bottom: 10px;
    content: '';
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}
.toolbar-social .facebook a:after {
    background-color: #3b5998
}
.toolbar-social .twitter a:after {
    background-color: #00aced
}
.toolbar-social .google-plus a:after {
    background-color: #dd4b39
}
.toolbar-social .linkedin a:after {
    background-color: #007bb6
}
.toolbar-social .youtube a:after {
    background-color: #b00
}
.toolbar-social .vimeo a:after {
    background-color: #1ab7ea
}
.toolbar-social .instagram a:after {
    background-color: #517fa4
}
.toolbar-social .pinterest a:after {
    background-color: #bd081c
}
.toolbar-social .vk a:after {
    background-color: #45668e
}
.toolbar-social a:hover {
    color: #fff
}
.toolbar-social a:hover:after {
    bottom: 0;
    left: -3px;
    opacity: 1;
    top: 0;
    right: 0
}
#page-header {
    height: 94px
}
#page-header-inner {
    height: 94px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 101
}
#header-container {
    background-color: #fff
}
.page-boxed #header-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    position: relative
}
#header-container:after {
    background-color: #000;
    content: '';
    height: 2px;
    left: 0;
    opacity: .08;
    position: absolute;
    top: 100%;
    width: 100%
}
.fixed-header #page-header-inner {
    position: fixed
}
.admin-bar .fixed-header #page-header-inner {
    top: 32px
}
.has-toolbar .fixed-header #page-header-inner {
    top: 47px;
	height:92px;
	border-top:1px solid #e7e7e7;
}
.admin-bar.has-toolbar .fixed-header #page-header-inner {
    top: 77px
}
#main-logo {
    float: left
}
#main-logo a {
    display: block;
    line-height: 94px
}
#main-logo img {
    /*max-height: 28px;*/
    position: relative;
    vertical-align: middle
}
#mobile-nav {
    display: none
}
#main-nav {
    float: right
}
#main-nav.hidden {
    opacity: 0
}
#main-nav ul {
    list-style: none;
    margin: 0
}
#main-nav li {
    margin: 0
}
#main-nav>ul>li {
    float: left;
    position: relative
}
#main-nav>ul>li>a {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 94px;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase
}
#main-nav>ul>li:hover {
    z-index: 2
}
#main-nav>ul>.current-menu-item>a:after,
#main-nav>ul>.current-menu-parent>a:after {
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}
/*#main-nav > ul > .current-menu-item > a{line-height:92px!important;}*/
#main-nav .sub-menu,
#user-nav .menu {
    border: 1px solid #e7e7e7;
    border-radius: 0 0 7px 7px;
    border-top: 0;
    display: none;
    margin: 2px 0 0 0;
    position: absolute;
    top: 100%;
    width: 190px
}
#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-top: 0
}
#main-nav li:hover>.sub-menu,
#user-nav:hover ul {
    display: block
}
#main-nav .sub-menu:before,
#user-nav ul:before {
    content: '';
    display: block;
    height: 2px;
    margin: 0 0 0 -1px;
    padding: 0 1px;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 2
}
#main-nav .sub-menu li,
#user-nav li {
    margin: 0;
    position: relative
}
#main-nav .sub-menu li+li,
#user-nav li+li {
    border-top: 1px solid #e7e7e7
}
#main-nav .sub-menu a,
#user-nav li a {
    border: 0;
    outline: 0;
    background-color: #fff;
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 15px;
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
    transition: background-color .2s, color .2s, border-color .2s
}
#main-nav .sub-menu>li:last-child>a,
#user-nav ul>li:last-child>a {
    border-radius: 0 0 5px 5px;
    padding: 9px 14px;
    border: 1px solid #fff
}
#header-search {
    float: right;
    position: relative;
    z-index: 2
}
#header-search button {
    background: none;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 94px;
    line-height: 1em;
    outline: 0;
    padding: 0 18px
}
#header-search form {
    border-radius: 0 0 7px 7px;
    display: none;
    margin: -21px 0 0 0;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 240px
}
#header-search input[type="text"] {
    background-color: #fff;
    padding: 10px 15px;
    width: 100%
}
#auth-nav,
#user-nav {
    float: right;
    margin: 0 0 0 18px
}
#auth-nav {
    list-style: none
}
#auth-nav li {
    float: left
}
#auth-nav .auth-nav-login,
#user-nav .user-menu-name {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 94px;
    padding: 0 18px;
    text-transform: uppercase
}
#auth-nav .auth-nav-register {
    line-height: 94px
}
#auth-nav .button {
    top: -1px
}
#user-nav {
    position: relative;
    z-index: 2
}
#user-nav .user-menu-name .fa {
    margin-left: 5px
}
#user-nav .menu {
    left: auto;
    list-style: none;
    right: 0
}
.section-content {
    padding: 5em 0 3em
}
.section-content+.section-content {
    border-top: 1px solid #e7e7e7
}
.section-slider {
    background-color: #f5f5f5;
    position: relative
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
    outline: 0;
    padding: 10px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #bbb
}
select.error,
input.error[type="text"],
input.error[type="email"],
input.error[type="password"] {
    border-color: red
}
select {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 41px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px
}
select:focus {
    border-color: #bbb
}
.search-form {
    display: inline-block;
    overflow: hidden;
    position: relative
}
.search-form .screen-reader-text {
    display: none
}
.search-form label {
    display: block;
    margin: 0 100px 0 0
}
.search-form .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 101px
}
.search-form input[type="search"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    width: 100%
}
.post-password-form input[type="password"] {
    display: block;
    margin: 5px 0 1em
}
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-form-comment:after {
    clear: both;
    content: '';
    display: block
}
.comment-form label {
    display: block;
    margin-bottom: 5px
}
#auth-forms {
    margin: 0 auto;
    max-width: 400px
}
.login-form label,
.register-form label {
    display: block;
    margin-bottom: 5px
}
#auth-forms input[type="text"],
#auth-forms input[type="email"],
#auth-forms input[type="password"],
.field-full-width input[type="text"],
.field-full-width input[type="email"],
.field-full-width textarea,
.field-one-half input[type="text"],
.field-one-half input[type="email"] {
    width: 100%
}
.login-remember label {
    margin-bottom: 0;
    font-weight: normal
}
.login-remember input[type="checkbox"] {
    margin-right: 5px
}
#loginform .login-submit {
    float: left;
    margin-right: 20px
}
.lost-password-link {
    margin-top: 35px
}
form span.required {
    color: red
}
.field-one-half {
    float: left;
    width: 48%
}
.field-one-half+.field-one-half {
    margin-left: 4%
}
.wpcf7-form p label {
    display: block;
    margin: 0 0 5px
}
input.wpcf7-quiz {
    display: block
}
.wpcf7-form label input[type="checkbox"] {
    margin-right: 5px
}
span.wpcf7-not-valid-tip {
    margin-top: 5px
}
span.wpcf7-list-item {
    display: block;
    margin: 0
}
span.wpcf7-list-item+.wpcf7-list-item {
    margin-top: 5px
}
span.wpcf7-list-item>input {
    margin-right: 4px
}
.title1,
#page-title,
.single .hentry .post-meta,
#ib-edu-breadcrumbs,
body #page-title+.term-description {
    margin-bottom: 50px
}
#page-title {
    text-align: center
}
#page-title h1,
body .title1 h2,
.single .hentry .entry-title {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 0
}
.title1 {
    text-align: center
}
body .title1 h2 {
    display: inline-block;
    margin: 0;
    position: relative
}
.title1 .sub-title,
#page-title .subtitle,
#page-title+.term-description {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: .5em auto 0 auto;
    max-width: 620px
}
.title1 .sub-title a:after {
    content: '\f101';
    display: inline;
    font-family: 'FontAwesome';
    margin-left: 5px
}
.ib-edu-message {
    border: 2px solid #e7e7e7;
    border-radius: 7px;
    padding: 10px 10px 10px 50px;
    position: relative;
    margin-bottom: 2em
}
.ib-edu-message:before {
    content: '\f129';
    display: block;
    font-size: 25px;
    font-family: 'FontAwesome';
    left: 0;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px
}
.ib-edu-message.success:before {
    content: '\f00c'
}
.ib-edu-message.warning:before {
    content: '\f12a'
}
.ib-edu-message.error:before {
    content: '\f00d'
}
body .ib-edu-message ul {
    list-style: none;
    margin: 0
}
#ib-edu-breadcrumbs {
    text-align: center
}
.ib-edu-course-price,
.ib-edu-price-widget {
    margin-bottom: 4em;
    overflow: hidden;
    text-align: center
}
.ib-edu-course-price,
.course-content .ib-edu-price-widget {
    margin-bottom: 1.5em;
    position: relative;
    top: -2.5em
}
.ib-edu-course-price .price,
.ib-edu-price-widget .price {
    display: inline-block;
    font-size: 16px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    vertical-align: middle
}
.ib-edu-course-price .ib-edu-button,
.ib-edu-price-widget .ib-edu-button,
.ib-edu-price-widget .add_to_cart_button {
    font-size: 16px;
    padding: 12px 25px;
    vertical-align: middle
}
.ib-edu-course-single .post-meta {
    margin-right: 200px
}
.course-image {
    margin: 2em 0
}
.course-image img {
    display: block;
    height: auto;
    max-width: 100%
}
.ib-edu-course-single .course-content {
    margin-top: 50px
}
.ib-edu-lessons {
    counter-reset: ib-edu-lesson;
    margin-bottom: 2em
}
.ib-edu-lessons .ib-edu-lesson:before {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    color: #999;
    content: counter(ib-edu-lesson);
    counter-increment: ib-edu-lesson;
    display: block;
    float: left;
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}
.ib-edu-lessons .ib-edu-lesson h1,
.ib-edu-lessons .ib-edu-lesson>div {
    margin-left: 74px
}
.ib-edu-lessons article h1 {
    font-size: 1.4em;
    margin: 0 0 .8em 0
}
.ib-edu-lessons .ib-edu-lesson {
    min-height: 54px
}
.ib-edu-lesson-meta {
    color: #999;
    font-style: italic;
    margin: -1em 0 2em
}
.ib-edu-lessons .lesson-compact {
    min-height: 0
}
.ib-edu-lessons .lesson-compact:before {
    display: none
}
.ib-edu-lessons .lesson-compact:nth-child(odd) {
    background-color: #fbfbfb
}
.ib-edu-lessons .lesson-compact h1 {
    border: 1px solid #e7e7e7;
    font-size: 1em;
    margin: 0;
    padding: .8em 41px .8em 1.2em;
    position: relative
}
.ib-edu-lessons .lesson-compact+.lesson-compact h1 {
    border-top: 0
}
.ib-edu-lessons .lesson-compact .handle {
    border-left: 1px solid #e7e7e7;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px
}
.ib-edu-lessons .lesson-compact .handle:before {
    content: '\f107';
    display: inline;
    font-family: 'FontAwesome'
}
.ib-edu-lessons .open .handle:before {
    content: '\f106'
}
.ib-edu-lessons .lesson-compact .meta {
    float: right;
    font-size: .9em;
    margin-right: 1.2em
}
.ib-edu-lessons .lesson-compact .excerpt {
    border: 1px solid #e7e7e7;
    border-top: 0;
    display: none;
    margin: 0;
    padding: .8em 1.2em
}
.ib-edu-lessons .lesson-compact .excerpt p {
    margin-bottom: 1em
}
.ib-edu-lessons .open .excerpt {
    display: block
}
.lesson-content,
.short-fw-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px
}
.ib-edu-lesson-single .lesson-title {
    margin-bottom: .4em
}
.lessons-nav {
    list-style: none;
    margin-left: 0;
    counter-reset: lessons-nav
}
.lessons-nav li {
    min-height: 36px;
    margin: 0 0 1em 0;
    padding: 8px 0 0 64px;
    position: relative
}
.lessons-nav li:before {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    color: #999;
    counter-increment: lessons-nav;
    content: counter(lessons-nav);
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 40px
}
.lessons-nav a {
    color: #999
}
.ib-edu-lesson-nav {
    margin-bottom: 2em;
    overflow: hidden
}
.ib-edu-lesson-nav .nav-previous {
    float: left
}
.ib-edu-lesson-nav .nav-next {
    float: right
}
.edu-payment-table {
    margin-bottom: 1em
}
.edu-payment-table th:last-child,
.edu-payment-table td:last-child {
    text-align: right
}
.edu-dl {
    margin: 0 0 2em
}
.edu-dl:after {
    clear: both;
    content: '';
    display: block
}
.edu-dl dt,
.edu-dl dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}
.edu-dl dt {
    clear: left;
    width: 30%
}
.edu-dl dd {
    padding: 0 8px 0;
    width: 70%
}
.edu-payment-summary {
    text-align: right
}
.edu-payment-summary dt {
    width: 70%
}
.edu-payment-summary dd {
    width: 30%
}
body ul.ib-edu-payment-method {
    list-style: none;
    margin-left: 0
}
.ib-edu-payment-method label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    min-height: 33px;
    padding: 5px 0 0 48px;
    position: relative
}
.ib-edu-payment-method li+li {
    margin-top: 10px
}
.ib-edu-courses td {
    vertical-align: top
}
.ib-edu-courses .open-description {
    color: #999;
    font-weight: normal
}
.ib-edu-courses .open-description:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin: 0 5px
}
.ib-edu-courses .open .open-description:after {
    content: '\f106'
}
.ib-edu-courses .payment-description .text {
    display: none;
    font-weight: normal
}
.ib-edu-courses .payment-description .text p {
    margin-bottom: 0;
    margin-top: 1em
}
.ib-edu-courses .payment-description.open .text {
    display: block
}
.ib-edu-courses .ib-edu-button,
.ib-edu-payments .ib-edu-button,
.ib-edu-membership .ib-edu-button {
    padding: 5px 15px
}
.ib-edu-payments .actions-group a {
    margin-right: 10px
}
.ib-edu-payments .actions-group form {
    display: inline-block;
    margin-right: 10px
}
.ib-edu-membership td {
    vertical-align: middle
}
.ib-edu-form {
    margin-bottom: 2em;
    max-width: 400px
}
.ib-edu-form fieldset {
    margin-bottom: 1em
}
.ib-edu-form fieldset legend {
    font-size: 1.8em;
    margin-bottom: .8em
}
.ib-edu-form-field {
    margin-bottom: 2em
}
.ib-edu-form-field>label {
    display: block;
    margin-bottom: 5px
}
.ib-edu-form input[type="text"],
.ib-edu-form input[type="email"],
.ib-edu-form input[type="password"],
.ib-edu-form textarea {
    width: 100%
}
.ib-edu-form-field.error input[type="text"],
.ib-edu-form-field.error input[type="email"],
.ib-edu-form-field.error input[type="password"] {
    border-color: red
}
.ib-edu-form-field.error button.custom-radio {
    border-color: red
}
#billing-first-name-field,
#billing-last-name-field {
    float: left;
    width: 48%
}
#billing-last-name-field {
    margin-left: 4%
}
#billing-address-field {
    clear: both
}
#billing-postcode-field {
    float: left;
    margin-left: 4%;
    width: 30%
}
#billing-state-field {
    float: left;
    width: 66%
}
#billing-country-field {
    clear: both
}
#ib-edu-quiz-form {
    margin: 0 0 2em 0
}
.ib-edu-question {
    margin-bottom: 2em
}
.ib-edu-question .label {
    font-size: 1.32em;
    margin-bottom: 1em
}
.ib-edu-question .ib-edu-answers {
    list-style: none;
    margin-left: 0
}
.ib-edu-answers li+li {
    margin-top: 1em
}
.ib-edu-answers li>label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    min-height: 33px;
    padding: 7px 0 0 52px;
    position: relative
}
.ib-edu-quiz-complete .ib-edu-answers li>label {
    cursor: default
}
.ib-edu-memberships:after {
    clear: both;
    content: '';
    display: block
}
.ib-edu-memberships article {
    margin: 0 0 2em 0
}
.ib-edu-memberships-2 article {
    float: left;
    margin-right: 3.2%;
    width: 48.4%
}
.ib-edu-memberships-3 article {
    float: left;
    margin-right: 2.15%;
    width: 31.9%
}
.ib-edu-memberships-2 .second,
.ib-edu-memberships-3 .third {
    margin-right: 0
}
.ib-edu-memberships-2 .second+article,
.ib-edu-memberships-3 .third+article {
    clear: left
}
.ib-edu-memberships .membership-title {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    font-size: 1.4em;
    padding: 30px 20px 1em
}
.ib-edu-memberships h2 {
    border-bottom: 2px solid #e7e7e7;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 12px
}
.ib-edu-memberships .price {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-top: 0;
    padding: 0 20px .8em
}
.ib-edu-memberships .membership-summary {
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0 20px 30px
}
.ib-edu-memberships p {
    margin-bottom: 0
}
.ib-edu-memberships .membership-options {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 10px 20px;
    position: relative
}
.ib-edu-memberships .membership-options>a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 4px
}
.ib-edu-courses-list {
    margin-left: -20px
}
.ib-edu-courses-list:after {
    clear: both;
    content: '';
    display: block
}
.ib-edu-courses-list .post-grid {
    float: left;
    margin-left: 20px;
    width: 300px
}
.ib-edu-courses-list-2 .post-grid:nth-child(2n+1),
.ib-edu-courses-list-3 .post-grid:nth-child(3n+1) {
    clear: left
}
.pagination {
    margin: 3em 0;
    text-align: center
}
.posts-grid+.pagination,
.ib-edu-courses-list+.pagination {
    margin-top: 0
}
.pagination .links {
    float: right
}
.pagination .text {
    float: left;
    line-height: 64px
}
.pagination .page-numbers {
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    vertical-align: middle
}
.pagination .next,
.pagination .prev {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    color: #999;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.pagination .next:hover,
.pagination .prev:hover {
    background-color: #f5f5f5
}
.pagination .prev {
    margin-right: 15px
}
.pagination .next {
    margin-left: 15px
}
.hentry {
    position: relative
}

.entry-content:after {
    clear: both;
    content: '';
    display: block
}
body .entry-title {
    font-size: 2.1em;
	color:#000000;
}
.post-thumb img,
.course-image img {
    border-radius: 7px;
    display: block;
    height: auto;
    max-width: 100%
}
.post-grid .price,
.post-fw .price {
    margin-bottom: .8em;
    text-transform: uppercase
}
.post-fw .price {
    margin-bottom: 1.2em
}
.post-badge {
    position: absolute;
    right: -1px;
    top: 0
}
.post-badge:before {
    border-style: solid;
    border-width: 20px;
    content: '';
    display: block;
    width: 0;
    height: 0
}
.post-badge:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 2
}
.post-badge-sticky:after,
.sticky .post-badge-sticky:after {
    content: '\f005'
}
.post-meta {
    color: #999;
    font-style: italic;
    position: relative
}
.post-meta.center {
    text-align: center
}
.post-meta>span {
    margin-right: 20px
}
.post-meta a {
    color: #999
}
.comments-link a {
    display: inline-block
}
.post-meta .author:before,
.post-meta .num-lessons:before,
.post-meta .difficulty:before,
.post-meta .post-date:before,
.comments-link a:before,
.post-meta .cat-links:before,
.post-meta .tag-links:before {
    display: inline;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    margin-right: 5px
}
.post-meta .author:before {
    content: '\f007'
}
.post-meta .num-lessons:before {
    content: '\f02d'
}
.post-meta .difficulty:before {
    content: '\f0e4'
}
.post-meta .post-date:before {
    content: '\f017'
}
.comments-link a:before {
    content: '\f0e6'
}
.post-meta .cat-links:before {
    content: '\f115'
}
.post-meta .tag-links:before {
    content: '\f02c'
}
.post-fw {
    margin: 0 auto 2em;
    max-width: 620px
}
.post-fw+.post-fw {
    margin-top: 3em
}
.post-fw .post-thumb {
    line-height: 0
}
.post-fw .post-thumb img {
    border-radius: 7px 7px 0 0;
    height: auto;
    max-width: 100%
}
.post-fw .summary {
    border: 1px solid #e7e7e7;
    border-radius: 7px 7px 0 0;
    padding: 30px 20px;
    position: relative
}
.post-fw .post-thumb+.summary {
    border-radius: 0;
    border-top: 0
}
.post-fw .entry-title {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: .5em
}
.post-fw.ib_educator_course .entry-title {
    margin-bottom: .6em
}
.post-fw .post-excerpt p {
    margin-bottom: 0
}
.post-fw .post-meta {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    font-size: 12px;
    min-height: 26px;
    padding: 10px 27px 10px 20px
}
.posts-grid {
    margin-left: -20px
}
.post-grid {
    background-color: #fff;
    border-radius: 7px;
    float: left;
    margin-bottom: 3em;
    margin-left: 20px;
    width: 300px
}
.posts-grid-2 .post-grid:nth-of-type(2n+1) {
    clear: left
}
.posts-grid-3 .post-grid:nth-of-type(3n+1) {
    clear: left
}
.post-grid .post-thumb img {
    border-radius: 0px;
    display: block;
    height: auto;
    max-width: 100%
}
.post-grid .post-body {
    border: 1px solid #e7e7e7;
    border-radius: 7px 7px 0 0;
    padding: 10px 20px;
    position: relative
}
.post-grid .post-thumb+.post-body {
    border-top: 0;
    border-radius: 0
}
.post-grid .post-body p {
    margin-bottom: 0
}
.post-grid .entry-title {
    /*border-bottom:2px solid #e7e7e7;*/
    
    font-size: 1.4em;
    line-height: 1.4em;
    /*margin-bottom:1em;padding:0 0 12px 0*/
}
.post-grid .post-excerpt {
    height: 7.2em;
    overflow: hidden;
    position: relative
}
.post-grid .post-meta {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    font-size: 12px;
    min-height: 26px;
    padding: 10px 20px
}
.single .hentry .entry-title {
    margin-bottom: .2em;
    text-align: center
}
.single .post-thumb {
    margin-bottom: 2em
}
.comments-area {
    border-top: 1px dashed #e7e7e7;
    margin-top: 3em;
    padding-top: 3em
}
.comment-list {
    list-style: none;
    margin: 2em 0 3em
}
.comment-list>.comment:first-child {
    border-top: 1px dashed #ddd
}
.comment-list .comment {
    margin-bottom: 0
}
.comment-body {
    margin: 0;
    padding: 0 0 0 80px;
    position: relative
}
.comment-body,
.comment #respond {
    border-bottom: 1px dashed #ddd;
    padding-top: 3em;
    padding-bottom: 2em
}
.bypostauthor>.comment-body:before,
.bypostauthor>.comment-body:after {
    background-color: #f5f5f5;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.bypostauthor>.comment-body:after {
    bottom: 0;
    top: auto
}
.comment-content p {
    margin-bottom: 1em
}
.comment-body .avatar {
    border-radius: 50%;
    height: auto;
    left: 0;
    position: absolute;
    top: 3em;
    width: 60px
}
.comment-meta {
    margin-bottom: 1em
}
.comment-metadata a {
    color: #999
}
.comment-awaiting-moderation {
    color: #999;
    font-style: italic
}
.comment .children {
    list-style: none;
    margin: 0 0 0 80px
}
.comment .reply {
    bottom: .6em;
    position: absolute;
    right: 0
}
.bypostauthor .reply {
    right: 10px
}
.comment-reply-title small {
    float: right;
    font-size: 14px;
    font-weight: normal
}
.comment-reply-title small a:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    margin-right: 5px
}
.author-bio {
    margin-bottom: 2em
}
.author-bio .photo {
    float: left;
    line-height: 0;
    width: 150px
}
.author-bio .photo img {
    border-radius: 50%;
    height: auto;
    max-width: 100%
}
.author-bio .summary {
    text-align: center
}
.author-bio .photo+.summary {
    margin-left: 180px;
    text-align: left
}
.author-bio h2 {
    font-size: 1.4em;
    margin-bottom: .8em
}
.author .author-bio {
    margin: 0 auto 4em auto;
    max-width: 620px
}
.author-bio .author-links {
    margin-top: 1em
}
.educator-share-links {
    text-align: center
}
.single .educator-share-links {
    border-top: 1px dashed #e7e7e7;
    margin: 3em 0 3em;
    padding-top: 3em
}
.educator-share-links li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle
}
.educator-share-links .label {
    font-size: 1.2em
}
.educator-share-links a {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    color: #999;
    display: block;
    font-size: 24px;
    height: 62px;
    line-height: 62px;
    width: 62px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.share-links-menu {
    border-left: 1px solid #e7e7e7;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.share-links-menu>a {
    border-radius: 0 0 7px 0;
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    width: 46px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
body .share-links-menu ul {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 7px 0 0 0;
    bottom: 100%;
    display: none;
    left: -1px;
    margin: 0;
    padding: 10px 5px;
    position: absolute;
    z-index: 100
}
.share-links-menu li {
    display: block;
    margin: 0
}
.share-links-menu li+li {
    margin-top: 5px
}
.share-links-menu .educator-share-links a {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.no-touch .share-links-menu:hover ul,
.share-links-menu.open ul {
    display: block
}
.drop-down {
    display: inline-block;
    height: 44px;
    position: relative;
    vertical-align: middle;
    z-index: 2
}
.drop-down>a {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    display: inline-block;
    overflow: hidden
}
.drop-down>a .text {
    float: left;
    display: block;
    line-height: 42px;
    padding: 0 20px
}
.drop-down>a .icon {
    border-left: 1px solid #e7e7e7;
    color: #999;
    display: block;
    height: 42px;
    line-height: 42px;
    float: right;
    font-size: 16px;
    text-align: center;
    width: 41px
}
.drop-down>a .icon:after {
    content: '\f107';
    display: inline;
    font-family: 'FontAwesome'
}
.drop-down ul {
    border-radius: 0 0 7px 7px;
    display: none;
    list-style: none;
    margin: -1px 0 0 0;
    position: absolute;
    top: 100%;
    min-width: 100%
}
.drop-down li {
    margin: 0
}
.drop-down li a {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #999;
    display: block;
    padding: 8px 20px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.drop-down li+li a {
    border-top: 0
}
.drop-down li:first-child a {
    border-radius: 0 7px 0 0
}
.drop-down li:last-child a {
    border-radius: 0 0 7px 7px
}
.no-touch .drop-down:hover,
.drop-down.open {
    z-index: 5
}
.no-touch .drop-down:hover>a,
.drop-down.open>a {
    border-radius: 7px 7px 0 0
}
.no-touch .drop-down:hover ul,
.drop-down.open ul {
    display: block
}
#courses-filter {
    border-radius: 7px;
    margin-bottom: 4em;
    text-align: center
}
#page-title+#courses-filter,
.page #courses-filter {
    margin-top: -30px
}
#courses-filter>div {
    margin-left: 20px;
    text-align: left;
    vertical-align: middle
}
#courses-filter .courses-num {
    display: inline-block
}
.the-tabs {
    margin-bottom: 3em
}
body .the-tabs ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: relative
}
.the-tabs ul:after {
    background-color: #e7e7e7;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%
}
.the-tabs li {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2
}
.the-tabs li+li {
    margin-left: 5px
}
.the-tabs a {
    border: 1px solid #e7e7e7;
    border-radius: 7px 7px 0 0;
    display: block;
    padding: 10px 15px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.the-tabs .active a {
    background-color: transparent;
    border-color: #e7e7e7;
    border-bottom-color: #fff
}
.wp-caption {
    margin: 0
}
.wp-caption-text {
    font-style: italic;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 4px;
    text-align: center
}
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em
}
.aligncenter {
    display: block;
    margin: 0 auto 2em auto
}
.gallery {
    margin: 0 -2px 2em -2px
}
.gallery:after {
    clear: both;
    content: '';
    display: block
}
.gallery-item {
    float: left;
    margin: 0 0 4px 0;
    position: relative
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66666666666667%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-4 .gallery-item {
    max-width: 23%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33333333333333%
}
.gallery-columns-2 .gallery-item {
    max-width: 48%
}
.gallery-columns-1 .gallery-item {
    max-width: 100%
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-1 .gallery-item:nth-of-type(1n) {
    clear: left
}
.gallery-icon {
    margin: 0 2px;
    text-align: center
}
.gallery-icon img {
    height: auto;
    max-width: 100%
}
.gallery-caption {
    padding: 0 2px 0;
    text-align: center;
    word-wrap: break-word
}
.gallery-item:hover .gallery-caption {
    opacity: 1
}
.page-links {
    margin: 0 0 2em 0
}
.page-links a,
.page-links span {
    margin-left: 5px
}
span.page-links-title {
    margin: 0 5px 0 0
}
.post-grid .page-links {
    margin-bottom: 0;
    margin-top: 1em
}
.related-courses {
    border-top: 1px dashed #e7e7e7;
    padding-top: 3em
}
.related-courses .post-thumb {
    float: left;
    margin-right: 20px
}
.related-courses .post-summary {
    overflow: hidden
}
#page-container .related-courses .entry-title {
    font-size: 1.4em;
    margin-bottom: .8em;
    text-align: left
}
.posts-carousel,
.courses-carousel {
    margin: 0 -10px 2em -10px;
    margin-bottom: 2em;
    width: auto
}
.posts-carousel .owl-wrapper-outer,
.courses-carousel .owl-wrapper-outer {
    padding-bottom: 2px
}
.posts-carousel .post-grid,
.courses-carousel .post-grid {
    float: none;
    margin: 0 auto
}
.lecturers-carousel {
    margin-bottom: 2em;
    text-align: center
}
.lecturers-carousel .owl-item>div {
    margin: 0 10px
}
.lecturers-carousel .author-photo {
    margin: 0 auto 1.4em auto;
    width: 200px
}
.lecturers-carousel .author-photo img {
    border-radius: 50%;
    height: auto;
    width: 100%
}
.lecturers-carousel h3 {
    font-size: 1.4em
}
.lecturers-carousel .author-description {
    margin-top: 1em
}
.lecturers-carousel .author-links {
    margin-top: 1em
}
.lecturers-grid {
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    margin-bottom: 2em
}
.lecturers-grid .lecturer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    float: left;
    padding: 30px;
    width: 50%
}
.lecturers-grid .column-1 {
    border-right: 1px solid #e7e7e7;
    clear: left
}
.lecturers-grid .last-row {
    border-bottom: 0
}
.lecturers-grid .author-photo {
    float: left;
    width: 150px
}
.lecturers-grid .author-photo img {
    border-radius: 50%;
    height: auto;
    width: 100%
}
.lecturers-grid .summary {
    margin-left: 180px
}
.lecturers-grid .lecturer h3 {
    font-size: 1.4em
}
.lecturers-grid .author-links {
    margin-top: 1em
}
.section-bg .lecturers-grid {
    background-color: #fff
}
.dm3-divider-normal,
.dm3-divider-dotted {
    height: 2em;
    margin-bottom: 4em
}
.dm3-divider-space {
    height: 4em
}
.dm3-box-icon-icon {
    border: 2px solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, .08);
    border-radius: 50%;
    line-height: 100px;
    height: 100px;
    width: 100px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}
.dm3-box-icon-center .dm3-box-icon-icon {
    margin-bottom: 2em
}
.dm3-box-icon-center .dm3-box-icon-icon {
    background-color: #f5f5f5
}
.section-bg .dm3-box-icon-center .dm3-box-icon-icon {
    background-color: #fff
}
.dm3-box-icon-center .dm3-box-icon-icon span {
    font-size: 48px;
    vertical-align: middle
}
.dm3-box-icon-center h2 {
    font-size: 1.4em
}
.dm3-box-icon-left {
    margin-bottom: 2em;
    min-height: 80px;
    padding-left: 80px
}
.dm3-box-icon-left .dm3-box-icon-icon {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    width: 60px
}
.dm3-tabs-nav a {
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.dm3-tabs-default .dm3-tabs-nav,
.dm3-tabs-container .dm3-tabs-nav li,
.dm3-tabs-container .dm3-tabs-nav a,
.dm3-tabs-container .dm3-tabs-nav .active,
.dm3-tabs-default .dm3-tabs-nav .active a,
.dm3-tabs-vertical .dm3-tabs {
    border-color: #e7e7e7
}
.dm3-tabs-default .dm3-tabs-nav li,
.dm3-tabs-default .dm3-tabs-nav a {
    border-radius: 7px 7px 0 0
}
.dm3-tabs-default .dm3-tabs-nav li {
    margin-right: 5px
}
.dm3-tabs-vertical .dm3-tabs-nav li,
.dm3-tabs-vertical .dm3-tabs-nav a {
    border-radius: 7px 0 0 7px
}
.dm3-tabs-vertical .dm3-tabs-nav li+li {
    margin-top: 5px
}
.dm3-tabs-vertical-right .dm3-tabs-nav li,
.dm3-tabs-vertical-right .dm3-tabs-nav a {
    border-radius: 0 7px 7px 0
}
.dm3-collapse-trigger a {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    display: block;
    padding: 10px 15px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}
.dm3-collapse-inner {
    padding: 10px 15px
}
.dm3-collapse-inner p {
    margin-bottom: 1em
}
.dm3-alert {
    border-radius: 7px
}
.dm3-tabs-testimonials {
    margin-bottom: 2em
}
body .dm3-tabs-testimonials blockquote {
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0 auto 2em auto;
    max-width: 770px;
    padding: 0;
    text-align: center
}
.dm3-tabs-testimonials blockquote:before {
    display: none
}
.dm3-testimonial-photo {
    line-height: 0;
    margin-bottom: 1em;
    text-align: center
}
.dm3-testimonial-photo img {
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .08);
    height: auto;
    max-width: 150px
}
.dm3-testimonial-name {
    font-size: 1.2em
}
.dm3-testimonial-description {
    color: #999;
    text-transform: uppercase
}
.dm3-tabs-testimonials .dm3-tabs-nav {
    margin-top: 40px
}
.dm3-tabs-testimonials .dm3-tabs-nav li {
    background-color: transparent;
    margin: 0 5px
}
.dm3-tabs-testimonials .dm3-tabs-nav a {
    background-color: transparent;
    border: 3px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 0;
    width: 14px
}
.dm3-tabs-testimonials .dm3-tabs,
.dm3-tabs-testimonials .dm3-tab {
    background-color: transparent
}
.dm3-btn {
    margin-bottom: .4em;
    margin-right: .4em
}
.dm3-btn-small {
    padding: 5px 15px
}
.dm3-btn-large {
    padding: 12px 25px;
    font-size: 16px
}
body .dm3-btn-blue {
    border-color: #4381de;
    color: #4381de
}
body .dm3-btn-blue:hover {
    background-color: #4381de
}
body .dm3-btn-red {
    border-color: #cf332a;
    color: #cf332a
}
body .dm3-btn-red:hover {
    background-color: #cf332a
}
body .dm3-btn-green {
    border-color: #8dc90e;
    color: #8dc90e
}
body .dm3-btn-green:hover {
    background-color: #8dc90e
}
body .dm3-btn-gold {
    border-color: #ffb501;
    color: #ffb501
}
body .dm3-btn-gold:hover {
    background-color: #ffb501
}
body .dm3-btn-orange {
    border-color: #e46e05;
    color: #e46e05
}
body .dm3-btn-orange:hover {
    background-color: #e46e05
}
body .dm3-btn-light-blue {
    border-color: #0ccdf0;
    color: #0ccdf0
}
 body .dm3-btn-light-blue:hover {
    background-color: #0ccdf0
}
body .dm3-btn-purple {
    border-color: #d16bd2;
    color: #d16bd2
}
body .dm3-btn-purple:hover {
    background-color: #d16bd2
}
.widget ul {
    list-style: none;
    margin: 0 0 1em 0
}
.widget p {
    margin-bottom: 1em
}
.page-sidebar .widget-title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 1em;
    line-height: 1.4em;
    margin: -20px -20px 2em -20px;
    padding: 12px 20px;
    text-transform: uppercase
}
.page-sidebar .widget {
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    padding: 20px 20px 1em
}
.page-sidebar .widget+.widget {
    margin-top: 60px
}
.page-sidebar .recentcomments a {
    color: #999
}
.page-sidebar .cat-item a,
.page-sidebar .widget_archive a,
.page-sidebar .comment-author-link a,
.page-sidebar .widget_recent_entries a {
    color: #555
}
.widget span.post-date {
    color: #999;
    display: block;
    font-size: .96em
}
.widget_recent_entries li+li,
li.recentcomments+li,
.widget_categories li+li,
.widget_archive li+li {
    border-top: 1px solid #e7e7e7;
    margin-top: 8px;
    padding-top: 8px
}
#footer-widgets .widget_recent_entries li+li,
#footer-widgets li.recentcomments+li,
#footer-widgets .widget_categories li+li,
#footer-widgets .widget_archive li+li {
    border-color: #444
}
.cat-item a,
.widget_archive a,
.widget_recent_entries a,
.widget_nav_menu a {
    display: inline-block
}
.cat-item a:before,
.widget_archive a:before,
.widget_recent_entries a:before,
.widget_nav_menu a:before {
    color: #999;
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 8px
}
.widget_recent_entries a:before {
    content: '\f0f6'
}
#footer-widgets a:before {
    color: #999
}
.widget_archive li {
    color: #999
}
.widget-educator-contact .links {
    margin-bottom: 0;
	margin-left:0;
    overflow: hidden
}
.widget-educator-contact .links li {
    display: inline-block;
    margin: 0 1% 0 0;
}
.widget-educator-contact .links a {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 35px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}
.widget-educator-contact .links a:hover {
    background-color: #f5f5f5
}
#footer-widgets .widget-educator-contact .links a {
    border-color: #555;
    color: #fff
}
#footer-widgets .widget-educator-contact .links a:hover {
    background-color: #222
}
.widget_nav_menu li a {
    display: block
}
.widget_nav_menu .menu-item+.menu-item,
.widget_nav_menu .sub-menu li:first-child {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 10px
}
.widget_nav_menu .sub-menu {
    margin-bottom: 0
}
.widget_nav_menu .sub-menu li a {
    padding-left: 20px
}
.widget_nav_menu .sub-menu .sub-menu li a {
    padding-left: 40px
}
.widget_nav_menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 60px
}
#footer-widgets .widget_nav_menu .menu-item {
    border-color: #444
}
.tagcloud {
    margin-bottom: 10px;
    overflow: hidden
}
.tagcloud a {
    border: 2px solid #ddd;
    border-radius: 7px;
    color: #999;
    display: block;
    float: left;
    font-size: 11px !important;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    text-transform: uppercase;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s
}
.tagcloud a:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #333
}
#footer-widgets .tagcloud a {
    border-color: #555;
    color: #fff
}
#footer-widgets .tagcloud a:hover {
    border-color: #444;
    background-color: #222
}
#footer-widgets,
#page-footer {
    color: #aaa
}
#footer-widgets {
    background-color: #333;
    padding: 5em 0 1em 0
}
#footer-widgets .one-third {
    float: left;
    margin-left: 3.5%;
    width: 31%
}
#footer-widgets .one-fourth {
    float: left;
    margin-left: 3%;
    width: 29.75%
}
#footer-widgets .widgets:first-child {
    margin-left: 0;
	width:33%;
}
#footer-widgets .widget {
    margin-bottom: 3em
}
#footer-widgets .widget-title {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-transform: uppercase
}
#footer-widgets .widget-title .icon {
    border: 2px solid #555;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 24px;
    height: 62px;
    line-height: 62px;
    margin-right: 20px;
    text-align: center;
    width: 62px
}
#page-footer {
    background-color: #333;
    font-size: 12px;
    position: relative;
    text-transform: uppercase
}
.page-boxed+#page-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px
}
#page-footer .container {
    border-top: 1px solid #444;
    padding-bottom: 20px;
    padding-top: 20px
}
#page-footer .copy {
    float: left
}
#footer-nav ul {
    float: right;
    list-style: none;
    margin: 0
}
#footer-nav li {
    border-left: 1px solid #444;
    display: inline-block;
    margin: 0 0 0 20px;
    padding-left: 20px
}
#footer-nav li:first-child {
    border-left: 0;
    padding-left: 0
}
#footer-widgets a,
#page-footer a {
    color: #fff
}
#footer-widgets a:hover,
#page-footer a:hover {
    color: #ddd
}
#back-to-top {
    background: none;
    border: 0;
    border-left: 1px solid #444;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    height: 25px;
    margin-left: 20px;
    outline: 0;
    padding: 0 15px
}
.custom-radio {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 38px;
    left: 0;
    line-height: 34px;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px
}
button.custom-radio {
    cursor: pointer
}
.custom-radio:before {
    content: '\f00c';
    display: inline;
    font-family: 'FontAwesome';
    vertical-align: middle;
    visibility: hidden
}
.custom-radio.correct:before {
    color: green
}
.custom-radio.wrong:before {
    color: red;
    content: '\f00d'
}
.custom-radio.checked:before {
    visibility: visible
}
.custom-radio+input[type="radio"] {
    display: none
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
@media screen and (min-width: 1260px) {
    .container {
        max-width: 1140px
    }
    .main-content {
        width: 750px
    }
    .page-sidebar {
        margin-left: 30px;
        width: 360px
    }
    .single .main-content,
    .page .main-content,
    .posts-list {
        padding: 0 30px 0 50px;
        width: 620px
    }
    .single .page-sidebar,
    .page .page-sidebar {
        margin-right: 50px
    }
    .page-template-wide .main-content,
    .single-product .main-content {
        padding: 0;
        width: 750px
    }
    .page-template-wide .page-sidebar,
    .single-product .page-sidebar {
        margin-right: 0
    }
    .sidebar-left .page-sidebar {
        margin-right: 30px;
        margin-left: 0
    }
    .sidebar-left.single .main-content,
    .sidebar-left.page .main-content,
    .sidebar-left .posts-list {
        padding: 0 50px 0 30px
    }
    .sidebar-left.single .page-sidebar,
    .sidebar-left.page .page-sidebar {
        margin-left: 50px
    }
    .lesson-content {
        width: 620px
    }
    .posts-carousel,
    .courses-carousel {
        margin-left: -15px;
        margin-right: -15px
    }
    .posts-carousel .post-grid,
    .courses-carousel .post-grid {
        margin-left: 15px;
        margin-right: 15px
    }
    .lecturers-carousel .owl-item>div {
        margin: 0 15px
    }
    .posts-grid {
        margin-left: -30px
    }
    .post-grid {
        margin-left: 30px;
        width: 360px
    }
    .post-grid .post-meta {
        font-size: 14px
    }
    .post-grid .post-excerpt {
        height: 0em
    }
    .ib-edu-memberships-3 article {
        margin-right: 2.6%;
        width: 31.6%
    }
    .ib-edu-courses-list {
        margin-left: -30px
    }
    .ib-edu-courses-list .post-grid {
        margin-left: 30px;
        width: 360px
    }
    .search-form input[type="search"] {
        width: 218px
    }
}
@media all and (max-width: 979px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .main-content,
    .sidebar-left .main-content {
        float: none;
        width: auto
    }
    .page-sidebar,
    .sidebar-left .page-sidebar {
        float: none;
        margin: 4em auto 2em;
        max-width: 340px;
        width: auto
    }
    #page-toolbar .container {
        height: auto;
        padding: 0
    }
    .toolbar-items {
        float: none;
        text-align: center
    }
    .toolbar-social {
        border: 0;
        border-top: 1px solid #e7e7e7;
        float: none;
        text-align: center
    }
    .toolbar-social li:first-child {
        border-left: 1px solid #e7e7e7
    }
    .toolbar-social li {
        display: inline-block;
        float: none
    }
    #page-header.fixed-header #page-header-inner {
        position: relative;
        top: auto !important
    }
    #main-nav,
    #auth-nav,
    #header-search,
    #user-nav {
        display: none !important
    }
    #page-overlay {
        background-color: #000;
        display: none;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 100%;
        z-index: 998
    }
    #page-overlay.open {
        opacity: .5
    }
    #mobile-nav-trigger {
        display: block;
        margin: -11px 0 0 0;
        position: absolute;
        right: 20px;
        top: 50%
    }
    #mobile-nav-trigger span {
        background-color: #aaa;
        display: block;
        height: 4px;
        width: 24px
    }
    #mobile-nav-trigger span+span {
        margin-top: 5px
    }
    #mobile-nav {
        background-color: #333;
        display: none;
        height: 100%;
        overflow: auto;
        position: fixed;
        left: 100%;
        top: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        width: 260px;
        z-index: 999
    }
    #mobile-nav.open {
        -webkit-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        transform: translateX(-260px)
    }
    #mobile-nav>div {
        position: relative;
        padding: 60px 0 140px 0
    }
    #mobile-nav .menu,
    #mobile-nav .auth-nav {
        list-style: none;
        margin: 0 0 2em
    }
    #mobile-nav .user-menu-name {
        color: #fff;
        display: block;
        padding: 10px 20px
    }
    #mobile-nav .user-menu-name span {
        display: none
    }
    #mobile-nav input[name="s"] {
        background-color: #222;
        border: 0;
        border-radius: 0;
        color: #fff;
        padding: 14px 20px;
        width: 100%
    }
    #mobile-nav .menu li {
        position: relative
    }
    #mobile-nav .menu a,
    #mobile-nav .auth-nav a {
        color: #aaa;
        display: block;
        padding: 10px 20px;
        position: relative
    }
    #mobile-nav .menu-item-has-children>a {
        padding-right: 28px
    }
    #mobile-nav .auth-nav a {
        color: #fff
    }
    #mobile-nav .submenu-trigger {
        cursor: pointer;
        display: block;
        height: 24px;
        margin: -12px 0 0 0;
        position: absolute;
        top: 50%;
        right: 2px;
        width: 24px
    }
    #mobile-nav .submenu-trigger:after {
        color: #fff;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 18px;
        left: 50%;
        line-height: 20px;
        margin: -10px 0 0 -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px
    }
    #mobile-nav .open>a .submenu-trigger:after {
        content: '\f106'
    }
    #mobile-nav .sub-menu {
        display: none;
        list-style: none;
        margin: 0
    }
    #mobile-nav li.open>.sub-menu {
        display: block
    }
    #mobile-nav .sub-menu a {
        padding-left: 40px
    }
    #mobile-nav .sub-menu .sub-menu a {
        padding-left: 60px
    }
    #close-mobile-nav {
        color: #fff;
        display: block;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        right: 5px;
        top: 5px;
        width: 40px
    }
    .posts-carousel,
    .courses-carousel {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px
    }
    .posts-carousel .post-grid,
    .courses-carousel .post-grid {
        margin-left: auto;
        margin-right: auto
    }
    .lecturers-grid .lecturer {
        border: 0;
        float: none;
        width: auto;
        min-height: 220px
    }
    .lecturers-grid .lecturer+.lecturer {
        border-top: 1px solid #e7e7e7
    }
    .post-fw {
        margin-left: auto;
        margin-right: auto
    }
    .posts-grid {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px
    }
    .post-grid {
        width: 300px
    }
    .posts-grid .post-grid {
        margin-left: 10px;
        margin-right: 10px
    }
    .posts-grid-3 .post-grid:nth-of-type(3n+1) {
        clear: none
    }
    .posts-grid-3 .post-grid:nth-of-type(2n+1) {
        clear: left
    }
    .ib-edu-memberships-2,
    .ib-edu-memberships-3 {
        margin: 0 auto;
        padding: 0 20px 0 0;
        width: 640px
    }
    .ib-edu-memberships-2 article,
    .ib-edu-memberships-3 article {
        margin-left: 20px;
        margin-right: 0;
        width: 300px
    }
    .ib-edu-memberships-3 .third+article {
        clear: none
    }
    .ib-edu-memberships-3 .second+article {
        clear: left
    }
    .ib-edu-courses-list {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px
    }
    .ib-edu-courses-list .post-grid {
        margin-left: 10px;
        margin-right: 10px
    }
    .ib-edu-courses-list-3 .post-grid:nth-child(3n+1) {
        clear: none
    }
    .ib-edu-courses-list-3 .post-grid:nth-child(2n+1) {
        clear: left
    }
}
@media screen and (max-width: 767px) {
    .section-content {
        padding: 3em 0 1em
    }
    #page-title h1,
    .single .hentry .entry-title,
    body .title1 h2 {
        font-size: 32px
    }
    .field-one-half {
        float: none;
        margin-left: 0 !important;
        width: auto
    }
    #billing-first-name-field,
    #billing-last-name-field,
    #billing-state-field,
    #billing-postcode-field {
        float: none;
        margin-left: 0;
        width: auto
    }
    .posts-carousel .post-grid,
    .courses-carousel .post-grid {
        max-width: 300px
    }
    .lecturers-grid {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px
    }
    .lecturers-grid .lecturer {
        text-align: center
    }
    .lecturers-grid .author-photo {
        float: none;
        margin: 0 auto 1.5em auto
    }
    .lecturers-grid .summary {
        margin-left: 0
    }
    .ib-edu-memberships-2,
    .ib-edu-memberships-3 {
        max-width: 300px;
        padding: 0;
        width: 100%
    }
    .ib-edu-memberships article {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .ib-edu-courses-list {
        width: 300px
    }
    .ib-edu-courses-list .post-grid {
        float: none;
        margin-left: 0;
        margin-right: 0
    }
    .pagination .links,
    .pagination .text {
        float: none;
        line-height: inherit
    }
    .pagination .text {
        margin-bottom: 1em
    }
    .posts-grid {
        max-width: 320px;
        width: auto
    }
    .post-grid {
        width: 100%
    }
    .posts-grid .post-grid {
        margin-left: 0;
        margin-right: 0
    }
    #courses-filter>div {
        margin: 0 10px 10px
    }
    .dm3-tabs-container .dm3-tabs-nav li,
    .dm3-tabs-container .dm3-tabs-nav li a {
        border-radius: 7px
    }
    body .dm3-tabs-container .dm3-tabs-nav li {
        border: 1px solid #e7e7e7
    }
    body .dm3-tabs-testimonials blockquote {
        font-size: 1.4em
    }
    .author-bio .photo {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .author-bio .photo+.summary {
        margin-left: 0
    }
    .single .educator-share-links .label {
        display: block;
        margin-bottom: 1em;
        text-align: center
    }
    .comment .children {
        margin-left: 20px
    }
    .comment-body .avatar {
        width: 60px
    }
    .comment-body {
        padding-left: 80px
    }
    .bypostauthor>.comment-body {
        padding-left: 90px
    }
    .related-courses .post-thumb {
        float: none
    }
    #footer-widgets .widgets {
        float: none;
        margin: 0;
        width: auto
    }
    .wp-caption-text {
        font-size: .8em
    }
    #footer-widgets {
        padding: 3em 0 1em
    }
    #page-footer {
        text-align: center
    }
    .sticky-footer #page-container {
        margin-bottom: 0
    }
    .sticky-footer #page-container:after {
        height: 0
    }
    .sticky-footer #page-footer {
        height: auto
    }
    #page-footer .container {
        padding-left: 40px;
        padding-right: 40px
    }
    #page-footer .copy,
    #footer-nav {
        float: none
    }
    #footer-nav {
        margin-top: .5em
    }
    #footer-nav ul {
        float: none
    }
    #footer-nav li {
        border-left: 0;
        margin: 0 8px 8px;
        padding-left: 0
    }
    #back-to-top {
        border: 1px solid #444;
        border-right: 0;
        height: 38px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,700italic,700,500italic,500,400italic,900,100,100italic,300,300italic);
body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}   
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family:inherit;
    font-weight: 400
}
#main-logo img {
    /*max-height: 28px*/
	margin-bottom:5px;
}
strong,
table th,
label,
.ib-edu-course-price .price,
.ib-edu-price-widget .price,
.ib-edu-form fieldset legend,
.ib-edu-question .label,
.educator-share-links .label,
.dm3-testimonial-name,
.drop-down>a,
.drop-down:hover>a,
.drop-down.open>a,
#payment-details td:first-child,
.payment-total,
.payment-total+dd,
.lesson-compact h1>a,
ul.products h3,
.woocommerce-breadcrumb a,
.product_list_widget li>a,
td.product-name>a {
    color: #333;
    font-weight: 600
}
#main-nav>ul>li>a,
#auth-nav .auth-nav-login,
#user-nav .user-menu-name,

.ib-edu-courses .title,
.pagination .text,
.pagination .page-numbers,
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.post-grid .price,
.post-fw .price,
.ib-edu-memberships .price,
.related-courses .price,
ul.products .price,
.comment-author .fn,
.the-tabs a,
.page-links,
.button,
.ib-edu-button,
input#submit,
.search-submit,
.post-password-form input[type="submit"],
.button-primary,
.dm3-btn,
.ib-edu-lessons .ib-edu-lesson:before,
.lessons-nav li:before,
.lessons-nav span,
.ib-edu-lesson-meta .quiz,
.product .onsale,
.tagcloud a {
    font-weight: 600
}
.dm3-tabs-nav a,
.the-tabs a,
.dm3-collapse-trigger a {
    color: #333;
    font-weight: 600
}
#main-nav>ul>li.active>a{color:#057caa;}
#mobile-nav .auth-nav a,
#mobile-nav .user-menu-name {
    font-weight: 600
}
.ib-edu-lessons article h1 a,
.entry-title a,
.wp-caption-text,
blockquote,
body .dm3-tabs-testimonials blockquote,
.ib-edu-memberships h2 a {
    color: #333
}
a {
    color: #149dd2
}
a:hover {
    color: #057caa
}
.button,
.ib-edu-button,
input#submit,
.search-submit,
.post-password-form input[type="submit"],
.button-primary,
.dm3-btn {
    border-color: #149dd2;
    color: #149dd2;
}


.ib-edu-lessons .ib-edu-completed:before,
.lessons-nav .ib-edu-completed:before {
    border-color: #149dd2;
    color: #149dd2
}
.button:hover,
.ib-edu-button:hover,
input#submit:hover,
.search-submit:hover,
.post-password-form input[type="submit"]:hover,
.button-primary:hover,
.dm3-btn:hover,
.css3-loader-inner div,
#main-nav>ul>.current-menu-item>a:after,
#main-nav>ul>.current-menu-parent>a:after,
#main-nav .sub-menu:before,
#user-nav ul:before,
.dm3-tabs-testimonials .dm3-tabs-nav .active a,
.flex-control-paging .flex-active:after,
.owl-page.active span,
.product .onsale {
    background-color: #149dd2
}
#main-nav>ul>li:hover>a,
#main-nav>ul>.current-menu-item>a,
#main-nav>ul>.current-menu-parent>a,
#main-nav .sub-menu a:hover,
#user-nav li a:hover,
#header-search button:hover,
#header-search.open button,
#auth-nav .auth-nav-login:hover,
.hentry .ib-edu-lessons article h1 a:hover,
.ib-edu-memberships h2 a:hover,
.entry-title a:hover,
.post-grid .price,
.post-fw .price,
ul.products .price,
.related-courses .price,
.ib-edu-memberships .price,
.no-touch .post-meta a:hover,
.post-meta .price,
.comment-metadata a:hover,
.dm3-box-icon-center .dm3-box-icon-icon span,
.dm3-box-icon-left .dm3-box-icon-icon,
.page-sidebar .cat-item a:hover,
.page-sidebar .widget_archive a:hover,
.page-sidebar .recentcomments a:hover,
.page-sidebar .widget_recent_entries a:hover,
.custom-radio:before,
#user-nav:hover .user-menu-name,
.ib-edu-message:before,
.ib-edu-lesson-meta .quiz,
.lessons-nav a:hover,
#page-toolbar .cart-stats a:hover,
.ib-edu-courses .open-description:hover,
.product_list_widget li>a:hover,
td.product-name>a:hover {
    color: #149dd2
}
.ib-edu-message:after {
    border-color: #149dd2
}
.post-badge:before {
    border-color: #149dd2 #149dd2 transparent transparent
}
#main-nav .sub-menu>li:last-child>a:hover,
#user-nav ul>li:last-child>a:hover {
    border-color: #f5f5f5
}
.educator-share-links a:hover,
.share-links-menu .educator-share-links a:hover {
    background-color: #f5f5f5;
    color: #555
}

.no-touch .share-links-menu:hover>a,
.share-links-menu.open>a,
.dm3-tabs-nav a:hover,
.dm3-collapse-trigger a:hover,
.the-tabs a:hover,
.drop-down.open>a .icon,
.pagination .next:hover,
.pagination .prev:hover,
#main-nav .sub-menu a:hover,
#user-nav li a:hover,
.drop-down li a:hover {
    background-color: #f5f5f5;
    color: #149dd2
}
.dm3-tabs-nav .active a,
.dm3-collapse-open .dm3-collapse-trigger a,
.the-tabs .active a {
    background-color: #fff;
    color: #149dd2
}
.post-fw .post-meta,
.post-grid .post-meta,
.page-sidebar .widget,
.lecturers-grid,
#main-nav .sub-menu,
#user-nav .menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07)
}
.imgcircler {
    border: 1px solid gray;
    radius: 50%;
    height: 150px;
    width: 150px;
}
.paracolor {
    color: #333333;
}
#map_wrapper {
    height: 400px;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.ampclass {
    width: 100%;
    /*height: 300px;*/
}

.tab{
    display: none;
}
.tab.active{
    display: block;
}

												/* -- Aleem* -- */

.anchor, .anchor:hover{text-decoration:none; outline:none; color:#000000;}
.text_align_left{text-align:left;}
.aljust{text-align:justify;}
.text_align_center{text-align:center;}
.text_align_right{text-align:right;}
.post-thumb a{display:block; height:224px;}
.pad{padding:2em 0em;}
.box_border{border-top:1px solid #e7e7e7;}
.box_border2{border-bottom:1px solid #e7e7e7!important;}
.important_caption{font-size:12px; font-weight:600; color:#b6b6b6;}
.adress_margin_bottom{margin-bottom:0em!important;}
.margin_bottom{margin-bottom:1em;}
.subtitle{font-size:1.2em;line-height:1.6em;max-width:620px;}
.sub-entry-title{font-size: 1.7em!important;}
.list_before_icon{padding-right:10px;}
.footer_bold{color:#aaa;}
.service{float:left; width:100%; margin:30px 0px 0px 0px; text-align:center;}
.service ul{margin:0px;}
.service li{border:2px solid #3891a7; position:relative; font-family: "Open Sans"; font-weight:600; color:#3891a7; padding:10px 20px; border-radius:0px; float:left; margin:0px 2px 10px 2px; font-size:14px; text-transform:uppercase;}
/*.service a{color:#3891a7;}*/
.service li>div.down_arrow{    position: absolute; bottom: -20px; color: #3891a7; display:none; transform: rotate(90deg);}
.service li.active>div.down_arrow{display:block;}

.service ul>li:first-child{margin-left:0px;}
/*.service li:hover {background-color:#fff!important; color:#3891a7!important;}*/
.tab-1{margin-top:20px;}
.content{width:50%;}
.dm3-one-third2{width:46%;}
.dm3-one-third2 img{width:100%;}
.about_list li{list-style: outside square none;}
.about_list li a{color:#333;}
.campus{background:#1a9ac6!important; color:#fff!important; border:2px solid #1a9ac6!important;}
/*.campus:hover{background:#fff!important; color:#1a9ac6!important; border:2px solid #1a9ac6!important;}*/
.campus:active{background:#1a9ac6!important; color:#fff; border:2px solid #1a9ac6!important;}
.campus>div.down_arrow{    position: absolute; bottom: -20px; color: #1a9ac6!important; display:none; transform: rotate(90deg);}
.process{background:#992872!important; color:#fff!important; border:2px solid #992872!important;}
.process:hover, .process:active{background:#992872!important; color:#fff; border:2px solid #992872!important;}
.process>div.down_arrow{    position: absolute; bottom: -20px; color:#992872!important; display:none; transform: rotate(90deg);}
.selection{background:#d76860!important; color:#fff!important; border:2px solid #d76860!important;}
.selection:active{background:#d76860!important; color:#fff; border:2px solid #d76860!important;}
.selection>div.down_arrow{    position: absolute; bottom: -20px; color:#d76860!important; display:none; transform: rotate(90deg);}
.boarding{background:#0d4d63!important; color:#fff!important; border:2px solid #0d4d63!important;}
.boarding:active{background:#0d4d63!important; color:#fff; border:2px solid #0d4d63!important;}
.boarding>div.down_arrow{    position: absolute; bottom: -20px; color:#0d4d63!important; display:none; transform: rotate(90deg);}
.marg_right{margin-right:1%;}
.dm3-one-half2{width:63%; float:left;}
.paddt1_em{padding-top:1em!important;}
.textwidget p{margin:0.5em 0; color:#ffffff;}
.home_content_wrap{margin:0 auto; width:68%;}
.home_content_wrap span{font-size:35px;}
.pad2{padding:100px 0;}
.pad1{padding:1em 0;}
.pad3{padding:2em 0 0;}
.pad4{padding:2em 0;}
.no_padding{padding:0;}
.flex-control-nav{display:none;}
.full{width:100%;}

.page_title{background:url("../img/page-title-bg.jpg") repeat scroll 0 0; height: 100px; padding: 28px; width: 100%;}
.page_title .entry-title{color: #ffffff; font-size:2.1em; margin: 0; line-height:50px;}
/*.page_title .entry-title::after{border-bottom: 2px solid #ffffff; content: ""; display: block; margin: 0 auto; text-align: center;
    width: 170px;}
body .entry-title::after{ border-bottom: 2px solid #ffffff; content: ""; display: block; margin: 0 auto; text-align: center; width:170px;}*/
.about_secondry_heading{display: inline-block; font-size: 1.3em; margin: 0; padding: 20px 0; text-align: center; width: 100%;}
.about_secondry_heading::after{border-bottom: 2px solid #333333; content: ""; display: block; margin: 0 auto; text-align: center; width:580px;}
.about_tab{color:#fff; padding:10px; width:100%;}
.premier_tab{ background-image: url("../img/premier-tab.png"); background-repeat:no-repeat; background-size:100% 100%; margin-bottom:3%;
 height:150px; margin-bottom:3%;}
.executive_tab{ background-image: url("../img/executive-tab.png"); background-repeat:no-repeat; background-size:100% 100%; margin-bottom:3%;
 height:150px; margin-bottom:3%;}
 .project_tab{background-image: url("../img/project-tab.png"); background-repeat:no-repeat; background-size:100% 100%; margin-bottom:3%;
 height:150px; margin-bottom:3%;}
 .acknowledge_tab{background-image: url("../img/acknowledge-tab.png"); background-repeat:no-repeat; background-size:100% 100%; margin-bottom:3%;
 height:150px; margin-bottom:3%;}
 .tab_middle_content{border: 1px solid #fff; border-radius: 6px; width:100%; line-height:25px; height:100%; box-sizing:padding-box;
 padding:10px;}
 .tab_middle_content h1{color:#fff; margin-bottom:0; font-size:2.5em;}
 .tab_middle_content p{margin-bottom:0; font-size:1.4em;}
 .about_content_footer{ background: #ddd none repeat scroll 0 0; clear: both; padding: 20px; margin:0 0 15px;}
 .section-slider  .owl-buttons .owl-prev{left:0; position:absolute; top:50%; }
 .section-slider  .owl-buttons .owl-next{right:0; position:absolute; top:50%; }
 .theservice_secondry_heading{}
 /***SERVICE
 **********************************************/
 a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border-color:#dddddd;}
.margin_vertical{margin:1em 0;}
.margin_vertical2{margin:2em 0;}
.margin_vertical3{margin:1em 0 0;}
body .page_title .service_title::after{width:210px;}
.service_secondry_heading{border-bottom: 44px solid #f1f1f1; border-right: 27px solid #cc3333; box-sizing: padding-box; color: #cc3333; display: block; font-size: 38px; height: 0; line-height: 46px; padding: 0 21px; text-align: center; width: 50px; font-weight:bold; float:left;}
.service_secondry_heading_text{background:#cc3333; box-sizing: padding-box; color: #fff; font-size:120%; font-weight: bold; padding: 12px 0;
 width:100%;}
.service_para{margin:1em 0;}
.service_secondry_second_heading{border-bottom: 46px solid #f1f1f1; border-right: 27px solid #fab526; box-sizing: padding-box; color: #cc3333; display: block;
font-size: 38px; height: 0; line-height: 46px; padding: 0 21px; text-align: center; width: 50px; font-weight:bold; float:left;}
.service_secondry_second_heading_text{background:#fab526; box-sizing: padding-box; color: #fff; font-size: 16px; font-weight: bold; padding: 10px 0;
width: 515px;}
.service_sub_heading{background:#cc3333; font-size:38px; font-weight:bold; color:#fff; float:left; padding:17px 10px;}
.service_sub_heading_text{background:#ededed; float: left; font-size: 14px; padding: 17px 10px; width:206px; margin-right:4%;}
.service_sub_heading_text p{margin:0;}
.service_bottom_heading{color: #cc3333; font-size: 18px; font-weight: bold; margin:0.8em 0;}
.service_bottom_heading::after {border-bottom: 2px solid #cc3333; content: ""; display: block; margin:4px 0 0; width:200px;}
.application_manage2::after{width:186px;}
.logistic::after{width:170px;}
.student-participation::after{width:322px;}
.student-participation_list{margin-left:0;}
.post-selection::after{width:275px;}
.engagement::after{width:245px;}
.service_tab_img{margin: 0 auto; width: 38%;}
.services-tab{height: 120px; text-align: center; width: 120px; padding:5px; margin:0 0 10px;}
.services-tab .services-tab_sub_box{background: #ffffff; border-radius: 50%; height: 100%; width: 100%; padding:14px 0 0;}
.services-tab h2{font-weight: bold; margin: 0;}
.services-tab p{font-size: 15px;line-height: 18px; margin: 0; color:#333333;}
.campus_identity{background:#f7921e; border-radius:50% 50% 0;}
.campus_identity h2{color:#f7921e;}
.process_management{background:#fec111; border-radius:50% 50% 50% 0;}
.process_management h2{color:#fec111;}
.selection_facilitation{background:#dd3f1a; border-radius:50% 0 50% 50%;}
.selection_facilitation h2{color:#dd3f1a;}
.transition{background:#65adbc; border-radius:0 50% 50% 50%;}
.transition h2{color:#65adbc;}

.theservice{background:rgba(240, 240, 240, 0.7); color: #696969;  font-weight: bold; margin:30px 0 20px;  padding:12px; text-align: center;
font-size:16px;}

/***Campus Recruitment Outsourcing
 **********************************************/
 
 body .cco_title::after{width:572px;}
 .cco_secondry_heading{border-bottom: 45px solid #f1f1f1; border-right: 27px solid #cc3333; box-sizing: padding-box; color: #cc3333; display: block; font-size: 38px; height: 0; line-height: 46px; padding: 0 21px; text-align: center; width: 50px; font-weight:bold; float:left;}
.cco_secondry_heading_text{background:#cc3333; box-sizing: padding-box; color: #fff; font-size:16px; font-weight: bold; padding: 11px 0; width:100%;}
.strategy-focus-heading::after{content: ""; display: block; margin:4px 0 0; width:160px;}
.talent-pool-heading::after{content: ""; display: block; margin:4px 0 0; width:190px;}
.knowledge-heading::after{content: ""; display: block; margin:4px 0 0; width:250px;}
.cco_secondry_second_heading{border-bottom: 47px solid #f1f1f1; border-right: 27px solid #36a75e; box-sizing: padding-box; color:#36a75e; display: block;
font-size: 38px; height: 0; line-height: 46px; padding: 0 21px; text-align: center; width: 50px; font-weight:bold; float:left;}
.cco_secondry_second_heading_text{background:#36a75e; box-sizing: padding-box; color: #fff; font-size: 16px; font-weight: bold; padding: 12px 0;
width:100%;}
.blank_box{width:50px; height:59px;}
.blank_box_text{height:59px;}
.opportunity_heading::after{width: 260px;}
.application_manage::after{width:250px;}
.program_participation::after{width:222px;}
.cco_secondry_heading2{border-right:27px solid #008928;}
.theservices{background:#008928;}
.service_bottom_sub_heading{color:#36a75e;}
.service_bottom_sub_heading::after{border-bottom:2px solid #36a75e;}
.cro_sub_heading{background:#36a75e;}

/***On Boarding to Productive Employee
 **********************************************/
 
body .page_title .on_boarding_title::after{width:630px;}
.increased_conversion::after{width:222px;}
.student_engagement::after{width:212px;}
.monitoring::after{width:227px;}
.program_design::after{width:170px;}
.tracking::after{width:227px;}
.the_services{border-right:27px solid #008928;}

/***error
 **********************************************/
.error_page_container{margin:90px auto; }
.error_heading{color:#00a2dd; font-size:150px; margin:0; text-align: center;}
.error_subheading{color:#cccccc; font-size:35px; font-weight: lighter; margin: 0; text-align: center;}
.error_text{color:#00a2dd; font-size:18px; margin: 0; padding: 20px 0 0; text-align: center; width: 100%;}
.error_subtext{color: #606060; font-size: 13px; margin: 0; padding: 15px 0 0; text-align: center; width: 100%;}
.error_subtext a{color: #606060;}
 
 
 /***Thanks
 **********************************************/
.thanks_image{ margin: 50px auto 0; padding: 0; text-align: center; width: 500px;}
.thank_heading{ color: #00a2dd; font-size: 30px; text-align: center;}
.thank_text{color: #606060; text-align: center; width: 100%;}
 

/***contact us
 **********************************************/
 
#page-title h1{font-size:2.1em;}
body .contact::after{width:120px;}
 .contact_btn{color: #008928; border:2px solid #008928; border-radius: 7px; background:transparent; cursor: pointer; display: inline-block;
    font-size: 12px; line-height: 19px; outline: 0 none; padding: 9px 25px;  position: relative; font-weight:bold; text-transform: uppercase;
    transition: background 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s;}
.contact_btn:hover, .contact_btn:active{background: #008928!important; color: #fff;}
.mail_color{color:#333333;} 
.mail_color:hover, .mail_color:active{color:#008928;}


.bookmark{display:block; height:1px;}
.m-left20{margin-left:20px;}
@media only screen and (max-width: 1024px) {
	/*.textwidget p{font-size:12px;}*/
	.left_img{ float: none !important; margin: 0;}
 
@media only screen and (max-width: 980px) {
	#main-nav > ul > li > a{padding:0 5px;}
	.service li{padding:5px 27px; margin:5px; width:121px;}
	.service ul>li:last-child{margin-right:0px;}
	.tab_middle_content h1{font-size:2em;}
	.tab_middle_content p{font-size:1.3em;}
	#footer-widgets .widgets:first-child{width:100%; text-align:center;}
	.dm3-one-half2{width:100%;}
	.widget-educator-contact p{text-align:center;}
	.service_tab_img{width:60%;}
	
}

@media only screen and (max-width: 900px) {
	/*.flexslider .slides > li{float:none!important; display:inline-block!important; margin-right:-116%!important;}*/
	.flexslider .slides img{}
	/*body .entry-title::after{width:17%}*/
	.tab_middle_content h1{font-size:2em;}
	.tab_middle_content p{font-size:1.3em;}
}
	
@media only screen and (max-width: 800px) {
	/*body .entry-title::after{width:18%;}*/
	.tab_middle_content h1{font-size:1.7em;}
	.tab_middle_content p{font-size:18px;}
	
}

@media only screen and (max-width: 768px) {
	body .entry-title{font-size:24px;}
	body .about_heading::after{width:140px;}
	body .on_boarding_title::after{width:520px;}
	body .cco_title::after{width:475px;}
	.tab_middle_content h1{font-size:1.7em;}
	.tab_middle_content p{font-size:18px;}
}

@media only screen and (max-width: 767px) {
	.tab_middle_content h1{font-size:1.7em;}
	.tab_middle_content p{font-size:18px;}
	#footer-widgets .widgets:first-child{width:100%; text-align:center;}
	.widget-educator-contact .textwidget p{text-align:center;}
}

@media only screen and (max-width: 750px) {
	/*body .entry-title::after{width:19%;}*/
	.tab_middle_content h1{font-size:1.6em;}
	.tab_middle_content p{font-size:17px;}
	#footer-widgets .widgets:first-child{width:100%; text-align:center;}
	.widget-educator-contact .textwidget p{text-align:center;}
}

@media only screen and (max-width: 676px) {
	/*body .entry-title::after{width:21%;}*/
	body .page_title .on_boarding_title::after{width:500px;}
	body .page_title .service_title::after{width:177px;}
	.tab_middle_content h1{font-size:1.5em;}
	.page_title .entry-title{font-size:24px;}
	.tab_middle_content p{font-size:16px; line-height:22px;}
	#footer-widgets .widgets:first-child{width:100%; text-align:center;}
	.widget-educator-contact .textwidget p{text-align:center;}
}

@media only screen and (max-width: 640px) {
	/*body .entry-title::after{width:22%;}*/
	.tab_middle_content h1{font-size:1.4em;}
	.tab_middle_content p{font-size: 15px; line-height: 20px;}
	.widget-educator-contact .textwidget p {margin: 0.5em auto; text-align: center; width: 86%;}
}

@media only screen and (max-width: 600px) {
	.college-repo{width:100%; float:left; margin-bottom:20px;}
	.home_content_wrap{width:100%;}
	.thanks_image{width:100%;}
}

@media only screen and (max-width: 555px) {
	
/*body .entry-title::after {width: 27%;}*/
.about_secondry_heading::after {width: 93%;}
body .page_title .on_boarding_title::after{width:427px;}
body .page_title .service_title::after{width:150px;}
.page_title .entry-title{font-size:20px; line-height:38px;}
.tab_middle_content h1 {font-size: 2em;}
.tab_middle_content p {font-size: 22px; line-height: 30px;}
.about_content_footer {padding: 10px;}
}

@media only screen and (max-width: 480px) {
	body .entry-title{font-size:18px;}
	body .about_heading{font-size:25px;}
	/*body .on_boarding_title::after{width:400px;}*/
	body .page_title .on_boarding_title::after{width:379px;}
	body .cco_title::after{width:366px;}
	.cco_secondry_heading{border-bottom: 46px solid #f1f1f1;}
	.cco_secondry_heading_text{width:100%; font-size:14px; padding:13px 0;}
	.cco_secondry_second_heading_text{width:100%;}
	.about_secondry_heading {font-size: 1.5em;}
	.about_secondry_heading::after {display:none;}
	.service_secondry_heading_text{width:100%; font-size:14px; padding:12px 0;}
	/*body .service_title::after{width:145px;}*/
	body .page_title .service_title::after{width:130px;}
	.service_tab_img{width:80%;}
	.home_content_wrap h2{font-size:1.5em;}
	.home_content_wrap span{font-size:30px;}
	.services-tab{width:210px; height:210px;}
	.page_title .entry-title{font-size:18px;}
	.error_heading{font-size:100px;}
	.error_subheading{font-size:28px;}
	.error_text{font-size:15px;}
}

@media only screen and (max-width: 414px) {
	body .entry-title{font-size:15px;}
	body .about_heading{font-size:25px;}
	body .service_title{font-size:21px;}
	body .page_title .service_title::after{width:110px;}
	/*body .service_title::after{width:165px;}*/
	/*body .on_boarding_title::after{width:319px!important;}*/
	body .page_title .on_boarding_title::after{width:318px;}
	body .cco_title::after{width:300px;}
	.tab_middle_content h1{font-size:1.5em;}
	.tab_middle_content p {font-size: 18px; line-height: 25px;}
	.cco_secondry_heading2{border-bottom: 45px solid #f1f1f1;}
	.cco_secondry_heading_text{font-size:11px; padding:15px 0;}
	.cco_secondry_second_heading_text{font-size:14px; padding:14px 0;}
	.cco_secondry_second_heading{border-bottom:48px solid #f1f1f1;}
	.service_secondry_heading_text{font-size:13px; padding:13px 0;}
	.service_bottom_heading {font-size:16px;}
	.service_secondry_heading_text{text-indent:-5px;}
	.service_secondry_heading{font-size: 25px; padding: 0 12px; width: 30px; border-bottom: 45px solid #f1f1f1;}
	.strategy-focus-heading::after{width:143px;}
	.talent-pool-heading::after{width:170px;}
	.knowledge-heading::after{width:220px;}
	.application_manage2::after{width:166px;}
	.opportunity_heading::after{width:234px;}
	.application_manage::after{width:222px;}
	.program_participation::after{width:200px;}
	.logistic::after{width:152px;}
	.student-participation::after{width:290px;}
	.post-selection::after{width:247px;}
	.engagement::after{width:215px;}
	.reputation::after{width:180px;}
	.boarding_heading{font-size: 11px; padding: 15px 0;}
	.increased_conversion::after{width:196px;}
	.student_engagement::after{width:190px;}
	.monitoring::after{width:202px;}
	.program_design::after{width:150px;}
	.tracking::after{width:202px;}
	.services-tab{width:177px; height:177px;}
	.services-tab .services-tab_sub_box{padding:40px 0 0;}
	.page_title .entry-title{font-size:15px;}
	.thank_heading{font-size:24px;}
}

@media only screen and (max-width: 375px) {
body .page_title .on_boarding_title::after{width:281px;}
body .page_title .service_title::after{width:100px;}
.services-tab{width:158px; height:158px;}
.services-tab .services-tab_sub_box{padding:30px 0 0;}
.cco_secondry_heading_text{ font-size: 9px; padding: 16px 0;}
.cco_theservices{padding:16px 0;}
.page_title .entry-title{font-size:13px; font-weight:normal;}
}

@media only screen and (max-width: 360px) {
	body .page_title .on_boarding_title::after{width:263px;}
	body{font-size:13px;}
	.cco_secondry_heading{border-bottom:43px solid #f1f1f1;}
	.about_secondry_heading{font-size:16px;}
	.cco_secondry_heading_text{font-size: 9px; padding: 15px 0;}
	.service_bottom_heading{font-size:16px;}
	.service_sub_heading{font-size:25px;}
	.the_services{border-bottom:42px solid #f1f1f1;}
	.cco_secondry_second_heading_text{font-size:12px; padding:15px 0;}
	.cco_secondry_second_heading{border-bottom:47px solid #f1f1f1; font-size:30px;}
	.service li{padding:21px 0px; margin:5px 0px; width:100%; font-size:14px; font-weight:600; line-height:19px;}
	.service ul>li:last-child{margin-right:0px;}
	#footer-widgets .widgets{width:auto!important;}
	.service_secondry_heading{width:30px; padding:0 11px; border-bottom:42px solid #f1f1f1;}
	.service_secondry_heading_text{font-size:11px; padding:13px 0;}
	.blank_box{height: 58px; width: 38px;}
	.service_tab_img{width:100%;}
	.boarding_heading{font-size: 12px; padding: 13px 0;}
	.services-tab{width:150px; height:150px;}
	.section-slider .owl-buttons .owl-next{top:30%;}
	.section-slider .owl-buttons .owl-prev{top:30%;}
	.home_content_wrap h2 {font-size: 1.3em;}
	.home_content_wrap span {font-size: 21px;}
	#footer-widgets{font-size:12px;}
	#page-footer{font-size:12px;}
	.page_title .entry-title{font-size:12px;}
	.error_heading{font-size:75px;}
	.error_subheading{font-size:23px;}
	.error_text{font-size:14px;}
	.error_subtext{font-size:11px;}
}

@media only screen and (max-width: 320px) {
	body .entry-title{font-size:13px; font-weight:bold;}
	body .service_title{font-size:21px; font-weight:normal;}
	/*body .on_boarding_title::after{width:280px!important;}*/
	body .page_title .on_boarding_title::after{width:224px;}
	body .cco_title::after{width:258px;}
	body .about_heading{font-size:25px; font-weight:normal;}
	.service_secondry_heading{border-bottom:41px solid #f1f1f1;}
	.service_secondry_heading_text {font-size: 8px; padding: 15px 0;}
	.cco_secondry_heading{padding:0; width:29px;}
	.cco_secondry_heading_text{text-indent:-5px; font-size: 8px; padding: 16px 0;}
	.cco_secondry_second_heading{font-size: 25px; padding: 0 12px; width: 29px;}
	.cco_secondry_second_heading_text{text-indent:-5px;}
	.service_bottom_heading{font-size:14px;}
	.strategy-focus-heading::after{width:128px;}
	.talent-pool-heading::after{width:150px;}
	.knowledge-heading::after{width:200px;}
	.reputation::after{width:160px;}
	.application_manage2::after{width:148px;}
	.opportunity_heading::after{width:202px;}
	.application_manage::after{width:195px;}
	.program_participation::after{width:173px;}
	.logistic::after{width:138px;}
	.student-participation::after{width:250px;}
	.post-selection::after{width:217px;}
	.engagement::after{width:195px;}
	.widget-educator-contact .links{text-align:center; width:100%;}
	.increased_conversion::after{width:178px;}
	.student_engagement::after{width:170px;}
	.monitoring::after{width:182px;}
	.program_design::after{width:135px;}
	.tracking::after{width:182px;}
	.services-tab{width:130px; height:130px;}
	.services-tab .services-tab_sub_box{padding:20px 0 0;}
	.services-tab p{font-size:10px;}
	#main-logo{width:70%;}
	.section-slider .owl-buttons .owl-next{top:23%;}
	.section-slider .owl-buttons .owl-prev{top:23%;}
	.page_title .entry-title{font-size:10px;}
	.error_subheading{font-size:20px;}
	.error_text{font-size:12px;}
	.error_subtext{font-size:9px;}
	.thank_heading{font-size:20px;}
}