@charset 'UTF-8'; .wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; margin: 0; padding: 0; border: 0; } .wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; } .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; } .wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; } .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: #dc3232; } .wpcf7 form.spam .wpcf7-response-output { border-color: #f56e28; } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #ffb900; } .wpcf7-form-control-wrap { position: relative; } .wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; } .use-floating-validation-tip .wpcf7-not-valid-tip { position: relative; top: -2ex; left: 1em; z-index: 100; border: 1px solid #dc3232; background: #fff; padding: .2em .8em; width: 24em; } .wpcf7-list-item { display: inline-block; margin: 0 0 0 1em; } .wpcf7-list-item-label::before, .wpcf7-list-item-label::after { content: " "; } .wpcf7 .ajax-loader { visibility: hidden; display: inline-block; background-color: #23282d; opacity: 0.75; width: 24px; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; } .wpcf7 form.submitting .ajax-loader { visibility: visible; } .wpcf7 .ajax-loader::before { content: ''; position: absolute; background-color: #fbfbfc; top: 4px; left: 4px; width: 6px; height: 6px; border: none; border-radius: 100%; transform-origin: 8px 8px; animation-name: spin; animation-duration: 1000ms; animation-timing-function: linear; animation-iteration-count: infinite; } @media (prefers-reduced-motion: reduce) { .wpcf7 .ajax-loader::before { animation-name: blink; animation-duration: 2000ms; } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes blink { from { opacity: 0; } 50% { opacity: 1; } to { opacity: 0; } } .wpcf7 input[type="file"] { cursor: pointer; } .wpcf7 input[type="file"]:disabled { cursor: default; } .wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; } .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: ltr; }.dwqa-container { box-shadow: border-box -webkit-box-sizing: border-box; } .dwqa-staff { background: #1ba1e2; color: #fff; padding: 1px 5px; border-radius: 3px; margin: 0 5px; } .dwqa-pagination a, .dwqa-pagination span { display: inline-block; margin-right: 5px; padding: 5px 10px; border: 1px solid #ddd; } .dwqa-answers-list .dwqa-pagination { margin-top: 20px; margin-bottom: 20px; } .dwqa-captcha img { display: block; margin: 0 0 10px; } .dwqa-captcha input { width: 100%; margin-bottom: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .dwqa-alert { padding: 10px 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 2px; } .dwqa-alert-error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .dwqa-alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .dwqa-question-item { padding: 0 0 0 80px; position: relative; margin-bottom: 0; } .dwqa-question-item.dwqa-sticky { background: #fcf8e3; } .dwqa-question-item .avatar { position: absolute; left: 15px; top: 0; border-radius: 48px; } .dwqa-question-item .dwqa-question-meta { font-size: small; margin-bottom: 20px; } .dwqa-question-item .dwqa-question-title a { border: none !important; text-decoration: none !important; } .dwqa-question-item .dwqa-status { background: #1ba1e2; color: #fff; padding: 1px 5px; border-radius: 3px; margin-right: 5px; } .dwqa-question-item .dwqa-status-resolved { background: #578824; } .dwqa-question-item .dwqa-status-closed { background: #666; } .dwqa-question-vote { position: absolute; top: 70px; left: 6px; min-height: 60px; } .dwqa-question-vote .dwqa-vote { display: block; width: 0; height: 0; border: 16px solid transparent !important; border-bottom-color: #ddd !important; text-indent: -9999px; position: absolute; top: -20px; text-decoration: none !important; box-shadow: none !important; } .dwqa-question-vote .dwqa-vote-count { width: 32px; text-align: center; top: 14px; position: absolute; display: block; height: 32px; line-height: 32px; } .dwqa-question-vote .dwqa-vote:hover, .dwqa-question-vote .dwqa-vote:active { border-bottom-color: #999 !important; } .dwqa-question-vote .dwqa-vote-down { border: 16px solid transparent !important; border-bottom-color: transparent !important; border-top-color: #ddd !important; top: auto; bottom: -20px; } .dwqa-question-vote .dwqa-vote-down:hover, .dwqa-question-vote .dwqa-vote-down:active { border-bottom-color: transparent !important; border-top-color: #999 !important; } .dwqa-question-item .dwqa-question-actions { float: right; } .dwqa-question-item .dwqa-question-actions label { display: inline-block; } .dwqa-question-item .dwqa-question-actions a { margin-left: 10px; } .dwqa-question-item .dwqa-question-actions input[type=checkbox] { margin-right: 5px; } .dwqa-pick-best-answer { position: absolute; top: 170px; text-indent: -9999px; left: 6px; width: 32px; height: 32px; } .dwqa-pick-best-answer:after { content: ''; display: block; width: 15px; height: 25px; border: solid #ddd; border-width: 0 5px 5px 0; transform: rotate(45deg); position: absolute; left: 10px; top: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } .dwqa-pick-best-answer:hover:after { border-color: #999; } .dwqa-best-answer .dwqa-pick-best-answer:after { border-color: #578824; } .dwqa-question-content img { max-width: 100%; height: auto; } .dwqa-question-tag + .dwqa-question-status { float: right; } .dwqa-question-item .dwqa-question-meta .dwqa-question-status select { display: inline-block; width: auto; } .dwqa-answers-title { margin: 20px 0 10px; } .dwqa-answer-item { padding: 20px 0 20px 70px; position: relative; border-top: 1px solid #ddd; min-height: 220px; } .dwqa-answer-item .dwqa-answer-meta a { position: inherit; } .dwqa-answer-item .avatar { position: absolute; left: 0; top: 20px; border-radius: 48px; } .dwqa-answer-item .dwqa-answer-meta { font-size: small; margin-bottom: 20px; } .dwqa-answer-vote { position: absolute; top: 90px; left: 6px; min-height: 60px; } .dwqa-answer-vote .dwqa-vote { display: block; width: 0; height: 0; border: 16px solid transparent !important; border-bottom-color: #ddd !important; text-indent: -9999px; position: absolute; top: -20px; text-decoration: none !important; box-shadow: none !important; } .dwqa-answer-vote .dwqa-vote-count { width: 32px; text-align: center; top: 14px; position: absolute; display: block; height: 32px; line-height: 32px; } .dwqa-answer-vote .dwqa-vote:hover, .dwqa-answer-vote .dwqa-vote:active { border-bottom-color: #999 !important; } .dwqa-answer-vote .dwqa-vote-down { border: 16px solid transparent !important; border-bottom-color: transparent !important; border-top-color: #ddd !important; top: auto; bottom: -20px; } .dwqa-answer-vote .dwqa-vote-down:hover, .dwqa-answer-vote .dwqa-vote-down:active { border-bottom-color: transparent !important; border-top-color: #999 !important; } .dwqa-answer-item .dwqa-answer-actions { float: right; } .dwqa-answer-item .dwqa-answer-actions a { margin-left: 10px; } .dwqa-answer-content img { max-width: 100%; height: auto; } .dwqa-answer-form-title { border-top: 1px solid #ddd; padding: 10px 0; } .dwqa-answer-form form { text-align: right; } .dwqa-answer-form .dwqa-alert { text-align: left; } .dwqa-answer-form .dwqa-select { float: left; width: auto; } .dwqa-answer-form textarea { width: 100% !important; margin-bottom: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .dwqa-comments-list { background: #f9f9f9; padding: 0 10px; } .dwqa-comments-list .dwqa-comment { border-bottom: 1px solid #ddd; padding: 10px 0; position: relative; } .dwqa-comments-list .dwqa-comment p:last-child { margin-bottom: 0; } .dwqa-comments-list .dwqa-comment:last-child { border-bottom: none; } .dwqa-comments-list .dwqa-comment-meta { font-size: small; } .dwqa-comments-list .dwqa-comment-meta .avatar { position: inherit; margin-right: 5px; display: inline-block; width: 12px; height: 12px; } .dwqa-comment-form { padding: 10px; background: #f9f9f9; } .dwqa-comment-form .comment-form { margin: 0 !important; padding: 0 !important; } .dwqa-comment-form #submit { display: none; } .dwqa-comment-form .dwqa-comment-show-button #submit { display: block; margin-top: 10px; } .dwqa-comment-form .comment-form textarea { background: #fff; width: 100% !important; height: 45px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border: 1px solid #ddd; padding: 10px 15px; display: block; } .dwqa-comment-form textarea { width: 100%; } .dwqa-comment-meta { margin-bottom: 10px; } .dwqa-comment-actions { float: right; } .dwqa-comment-actions a { margin-left: 10px; } .dwqa-breadcrumbs { margin-bottom: 20px; } .dwqa-search { margin-bottom: 20px; position: relative; } .dwqa-search input { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-right: 40px; width: 100%; max-width: 100%; min-width: 100%; margin-bottom: 0 !important; background: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/dw-question-answer/templates/assets/img/icon-search.png) no-repeat right 10px center #fff !important; border: 1px solid #ddd; padding: 10px 15px; border-radius: 2px; box-shadow: none; outline: none; } .dwqa-search input.ui-autocomplete-loading { background-image: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important; } .submit-dwqa-question .dwqa-search input { background: none no-repeat right 10px center #fff !important; } .submit-dwqa-question .dwqa-search input.ui-autocomplete-loading { background-image: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important; } .dwqa-search .dwqa-autocomplete { margin: 0; padding: 0; list-style: none; background: #f9f9f9; left: 0 !important; position: absolute !important; right: 0 !important; top: auto !important; z-index: 9999; } .dwqa-search .dwqa-autocomplete li { padding: 10px 15px; cursor: pointer; border-bottom: 1px solid #ddd; margin: 0; } .dwqa-search .dwqa-autocomplete .dwqa-text-highlight { font-weight: bold; } .dwqa-search .dwqa-autocomplete li.ui-state-focus, .dwqa-search .dwqa-autocomplete li:hover { background: #f0f0f0; } .dwqa-search .dwqa-autocomplete li:last-child { border-bottom: 0; } .dwqa-question-filter { margin-bottom: 20px; } .dwqa-question-filter span, .dwqa-question-filter a { margin-right: 10px; } .dwqa-question-filter a { border: none !important; text-decoration: none; } .dwqa-question-filter a.active { border-bottom: 1px solid #ddd !important; } .dwqa-question-filter .dwqa-sort-by { float: right; width: auto; } .dwqa-questions-list { border-top: 1px solid #ddd; } .dwqa-questions-list .dwqa-alert { margin: 20px 0 0; } .dwqa-questions-list .dwqa-question-item { border-bottom: 1px solid #ddd; padding: 15px 180px 15px 80px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; } .dwqa-questions-list .dwqa-question-item a { position: inherit; } .dwqa-questions-list .dwqa-question-item .avatar { top: 50%; margin-top: -24px; } .dwqa-questions-list .dwqa-question-item .dwqa-question-meta { margin-bottom: 0; } .dwqa-questions-list .dwqa-question-item .dwqa-question-stats { position: absolute; top: 50%; margin-top: -24px; right: 10px; } .dwqa-questions-list .dwqa-question-item .dwqa-question-stats span { min-width: 48px; height: 48px; border: 1px solid #ddd; display: block; float: left; margin-left: 5px; text-align: center; font-size: 11px; line-height: 1; } .dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong { font-size: 14px; line-height: 26px; display: block; font-weight: normal; } .dwqa-questions-footer { margin-top: 20px; } .dwqa-questions-footer .dwqa-pagination, .dwqa-questions-footer .dwqa-ask-question { display: inline-block; } .dwqa-questions-footer .dwqa-pagination + .dwqa-ask-question { float: right; } .dwqa-questions-footer .dwqa-ask-question a { display: inline-block; padding: 5px 10px; border: 1px solid #ddd; } .single-dwqa-question .dwqa-question-item { min-height: 140px; padding-left: 70px; } .single-dwqa-question .dwqa-question-item a { position: inherit; } .single-dwqa-question .dwqa-question-item .avatar { left: 0; } .dwqa-answer-form .wp-editor-container, .dwqa-content-edit-form .wp-editor-container { border: 1px solid #e5e5e5; margin-bottom: 20px; } .dwqa-content-edit-form input[type=text], .dwqa-content-edit-form input[type=email], .dwqa-content-edit-form select { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; } @media ( max-width: 768px ) { .dwqa-questions-list .dwqa-question-item { padding-right: 15px; } .dwqa-questions-list .dwqa-question-item .dwqa-question-stats { display: none; } } @media ( max-width: 480px ) { .dwqa-questions-list .dwqa-question-item { padding-left: 15px; } .dwqa-questions-list .dwqa-question-item .avatar { position: static; width: 14px; height: 14px; margin-right: 5px; } .single-dwqa-question .dwqa-question-item, .single-dwqa-question .dwqa-answer-item { padding-left: 0; min-height: 0; } .single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote { display: none; } .single-dwqa-question .dwqa-question-item .avatar, .single-dwqa-question .dwqa-answer-item .avatar { position: static; width: 14px; height: 14px; margin-right: 5px; } }.rtl .dwqa-search input { background-position: 15px center !important; padding-left: 40px; } .rtl .dwqa-question-filter .dwqa-sort-by { float: left; } .rtl .dwqa-questions-list .dwqa-question-item { padding: 15px 80px 15px 180px; } .rtl .dwqa-questions-list .dwqa-question-item .dwqa-question-stats { right: auto; left: 10px; } .rtl .dwqa-questions-list .dwqa-question-item .avatar { left: auto; right: 15px; margin-right: 0; margin-left: 5px; } .rtl .dwqa-question-item .dwqa-status { margin-right: 0; margin-left: 10px; left: 0; right: 15px; } .rtl.single-dwqa-question .dwqa-question-item .avatar, .rtl.single-dwqa-question .dwqa-answer-item .avatar { float: right; margin-right: 0; margin-left: 10px; } .rtl .dwqa-question-item .dwqa-question-actions, .rtl .dwqa-answer-item .dwqa-answer-actions, .rtl .dwqa-answer-item .dwqa-comment-actions { float: left; } .rtl.single-dwqa-question .dwqa-question-item .dwqa-staff, .rtl.single-dwqa-question .dwqa-answer-item .dwqa-staff { margin: 0 10px 0 0; }.mfp-bg,.mfp-container,.mfp-wrap{width:100%;left:0;top:0;height:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before{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-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{max-width:80%;max-height:80%;cursor:auto}.mfp-inline-holder .mfp-content{position:relative;background:#fff;padding:20px;width:auto;max-width:500px;margin:20px 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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}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;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;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;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{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-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;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-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;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(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:'';line-height:0}.clearfix:after{clear:both}.tdn_block_newsletter_subscribe .tdn-image-wrap{line-height:0}.tdn_block_newsletter_subscribe .tdn-icon-wrap{position:relative;display:block}.tdn_block_newsletter_subscribe .tdn-icon{vertical-align:middle}.tdn_block_newsletter_subscribe .tdn-email-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.tdn_block_newsletter_subscribe .tdn-input-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.tdn_block_newsletter_subscribe .tdn-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100px}.tdn_block_newsletter_subscribe button,.tdn_block_newsletter_subscribe input[type=email]{min-height:42px;height:auto;font-size:12px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.tdn_block_newsletter_subscribe input[type=email]{padding-left:12px;padding-right:12px}.tdn_block_newsletter_subscribe button{-webkit-appearance:none;outline:none;width:100%;padding:3px 18px;background-color:#4db2ec;color:#fff;border:0}.tdn_block_newsletter_subscribe button:hover{background-color:#222}.tdn_block_newsletter_subscribe button i{position:relative;vertical-align:middle}.tdn_block_newsletter_subscribe .tdn-checkbox-wrap{margin-top:10px}.tdn_block_newsletter_subscribe .tdn-checkbox{margin-bottom:2px}.tdn_block_newsletter_subscribe .tdn-checkbox:last-child{margin-bottom:0}.tdn_block_newsletter_subscribe .av-checkbox{display:none}.tdn_block_newsletter_subscribe .av-checkbox+label{display:inline-block;margin-bottom:0;cursor:pointer}.tdn_block_newsletter_subscribe .av-checkbox+label .tdn-check{position:relative;display:inline-block;width:18px;height:18px;background-color:#fff;border:1px solid #eee;cursor:pointer;vertical-align:middle;top:-1px}.tdn_block_newsletter_subscribe .av-checkbox+label .tdn-check:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:8px;height:8px;background-color:#4db2ec;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdn_block_newsletter_subscribe .av-checkbox+label .tdn-check-title{margin-left:8px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;font-size:11px;color:#666}.tdn_block_newsletter_subscribe .av-checkbox:checked+label .tdn-check:after{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tdn_block_newsletter_subscribe.tdm_block.tdn-content-horiz-center{text-align:center}.tdn_block_newsletter_subscribe.tdm_block.tdn-content-horiz-right{text-align:right}.tdn-newsletter-image{display:inline-block}.tdn-title{margin-top:0;margin-bottom:13px;font-weight:600}.tdn-descr{font-size:13px;line-height:19px;color:#666}.tdn-disclaimer{margin-top:10px;font-size:12px;line-height:18px;color:#969696}.tdn-social-wrap{margin-top:13px}.tdn-social-item{position:relative;display:inline-block;margin:5px 10px 5px 0;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;text-align:center;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdn-social-item:last-child{margin-right:0!important}.tdn-social-item i{font-size:14px;color:#4db2ec;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdn-social-item:hover i{color:#000}.tdn-input-bar-display-column input[type=email]{border-right:0}.tdn-input-bar-display-row .tdn-email-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tdn-input-bar-display-row .tdn-input-wrap{margin-bottom:13px}.tdn-style-bordered .tdn-info-wrap,.tdn-style-dark .tdn-info-wrap{padding:30px 20px 38px}.tdn-style-dark .tdn-title{color:#fff}.tdn-style-dark .tdn-descr{color:#9e9e9e}.tdn-style-dark .tdn-disclaimer{color:#777}.tdn-style-dark input[type=email]{background-color:#333;border-color:#4a4a4a;color:#fff}.tdn-style-dark input[type=email]::-webkit-input-placeholder{color:#adadad}.tdn-style-dark input[type=email]:-ms-input-placeholder{color:#adadad}.tdn-style-dark input[type=email]::-ms-input-placeholder{color:#adadad}.tdn-style-dark input[type=email]::placeholder{color:#adadad}.tdn-style-dark input[type=email]:-ms-input-placeholder{color:#adadad}.tdn-style-dark .av-checkbox+label .tdn-check{background-color:#2a2a2a;border-color:#414141}.tdn-style-dark .av-checkbox+label .tdn-check-title{color:#9e9e9e}.tdn-style-dark .td-block-missing-settings{color:#fff}.tds-newsletter2 .tdn-image-wrap{margin-bottom:23px}.tds_newsletter7_block{padding:10px}.tds_newsletter7_block:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-clip:padding-box;-webkit-clip-path:polygon(0% 0%, 0% 100%, 6px 100%, 5px 5px, calc(100% - 5px) 5px, calc(100% - 5px) calc(100% - 5px), 5px calc(100% - 5px), 5px 100%, 100% 100%, 100% 0%);clip-path:polygon(0% 0%, 0% 100%, 5px 100%, 5px 5px, calc(100% - 5px) 5px, calc(100% - 5px) calc(100% - 5px), 5px calc(100% - 5px), 5px 100%, 100% 100%, 100% 0%);z-index:-2}.ie11 .tds_newsletter7_block:after{content:'';position:absolute;top:5px;left:5px;width:calc(100%-12px);height:calc(100%-12px);background-color:#fff;z-index:-1}@font-face{font-family:'multipurpose';src:url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-newsletter/images/icons/multipurpose.eot?2);src:url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-newsletter/images/icons/multipurpose.eot?2#iefix) format('embedded-opentype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-newsletter/images/icons/multipurpose.woff?2) format('woff'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-newsletter/images/icons/multipurpose.ttf?2) format('truetype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-newsletter/images/icons/multipurpose.svg?2#wpion) format('svg');font-weight:normal;font-style:normal}[class*=" tdn-icon-"]:before,[class*=" tdn-icons"]:before,[class^=tdn-icon-]:before,[class^=tdn-icons]:before{font-family:'multipurpose'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=tdn-icon-]{line-height:1;text-align:center;display:inline-block}[class*=tdn-icons]{line-height:1;text-align:center;display:inline-block;cursor:default}body .tdc-font-typcn{display:inline-block}body .tdc-font-typcn:before{vertical-align:top}body .tdc-font-oi{display:inline-block}body .tdc-font-oi:before{vertical-align:middle}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:'';line-height:0}.clearfix:after{clear:both}@media (min-width:768px){.tdm-header-style-3 .td-affix .td-main-menu-logo img{top:0}}@-moz-document url-prefix(){@media (min-width:768px){.tdm-header-style-3 .td-main-menu-logo a img{top:-1px}}}.tdm-header-style-1,.tdm-header-style-2,.tdm-header-style-3{}.tdm-header-style-1.td-header-wrap .td-header-top-menu-full,.tdm-header-style-2.td-header-wrap .td-header-top-menu-full,.tdm-header-style-3.td-header-wrap .td-header-top-menu-full{background-color:#222}.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{display:block;margin-right:42px;height:80px}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{margin-right:20px}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{margin-right:10px}}@media (max-width:767px){.tdm-header-style-1 .td-main-menu-logo,.tdm-header-style-2 .td-main-menu-logo,.tdm-header-style-3 .td-main-menu-logo{float:left;margin:0;display:inline;width:0;height:0}}.tdm-header-style-1 .td-main-menu-logo a,.tdm-header-style-2 .td-main-menu-logo a,.tdm-header-style-3 .td-main-menu-logo a{line-height:80px}.tdm-header-style-1 .td-main-menu-logo img,.tdm-header-style-2 .td-main-menu-logo img,.tdm-header-style-3 .td-main-menu-logo img{max-height:80px}@media (max-width:767px){.tdm-header-style-1 .td-main-menu-logo img,.tdm-header-style-2 .td-main-menu-logo img,.tdm-header-style-3 .td-main-menu-logo img{max-height:48px}}.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{width:100%}@media (min-width:1019px){.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{margin:24px auto 0 auto!important}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1 .td-header-sp-recs,.tdm-header-style-2 .td-header-sp-recs,.tdm-header-style-3 .td-header-sp-recs{margin:14px auto 0 auto!important}}.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{}@media (min-width:1019px){.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdm-header-style-1.td-header-background-image .td-header-sp-recs,.tdm-header-style-2.td-header-background-image .td-header-sp-recs,.tdm-header-style-3.td-header-background-image .td-header-sp-recs{margin-bottom:14px!important}}.tdm-header-style-1 .td-header-rec-wrap,.tdm-header-style-2 .td-header-rec-wrap,.tdm-header-style-3 .td-header-rec-wrap{min-height:0}.tdm-header-style-1 .td-a-rec-id-header img,.tdm-header-style-1 .td-g-rec-id-header img,.tdm-header-style-2 .td-a-rec-id-header img,.tdm-header-style-2 .td-g-rec-id-header img,.tdm-header-style-3 .td-a-rec-id-header img,.tdm-header-style-3 .td-g-rec-id-header img{position:relative}.tdm-header-style-1 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-1 .td-g-rec-id-header .adsbygoogle,.tdm-header-style-2 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-2 .td-g-rec-id-header .adsbygoogle,.tdm-header-style-3 .td-a-rec-id-header .adsbygoogle,.tdm-header-style-3 .td-g-rec-id-header .adsbygoogle{position:relative;display:block!important}.tdm-header-style-1 .tdm-header-menu-btns,.tdm-header-style-2 .tdm-header-menu-btns,.tdm-header-style-3 .tdm-header-menu-btns{line-height:80px}.tdm-header-style-1 .td-header-menu-social,.tdm-header-style-2 .td-header-menu-social,.tdm-header-style-3 .td-header-menu-social{line-height:80px}.tdm-header-style-1 .td-header-menu-wrap-full #td-header-search-button,.tdm-header-style-2 .td-header-menu-wrap-full #td-header-search-button,.tdm-header-style-3 .td-header-menu-wrap-full #td-header-search-button{color:#000}.tdm-header-style-1 .td-header-menu-wrap-full #td-header-search-button .td-icon-search,.tdm-header-style-2 .td-header-menu-wrap-full #td-header-search-button .td-icon-search,.tdm-header-style-3 .td-header-menu-wrap-full #td-header-search-button .td-icon-search{line-height:80px}.tdm-header-style-1 #td-header-menu,.tdm-header-style-2 #td-header-menu,.tdm-header-style-3 #td-header-menu{display:block}.tdm-header-style-1 .sf-menu>li>a,.tdm-header-style-2 .sf-menu>li>a,.tdm-header-style-3 .sf-menu>li>a{line-height:80px}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .sf-menu>li>a,.tdm-header-style-2 .sf-menu>li>a,.tdm-header-style-3 .sf-menu>li>a{padding:0 12px}}.tdm-header-style-1 .sf-menu a.sf-with-ul,.tdm-header-style-2 .sf-menu a.sf-with-ul,.tdm-header-style-3 .sf-menu a.sf-with-ul{}@media (min-width:1019px) and (max-width:1140px){.tdm-header-style-1 .sf-menu a.sf-with-ul,.tdm-header-style-2 .sf-menu a.sf-with-ul,.tdm-header-style-3 .sf-menu a.sf-with-ul{padding-right:26px}}.tdm-header-style-1 .td-mega-menu ul,.tdm-header-style-2 .td-mega-menu ul,.tdm-header-style-3 .td-mega-menu ul{border-top:none}@media (max-width:767px){.tdm-header-style-1 .td-header-main-menu,.tdm-header-style-2 .td-header-main-menu,.tdm-header-style-3 .td-header-main-menu{height:54px}}.tdm-header-style-1 .td-affix .td-header-menu-btns,.tdm-header-style-1 .td-affix .td-header-menu-social,.tdm-header-style-2 .td-affix .td-header-menu-btns,.tdm-header-style-2 .td-affix .td-header-menu-social,.tdm-header-style-3 .td-affix .td-header-menu-btns,.tdm-header-style-3 .td-affix .td-header-menu-social{line-height:48px}.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{}@media (min-width:1019px){.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.homepage-post.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.homepage-post.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_6 .tdm-header-style-1 .td-header-sp-recs,.single_template_6 .tdm-header-style-2 .td-header-sp-recs,.single_template_6 .tdm-header-style-3 .td-header-sp-recs,.single_template_7 .tdm-header-style-1 .td-header-sp-recs,.single_template_7 .tdm-header-style-2 .td-header-sp-recs,.single_template_7 .tdm-header-style-3 .td-header-sp-recs,.single_template_8 .tdm-header-style-1 .td-header-sp-recs,.single_template_8 .tdm-header-style-2 .td-header-sp-recs,.single_template_8 .tdm-header-style-3 .td-header-sp-recs,.single_template_10 .tdm-header-style-1 .td-header-sp-recs,.single_template_10 .tdm-header-style-2 .td-header-sp-recs,.single_template_10 .tdm-header-style-3 .td-header-sp-recs,.single_template_11 .tdm-header-style-1 .td-header-sp-recs,.single_template_11 .tdm-header-style-2 .td-header-sp-recs,.single_template_11 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_2 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_5 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_6 .tdm-header-style-3 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-1 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-2 .td-header-sp-recs,.td_category_template_8 .tdm-header-style-3 .td-header-sp-recs{margin-bottom:14px!important}}.tdm-header-style-2{}.tdm-header-style-2 .td-logo-in-menu{}@media (min-width:767px){.tdm-header-style-2 .td-logo-in-menu{position:absolute;top:0;left:20px}}@media (min-width:767px){.tdm-header-style-2 #td-header-menu>div>.sf-menu{display:table;margin:0 auto}}.tdm-header-style-2 .tdm-menu-btns-socials{position:absolute;top:0;right:0}.tdm-header-style-3 .sf-menu{float:right}.tdm-menu-active-style3 .tdm-header .sf-menu>li>a:after,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:after,.tdm-menu-active-style5 .tdm-header .sf-menu>li>a:after{display:none}.tdm-menu-active-style2 .tdm-header ul.sf-menu>li,.tdm-menu-active-style4 .tdm-header ul.sf-menu>li{line-height:80px}.tdm-menu-active-style2 .tdm-header ul.sf-menu>li>a,.tdm-menu-active-style4 .tdm-header ul.sf-menu>li>a{display:inline-block;line-height:1}.tdm-menu-active-style2 .tdm-header .td-affix ul.sf-menu>li,.tdm-menu-active-style4 .tdm-header .td-affix ul.sf-menu>li{line-height:24px!important}.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover{color:#4db2ec}.tdm-menu-active-style2 .tdm-header .sf-menu>li>a{margin:0 14px;padding:11px 0}.tdm-menu-active-style2 .tdm-header .sf-menu a.sf-with-ul{margin-right:31px}.tdm-menu-active-style2 .tdm-header .td-affix .sf-menu>li>a{padding:0}.tdm-menu-active-style4 .tdm-header .sf-menu>li>a{margin:0 9px;padding:10px;border:3px solid transparent}.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover{border-color:#4db2ec}.tdm-menu-active-style4 .tdm-header .sf-menu a.sf-with-ul{padding-right:26px}.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>li>a{padding:0}.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>li>a:hover{background-color:#4db2ec;color:#fff}.tdm-header-menu-btns{float:right;margin-left:15px;line-height:48px}@media (max-width:767px){.tdm-header-menu-btns{display:none}}.tdm-header-menu-btns .tdm_block_button{margin-right:8px;margin-bottom:0}@media (min-width:768px) and (max-width:1018px){.tdm-header-menu-btns .tdm_block_button{margin-right:5px}.tdm-header-menu-btns .tdm_block_button .tdm-btn{height:30px;line-height:30px}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4 .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4 .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4:hover .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.tdm-header-menu-btns .tdm_block_button .tdm-btn-style4:hover .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}}.tdm-header-menu-btns .tdm_block_button:last-child{margin-right:0}.tdm-header-menu-btns .tds-button{line-height:1}.td-affix .tdm-header-menu-btns{line-height:48px!important}.td-affix .tdm-header-menu-btns .tdm-btn{height:30px;line-height:30px}.td-affix .tdm-header-menu-btns .tdm-btn-style4{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.td-affix .tdm-header-menu-btns .tdm-btn-style4 .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4 .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4:hover .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.td-affix .tdm-header-menu-btns .tdm-btn-style4:hover .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}.td-header-menu-social{margin-left:15px}.tdm-header .header-search-wrap{position:relative;float:right;margin-left:15px}.td-header-sp-email,.td-header-sp-info,.td-header-sp-phone{padding-left:0!important;padding-right:0!important;line-height:28px}.td-header-style-12 .td-header-sp-email,.td-header-style-12 .td-header-sp-info,.td-header-style-12 .td-header-sp-phone{line-height:54px}.td-header-sp-email,.td-header-sp-phone{margin-right:32px}.top-bar-style-mp-1 .td-header-sp-top-menu,.top-bar-style-mp-1 .td-header-sp-top-widget{float:right!important}.tdm-title{font-size:36px;line-height:47px;font-weight:400;margin-top:10px;margin-bottom:26px;color:#111;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}@media (min-width:768px) and (max-width:1018px){}@media (max-width:767px){.tdm-title{font-size:35px;line-height:39px}}.tds-title .tdm-title{display:inline-block}.tdm-title-xxsm{font-size:13px;line-height:16px;font-weight:600}.tdm-title-xsm{font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase}.tdm-title-sm{margin-bottom:7px;font-size:23px;line-height:33px;font-weight:500}.tdm-title-md{font-size:28px;line-height:36px;font-weight:400}@media (min-width:1019px) and (max-width:1140px){.tdm-title-md{font-size:26px;line-height:32px}}@media (min-width:768px) and (max-width:1018px){.tdm-title-md{font-size:24px;line-height:30px}}.tdm-title-bg{font-size:46px;line-height:56px;font-weight:400}@media (min-width:768px) and (max-width:1018px){.tdm-title-bg{font-size:36px;line-height:42px}}@media (max-width:767px){.tdm-title-bg{font-size:40px;line-height:50px}}.tdm-content-horiz-center .tdm-title-line{margin-left:auto;margin-right:auto}.tdm-content-horiz-right .tdm-title-line{margin-left:auto;margin-right:0}.tdm-descr-sm{font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:26px;color:#666;margin-bottom:30px}.tdm-descr{font-family:'Open Sans', arial, sans-serif;font-size:16px;line-height:28px;color:#666;margin-bottom:30px}@media (max-width:1018px){.tdm-descr{font-size:15px;line-height:24px}}@media (min-width:768px) and (max-width:1018px){.tdm-descr{margin-bottom:25px}}@media (max-width:767px){.tdm-descr{margin-bottom:20px}}.tds-title2 .tdm-title,.tds-title3 .tdm-title{margin-bottom:0!important}.tds-title2 .tdm-title-line,.tds-title3 .tdm-title-line{display:table;position:relative;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-title2 .tdm-title-line:after,.tds-title3 .tdm-title-line:after{content:'';width:100%;position:absolute;background-color:#4db2ec;top:0;left:0;margin:auto;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-title3 .tdm-title{font-weight:600}.tds-title3 .tdm-title-sub{font-family:'Roboto', sans-serif;text-transform:uppercase;font-size:15px;font-weight:500;color:#666}.tds-title3.tdm-subtitle-above .tdm-title{margin-bottom:26px!important}.tdm-btn{display:inline-block;font-family:'Roboto', sans-serif;text-align:center;position:relative;pointer-events:auto!important}.tdm-btn .tdm-btn-text{pointer-events:none!important;vertical-align:middle;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tdm-btn i{pointer-events:none;vertical-align:middle;line-height:1;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tdm-btn i:first-child{margin-right:14px}.tdm-btn i:last-child{margin-left:14px}.ie9 .tdm-btn .tdm-btn-text,.ie9 .tdm-btn i,.ie10 .tdm-btn .tdm-btn-text,.ie10 .tdm-btn i,.ie11 .tdm-btn .tdm-btn-text,.ie11 .tdm-btn i{background:transparent}.ie9 div .tdm-title,.ie10 div .tdm-title,.ie11 div .tdm-title{background:transparent}.ie9 .tdm-fancy-title span,.ie10 .tdm-fancy-title span,.ie11 .tdm-fancy-title span{background:transparent}.ie9 .tds-icon:before,.ie10 .tds-icon:before,.ie11 .tds-icon:before{background:transparent}.ie9 .tdm-counter-number,.ie10 .tdm-counter-number,.ie11 .tdm-counter-number{background:transparent}.tdm-btn-sm{font-size:13px;line-height:29px;height:31px;padding:0 16px}.tdm-btn-md{font-size:13px;line-height:39px;height:41px;padding:0 24px}@media (max-width:767px){.tdm-btn-md{line-height:40px;height:40px;padding:0 23px}}.tdm-btn-lg{font-size:15px;font-weight:500;line-height:52px;height:55px;padding:0 36px}@media (min-width:768px) and (max-width:1018px){.tdm-btn-lg{line-height:52px;height:52px;padding:0 34px}}@media (max-width:767px){.tdm-btn-lg{font-size:14px;line-height:50px;height:50px;padding:0 30px}}.tdm-btn-xlg{font-size:17px;font-weight:500;line-height:68px;height:75px;padding:0 50px}.tds-button1{background-color:#4db2ec;color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button1:before{content:'';background-color:#222;width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tds-button1:hover:before{opacity:1}.tds-button2,.tds-button6,.tds-button7{position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds-button2 .tdm-btn-text,.tds-button2 i,.tds-button6 .tdm-btn-text,.tds-button6 i,.tds-button7 .tdm-btn-text,.tds-button7 i{color:#4db2ec}.tds-button2:hover .tdm-btn-text,.tds-button2:hover i,.tds-button6:hover .tdm-btn-text,.tds-button6:hover i,.tds-button7:hover .tdm-btn-text,.tds-button7:hover i{color:#222}.tds-button2:before,.tds-button6:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-color:#4db2ec;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tds-button2:hover:before,.tds-button6:hover:before{border-color:#222}.tds-button3{color:#000;background-color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;z-index:0}.tds-button3:before{content:'';background-color:#fff;width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.tds-button4{background-color:#000;display:inline-block}.tds-button4 .tdm-btn{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background-color:#000;color:#fff;overflow:hidden;vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tds-button4 .tdm-button-b{position:absolute;top:0;left:0;width:100%;height:100%}.tds-button4.tdm-btn-xlg-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-xlg-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(38px)}.tds-button4.tdm-btn-xlg-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(38px)}.tds-button4.tdm-btn-lg-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-lg-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(27px)}.tds-button4.tdm-btn-lg-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(27px)}.tds-button4.tdm-btn-md-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-md-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(20px)}.tds-button4.tdm-btn-md-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(20px)}.tds-button4.tdm-btn-sm-wrap{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button4.tdm-btn-sm-wrap .tdm-button-a{transform:rotateX(0deg) translateZ(15px)}.tds-button4.tdm-btn-sm-wrap .tdm-button-b{transform:rotateX(90deg) translateZ(15px)}.tds-button4:hover.tdm-btn-xlg-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(38px)}.tds-button4:hover.tdm-btn-xlg-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(38px)}.tds-button4:hover.tdm-btn-lg-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(27px)}.tds-button4:hover.tdm-btn-lg-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(27px)}.tds-button4:hover.tdm-btn-md-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(20px)}.tds-button4:hover.tdm-btn-md-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(20px)}.tds-button4:hover.tdm-btn-sm-wrap .tdm-button-a{transform:rotateX(-90deg) translateZ(15px)}.tds-button4:hover.tdm-btn-sm-wrap .tdm-button-b{transform:rotateX(0deg) translateZ(15px)}.tdm-block-button-full .tds-button4{display:block}.tds-button5{min-width:0;height:auto;padding:0;line-height:initial!important;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;text-align:left}.tds-button5 .tdm-btn-text,.tds-button5 i{color:#000}.tds-button5:hover .tdm-btn-text,.tds-button5:hover i{color:#4db2ec}.tds-button6:after{content:'';position:absolute;width:100%;height:100%;background-color:#4db2ec;opacity:0.14;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 14 ")";filter:alpha(opacity=14.000000000000002);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;z-index:-1}.tds-button6:hover:after{top:0;left:0}.tds-button7{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tds-button7 .tdm-btn-border-bottom,.tds-button7 .tdm-btn-border-top{content:'';position:absolute;left:0;width:100%;background-color:#4db2ec;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.tds-button7 .tdm-btn-border-top{top:0}.tds-button7 .tdm-btn-border-bottom{bottom:0}.tds-button7:before{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tds-button7:hover .tdm-btn-border-bottom,.tds-button7:hover .tdm-btn-border-top{background-color:#222}.tds-button7:hover:before{opacity:1}.tds-button8{color:#000;background-color:#fff;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;z-index:0;vertical-align:middle;overflow:hidden}.tds-button8:before{content:'';background-color:#fff;padding-top:100%;width:100%;left:50%;top:50%;position:absolute;z-index:-1;border-radius:50%!important;transform:translate(-50%, -50%) scale(0);-webkit-transform:translate(-50%, -50%) scale(0);-webkit-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);-moz-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);-o-transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);transition:all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9)}.tdm_block .tdm-row{}@media (max-width:767px){}.tdm_block .tdm-row .tdm-col{float:none;display:inline-block;vertical-align:top}@media (max-width:767px){.tdm_block .tdm-row .tdm-col{float:left;width:100%}}.tdm_block .td-block-width{margin:0 auto}.tdm_white_text .tdm-descr,.tdm_white_text .tdm-title{color:#fff}.tdm-width-1068 .td-block-width{max-width:1068px}.tdm-width-1200 .td-block-width{max-width:1200px}.tdm-width-1400 .td-block-width{max-width:1400px}.tdm-width-1600 .td-block-width{max-width:1600px}.tdm-width-1800 .td-block-width{max-width:1800px}.tdm-width-full .td-block-width{max-width:100%}.tdm-full-height .td-block-width{height:100vh!important}.tdm-layout-12-12 .tdm-col{width:50%}.tdm-row-height{display:flex}@media (max-width:767px){.tdm-row-height{flex-direction:column}}[class*=tdc-theme-] .tdm-row-height{display:inherit;flex-direction:inherit}[class*=tdc-theme-] .tdm-row-height .tdc-columns{display:flex}@media (max-width:767px){[class*=tdc-theme-] .tdm-row-height .tdc-columns{flex-direction:column}}@media (min-width:767px){.tdm-layout-13-23 .tdm-col:first-child{width:33.33333333%}.tdm-layout-13-23 .tdm-col:last-child{width:66.66666667%}.tdm-layout-23-13 .tdm-col:first-child{width:66.66666667%}.tdm-layout-23-13 .tdm-col:last-child{width:33.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-13-23 .tdm-col:first-child{width:41.66666667%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-13-23 .tdm-col:last-child{width:58.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-23-13 .tdm-col:first-child{width:58.33333333%}}@media (min-width:767px) and (min-width:768px) and (max-width:1018px){.tdm-layout-23-13 .tdm-col:last-child{width:41.66666667%}}.tdm-inline-block{display:inline-block}.tdm-content-horiz-center{text-align:center!important;margin-right:auto;margin-left:auto}.tdm-content-horiz-right{text-align:right!important;margin-left:auto}.tdm-content-vert-center .td-block-row .tdm-col{vertical-align:middle!important}.tdm-content-vert-bottom .td-block-row .tdm-col{vertical-align:bottom!important}@media (min-width:768px) and (max-width:1108px){.stretch_row_1068 .tdm-col:first-child .tdm-text-padding,.tdm-width-1068 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1068 .tdm-col:last-child .tdm-text-padding,.tdm-width-1068 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1068 .tdm-fix-full,.tdm-width-1068 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1240px){.stretch_row_1200 .tdm-col:first-child .tdm-text-padding,.tdm-width-1200 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1200 .tdm-col:last-child .tdm-text-padding,.tdm-width-1200 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1200 .tdm-fix-full,.tdm-width-1200 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1440px){.stretch_row_1400 .tdm-col:first-child .tdm-text-padding,.tdm-width-1400 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1400 .tdm-col:last-child .tdm-text-padding,.tdm-width-1400 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1400 .tdm-fix-full,.tdm-width-1400 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1640px){.stretch_row_1600 .tdm-col:first-child .tdm-text-padding,.tdm-width-1600 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1600 .tdm-col:last-child .tdm-text-padding,.tdm-width-1600 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1600 .tdm-fix-full,.tdm-width-1600 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (min-width:768px) and (max-width:1840px){.stretch_row_1800 .tdm-col:first-child .tdm-text-padding,.tdm-width-1800 .tdm-col:first-child .tdm-text-padding{padding-left:20px}.stretch_row_1800 .tdm-col:last-child .tdm-text-padding,.tdm-width-1800 .tdm-col:last-child .tdm-text-padding{padding-right:20px}.stretch_row_1800 .tdm-fix-full,.tdm-width-1800 .tdm-fix-full{margin-left:-20px;margin-right:-20px}}@media (max-width:767px){.td_block_wrap .tdm-text-padding{padding-left:20px;padding-right:20px}}.td-pb-row .tdm-fix-full{}@media (max-width:767px){.td-pb-row .tdm-fix-full{margin-left:-20px;margin-right:-20px}}.td-stretch-content .tdm-mobile-full{}@media (max-width:767px){.td-stretch-content .tdm-mobile-full{margin-left:-20px;margin-right:-20px;width:auto}}.tdm-col-img{line-height:0}.tdm_block_text_image{}@media (min-width:767px){.tdm_block_text_image.tdm-text-image-extend-img{margin-right:calc((-100vw + 100%) / 2)}.tdm_block_text_image.tdm-text-image-extend-img.tdm-flip-yes{margin-right:0;margin-left:calc((-100vw + 100%) / 2)}.tdm_block_text_image.tdm-text-image-extend-img.tdm-flip-yes .tdm-col-img{text-align:right}}@media (max-width:767px){.tdm_block_text_image .tdm-col-img{margin-top:36px}.tdm_block_text_image.tdm-flip-yes .tdm-col-img{margin-top:0;margin-bottom:15px}}.tdm_block_text_image .tdm-text-wrap{padding-top:20px;padding-bottom:20px}.tdm_block_text_image .tdm-descr{margin-bottom:0}.tdm_block_text_image .tds-button{margin-top:30px}.tdm_block_hero{transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm_block_hero:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.tdm_block_hero .td-block-row{position:relative;height:600px}.tdm_block_hero .td-block-row .tdm-col{}@media (max-width:767px){.tdm_block_hero .td-block-row .tdm-col{float:none}}.tdm_block_hero.tdm-full-height .td-block-row{height:100vh!important}.tdm_block_hero .tdm-text-wrap{margin:40px 0}.tdm_block_hero .tdm-descr{margin-bottom:0}.tdm_block_hero .tdm-buttons-wrap{margin:31px -10px 0}.tdm_block_hero .tds-button{display:inline-block;margin-bottom:10px}.tdm_block_hero .td-block-span12{position:absolute;top:0;left:0;width:100%}.tdm_block_hero .tdm-title{margin-top:0}.tdm_block_hero.tdm-content-vert-center .td-block-span12{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.tdm_block_hero.tdm-content-vert-bottom .td-block-span12{top:auto;bottom:0}.tdm_block_hero .tdm-btn{margin-left:10px;margin-right:10px;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.td_block_fancy_text .tdm-fancy-title{font-family:'Roboto', sans-serif;font-size:155px;font-weight:bold;line-height:106px;letter-spacing:-8px;margin-top:-5px;margin-bottom:-60px}@media (min-width:1019px) and (max-width:1140px){.td_block_fancy_text .tdm-fancy-title{font-size:120px;line-height:80px;letter-spacing:-6px}}@media (min-width:768px) and (max-width:1018px){.td_block_fancy_text .tdm-fancy-title{font-size:98px;line-height:70px;letter-spacing:-4px}}@media (max-width:767px){.td_block_fancy_text .tdm-fancy-title{font-size:72px;line-height:44px;letter-spacing:-4px;margin-top:40px;margin-bottom:-76px}}.td_block_fancy_text .tdm-fancy-title span{display:block;word-break:break-word;padding:10px 10px 47px 0}.td_block_fancy_text .tdm-fancy-title1{color:#333}.td_block_fancy_text .tdm-fancy-title2{color:#fff;text-shadow:2px 8px 27px rgba(0, 0, 0, 0.1);top:-60px;position:relative}.td_block_fancy_text .tdm-btn{margin-top:10px;margin-bottom:10px}.td_block_fancy_text.tdm-flip-yes .tdm-fancy-title,.td_block_fancy_text.tdm-flip-yes .tdm-image{}@media (max-width:767px){.td_block_fancy_text.tdm-flip-yes .tdm-fancy-title,.td_block_fancy_text.tdm-flip-yes .tdm-image{margin-top:30px}}.td_block_fancy_text.tdm-content-horiz-center .tdm-fancy-title span{margin:0 auto}.td_block_fancy_text.tdm-content-horiz-right .tdm-fancy-title span{margin-left:auto}.tdm_block_column_content .tdm-image-holder{position:relative;display:block;height:0;margin-bottom:24px;padding-bottom:70%}@media (max-width:767px){.tdm_block_column_content .tdm-image-holder{margin-bottom:14px}}.tdm_block_column_content .tdm-image-holder:hover .tdm-hover-img{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tdm_block_column_content .tdm-image-holder>div{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover}.tdm_block_column_content .tdm-hover-img{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title{color:#4db2ec}.tdm_block_column_content .tdm-title-xsm,.tdm_block_column_content .tdm-title-xxsm{margin-bottom:20px}.tdm_block_column_content .tdm-title-md{margin-bottom:14px}.tdm_block_column_content .tdm-title-bg{margin-bottom:16px}.tdm_block_column_content .tdm-descr{margin-bottom:0}.tdm_block_column_content .tds-button{margin-top:25px}.tdm_block.tdm_block_inline_text{margin-bottom:0;vertical-align:top}.tdm_block.tdm_block_inline_text .tdm-descr{margin-bottom:0}.tdc-row-content-vert-center .tdm-inline-text-yes{vertical-align:middle}.tdc-row-content-vert-bottom .tdm-inline-text-yes{vertical-align:bottom}.tdm_block.tdm_block_inline_image{position:relative;margin-bottom:0;line-height:0}.tdm_block.tdm_block_inline_image .tdm-inline-image-wrap{position:relative}.tdm_block.tdm_block_inline_image .tdm-caption{width:100%;font-family:Verdana, Geneva, sans-serif;padding-top:6px;padding-bottom:6px;font-size:12px;font-style:italic;font-weight:normal;line-height:17px;color:#444}.tdm_block.tdm_block_inline_image.tdm-caption-over-image .tdm-caption{position:absolute;left:0;bottom:0;margin-top:0;padding-left:10px;padding-right:10px;width:100%;background:rgba(0, 0, 0, 0.7);color:#fff}.tdm_block_image_info_box .tdm-col{width:100%}.tdm_block_image_info_box .tdm-image-wrap{overflow:hidden;position:relative;color:#fff}.tdm_block_image_info_box .tdm-image-box{height:300px;display:block;background-size:cover;background-position:center}.tdm_block_image_info_box .tdm-image-box:before{content:'';-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;width:100%;height:100%;position:absolute;top:0;left:0}.tdm_block_image_info_box .tdm-title-md{font-weight:600;color:#fff;margin:0}.tdm_block_image_info_box .tdm-image-description{position:absolute;top:0;padding:6% 7%;width:100%;margin:auto;pointer-events:none}@media (max-width:767px){.tdm_block_image_info_box .tdm-image-description{padding:20px}}.tdm_block_image_info_box .tdm-image-description p{font-family:'Roboto', sans-serif;font-size:16px;line-height:24px}@media (min-width:1019px) and (max-width:1140px){.tdm_block_image_info_box .tdm-image-description p{font-size:14px;line-height:20px}}@media (min-width:768px) and (max-width:1018px){.tdm_block_image_info_box .tdm-image-description p{font-size:14px;line-height:20px}}.tdm_block_image_info_box .tdm-image-description p:last-of-type{margin-bottom:0}.tdm_block_image_info_box .tdm-image-meta{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:absolute;margin-right:30px;margin-top:15px}.tdm_block_image_info_box .tds-button{margin-top:25px;pointer-events:all}.tdm_block_image_info_box .tdm-image-border{position:absolute;bottom:0;width:100%;z-index:1}.tdm_block_image_info_box .tdm-image-border span{display:inline-block;width:33.3333%;float:left;height:4px}.tdm_block_image_info_box .tdm-image-border .tdm-image-border0{opacity:0.8}.tdm_block_image_info_box .tdm-image-border .tdm-image-border1{opacity:0.6}.tdm_block_image_info_box .tdm-image-border .tdm-image-border2{opacity:0.4}.tdm_block_image_info_box.td-image-info-box-style-1.tdm-content-vert-bottom .tdm-image-description{top:auto;bottom:0}.tdm_block_image_info_box.td-image-info-box-style-1.tdm-content-vert-center .tdm-image-description{bottom:0}.tdm_block_image_info_box.td-image-info-box-style-1 .tdm-image-description{display:table}.tdm_block_image_info_box.td-image-info-box-style-1 .tdm-image-meta{position:relative;margin-right:0}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-meta{bottom:20px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-description{bottom:0}.tdm_block_image_info_box.td-image-info-box-style-2 .tds-button{position:absolute;margin-top:40px;width:100%}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-sm-used .tdm-image-meta{transform:translateY(-45px);-webkit-transform:translateY(-45px);-moz-transform:translateY(-45px);-ms-transform:translateY(-45px);-o-transform:translateY(-45px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-sm-used .tds-button{margin-top:10px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-md-used .tdm-image-meta{transform:translateY(-65px);-webkit-transform:translateY(-65px);-moz-transform:translateY(-65px);-ms-transform:translateY(-65px);-o-transform:translateY(-65px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-md-used .tds-button{margin-top:14px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-lg-used .tdm-image-meta{transform:translateY(-87px);-webkit-transform:translateY(-87px);-moz-transform:translateY(-87px);-ms-transform:translateY(-87px);-o-transform:translateY(-87px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-lg-used .tds-button{margin-top:23px}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-xlg-used .tdm-image-meta{transform:translateY(-112px);-webkit-transform:translateY(-112px);-moz-transform:translateY(-112px);-ms-transform:translateY(-112px);-o-transform:translateY(-112px)}.tdm_block_image_info_box.td-image-info-box-style-2 .tdm-image-wrap:hover.tdm-btn-xlg-used .tds-button{margin-top:23px}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-center .tdm-image-meta{left:7%;right:7%;margin-right:0}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-center .tds-button{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-right .tdm-image-meta{right:7%;margin-right:0;margin-left:20px}.tdm_block_image_info_box.td-image-info-box-style-2.tdm-content-horiz-right .tds-button{right:0}.tdm_block.tdm_block_button{margin-bottom:0}.tdm_block.tdm_block_button .tds-button{line-height:0}.tdm_block.tdm_block_button.tdm-block-button-inline{display:inline-block}.tdm_block.tdm_block_button.tdm-block-button-full{display:block}.tdm_block.tdm_block_button.tdm-block-button-full .tdm-btn{display:block}.tdm_block.tdm_block_socials{margin-bottom:0}.tdm_block_column_title{margin-bottom:0!important;display:inline-block;width:100%}.tdm_block_team_member .tdm-member-image{height:0;margin-bottom:16px;padding-bottom:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_team_member .tdm-title{margin-bottom:0}.tdm_block_team_member .tdm-member-title{display:block;margin-bottom:13px;color:#a5a5a5}.tdm_block_team_member .tdm-descr{margin-bottom:20px;font-size:15px;line-height:24px}.tds-team-member2 .tdm-member-info{padding-bottom:100%;position:absolute;top:0;left:0;width:100%;height:0;background:rgba(0, 0, 0, 0.8);-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-team-member2:hover .tdm-member-info{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tds-team-member2 .tdm-member-info-inner{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:0;width:100%;padding:20px}.tds-team-member2 .tdm-descr{margin-bottom:21px;font-size:14px;line-height:22px;color:#fff}.tds-team-member2 .tdm-member-title{margin-bottom:0}.tds-team-member2 .tds-social1 .tdm-social-item i,.tds-team-member2 .tds-social2 .tdm-social-item i,.tds-team-member2 .tds-social4 .tdm-social-item i,.tds-team-member2 .tds-social5 .tdm-social-item i,.tds-team-member2 .tds-social6 .tdm-social-item i{color:#fff}.tds-team-member2 .tds-social1 .tdm-social-item:hover i,.tds-team-member2 .tds-social4 .tdm-social-item:hover i,.tds-team-member2 .tds-social5 .tdm-social-item:hover i,.tds-team-member2 .tds-social6 .tdm-social-item:hover i{color:#4db2ec}.tds-team-member2.tds-team-member-content-vert-top .tdm-member-info-inner{top:0;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.tds-team-member2.tds-team-member-content-vert-bottom .tdm-member-info-inner{top:auto;bottom:0;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.tds-team-member3 .tdm-member-image-wrap,.tds-team-member3 .tdm-member-info{display:table-cell;vertical-align:top}.tds-team-member3 .tdm-member-image{margin-bottom:5px}.tds-team-member3.tdm-team-content-vert-center .tdm-member-image-wrap,.tds-team-member3.tdm-team-content-vert-center .tdm-member-info{vertical-align:middle}.tds-team-member3.tdm-team-content-vert-center .tdm-title{margin-top:0}.tds-team-member3.tdm-team-content-vert-bottom .tdm-member-image-wrap,.tds-team-member3.tdm-team-content-vert-bottom .tdm-member-info{vertical-align:bottom}.tdm_block_testimonial .tdm-testimonial-descr{margin-bottom:22px;font-size:15px;line-height:24px}.tdm_block_testimonial .tdm-icon-quote-left{margin-bottom:6px;font-size:22px;color:#888}.tdm_block_testimonial .tdm-testimonial-image,.tdm_block_testimonial .tdm-testimonial-info2{display:inline-block}.tdm_block_testimonial .tdm-testimonial-info{display:inline-table;vertical-align:top}.tdm_block_testimonial .tdm-testimonial-info2{display:table-cell;vertical-align:middle}.tdm_block_testimonial .tdm-testimonial-image{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_testimonial .tdm-testimonial-name{margin:0;margin-bottom:-5px;font-size:20px;line-height:30px}.tdm_block_testimonial .tdm-testimonial-job{font-size:13px;line-height:19px;color:#a5a5a5}.tdm_block_testimonial .tds-testimonial2{position:relative}.tdm_block_testimonial .tds-testimonial2 .tdm-testimonial-descr{padding-top:22px}.tdm_block_testimonial .tds-testimonial2 .tdm-icon-font{position:absolute;top:0;left:-10px;font-size:50px;color:#f4f4f4;z-index:-1}.tdm_block_testimonial.tdm-content-horiz-center .tds-testimonial2 .tdm-icon-font{left:0;right:0;margin:0 auto}.tdm_block_testimonial.tdm-content-horiz-right .tds-testimonial2 .tdm-icon-font{left:auto;right:-10px}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-descr{background-color:#f8f8f8;margin-bottom:25px;padding:22px;color:#444}.tdm_block_testimonial .tds-testimonial3 .tdm-icon-font{display:none}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-info{position:relative}.tdm_block_testimonial .tds-testimonial3 .tdm-testimonial-info:before{content:'';position:absolute;top:-25px;left:12px;width:0;height:0;border-style:solid;border-width:14px 14px 0 14px;border-color:#F8F8F8 transparent transparent transparent}.tdm_block_testimonial .tds-testimonial4{padding:22px 24px}.tdm_block_testimonial .tds-testimonial4 .tdm-testimonial-image{margin-bottom:17px}.tdm_block_testimonial .tds-testimonial4 .tdm-testimonial-descr{margin-bottom:14px}.tdm_block_client .tdm-client-name{margin-bottom:13px;font-size:15px;line-height:17px}.tdm_block_client .tdm-client-image{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.tdm_block_call_to_action{}@media (min-width:768px) and (max-width:1018px){.tdm_block_call_to_action .td-block-span9{width:66.66666667%}.tdm_block_call_to_action .td-block-span3{width:33.33333333%}}@media (max-width:767px){.tdm_block_call_to_action .td-block-span9{margin-bottom:20px}}.tdm_block_call_to_action .tdm-title{margin:9px 0 10px 0}.tdm_block_call_to_action .tdm-descr{margin-bottom:0}.tdm_block_call_to_action .tds-title+.tdm-descr{margin-bottom:14px}@media (min-width:767px){.tdm_block_call_to_action .tds-button{text-align:right!important}.tdm_block_call_to_action.tdm-flip-yes .tds-button{text-align:left!important}}.tdm_block_call_to_action .tdm-btn{margin-top:0;max-width:100%;overflow:hidden}.tdm_block_call_to_action .tdm-btn .tdm-btn-text{text-overflow:ellipsis;overflow:hidden;max-width:100%;display:inline-block;white-space:nowrap}.tdm_block_call_to_action.tds_call_to_action2{padding:13px 22px}.tdm_block_pricing .tdm-pricing-header{position:relative;overflow:hidden}.tdm_block_pricing .tdm-title{margin:0 0 10px;color:#444}.tdm_block_pricing .tdm-pricing-price{position:relative;margin-bottom:16px;font-family:'Roboto', sans-serif;font-size:58px;font-weight:700;line-height:1}.tdm_block_pricing .tdm-pricing-price-old{font-size:29px;text-decoration:line-through;vertical-align:super;color:#666}.tdm_block_pricing .tdm-pricing-ribbon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:10;pointer-events:none}.tdm_block_pricing .tdm-pricing-ribbon{position:absolute;top:16px;right:-68px;padding:2px 0;width:200px;background-color:#FF0000;color:#fff;transform:rotate(40deg);text-align:center;font-size:12px}.tdm_block_pricing.tdm-content-horiz-right .tdm-pricing-ribbon{left:-68px;right:auto;transform:rotate(-40deg)}.tdm_block_pricing .tdm-pricing-currency,.tdm_block_pricing .tdm-pricing-period{font-weight:400}.tdm_block_pricing .tdm-pricing-currency,.tdm_block_pricing .tdm-pricing-currency-old{vertical-align:super}.tdm_block_pricing .tdm-pricing-currency{font-size:22px;margin-right:-12px}.tdm_block_pricing .tdm-pricing-currency-old{font-size:12px;text-decoration:none}.tdm_block_pricing .tdm-pricing-period{font-size:14px}.tdm_block_pricing .tdm-pricing-features{margin:0;font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:24px;color:#666}.tdm_block_pricing .tdm-descr{margin-bottom:18px;font-size:15px;line-height:24px}.tdm_block_pricing .tdm-pricing-feature{list-style-type:none;margin:0 0 5px}.tdm_block_pricing .tdm-pricing-feature i{width:15px;margin-top:-3px;line-height:1;vertical-align:middle;text-align:center;color:#4db2ec}.tdm_block_pricing .tds-button{margin:28px 0 26px}.tdm_block_pricing .tds-button:last-child{margin-bottom:0}.tdm_block_pricing.tdm-content-horiz-center .tdm-descr{padding:0 10px}.tdm_block_pricing.tdm-content-horiz-center .tdm-pricing-features{display:inline-block;text-align:left}.tdm_block_pricing.tdm-content-horiz-center .tds-button{margin-top:25px}.tdm_block_pricing .tds-pricing1{padding-top:13px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-header{background:#F8F8F9;margin-bottom:5px;padding:14px 20px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-price{margin-bottom:0}.tdm_block_pricing .tds-pricing2 .tdm-descr{margin-top:21px;margin-bottom:7px}.tdm_block_pricing .tds-pricing2 .tdm-pricing-feature{margin-bottom:0;padding:11px 20px 12px;border-bottom:1px solid #f1f1f1}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured:before{display:none}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header{background:#4db2ec;color:#fff}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header .tdm-title{color:#fff}.tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-price-old{color:#dfdfdf}.tdm_block_pricing.tds_pricing3_block{padding:25px 22px}.tdm_block_list .tdm-list-items{margin:0;font-family:'Open Sans', arial, sans-serif;font-size:15px;line-height:24px;color:#666}.tdm_block_list.tdm-content-horiz-center .tdm-list-item{margin-left:auto;margin-right:auto}.tdm_block_list.tdm-content-horiz-right .tdm-list-item{margin-right:0;margin-left:auto}.tdm_block_list .tdm-list-item{margin-bottom:8px;margin-left:0;display:table}.tdm_block_list .tdm-list-item:after{content:'';display:table;clear:both}.tdm_block_list .tdm-list-item i{position:relative;float:left;line-height:inherit;vertical-align:middle;color:#4db2ec}.tdm_block_list .tdm-list-text{display:table}.tdm_block_list.tdm-list-with-icons .tdm-list-item{list-style-type:none}.tdm-social-wrapper{*zoom:1}.tdm-social-wrapper:after,.tdm-social-wrapper:before{display:table;content:'';line-height:0}.tdm-social-wrapper:after{clear:both}.tdm-social-item-wrap{display:inline-block}.tdm-social-item{position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;text-align:center;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.tdm-social-item i{font-size:14px;color:#4db2ec;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdm-social-text{display:none;margin-top:-1px;vertical-align:middle;font-size:13px;color:#4db2ec;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.tdm-social-item-wrap:hover .tdm-social-text,.tdm-social-item-wrap:hover i{color:#000}.tdm-social-item-wrap:last-child .tdm-social-text{margin-right:0!important}.tds-social2 .tdm-social-item-wrap .tdm-social-text,.tds-social2 .tdm-social-item-wrap i{color:#000}.tds-social2 .tdm-social-item-wrap:hover .tdm-social-text,.tds-social2 .tdm-social-item-wrap:hover i{color:#4db2ec}.tds-social2 .tdm-social-item:hover .td-icon-behance{color:#000000}.tds-social2 .tdm-social-item:hover .td-icon-blogger{color:#ffa900}.tds-social2 .tdm-social-item:hover .td-icon-dribbble{color:#ea4c89}.tds-social2 .tdm-social-item:hover .td-icon-facebook{color:#3B5998}.tds-social2 .tdm-social-item:hover .td-icon-flickr{color:#ff0084}.tds-social2 .tdm-social-item:hover .td-icon-googleplus{color:#dd4b39}.tds-social2 .tdm-social-item:hover .td-icon-instagram{color:#3f729b}.tds-social2 .tdm-social-item:hover .td-icon-lastfm{color:#ce2127}.tds-social2 .tdm-social-item:hover .td-icon-linkedin{color:#007bb6}.tds-social2 .tdm-social-item:hover .td-icon-pinterest{color:#cb2027}.tds-social2 .tdm-social-item:hover .td-icon-rss{color:#f36f24}.tds-social2 .tdm-social-item:hover .td-icon-soundcloud{color:#ff5500}.tds-social2 .tdm-social-item:hover .td-icon-tumblr{color:#32506d}.tds-social2 .tdm-social-item:hover .td-icon-twitter{color:#00aced}.tds-social2 .tdm-social-item:hover .td-icon-vimeo{color:#5289cc}.tds-social2 .tdm-social-item:hover .td-icon-youtube{color:#bb0000}.tds-social2 .tdm-social-item:hover .td-icon-vk{color:#507299}.tds-social3 .tdm-social-item{background-color:#4db2ec}.tds-social3 .tdm-social-item:hover{background-color:#000}.tds-social3 .tdm-social-item i{color:#fff}.tds-social6 .tdm-social-item{display:block}.tdm-progress-wrap .tdm-progress-percentage{font-family:'Open Sans', arial, sans-serif;font-size:16px}.tdm-progress-wrap .tdm-progress-bar{position:relative;width:100%;background-color:#f7f7f7}.tdm-progress-wrap .tdm-progress-bar:after{content:'';position:absolute}.tds-progress-bar1 .tdm-progress-bar,.tds-progress-bar2 .tdm-progress-bar{height:4px}.tds-progress-bar1 .tdm-progress-bar:after,.tds-progress-bar2 .tdm-progress-bar:after{background-color:#4db2ec}.tds-progress-bar1 .tdm-progress-percentage{float:left;width:52px;color:#666}.tds-progress-bar1 .tdm-progress-bar-wrap{padding:8px 0 0 62px}.tds-progress-bar1 .tdm-progress-bar{height:4px}.tds-progress-bar1 .tdm-progress-bar:after{top:0;left:0;height:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tds-progress-bar1 .tdm-progress-title{font-family:Verdana, Geneva, sans-serif;font-size:12px}.tds-progress-bar2 .tdm-progress-title,.tds-progress-bar3 .tdm-progress-title{margin-top:15px;font-family:'Roboto', sans-serif;font-size:20px;font-weight:500}.tds-progress-bar2 .tdm-progress-bar:after{bottom:0;left:0;width:100%}.tds-progress-bar2 .tdm-progress-title{margin-top:15px;font-family:'Roboto', sans-serif;font-size:20px;font-weight:500}.tds-progress-bar2 .tdm-progress-percentage{position:absolute;padding:5px 10px 0;font-family:'Open Sans', arial, sans-serif;font-size:16px;color:#fff;z-index:10}.tds-progress-bar3{}@media (max-width:767px){.tds-progress-bar3{padding:0 30px}}.tds-progress-bar3 .tdm-progress-bar{position:relative;display:inline-block;background:none;width:100%;height:0;padding-bottom:50%;text-align:center;overflow:hidden}.tds-progress-bar3 .tdm-progress-bar:after,.tds-progress-bar3 .tdm-progress-bar:before{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:none;padding-bottom:calc(100% - 20px);border-radius:50%;border:10px solid #f7f7f7}.tds-progress-bar3 .tdm-progress-bar:after{border-color:#4db2ec;-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0)}.tds-progress-bar3 .tdm-progress-bar .tdm-progress-percentage{position:absolute;bottom:0;width:100%;font-size:50px;font-weight:700;line-height:50px}.tdm-counter-wrap{font-family:'Roboto', sans-serif}.tdm-counter-wrap .tdm-counter-title{margin-top:13px;font-size:20px;font-weight:500;line-height:21px;color:#666}.tdm-counter-wrap .tdm-counter-number{font-size:58px;font-weight:700;line-height:58px}.tds-counter2 .tdm-counter-number{display:inline-table;width:200px;height:100px;padding:20px 20px 0;border-top-left-radius:100px;border-top-right-radius:100px;border:10px solid #4db2ec;border-bottom:0}.tds-counter2 .tdm-counter-number span{display:table-cell;vertical-align:bottom}.tdm_block_food_menu .tdm-food-menu-wrap{display:table;width:100%}.tdm_block_food_menu .tdm-food-menu-wrap:after{content:'';display:table;clear:both}.tdm_block_food_menu .tdm-food-menu-image{background-repeat:no-repeat;background-size:cover;background-position:center center}.tdm_block_food_menu .tdm-food-menu-details{display:table-cell}.tdm_block_food_menu .tdm-food-menu-price,.tdm_block_food_menu .tdm-title{display:inline-block}.tdm_block_food_menu .tdm-food-menu-title-wrap{margin:-1px 0 3px}.tdm_block_food_menu .tdm-title{width:80%;margin:0;font-size:20px;line-height:20px}@media (max-width:767px){.tdm_block_food_menu .tdm-title{font-size:18px;line-height:18px}}.tdm_block_food_menu .tdm-food-menu-price{width:20%;font-family:Verdana, Geneva, sans-serif;font-size:16px;font-weight:600;text-align:right}@media (max-width:767px){.tdm_block_food_menu .tdm-food-menu-price{font-size:15px}}.tdm_block_food_menu .tdm-descr{margin-bottom:0;font-size:14px;line-height:20px;color:#a5a5a5}.tdm_block_icon.tdm_block{margin-bottom:0}.tds-icon{position:relative}.tds-icon:after{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tdm_block_icon_box .tdm-descr{font-size:14px;line-height:24px;-webkit-transition:color 0.2s ease;-moz-transition:color 0.2s ease;-o-transition:color 0.2s ease;transition:color 0.2s ease}.tds_icon_box1_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box2_wrap .tds-icon-box{display:inline-block}.tds_icon_box2_wrap .tds-icon-box2:after{display:table;content:'';line-height:0;clear:both}.tds_icon_box2_wrap .tdm-col-icon,.tds_icon_box2_wrap .tdm-col-text{display:table-cell;vertical-align:top}.tds_icon_box2_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box3_wrap .tdm-title-icon-wrap{position:relative;display:table}.tds_icon_box3_wrap.tdm-content-horiz-center .tdm-title-icon-wrap{margin-left:auto;margin-right:auto}.tds_icon_box3_wrap.tdm-content-horiz-right .tdm-title-icon-wrap{margin-left:auto}.tds_icon_box3_wrap .tds-icon{position:absolute;top:0;left:0;color:#dcf3f8}.tds_icon_box3_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box4_wrap{height:300px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box4_wrap:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box4_wrap .tds-icon-box4{position:absolute;display:block;top:50%;left:50%;width:80%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);z-index:1}.tds_icon_box4_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}.tds_icon_box4_wrap:before{content:'';position:absolute;left:0;bottom:0;width:100%;z-index:1}.tds_icon_box4_wrap:hover{transform:translateY(-10px);-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px)}.tds_icon_box5_wrap{height:260px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tds_icon_box5_wrap .tds-icon-box5{position:absolute;display:block;top:50%;left:50%;width:80%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.tds_icon_box5_wrap .tds-icon{-webkit-transition:transform 0.5s ease 0.3s;-moz-transition:transform 0.5s ease 0.3s;-o-transition:transform 0.5s ease 0.3s;transition:transform 0.5s ease 0.3s;color:#444}.tds_icon_box5_wrap .tds-title{-webkit-transition:transform 0.5s ease 0.2s;-moz-transition:transform 0.5s ease 0.2s;-o-transition:transform 0.5s ease 0.2s;transition:transform 0.5s ease 0.2s}.tds_icon_box5_wrap .tds-title .tdm-title{color:#444}.tds_icon_box5_wrap .td-icon-box-meta-info{display:block;position:absolute}.tds_icon_box5_wrap .td-icon-box-meta-info .tdm-descr{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0;color:#fff}.tds_icon_box5_wrap .td-icon-box-meta-info .tds-button{-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;opacity:0;color:#fff}.tds_icon_box5_wrap:hover{background-color:#00d6ff}.tds_icon_box5_wrap:hover .tds-icon{color:#fff;-webkit-transition:transform 0.3s ease-in-out;-moz-transition:transform 0.3s ease-in-out;-o-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out}.tds_icon_box5_wrap:hover .tds-title{-webkit-transition:transform 0.3s ease-in-out 0.1s;-moz-transition:transform 0.3s ease-in-out 0.1s;-o-transition:transform 0.3s ease-in-out 0.1s;transition:transform 0.3s ease-in-out 0.1s}.tds_icon_box5_wrap:hover .tds-title .tdm-title{color:#fff}.tds_icon_box5_wrap:hover .tdm-descr{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;-moz-transition:opacity 0.3s ease-in-out 0.2s;-o-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.tds_icon_box5_wrap:hover .tds-button{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;-moz-transition:opacity 0.3s ease-in-out 0.2s;-o-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.tds_icon_box5_wrap .icon_box_url_wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index: 3;}.tds_icon_box5_wrap.tdm-content-horiz-left .td-icon-box-meta-info{text-align:left}.tds_icon_box5_wrap.tdm-content-horiz-right .td-icon-box-meta-info{text-align:right}.tds-title-over-image{overflow:hidden}.tds-title-over-image1{position:relative;height:0;padding-bottom:400px;background-color:#f9f9f9}.tds-title-over-image1 .tdm-title-over-image-info-wrap{width:100%;padding:24px 32px}.tds-title-over-image1 .tdm-title-over-image-info,.tds-title-over-image1 .tdm-title-sub{zoom:1;transform:translate(0, 8px);-webkit-transform:translate(0, 8px);-moz-transform:translate(0, 8px);-ms-transform:translate(0, 8px);-o-transform:translate(0, 8px);-webkit-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.tds-title-over-image1 .tdm-title{margin:0}.tds-title-over-image1 .tdm-title-xxsm{margin-top:8px;margin-bottom:2px}.tds-title-over-image1 .tdm-title-xsm{margin-top:6px;margin-bottom:1px}.tds-title-over-image1 .tdm-title-sm{margin-top:4px}.tds-title-over-image1 .tdm-title-bg{margin-bottom:12px;line-height:50px}.tds-title-over-image1 .tdm-title-sub{color:#555;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-title-over-image1 .tdm-title-over-image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.tds-title-over-image1 .tdm-title-over-image-overlay:after,.tds-title-over-image1 .tdm-title-over-image-overlay:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.tds-title-over-image1 .tdm-title-over-image-overlay:after{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";filter:alpha(opacity=0)}.tds-title-over-image1:hover .tdm-title-over-image-info,.tds-title-over-image1:hover .tdm-title-sub{transform:translate(0, 0);-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);-webkit-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-moz-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);-o-transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.tds-title-over-image1:hover .tdm-title-sub{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tds-title-over-image1:hover .tdm-title-over-image-overlay:after{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";filter:alpha(opacity=100)}.tdm_block_title_over_image.tdm-content-vert-center .tds-title-over-image1 .tdm-title-over-image-info-wrap{position:absolute;top:calc(50% - 8px);transform:translateY(calc(-50% + 8px));-webkit-transform:translateY(calc(-50% + 8px));-moz-transform:translateY(calc(-50% + 8px));-ms-transform:translateY(calc(-50% + 8px));-o-transform:translateY(calc(-50% + 8px))}.tdm_block_title_over_image.tdm-content-vert-bottom .tds-title-over-image1 .tdm-title-over-image-info-wrap{position:absolute;bottom:0}[data-mfp-src]{cursor:pointer}[data-scroll-to-class]{cursor:pointer}.tdm-sub-footer-email,.tdm-sub-footer-info,.tdm-sub-footer-phone{margin-top:8px;margin-bottom:8px;line-height:20px}@font-face{font-family:'multipurpose';src:url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2);src:url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2#iefix) format('embedded-opentype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff?2) format('woff'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf?2) format('truetype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg?2#wpion) format('svg');font-weight:normal;font-style:normal}[class*=" tdm-icon-"]:before,[class*=" tdm-icons"]:before,[class^=tdm-icon-]:before,[class^=tdm-icons]:before{font-family:'multipurpose'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=tdm-icon-]{line-height:1;text-align:center;display:inline-block}[class*=tdm-icons]{line-height:1;text-align:center;display:inline-block;cursor:default}.tdm-icon-quote-left:before{content:"\e977"}.tdm-icon-quote-right:before{content:"\e978"}.tdm-icon-circle-right:before{content:"\ea42"}.tdm-icon-circle-close:before{content:"\ea0d"}body .tdc-font-typcn{display:inline-block}body .tdc-font-typcn:before{vertical-align:top}body .tdc-font-oi{display:inline-block}body .tdc-font-oi:before{vertical-align:middle}div.wpforms-container .wpforms-form div.wpforms-field-container{font-family:'Open Sans', arial, sans-serif}div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field input,div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field textarea{font-family:'Open Sans', arial, sans-serif;border-color:#eef0f3;border-width:0 0 1px 0;border-radius:0;color:#243442;font-size:15px;padding-right:0;padding-left:0;font-weight:600}div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field .wpforms-field-label{color:#adb3b9;font-size:13px;font-weight:500}div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit]{font-family:'Open Sans', arial, sans-serif;border:none;color:#fff;text-transform:uppercase;font-size:13px;font-weight:600;padding:10px 30px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit]:hover{background-color:#000}@font-face { font-family: 'FontAwesome'; src: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0); src: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg'); font-weight: normal; font-style: normal; } .tdc-font-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; } .tdc-font-fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .tdc-font-fa-2x { font-size: 2em; } .tdc-font-fa-3x { font-size: 3em; } .tdc-font-fa-4x { font-size: 4em; } .tdc-font-fa-5x { font-size: 5em; } .tdc-font-fa-fw { width: 1.28571429em; text-align: center; } .tdc-font-fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .tdc-font-fa-ul > li { position: relative; } .tdc-font-fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .tdc-font-fa-li.tdc-font-fa-lg { left: -1.85714286em; } .tdc-font-fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .tdc-font-fa-pull-left { float: left; } .tdc-font-fa-pull-right { float: right; } .fa.tdc-font-fa-pull-left { margin-right: .3em; } .fa.tdc-font-fa-pull-right { margin-left: .3em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .tdc-font-fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .tdc-font-fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .tdc-font-fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .tdc-font-fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .tdc-font-fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .tdc-font-fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .tdc-font-fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .tdc-font-fa-rotate-90, :root .tdc-font-fa-rotate-180, :root .tdc-font-fa-rotate-270, :root .tdc-font-fa-flip-horizontal, :root .tdc-font-fa-flip-vertical { filter: none; } .tdc-font-fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .tdc-font-fa-stack-1x, .tdc-font-fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .tdc-font-fa-stack-1x { line-height: inherit; } .tdc-font-fa-stack-2x { font-size: 2em; } .tdc-font-fa-inverse { color: #ffffff; } .tdc-font-fa-glass:before { content: "\f000"; } .tdc-font-fa-music:before { content: "\f001"; } .tdc-font-fa-search:before { content: "\f002"; } .tdc-font-fa-envelope-o:before { content: "\f003"; } .tdc-font-fa-heart:before { content: "\f004"; } .tdc-font-fa-star:before { content: "\f005"; } .tdc-font-fa-star-o:before { content: "\f006"; } .tdc-font-fa-user:before { content: "\f007"; } .tdc-font-fa-film:before { content: "\f008"; } .tdc-font-fa-th-large:before { content: "\f009"; } .tdc-font-fa-th:before { content: "\f00a"; } .tdc-font-fa-th-list:before { content: "\f00b"; } .tdc-font-fa-check:before { content: "\f00c"; } .tdc-font-fa-remove-close-times:before { content: "\f00d"; } .tdc-font-fa-search-plus:before { content: "\f00e"; } .tdc-font-fa-search-minus:before { content: "\f010"; } .tdc-font-fa-power-off:before { content: "\f011"; } .tdc-font-fa-signal:before { content: "\f012"; } .tdc-font-fa-gear:before { content: "\f013"; } .tdc-font-fa-trash-o:before { content: "\f014"; } .tdc-font-fa-home:before { content: "\f015"; } .tdc-font-fa-file-o:before { content: "\f016"; } .tdc-font-fa-clock-o:before { content: "\f017"; } .tdc-font-fa-road:before { content: "\f018"; } .tdc-font-fa-download:before { content: "\f019"; } .tdc-font-fa-arrow-circle-o-down:before { content: "\f01a"; } .tdc-font-fa-arrow-circle-o-up:before { content: "\f01b"; } .tdc-font-fa-inbox:before { content: "\f01c"; } .tdc-font-fa-play-circle-o:before { content: "\f01d"; } .tdc-font-fa-rotate-right-repeat:before { content: "\f01e"; } .tdc-font-fa-refresh:before { content: "\f021"; } .tdc-font-fa-list-alt:before { content: "\f022"; } .tdc-font-fa-lock:before { content: "\f023"; } .tdc-font-fa-flag:before { content: "\f024"; } .tdc-font-fa-headphones:before { content: "\f025"; } .tdc-font-fa-volume-off:before { content: "\f026"; } .tdc-font-fa-volume-down:before { content: "\f027"; } .tdc-font-fa-volume-up:before { content: "\f028"; } .tdc-font-fa-qrcode:before { content: "\f029"; } .tdc-font-fa-barcode:before { content: "\f02a"; } .tdc-font-fa-tag:before { content: "\f02b"; } .tdc-font-fa-tags:before { content: "\f02c"; } .tdc-font-fa-book:before { content: "\f02d"; } .tdc-font-fa-bookmark:before { content: "\f02e"; } .tdc-font-fa-print:before { content: "\f02f"; } .tdc-font-fa-camera:before { content: "\f030"; } .tdc-font-fa-font:before { content: "\f031"; } .tdc-font-fa-bold:before { content: "\f032"; } .tdc-font-fa-italic:before { content: "\f033"; } .tdc-font-fa-text-height:before { content: "\f034"; } .tdc-font-fa-text-width:before { content: "\f035"; } .tdc-font-fa-align-left:before { content: "\f036"; } .tdc-font-fa-align-center:before { content: "\f037"; } .tdc-font-fa-align-right:before { content: "\f038"; } .tdc-font-fa-align-justify:before { content: "\f039"; } .tdc-font-fa-list:before { content: "\f03a"; } .tdc-font-fa-dedent-outdent:before { content: "\f03b"; } .tdc-font-fa-indent:before { content: "\f03c"; } .tdc-font-fa-video-camera:before { content: "\f03d"; } .tdc-font-fa-photo-image-picture:before { content: "\f03e"; } .tdc-font-fa-pencil:before { content: "\f040"; } .tdc-font-fa-map-marker:before { content: "\f041"; } .tdc-font-fa-adjust:before { content: "\f042"; } .tdc-font-fa-tint:before { content: "\f043"; } .tdc-font-fa-edit-pencil-square:before { content: "\f044"; } .tdc-font-fa-share-square-o:before { content: "\f045"; } .tdc-font-fa-check-square-o:before { content: "\f046"; } .tdc-font-fa-arrows:before { content: "\f047"; } .tdc-font-fa-step-backward:before { content: "\f048"; } .tdc-font-fa-fast-backward:before { content: "\f049"; } .tdc-font-fa-backward:before { content: "\f04a"; } .tdc-font-fa-play:before { content: "\f04b"; } .tdc-font-fa-pause:before { content: "\f04c"; } .tdc-font-fa-stop:before { content: "\f04d"; } .tdc-font-fa-forward:before { content: "\f04e"; } .tdc-font-fa-fast-forward:before { content: "\f050"; } .tdc-font-fa-step-forward:before { content: "\f051"; } .tdc-font-fa-eject:before { content: "\f052"; } .tdc-font-fa-chevron-left:before { content: "\f053"; } .tdc-font-fa-chevron-right:before { content: "\f054"; } .tdc-font-fa-plus-circle:before { content: "\f055"; } .tdc-font-fa-minus-circle:before { content: "\f056"; } .tdc-font-fa-times-circle:before { content: "\f057"; } .tdc-font-fa-check-circle:before { content: "\f058"; } .tdc-font-fa-question-circle:before { content: "\f059"; } .tdc-font-fa-info-circle:before { content: "\f05a"; } .tdc-font-fa-crosshairs:before { content: "\f05b"; } .tdc-font-fa-times-circle-o:before { content: "\f05c"; } .tdc-font-fa-check-circle-o:before { content: "\f05d"; } .tdc-font-fa-ban:before { content: "\f05e"; } .tdc-font-fa-arrow-left:before { content: "\f060"; } .tdc-font-fa-arrow-right:before { content: "\f061"; } .tdc-font-fa-arrow-up:before { content: "\f062"; } .tdc-font-fa-arrow-down:before { content: "\f063"; } .tdc-font-fa-mail-forward-share:before { content: "\f064"; } .tdc-font-fa-expand:before { content: "\f065"; } .tdc-font-fa-compress:before { content: "\f066"; } .tdc-font-fa-plus:before { content: "\f067"; } .tdc-font-fa-minus:before { content: "\f068"; } .tdc-font-fa-asterisk:before { content: "\f069"; } .tdc-font-fa-exclamation-circle:before { content: "\f06a"; } .tdc-font-fa-gift:before { content: "\f06b"; } .tdc-font-fa-leaf:before { content: "\f06c"; } .tdc-font-fa-fire:before { content: "\f06d"; } .tdc-font-fa-eye:before { content: "\f06e"; } .tdc-font-fa-eye-slash:before { content: "\f070"; } .tdc-font-fa-warning-exclamation-triangle:before { content: "\f071"; } .tdc-font-fa-plane:before { content: "\f072"; } .tdc-font-fa-calendar:before { content: "\f073"; } .tdc-font-fa-random:before { content: "\f074"; } .tdc-font-fa-comment:before { content: "\f075"; } .tdc-font-fa-magnet:before { content: "\f076"; } .tdc-font-fa-chevron-up:before { content: "\f077"; } .tdc-font-fa-chevron-down:before { content: "\f078"; } .tdc-font-fa-retweet:before { content: "\f079"; } .tdc-font-fa-shopping-cart:before { content: "\f07a"; } .tdc-font-fa-folder:before { content: "\f07b"; } .tdc-font-fa-folder-open:before { content: "\f07c"; } .tdc-font-fa-arrows-v:before { content: "\f07d"; } .tdc-font-fa-arrows-h:before { content: "\f07e"; } .tdc-font-fa-bar-chart-o-chart:before { content: "\f080"; } .tdc-font-fa-twitter-square:before { content: "\f081"; } .tdc-font-fa-facebook-square:before { content: "\f082"; } .tdc-font-fa-camera-retro:before { content: "\f083"; } .tdc-font-fa-key:before { content: "\f084"; } .tdc-font-fa-gears-cogs:before { content: "\f085"; } .tdc-font-fa-comments:before { content: "\f086"; } .tdc-font-fa-thumbs-o-up:before { content: "\f087"; } .tdc-font-fa-thumbs-o-down:before { content: "\f088"; } .tdc-font-fa-star-half:before { content: "\f089"; } .tdc-font-fa-heart-o:before { content: "\f08a"; } .tdc-font-fa-sign-out:before { content: "\f08b"; } .tdc-font-fa-linkedin-square:before { content: "\f08c"; } .tdc-font-fa-thumb-tack:before { content: "\f08d"; } .tdc-font-fa-external-link:before { content: "\f08e"; } .tdc-font-fa-sign-in:before { content: "\f090"; } .tdc-font-fa-trophy:before { content: "\f091"; } .tdc-font-fa-github-square:before { content: "\f092"; } .tdc-font-fa-upload:before { content: "\f093"; } .tdc-font-fa-lemon-o:before { content: "\f094"; } .tdc-font-fa-phone:before { content: "\f095"; } .tdc-font-fa-square-o:before { content: "\f096"; } .tdc-font-fa-bookmark-o:before { content: "\f097"; } .tdc-font-fa-phone-square:before { content: "\f098"; } .tdc-font-fa-twitter:before { content: "\f099"; } .tdc-font-fa-facebook-f:before { content: "\f09a"; } .tdc-font-fa-github:before { content: "\f09b"; } .tdc-font-fa-unlock:before { content: "\f09c"; } .tdc-font-fa-credit-card:before { content: "\f09d"; } .tdc-font-fa-feed-rss:before { content: "\f09e"; } .tdc-font-fa-hdd-o:before { content: "\f0a0"; } .tdc-font-fa-bullhorn:before { content: "\f0a1"; } .tdc-font-fa-bell:before { content: "\f0f3"; } .tdc-font-fa-certificate:before { content: "\f0a3"; } .tdc-font-fa-hand-o-right:before { content: "\f0a4"; } .tdc-font-fa-hand-o-left:before { content: "\f0a5"; } .tdc-font-fa-hand-o-up:before { content: "\f0a6"; } .tdc-font-fa-hand-o-down:before { content: "\f0a7"; } .tdc-font-fa-arrow-circle-left:before { content: "\f0a8"; } .tdc-font-fa-arrow-circle-right:before { content: "\f0a9"; } .tdc-font-fa-arrow-circle-up:before { content: "\f0aa"; } .tdc-font-fa-arrow-circle-down:before { content: "\f0ab"; } .tdc-font-fa-globe:before { content: "\f0ac"; } .tdc-font-fa-wrench:before { content: "\f0ad"; } .tdc-font-fa-tasks:before { content: "\f0ae"; } .tdc-font-fa-filter:before { content: "\f0b0"; } .tdc-font-fa-briefcase:before { content: "\f0b1"; } .tdc-font-fa-arrows-alt:before { content: "\f0b2"; } .tdc-font-fa-group-users:before { content: "\f0c0"; } .tdc-font-fa-chain-link:before { content: "\f0c1"; } .tdc-font-fa-cloud:before { content: "\f0c2"; } .tdc-font-fa-flask:before { content: "\f0c3"; } .tdc-font-fa-cut-scissors:before { content: "\f0c4"; } .tdc-font-fa-copy-files:before { content: "\f0c5"; } .tdc-font-fa-paperclip:before { content: "\f0c6"; } .tdc-font-fa-save-floppy:before { content: "\f0c7"; } .tdc-font-fa-square:before { content: "\f0c8"; } .tdc-font-fa-navicon-reorder-bars:before { content: "\f0c9"; } .tdc-font-fa-list-ul:before { content: "\f0ca"; } .tdc-font-fa-list-ol:before { content: "\f0cb"; } .tdc-font-fa-strikethrough:before { content: "\f0cc"; } .tdc-font-fa-underline:before { content: "\f0cd"; } .tdc-font-fa-table:before { content: "\f0ce"; } .tdc-font-fa-magic:before { content: "\f0d0"; } .tdc-font-fa-truck:before { content: "\f0d1"; } .tdc-font-fa-pinterest:before { content: "\f0d2"; } .tdc-font-fa-pinterest-square:before { content: "\f0d3"; } .tdc-font-fa-google-plus-square:before { content: "\f0d4"; } .tdc-font-fa-google-plus:before { content: "\f0d5"; } .tdc-font-fa-money:before { content: "\f0d6"; } .tdc-font-fa-caret-down:before { content: "\f0d7"; } .tdc-font-fa-caret-up:before { content: "\f0d8"; } .tdc-font-fa-caret-left:before { content: "\f0d9"; } .tdc-font-fa-caret-right:before { content: "\f0da"; } .tdc-font-fa-columns:before { content: "\f0db"; } .tdc-font-fa-unsorted:before { content: "\f0dc"; } .tdc-font-fa-sort-down:before { content: "\f0dd"; } .tdc-font-fa-sort-up:before { content: "\f0de"; } .tdc-font-fa-envelope:before { content: "\f0e0"; } .tdc-font-fa-linkedin:before { content: "\f0e1"; } .tdc-font-fa-rotate-left-undo:before { content: "\f0e2"; } .tdc-font-fa-legal-gavel:before { content: "\f0e3"; } .tdc-font-fa-dashboard-tachometer:before { content: "\f0e4"; } .tdc-font-fa-comment-o:before { content: "\f0e5"; } .tdc-font-fa-comments-o:before { content: "\f0e6"; } .tdc-font-fa-flash-bolt:before { content: "\f0e7"; } .tdc-font-fa-sitemap:before { content: "\f0e8"; } .tdc-font-fa-umbrella:before { content: "\f0e9"; } .tdc-font-fa-paste-clipboard:before { content: "\f0ea"; } .tdc-font-fa-lightbulb-o:before { content: "\f0eb"; } .tdc-font-fa-exchange:before { content: "\f0ec"; } .tdc-font-fa-cloud-download:before { content: "\f0ed"; } .tdc-font-fa-cloud-upload:before { content: "\f0ee"; } .tdc-font-fa-user-md:before { content: "\f0f0"; } .tdc-font-fa-stethoscope:before { content: "\f0f1"; } .tdc-font-fa-suitcase:before { content: "\f0f2"; } .tdc-font-fa-bell-o:before { content: "\f0a2"; } .tdc-font-fa-coffee:before { content: "\f0f4"; } .tdc-font-fa-cutlery:before { content: "\f0f5"; } .tdc-font-fa-file-text-o:before { content: "\f0f6"; } .tdc-font-fa-building-o:before { content: "\f0f7"; } .tdc-font-fa-hospital-o:before { content: "\f0f8"; } .tdc-font-fa-ambulance:before { content: "\f0f9"; } .tdc-font-fa-medkit:before { content: "\f0fa"; } .tdc-font-fa-fighter-jet:before { content: "\f0fb"; } .tdc-font-fa-beer:before { content: "\f0fc"; } .tdc-font-fa-h-square:before { content: "\f0fd"; } .tdc-font-fa-plus-square:before { content: "\f0fe"; } .tdc-font-fa-angle-double-left:before { content: "\f100"; } .tdc-font-fa-angle-double-right:before { content: "\f101"; } .tdc-font-fa-angle-double-up:before { content: "\f102"; } .tdc-font-fa-angle-double-down:before { content: "\f103"; } .tdc-font-fa-angle-left:before { content: "\f104"; } .tdc-font-fa-angle-right:before { content: "\f105"; } .tdc-font-fa-angle-up:before { content: "\f106"; } .tdc-font-fa-angle-down:before { content: "\f107"; } .tdc-font-fa-desktop:before { content: "\f108"; } .tdc-font-fa-laptop:before { content: "\f109"; } .tdc-font-fa-tablet:before { content: "\f10a"; } .tdc-font-fa-mobile-phone:before { content: "\f10b"; } .tdc-font-fa-circle-o:before { content: "\f10c"; } .tdc-font-fa-quote-left:before { content: "\f10d"; } .tdc-font-fa-quote-right:before { content: "\f10e"; } .tdc-font-fa-spinner:before { content: "\f110"; } .tdc-font-fa-circle:before { content: "\f111"; } .tdc-font-fa-mail-reply:before { content: "\f112"; } .tdc-font-fa-github-alt:before { content: "\f113"; } .tdc-font-fa-folder-o:before { content: "\f114"; } .tdc-font-fa-folder-open-o:before { content: "\f115"; } .tdc-font-fa-smile-o:before { content: "\f118"; } .tdc-font-fa-frown-o:before { content: "\f119"; } .tdc-font-fa-meh-o:before { content: "\f11a"; } .tdc-font-fa-gamepad:before { content: "\f11b"; } .tdc-font-fa-keyboard-o:before { content: "\f11c"; } .tdc-font-fa-flag-o:before { content: "\f11d"; } .tdc-font-fa-flag-checkered:before { content: "\f11e"; } .tdc-font-fa-terminal:before { content: "\f120"; } .tdc-font-fa-code:before { content: "\f121"; } .tdc-font-fa-mail-reply-all:before { content: "\f122"; } .tdc-font-fa-star-half-empty:before { content: "\f123"; } .tdc-font-fa-location-arrow:before { content: "\f124"; } .tdc-font-fa-crop:before { content: "\f125"; } .tdc-font-fa-code-fork:before { content: "\f126"; } .tdc-font-fa-unlink-chain-broken:before { content: "\f127"; } .tdc-font-fa-question:before { content: "\f128"; } .tdc-font-fa-info:before { content: "\f129"; } .tdc-font-fa-exclamation:before { content: "\f12a"; } .tdc-font-fa-superscript:before { content: "\f12b"; } .tdc-font-fa-subscript:before { content: "\f12c"; } .tdc-font-fa-eraser:before { content: "\f12d"; } .tdc-font-fa-puzzle-piece:before { content: "\f12e"; } .tdc-font-fa-microphone:before { content: "\f130"; } .tdc-font-fa-microphone-slash:before { content: "\f131"; } .tdc-font-fa-shield:before { content: "\f132"; } .tdc-font-fa-calendar-o:before { content: "\f133"; } .tdc-font-fa-fire-extinguisher:before { content: "\f134"; } .tdc-font-fa-rocket:before { content: "\f135"; } .tdc-font-fa-maxcdn:before { content: "\f136"; } .tdc-font-fa-chevron-circle-left:before { content: "\f137"; } .tdc-font-fa-chevron-circle-right:before { content: "\f138"; } .tdc-font-fa-chevron-circle-up:before { content: "\f139"; } .tdc-font-fa-chevron-circle-down:before { content: "\f13a"; } .tdc-font-fa-html5:before { content: "\f13b"; } .tdc-font-fa-css3:before { content: "\f13c"; } .tdc-font-fa-anchor:before { content: "\f13d"; } .tdc-font-fa-unlock-alt:before { content: "\f13e"; } .tdc-font-fa-bullseye:before { content: "\f140"; } .tdc-font-fa-ellipsis-h:before { content: "\f141"; } .tdc-font-fa-ellipsis-v:before { content: "\f142"; } .tdc-font-fa-rss-square:before { content: "\f143"; } .tdc-font-fa-play-circle:before { content: "\f144"; } .tdc-font-fa-ticket:before { content: "\f145"; } .tdc-font-fa-minus-square:before { content: "\f146"; } .tdc-font-fa-minus-square-o:before { content: "\f147"; } .tdc-font-fa-level-up:before { content: "\f148"; } .tdc-font-fa-level-down:before { content: "\f149"; } .tdc-font-fa-check-square:before { content: "\f14a"; } .tdc-font-fa-pencil-square:before { content: "\f14b"; } .tdc-font-fa-external-link-square:before { content: "\f14c"; } .tdc-font-fa-share-square:before { content: "\f14d"; } .tdc-font-fa-compass:before { content: "\f14e"; } .tdc-font-fa-toggle-down-caret:before { content: "\f150"; } .tdc-font-fa-toggle-up-caret:before { content: "\f151"; } .tdc-font-fa-toggle-right-caret:before { content: "\f152"; } .tdc-font-fa-euro:before { content: "\f153"; } .tdc-font-fa-gbp:before { content: "\f154"; } .tdc-font-fa-dollar-usd:before { content: "\f155"; } .tdc-font-fa-rupee:before { content: "\f156"; } .tdc-font-fa-cny-yen-jpy:before { content: "\f157"; } .tdc-font-fa-ruble:before { content: "\f158"; } .tdc-font-fa-won:before { content: "\f159"; } .tdc-font-fa-bitcoin:before { content: "\f15a"; } .tdc-font-fa-file:before { content: "\f15b"; } .tdc-font-fa-file-text:before { content: "\f15c"; } .tdc-font-fa-sort-alpha-asc:before { content: "\f15d"; } .tdc-font-fa-sort-alpha-desc:before { content: "\f15e"; } .tdc-font-fa-sort-amount-asc:before { content: "\f160"; } .tdc-font-fa-sort-amount-desc:before { content: "\f161"; } .tdc-font-fa-sort-numeric-asc:before { content: "\f162"; } .tdc-font-fa-sort-numeric-desc:before { content: "\f163"; } .tdc-font-fa-thumbs-up:before { content: "\f164"; } .tdc-font-fa-thumbs-down:before { content: "\f165"; } .tdc-font-fa-youtube-square:before { content: "\f166"; } .tdc-font-fa-youtube:before { content: "\f167"; } .tdc-font-fa-xing:before { content: "\f168"; } .tdc-font-fa-xing-square:before { content: "\f169"; } .tdc-font-fa-youtube-play:before { content: "\f16a"; } .tdc-font-fa-dropbox:before { content: "\f16b"; } .tdc-font-fa-stack-overflow:before { content: "\f16c"; } .tdc-font-fa-instagram:before { content: "\f16d"; } .tdc-font-fa-flickr:before { content: "\f16e"; } .tdc-font-fa-adn:before { content: "\f170"; } .tdc-font-fa-bitbucket:before { content: "\f171"; } .tdc-font-fa-bitbucket-square:before { content: "\f172"; } .tdc-font-fa-tumblr:before { content: "\f173"; } .tdc-font-fa-tumblr-square:before { content: "\f174"; } .tdc-font-fa-long-arrow-down:before { content: "\f175"; } .tdc-font-fa-long-arrow-up:before { content: "\f176"; } .tdc-font-fa-long-arrow-left:before { content: "\f177"; } .tdc-font-fa-long-arrow-right:before { content: "\f178"; } .tdc-font-fa-apple:before { content: "\f179"; } .tdc-font-fa-windows:before { content: "\f17a"; } .tdc-font-fa-android:before { content: "\f17b"; } .tdc-font-fa-linux:before { content: "\f17c"; } .tdc-font-fa-dribbble:before { content: "\f17d"; } .tdc-font-fa-skype:before { content: "\f17e"; } .tdc-font-fa-foursquare:before { content: "\f180"; } .tdc-font-fa-trello:before { content: "\f181"; } .tdc-font-fa-female:before { content: "\f182"; } .tdc-font-fa-male:before { content: "\f183"; } .tdc-font-fa-gittip:before { content: "\f184"; } .tdc-font-fa-sun-o:before { content: "\f185"; } .tdc-font-fa-moon-o:before { content: "\f186"; } .tdc-font-fa-archive:before { content: "\f187"; } .tdc-font-fa-bug:before { content: "\f188"; } .tdc-font-fa-vk:before { content: "\f189"; } .tdc-font-fa-weibo:before { content: "\f18a"; } .tdc-font-fa-renren:before { content: "\f18b"; } .tdc-font-fa-pagelines:before { content: "\f18c"; } .tdc-font-fa-stack-exchange:before { content: "\f18d"; } .tdc-font-fa-arrow-circle-o-right:before { content: "\f18e"; } .tdc-font-fa-arrow-circle-o-left:before { content: "\f190"; } .tdc-font-fa-toggle-left:before { content: "\f191"; } .tdc-font-fa-dot-circle-o:before { content: "\f192"; } .tdc-font-fa-wheelchair:before { content: "\f193"; } .tdc-font-fa-vimeo-square:before { content: "\f194"; } .tdc-font-fa-turkish-lira:before { content: "\f195"; } .tdc-font-fa-plus-square-o:before { content: "\f196"; } .tdc-font-fa-space-shuttle:before { content: "\f197"; } .tdc-font-fa-slack:before { content: "\f198"; } .tdc-font-fa-envelope-square:before { content: "\f199"; } .tdc-font-fa-wordpress:before { content: "\f19a"; } .tdc-font-fa-openid:before { content: "\f19b"; } .tdc-font-fa-institution-bank-university:before { content: "\f19c"; } .tdc-font-fa-mortar-board-graduation:before { content: "\f19d"; } .tdc-font-fa-yahoo:before { content: "\f19e"; } .tdc-font-fa-google:before { content: "\f1a0"; } .tdc-font-fa-reddit:before { content: "\f1a1"; } .tdc-font-fa-reddit-square:before { content: "\f1a2"; } .tdc-font-fa-stumbleupon-circle:before { content: "\f1a3"; } .tdc-font-fa-stumbleupon:before { content: "\f1a4"; } .tdc-font-fa-delicious:before { content: "\f1a5"; } .tdc-font-fa-digg:before { content: "\f1a6"; } .tdc-font-fa-pied-piper-pp:before { content: "\f1a7"; } .tdc-font-fa-pied-piper-alt:before { content: "\f1a8"; } .tdc-font-fa-drupal:before { content: "\f1a9"; } .tdc-font-fa-joomla:before { content: "\f1aa"; } .tdc-font-fa-language:before { content: "\f1ab"; } .tdc-font-fa-fax:before { content: "\f1ac"; } .tdc-font-fa-building:before { content: "\f1ad"; } .tdc-font-fa-child:before { content: "\f1ae"; } .tdc-font-fa-paw:before { content: "\f1b0"; } .tdc-font-fa-spoon:before { content: "\f1b1"; } .tdc-font-fa-cube:before { content: "\f1b2"; } .tdc-font-fa-cubes:before { content: "\f1b3"; } .tdc-font-fa-behance:before { content: "\f1b4"; } .tdc-font-fa-behance-square:before { content: "\f1b5"; } .tdc-font-fa-steam:before { content: "\f1b6"; } .tdc-font-fa-steam-square:before { content: "\f1b7"; } .tdc-font-fa-recycle:before { content: "\f1b8"; } .tdc-font-fa-automobile-car:before { content: "\f1b9"; } .tdc-font-fa-cab-taxi:before { content: "\f1ba"; } .tdc-font-fa-tree:before { content: "\f1bb"; } .tdc-font-fa-spotify:before { content: "\f1bc"; } .tdc-font-fa-deviantart:before { content: "\f1bd"; } .tdc-font-fa-soundcloud:before { content: "\f1be"; } .tdc-font-fa-database:before { content: "\f1c0"; } .tdc-font-fa-file-pdf-o:before { content: "\f1c1"; } .tdc-font-fa-file-word-o:before { content: "\f1c2"; } .tdc-font-fa-file-excel-o:before { content: "\f1c3"; } .tdc-font-fa-file-powerpoint-o:before { content: "\f1c4"; } .tdc-font-fa-file-photo-picture-image:before { content: "\f1c5"; } .tdc-font-fa-file-zip-archive:before { content: "\f1c6"; } .tdc-font-fa-file-sound-audio:before { content: "\f1c7"; } .tdc-font-fa-file-movie-video:before { content: "\f1c8"; } .tdc-font-fa-file-code-o:before { content: "\f1c9"; } .tdc-font-fa-vine:before { content: "\f1ca"; } .tdc-font-fa-codepen:before { content: "\f1cb"; } .tdc-font-fa-jsfiddle:before { content: "\f1cc"; } .tdc-font-fa-life-bouy:before { content: "\f1cd"; } .tdc-font-fa-circle-o-notch:before { content: "\f1ce"; } .tdc-font-fa-ra-resistance-rebel:before { content: "\f1d0"; } .tdc-font-fa-ge-empire:before { content: "\f1d1"; } .tdc-font-fa-git-square:before { content: "\f1d2"; } .tdc-font-fa-git:before { content: "\f1d3"; } .tdc-font-fa-y-combinator-square:before { content: "\f1d4"; } .tdc-font-fa-tencent-weibo:before { content: "\f1d5"; } .tdc-font-fa-qq:before { content: "\f1d6"; } .tdc-font-fa-wechat:before { content: "\f1d7"; } .tdc-font-fa-send-paper-plan:before { content: "\f1d8"; } .tdc-font-fa-send-o:before { content: "\f1d9"; } .tdc-font-fa-history:before { content: "\f1da"; } .tdc-font-fa-circle-thin:before { content: "\f1db"; } .tdc-font-fa-header:before { content: "\f1dc"; } .tdc-font-fa-paragraph:before { content: "\f1dd"; } .tdc-font-fa-sliders:before { content: "\f1de"; } .tdc-font-fa-share-alt:before { content: "\f1e0"; } .tdc-font-fa-share-alt-square:before { content: "\f1e1"; } .tdc-font-fa-bomb:before { content: "\f1e2"; } .tdc-font-fa-soccer-ball-o:before { content: "\f1e3"; } .tdc-font-fa-tty:before { content: "\f1e4"; } .tdc-font-fa-binoculars:before { content: "\f1e5"; } .tdc-font-fa-plug:before { content: "\f1e6"; } .tdc-font-fa-slideshare:before { content: "\f1e7"; } .tdc-font-fa-twitch:before { content: "\f1e8"; } .tdc-font-fa-yelp:before { content: "\f1e9"; } .tdc-font-fa-newspaper-o:before { content: "\f1ea"; } .tdc-font-fa-wifi:before { content: "\f1eb"; } .tdc-font-fa-calculator:before { content: "\f1ec"; } .tdc-font-fa-paypal:before { content: "\f1ed"; } .tdc-font-fa-google-wallet:before { content: "\f1ee"; } .tdc-font-fa-cc-visa:before { content: "\f1f0"; } .tdc-font-fa-cc-mastercard:before { content: "\f1f1"; } .tdc-font-fa-cc-discover:before { content: "\f1f2"; } .tdc-font-fa-cc-amex:before { content: "\f1f3"; } .tdc-font-fa-cc-paypal:before { content: "\f1f4"; } .tdc-font-fa-cc-stripe:before { content: "\f1f5"; } .tdc-font-fa-bell-slash:before { content: "\f1f6"; } .tdc-font-fa-bell-slash-o:before { content: "\f1f7"; } .tdc-font-fa-trash:before { content: "\f1f8"; } .tdc-font-fa-copyright:before { content: "\f1f9"; } .tdc-font-fa-at:before { content: "\f1fa"; } .tdc-font-fa-eyedropper:before { content: "\f1fb"; } .tdc-font-fa-paint-brush:before { content: "\f1fc"; } .tdc-font-fa-birthday-cake:before { content: "\f1fd"; } .tdc-font-fa-area-chart:before { content: "\f1fe"; } .tdc-font-fa-pie-chart:before { content: "\f200"; } .tdc-font-fa-line-chart:before { content: "\f201"; } .tdc-font-fa-lastfm:before { content: "\f202"; } .tdc-font-fa-lastfm-square:before { content: "\f203"; } .tdc-font-fa-toggle-off:before { content: "\f204"; } .tdc-font-fa-toggle-on:before { content: "\f205"; } .tdc-font-fa-bicycle:before { content: "\f206"; } .tdc-font-fa-bus:before { content: "\f207"; } .tdc-font-fa-ioxhost:before { content: "\f208"; } .tdc-font-fa-angellist:before { content: "\f209"; } .tdc-font-fa-cc:before { content: "\f20a"; } .tdc-font-fa-shekel:before { content: "\f20b"; } .tdc-font-fa-meanpath:before { content: "\f20c"; } .tdc-font-fa-buysellads:before { content: "\f20d"; } .tdc-font-fa-connectdevelop:before { content: "\f20e"; } .tdc-font-fa-dashcube:before { content: "\f210"; } .tdc-font-fa-forumbee:before { content: "\f211"; } .tdc-font-fa-leanpub:before { content: "\f212"; } .tdc-font-fa-sellsy:before { content: "\f213"; } .tdc-font-fa-shirtsinbulk:before { content: "\f214"; } .tdc-font-fa-simplybuilt:before { content: "\f215"; } .tdc-font-fa-skyatlas:before { content: "\f216"; } .tdc-font-fa-cart-plus:before { content: "\f217"; } .tdc-font-fa-cart-arrow-down:before { content: "\f218"; } .tdc-font-fa-diamond:before { content: "\f219"; } .tdc-font-fa-ship:before { content: "\f21a"; } .tdc-font-fa-user-secret:before { content: "\f21b"; } .tdc-font-fa-motorcycle:before { content: "\f21c"; } .tdc-font-fa-street-view:before { content: "\f21d"; } .tdc-font-fa-heartbeat:before { content: "\f21e"; } .tdc-font-fa-venus:before { content: "\f221"; } .tdc-font-fa-mars:before { content: "\f222"; } .tdc-font-fa-mercury:before { content: "\f223"; } .tdc-font-fa-intersex:before { content: "\f224"; } .tdc-font-fa-transgender-alt:before { content: "\f225"; } .tdc-font-fa-venus-double:before { content: "\f226"; } .tdc-font-fa-mars-double:before { content: "\f227"; } .tdc-font-fa-venus-mars:before { content: "\f228"; } .tdc-font-fa-mars-stroke:before { content: "\f229"; } .tdc-font-fa-mars-stroke-v:before { content: "\f22a"; } .tdc-font-fa-mars-stroke-h:before { content: "\f22b"; } .tdc-font-fa-neuter:before { content: "\f22c"; } .tdc-font-fa-genderless:before { content: "\f22d"; } .tdc-font-fa-facebook-official:before { content: "\f230"; } .tdc-font-fa-pinterest-p:before { content: "\f231"; } .tdc-font-fa-whatsapp:before { content: "\f232"; } .tdc-font-fa-server:before { content: "\f233"; } .tdc-font-fa-user-plus:before { content: "\f234"; } .tdc-font-fa-user-times:before { content: "\f235"; } .tdc-font-fa-hotel-bed:before { content: "\f236"; } .tdc-font-fa-viacoin:before { content: "\f237"; } .tdc-font-fa-train:before { content: "\f238"; } .tdc-font-fa-subway:before { content: "\f239"; } .tdc-font-fa-medium:before { content: "\f23a"; } .tdc-font-fa-yc-combinator:before { content: "\f23b"; } .tdc-font-fa-optin-monster:before { content: "\f23c"; } .tdc-font-fa-opencart:before { content: "\f23d"; } .tdc-font-fa-expeditedssl:before { content: "\f23e"; } .tdc-font-fa-battery-4:before { content: "\f240"; } .tdc-font-fa-battery-3:before { content: "\f241"; } .tdc-font-fa-battery-2:before { content: "\f242"; } .tdc-font-fa-battery-1:before { content: "\f243"; } .tdc-font-fa-battery-0:before { content: "\f244"; } .tdc-font-fa-mouse-pointer:before { content: "\f245"; } .tdc-font-fa-i-cursor:before { content: "\f246"; } .tdc-font-fa-object-group:before { content: "\f247"; } .tdc-font-fa-object-ungroup:before { content: "\f248"; } .tdc-font-fa-sticky-note:before { content: "\f249"; } .tdc-font-fa-sticky-note-o:before { content: "\f24a"; } .tdc-font-fa-cc-jcb:before { content: "\f24b"; } .tdc-font-fa-cc-diners-club:before { content: "\f24c"; } .tdc-font-fa-clone:before { content: "\f24d"; } .tdc-font-fa-balance-scale:before { content: "\f24e"; } .tdc-font-fa-hourglass-o:before { content: "\f250"; } .tdc-font-fa-hourglass-1:before { content: "\f251"; } .tdc-font-fa-hourglass-2:before { content: "\f252"; } .tdc-font-fa-hourglass-3:before { content: "\f253"; } .tdc-font-fa-hourglass:before { content: "\f254"; } .tdc-font-fa-hand-grab-o:before { content: "\f255"; } .tdc-font-fa-hand-stop-o:before { content: "\f256"; } .tdc-font-fa-hand-scissors-o:before { content: "\f257"; } .tdc-font-fa-hand-lizard-o:before { content: "\f258"; } .tdc-font-fa-hand-spock-o:before { content: "\f259"; } .tdc-font-fa-hand-pointer-o:before { content: "\f25a"; } .tdc-font-fa-hand-peace-o:before { content: "\f25b"; } .tdc-font-fa-trademark:before { content: "\f25c"; } .tdc-font-fa-registered:before { content: "\f25d"; } .tdc-font-fa-creative-commons:before { content: "\f25e"; } .tdc-font-fa-gg:before { content: "\f260"; } .tdc-font-fa-gg-circle:before { content: "\f261"; } .tdc-font-fa-tripadvisor:before { content: "\f262"; } .tdc-font-fa-odnoklassniki:before { content: "\f263"; } .tdc-font-fa-odnoklassniki-square:before { content: "\f264"; } .tdc-font-fa-get-pocket:before { content: "\f265"; } .tdc-font-fa-wikipedia-w:before { content: "\f266"; } .tdc-font-fa-safari:before { content: "\f267"; } .tdc-font-fa-chrome:before { content: "\f268"; } .tdc-font-fa-firefox:before { content: "\f269"; } .tdc-font-fa-opera:before { content: "\f26a"; } .tdc-font-fa-internet-explorer:before { content: "\f26b"; } .tdc-font-fa-tv:before { content: "\f26c"; } .tdc-font-fa-contao:before { content: "\f26d"; } .tdc-font-fa-500px:before { content: "\f26e"; } .tdc-font-fa-amazon:before { content: "\f270"; } .tdc-font-fa-calendar-plus-o:before { content: "\f271"; } .tdc-font-fa-calendar-minus-o:before { content: "\f272"; } .tdc-font-fa-calendar-times-o:before { content: "\f273"; } .tdc-font-fa-calendar-check-o:before { content: "\f274"; } .tdc-font-fa-industry:before { content: "\f275"; } .tdc-font-fa-map-pin:before { content: "\f276"; } .tdc-font-fa-map-signs:before { content: "\f277"; } .tdc-font-fa-map-o:before { content: "\f278"; } .tdc-font-fa-map:before { content: "\f279"; } .tdc-font-fa-commenting:before { content: "\f27a"; } .tdc-font-fa-commenting-o:before { content: "\f27b"; } .tdc-font-fa-houzz:before { content: "\f27c"; } .tdc-font-fa-vimeo:before { content: "\f27d"; } .tdc-font-fa-black-tie:before { content: "\f27e"; } .tdc-font-fa-fonticons:before { content: "\f280"; } .tdc-font-fa-reddit-alien:before { content: "\f281"; } .tdc-font-fa-edge:before { content: "\f282"; } .tdc-font-fa-credit-card-alt:before { content: "\f283"; } .tdc-font-fa-codiepie:before { content: "\f284"; } .tdc-font-fa-modx:before { content: "\f285"; } .tdc-font-fa-fort-awesome:before { content: "\f286"; } .tdc-font-fa-usb:before { content: "\f287"; } .tdc-font-fa-product-hunt:before { content: "\f288"; } .tdc-font-fa-mixcloud:before { content: "\f289"; } .tdc-font-fa-scribd:before { content: "\f28a"; } .tdc-font-fa-pause-circle:before { content: "\f28b"; } .tdc-font-fa-pause-circle-o:before { content: "\f28c"; } .tdc-font-fa-stop-circle:before { content: "\f28d"; } .tdc-font-fa-stop-circle-o:before { content: "\f28e"; } .tdc-font-fa-shopping-bag:before { content: "\f290"; } .tdc-font-fa-shopping-basket:before { content: "\f291"; } .tdc-font-fa-hashtag:before { content: "\f292"; } .tdc-font-fa-bluetooth:before { content: "\f293"; } .tdc-font-fa-bluetooth-b:before { content: "\f294"; } .tdc-font-fa-percent:before { content: "\f295"; } .tdc-font-fa-gitlab:before { content: "\f296"; } .tdc-font-fa-wpbeginner:before { content: "\f297"; } .tdc-font-fa-wpforms:before { content: "\f298"; } .tdc-font-fa-envira:before { content: "\f299"; } .tdc-font-fa-universal-access:before { content: "\f29a"; } .tdc-font-fa-wheelchair-alt:before { content: "\f29b"; } .tdc-font-fa-question-circle-o:before { content: "\f29c"; } .tdc-font-fa-blind:before { content: "\f29d"; } .tdc-font-fa-audio-description:before { content: "\f29e"; } .tdc-font-fa-volume-control-phone:before { content: "\f2a0"; } .tdc-font-fa-braille:before { content: "\f2a1"; } .tdc-font-fa-assistive-listening-systems:before { content: "\f2a2"; } .tdc-font-fa-asl-interpreting:before { content: "\f2a3"; } .tdc-font-fa-deafness:before { content: "\f2a4"; } .tdc-font-fa-glide:before { content: "\f2a5"; } .tdc-font-fa-glide-g:before { content: "\f2a6"; } .tdc-font-fa-signing:before { content: "\f2a7"; } .tdc-font-fa-low-vision:before { content: "\f2a8"; } .tdc-font-fa-viadeo:before { content: "\f2a9"; } .tdc-font-fa-viadeo-square:before { content: "\f2aa"; } .tdc-font-fa-snapchat:before { content: "\f2ab"; } .tdc-font-fa-snapchat-ghost:before { content: "\f2ac"; } .tdc-font-fa-snapchat-square:before { content: "\f2ad"; } .tdc-font-fa-pied-piper:before { content: "\f2ae"; } .tdc-font-fa-first-order:before { content: "\f2b0"; } .tdc-font-fa-yoast:before { content: "\f2b1"; } .tdc-font-fa-themeisle:before { content: "\f2b2"; } .tdc-font-fa-google-plus-circle:before { content: "\f2b3"; } .tdc-font-fa-fa:before { content: "\f2b4"; } .tdc-font-fa-handshake-o:before { content: "\f2b5"; } .tdc-font-fa-envelope-open:before { content: "\f2b6"; } .tdc-font-fa-envelope-open-o:before { content: "\f2b7"; } .tdc-font-fa-linode:before { content: "\f2b8"; } .tdc-font-fa-address-book:before { content: "\f2b9"; } .tdc-font-fa-address-book-o:before { content: "\f2ba"; } .tdc-font-fa-vcard:before { content: "\f2bb"; } .tdc-font-fa-vcard-o:before { content: "\f2bc"; } .tdc-font-fa-user-circle:before { content: "\f2bd"; } .tdc-font-fa-user-circle-o:before { content: "\f2be"; } .tdc-font-fa-user-o:before { content: "\f2c0"; } .tdc-font-fa-id-badge:before { content: "\f2c1"; } .tdc-font-fa-drivers-license:before { content: "\f2c2"; } .tdc-font-fa-drivers-license-o:before { content: "\f2c3"; } .tdc-font-fa-quora:before { content: "\f2c4"; } .tdc-font-fa-free-code-camp:before { content: "\f2c5"; } .tdc-font-fa-telegram:before { content: "\f2c6"; } .tdc-font-fa-thermometer-4:before { content: "\f2c7"; } .tdc-font-fa-thermometer-3:before { content: "\f2c8"; } .tdc-font-fa-thermometer-2:before { content: "\f2c9"; } .tdc-font-fa-thermometer-1:before { content: "\f2ca"; } .tdc-font-fa-thermometer-0:before { content: "\f2cb"; } .tdc-font-fa-shower:before { content: "\f2cc"; } .tdc-font-fa-bathtub:before { content: "\f2cd"; } .tdc-font-fa-podcast:before { content: "\f2ce"; } .tdc-font-fa-window-maximize:before { content: "\f2d0"; } .tdc-font-fa-window-minimize:before { content: "\f2d1"; } .tdc-font-fa-window-restore:before { content: "\f2d2"; } .tdc-font-fa-times-rectangle:before { content: "\f2d3"; } .tdc-font-fa-times-rectangle-o:before { content: "\f2d4"; } .tdc-font-fa-bandcamp:before { content: "\f2d5"; } .tdc-font-fa-grav:before { content: "\f2d6"; } .tdc-font-fa-etsy:before { content: "\f2d7"; } .tdc-font-fa-imdb:before { content: "\f2d8"; } .tdc-font-fa-ravelry:before { content: "\f2d9"; } .tdc-font-fa-eercast:before { content: "\f2da"; } .tdc-font-fa-microchip:before { content: "\f2db"; } .tdc-font-fa-snowflake-o:before { content: "\f2dc"; } .tdc-font-fa-superpowers:before { content: "\f2dd"; } .tdc-font-fa-wpexplorer:before { content: "\f2de"; } .tdc-font-fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } @font-face { font-family: 'typicons'; font-weight: normal; font-style: normal; src: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot); src: url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.eot?#iefix) format('embedded-opentype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.woff) format('woff'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.ttf) format('truetype'), url(//www.kidsbangna.ru.ac.th/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.svg#typicons) format('svg'); } .tdc-font-typcn:before { font-family: 'typicons'; font-style: normal; font-weight: normal; speak: none; text-decoration: inherit; width: 1em; height: 1em; font-size: 1em; line-height: 1; text-align: center; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; } .tdc-font-typcn-adjust-brightness:before { content: '\e000'; } .tdc-font-typcn-adjust-contrast:before { content: '\e001'; } .tdc-font-typcn-anchor-outline:before { content: '\e002'; } .tdc-font-typcn-anchor:before { content: '\e003'; } .tdc-font-typcn-archive:before { content: '\e004'; } .tdc-font-typcn-arrow-back-outline:before { content: '\e005'; } .tdc-font-typcn-arrow-back:before { content: '\e006'; } .tdc-font-typcn-arrow-down-outline:before { content: '\e007'; } .tdc-font-typcn-arrow-down-thick:before { content: '\e008'; } .tdc-font-typcn-arrow-down:before { content: '\e009'; } .tdc-font-typcn-arrow-forward-outline:before { content: '\e00a'; } .tdc-font-typcn-arrow-forward:before { content: '\e00b'; } .tdc-font-typcn-arrow-left-outline:before { content: '\e00c'; } .tdc-font-typcn-arrow-left-thick:before { content: '\e00d'; } .tdc-font-typcn-arrow-left:before { content: '\e00e'; } .tdc-font-typcn-arrow-loop-outline:before { content: '\e00f'; } .tdc-font-typcn-arrow-loop:before { content: '\e010'; } .tdc-font-typcn-arrow-maximise-outline:before { content: '\e011'; } .tdc-font-typcn-arrow-maximise:before { content: '\e012'; } .tdc-font-typcn-arrow-minimise-outline:before { content: '\e013'; } .tdc-font-typcn-arrow-minimise:before { content: '\e014'; } .tdc-font-typcn-arrow-move-outline:before { content: '\e015'; } .tdc-font-typcn-arrow-move:before { content: '\e016'; } .tdc-font-typcn-arrow-repeat-outline:before { content: '\e017'; } .tdc-font-typcn-arrow-repeat:before { content: '\e018'; } .tdc-font-typcn-arrow-right-outline:before { content: '\e019'; } .tdc-font-typcn-arrow-right-thick:before { content: '\e01a'; } .tdc-font-typcn-arrow-right:before { content: '\e01b'; } .tdc-font-typcn-arrow-shuffle:before { content: '\e01c'; } .tdc-font-typcn-arrow-sorted-down:before { content: '\e01d'; } .tdc-font-typcn-arrow-sorted-up:before { content: '\e01e'; } .tdc-font-typcn-arrow-sync-outline:before { content: '\e01f'; } .tdc-font-typcn-arrow-sync:before { content: '\e020'; } .tdc-font-typcn-arrow-unsorted:before { content: '\e021'; } .tdc-font-typcn-arrow-up-outline:before { content: '\e022'; } .tdc-font-typcn-arrow-up-thick:before { content: '\e023'; } .tdc-font-typcn-arrow-up:before { content: '\e024'; } .tdc-font-typcn-at:before { content: '\e025'; } .tdc-font-typcn-attachment-outline:before { content: '\e026'; } .tdc-font-typcn-attachment:before { content: '\e027'; } .tdc-font-typcn-backspace-outline:before { content: '\e028'; } .tdc-font-typcn-backspace:before { content: '\e029'; } .tdc-font-typcn-battery-charge:before { content: '\e02a'; } .tdc-font-typcn-battery-full:before { content: '\e02b'; } .tdc-font-typcn-battery-high:before { content: '\e02c'; } .tdc-font-typcn-battery-low:before { content: '\e02d'; } .tdc-font-typcn-battery-mid:before { content: '\e02e'; } .tdc-font-typcn-beaker:before { content: '\e02f'; } .tdc-font-typcn-beer:before { content: '\e030'; } .tdc-font-typcn-bell:before { content: '\e031'; } .tdc-font-typcn-book:before { content: '\e032'; } .tdc-font-typcn-bookmark:before { content: '\e033'; } .tdc-font-typcn-briefcase:before { content: '\e034'; } .tdc-font-typcn-brush:before { content: '\e035'; } .tdc-font-typcn-business-card:before { content: '\e036'; } .tdc-font-typcn-calculator:before { content: '\e037'; } .tdc-font-typcn-calendar-outline:before { content: '\e038'; } .tdc-font-typcn-calendar:before { content: '\e039'; } .tdc-font-typcn-camera-outline:before { content: '\e03a'; } .tdc-font-typcn-camera:before { content: '\e03b'; } .tdc-font-typcn-cancel-outline:before { content: '\e03c'; } .tdc-font-typcn-cancel:before { content: '\e03d'; } .tdc-font-typcn-chart-area-outline:before { content: '\e03e'; } .tdc-font-typcn-chart-area:before { content: '\e03f'; } .tdc-font-typcn-chart-bar-outline:before { content: '\e040'; } .tdc-font-typcn-chart-bar:before { content: '\e041'; } .tdc-font-typcn-chart-line-outline:before { content: '\e042'; } .tdc-font-typcn-chart-line:before { content: '\e043'; } .tdc-font-typcn-chart-pie-outline:before { content: '\e044'; } .tdc-font-typcn-chart-pie:before { content: '\e045'; } .tdc-font-typcn-chevron-left-outline:before { content: '\e046'; } .tdc-font-typcn-chevron-left:before { content: '\e047'; } .tdc-font-typcn-chevron-right-outline:before { content: '\e048'; } .tdc-font-typcn-chevron-right:before { content: '\e049'; } .tdc-font-typcn-clipboard:before { content: '\e04a'; } .tdc-font-typcn-cloud-storage:before { content: '\e04b'; } .tdc-font-typcn-cloud-storage-outline:before { content: '\e054'; } .tdc-font-typcn-code-outline:before { content: '\e04c'; } .tdc-font-typcn-code:before { content: '\e04d'; } .tdc-font-typcn-coffee:before { content: '\e04e'; } .tdc-font-typcn-cog-outline:before { content: '\e04f'; } .tdc-font-typcn-cog:before { content: '\e050'; } .tdc-font-typcn-compass:before { content: '\e051'; } .tdc-font-typcn-contacts:before { content: '\e052'; } .tdc-font-typcn-credit-card:before { content: '\e053'; } .tdc-font-typcn-css3:before { content: '\e055'; } .tdc-font-typcn-database:before { content: '\e056'; } .tdc-font-typcn-delete-outline:before { content: '\e057'; } .tdc-font-typcn-delete:before { content: '\e058'; } .tdc-font-typcn-device-desktop:before { content: '\e059'; } .tdc-font-typcn-device-laptop:before { content: '\e05a'; } .tdc-font-typcn-device-phone:before { content: '\e05b'; } .tdc-font-typcn-device-tablet:before { content: '\e05c'; } .tdc-font-typcn-directions:before { content: '\e05d'; } .tdc-font-typcn-divide-outline:before { content: '\e05e'; } .tdc-font-typcn-divide:before { content: '\e05f'; } .tdc-font-typcn-document-add:before { content: '\e060'; } .tdc-font-typcn-document-delete:before { content: '\e061'; } .tdc-font-typcn-document-text:before { content: '\e062'; } .tdc-font-typcn-document:before { content: '\e063'; } .tdc-font-typcn-download-outline:before { content: '\e064'; } .tdc-font-typcn-download:before { content: '\e065'; } .tdc-font-typcn-dropbox:before { content: '\e066'; } .tdc-font-typcn-edit:before { content: '\e067'; } .tdc-font-typcn-eject-outline:before { content: '\e068'; } .tdc-font-typcn-eject:before { content: '\e069'; } .tdc-font-typcn-equals-outline:before { content: '\e06a'; } .tdc-font-typcn-equals:before { content: '\e06b'; } .tdc-font-typcn-export-outline:before { content: '\e06c'; } .tdc-font-typcn-export:before { content: '\e06d'; } .tdc-font-typcn-eye-outline:before { content: '\e06e'; } .tdc-font-typcn-eye:before { content: '\e06f'; } .tdc-font-typcn-feather:before { content: '\e070'; } .tdc-font-typcn-film:before { content: '\e071'; } .tdc-font-typcn-filter:before { content: '\e072'; } .tdc-font-typcn-flag-outline:before { content: '\e073'; } .tdc-font-typcn-flag:before { content: '\e074'; } .tdc-font-typcn-flash-outline:before { content: '\e075'; } .tdc-font-typcn-flash:before { content: '\e076'; } .tdc-font-typcn-flow-children:before { content: '\e077'; } .tdc-font-typcn-flow-merge:before { content: '\e078'; } .tdc-font-typcn-flow-parallel:before { content: '\e079'; } .tdc-font-typcn-flow-switch:before { content: '\e07a'; } .tdc-font-typcn-folder-add:before { content: '\e07b'; } .tdc-font-typcn-folder-delete:before { content: '\e07c'; } .tdc-font-typcn-folder-open:before { content: '\e07d'; } .tdc-font-typcn-folder:before { content: '\e07e'; } .tdc-font-typcn-gift:before { content: '\e07f'; } .tdc-font-typcn-globe-outline:before { content: '\e080'; } .tdc-font-typcn-globe:before { content: '\e081'; } .tdc-font-typcn-group-outline:before { content: '\e082'; } .tdc-font-typcn-group:before { content: '\e083'; } .tdc-font-typcn-headphones:before { content: '\e084'; } .tdc-font-typcn-heart-full-outline:before { content: '\e085'; } .tdc-font-typcn-heart-half-outline:before { content: '\e086'; } .tdc-font-typcn-heart-outline:before { content: '\e087'; } .tdc-font-typcn-heart:before { content: '\e088'; } .tdc-font-typcn-home-outline:before { content: '\e089'; } .tdc-font-typcn-home:before { content: '\e08a'; } .tdc-font-typcn-html5:before { content: '\e08b'; } .tdc-font-typcn-image-outline:before { content: '\e08c'; } .tdc-font-typcn-image:before { content: '\e08d'; } .tdc-font-typcn-infinity-outline:before { content: '\e08e'; } .tdc-font-typcn-infinity:before { content: '\e08f'; } .tdc-font-typcn-info-large-outline:before { content: '\e090'; } .tdc-font-typcn-info-large:before { content: '\e091'; } .tdc-font-typcn-info-outline:before { content: '\e092'; } .tdc-font-typcn-info:before { content: '\e093'; } .tdc-font-typcn-input-checked-outline:before { content: '\e094'; } .tdc-font-typcn-input-checked:before { content: '\e095'; } .tdc-font-typcn-key-outline:before { content: '\e096'; } .tdc-font-typcn-key:before { content: '\e097'; } .tdc-font-typcn-keyboard:before { content: '\e098'; } .tdc-font-typcn-leaf:before { content: '\e099'; } .tdc-font-typcn-lightbulb:before { content: '\e09a'; } .tdc-font-typcn-link-outline:before { content: '\e09b'; } .tdc-font-typcn-link:before { content: '\e09c'; } .tdc-font-typcn-location-arrow-outline:before { content: '\e09d'; } .tdc-font-typcn-location-arrow:before { content: '\e09e'; } .tdc-font-typcn-location-outline:before { content: '\e09f'; } .tdc-font-typcn-location:before { content: '\e0a0'; } .tdc-font-typcn-lock-closed-outline:before { content: '\e0a1'; } .tdc-font-typcn-lock-closed:before { content: '\e0a2'; } .tdc-font-typcn-lock-open-outline:before { content: '\e0a3'; } .tdc-font-typcn-lock-open:before { content: '\e0a4'; } .tdc-font-typcn-mail:before { content: '\e0a5'; } .tdc-font-typcn-map:before { content: '\e0a6'; } .tdc-font-typcn-media-eject-outline:before { content: '\e0a7'; } .tdc-font-typcn-media-eject:before { content: '\e0a8'; } .tdc-font-typcn-media-fast-forward-outline:before { content: '\e0a9'; } .tdc-font-typcn-media-fast-forward:before { content: '\e0aa'; } .tdc-font-typcn-media-pause-outline:before { content: '\e0ab'; } .tdc-font-typcn-media-pause:before { content: '\e0ac'; } .tdc-font-typcn-media-play-outline:before { content: '\e0ad'; } .tdc-font-typcn-media-play-reverse-outline:before { content: '\e0ae'; } .tdc-font-typcn-media-play-reverse:before { content: '\e0af'; } .tdc-font-typcn-media-play:before { content: '\e0b0'; } .tdc-font-typcn-media-record-outline:before { content: '\e0b1'; } .tdc-font-typcn-media-record:before { content: '\e0b2'; } .tdc-font-typcn-media-rewind-outline:before { content: '\e0b3'; } .tdc-font-typcn-media-rewind:before { content: '\e0b4'; } .tdc-font-typcn-media-stop-outline:before { content: '\e0b5'; } .tdc-font-typcn-media-stop:before { content: '\e0b6'; } .tdc-font-typcn-message-typing:before { content: '\e0b7'; } .tdc-font-typcn-message:before { content: '\e0b8'; } .tdc-font-typcn-messages:before { content: '\e0b9'; } .tdc-font-typcn-microphone-outline:before { content: '\e0ba'; } .tdc-font-typcn-microphone:before { content: '\e0bb'; } .tdc-font-typcn-minus-outline:before { content: '\e0bc'; } .tdc-font-typcn-minus:before { content: '\e0bd'; } .tdc-font-typcn-mortar-board:before { content: '\e0be'; } .tdc-font-typcn-news:before { content: '\e0bf'; } .tdc-font-typcn-notes-outline:before { content: '\e0c0'; } .tdc-font-typcn-notes:before { content: '\e0c1'; } .tdc-font-typcn-pen:before { content: '\e0c2'; } .tdc-font-typcn-pencil:before { content: '\e0c3'; } .tdc-font-typcn-phone-outline:before { content: '\e0c4'; } .tdc-font-typcn-phone:before { content: '\e0c5'; } .tdc-font-typcn-pi-outline:before { content: '\e0c6'; } .tdc-font-typcn-pi:before { content: '\e0c7'; } .tdc-font-typcn-pin-outline:before { content: '\e0c8'; } .tdc-font-typcn-pin:before { content: '\e0c9'; } .tdc-font-typcn-pipette:before { content: '\e0ca'; } .tdc-font-typcn-plane-outline:before { content: '\e0cb'; } .tdc-font-typcn-plane:before { content: '\e0cc'; } .tdc-font-typcn-plug:before { content: '\e0cd'; } .tdc-font-typcn-plus-outline:before { content: '\e0ce'; } .tdc-font-typcn-plus:before { content: '\e0cf'; } .tdc-font-typcn-point-of-interest-outline:before { content: '\e0d0'; } .tdc-font-typcn-point-of-interest:before { content: '\e0d1'; } .tdc-font-typcn-power-outline:before { content: '\e0d2'; } .tdc-font-typcn-power:before { content: '\e0d3'; } .tdc-font-typcn-printer:before { content: '\e0d4'; } .tdc-font-typcn-puzzle-outline:before { content: '\e0d5'; } .tdc-font-typcn-puzzle:before { content: '\e0d6'; } .tdc-font-typcn-radar-outline:before { content: '\e0d7'; } .tdc-font-typcn-radar:before { content: '\e0d8'; } .tdc-font-typcn-refresh-outline:before { content: '\e0d9'; } .tdc-font-typcn-refresh:before { content: '\e0da'; } .tdc-font-typcn-rss-outline:before { content: '\e0db'; } .tdc-font-typcn-rss:before { content: '\e0dc'; } .tdc-font-typcn-scissors-outline:before { content: '\e0dd'; } .tdc-font-typcn-scissors:before { content: '\e0de'; } .tdc-font-typcn-shopping-bag:before { content: '\e0df'; } .tdc-font-typcn-shopping-cart:before { content: '\e0e0'; } .tdc-font-typcn-social-at-circular:before { content: '\e0e1'; } .tdc-font-typcn-social-dribbble-circular:before { content: '\e0e2'; } .tdc-font-typcn-social-dribbble:before { content: '\e0e3'; } .tdc-font-typcn-social-facebook-circular:before { content: '\e0e4'; } .tdc-font-typcn-social-facebook:before { content: '\e0e5'; } .tdc-font-typcn-social-flickr-circular:before { content: '\e0e6'; } .tdc-font-typcn-social-flickr:before { content: '\e0e7'; } .tdc-font-typcn-social-github-circular:before { content: '\e0e8'; } .tdc-font-typcn-social-github:before { content: '\e0e9'; } .tdc-font-typcn-social-google-plus-circular:before { content: '\e0ea'; } .tdc-font-typcn-social-google-plus:before { content: '\e0eb'; } .tdc-font-typcn-social-instagram-circular:before { content: '\e0ec'; } .tdc-font-typcn-social-instagram:before { content: '\e0ed'; } .tdc-font-typcn-social-last-fm-circular:before { content: '\e0ee'; } .tdc-font-typcn-social-last-fm:before { content: '\e0ef'; } .tdc-font-typcn-social-linkedin-circular:before { content: '\e0f0'; } .tdc-font-typcn-social-linkedin:before { content: '\e0f1'; } .tdc-font-typcn-social-pinterest-circular:before { content: '\e0f2'; } .tdc-font-typcn-social-pinterest:before { content: '\e0f3'; } .tdc-font-typcn-social-skype-outline:before { content: '\e0f4'; } .tdc-font-typcn-social-skype:before { content: '\e0f5'; } .tdc-font-typcn-social-tumbler-circular:before { content: '\e0f6'; } .tdc-font-typcn-social-tumbler:before { content: '\e0f7'; } .tdc-font-typcn-social-twitter-circular:before { content: '\e0f8'; } .tdc-font-typcn-social-twitter:before { content: '\e0f9'; } .tdc-font-typcn-social-vimeo-circular:before { content: '\e0fa'; } .tdc-font-typcn-social-vimeo:before { content: '\e0fb'; } .tdc-font-typcn-social-youtube-circular:before { content: '\e0fc'; } .tdc-font-typcn-social-youtube:before { content: '\e0fd'; } .tdc-font-typcn-sort-alphabetically-outline:before { content: '\e0fe'; } .tdc-font-typcn-sort-alphabetically:before { content: '\e0ff'; } .tdc-font-typcn-sort-numerically-outline:before { content: '\e100'; } .tdc-font-typcn-sort-numerically:before { content: '\e101'; } .tdc-font-typcn-spanner-outline:before { content: '\e102'; } .tdc-font-typcn-spanner:before { content: '\e103'; } .tdc-font-typcn-spiral:before { content: '\e104'; } .tdc-font-typcn-star-full-outline:before { content: '\e105'; } .tdc-font-typcn-star-half-outline:before { content: '\e106'; } .tdc-font-typcn-star-half:before { content: '\e107'; } .tdc-font-typcn-star-outline:before { content: '\e108'; } .tdc-font-typcn-star:before { content: '\e109'; } .tdc-font-typcn-starburst-outline:before { content: '\e10a'; } .tdc-font-typcn-starburst:before { content: '\e10b'; } .tdc-font-typcn-stopwatch:before { content: '\e10c'; } .tdc-font-typcn-support:before { content: '\e10d'; } .tdc-font-typcn-tabs-outline:before { content: '\e10e'; } .tdc-font-typcn-tag:before { content: '\e10f'; } .tdc-font-typcn-tags:before { content: '\e110'; } .tdc-font-typcn-th-large-outline:before { content: '\e111'; } .tdc-font-typcn-th-large:before { content: '\e112'; } .tdc-font-typcn-th-list-outline:before { content: '\e113'; } .tdc-font-typcn-th-list:before { content: '\e114'; } .tdc-font-typcn-th-menu-outline:before { content: '\e115'; } .tdc-font-typcn-th-menu:before { content: '\e116'; } .tdc-font-typcn-th-small-outline:before { content: '\e117'; } .tdc-font-typcn-th-small:before { content: '\e118'; } .tdc-font-typcn-thermometer:before { content: '\e119'; } .tdc-font-typcn-thumbs-down:before { content: '\e11a'; } .tdc-font-typcn-thumbs-ok:before { content: '\e11b'; } .tdc-font-typcn-thumbs-up:before { content: '\e11c'; } .tdc-font-typcn-tick-outline:before { content: '\e11d'; } .tdc-font-typcn-tick:before { content: '\e11e'; } .tdc-font-typcn-ticket:before { content: '\e11f'; } .tdc-font-typcn-time:before { content: '\e120'; } .tdc-font-typcn-times-outline:before { content: '\e121'; } .tdc-font-typcn-times:before { content: '\e122'; } .tdc-font-typcn-trash:before { content: '\e123'; } .tdc-font-typcn-tree:before { content: '\e124'; } .tdc-font-typcn-upload-outline:before { content: '\e125'; } .tdc-font-typcn-upload:before { content: '\e126'; } .tdc-font-typcn-user-add-outline:before { content: '\e127'; } .tdc-font-typcn-user-add:before { content: '\e128'; } .tdc-font-typcn-user-delete-outline:before { content: '\e129'; } .tdc-font-typcn-user-delete:before { content: '\e12a'; } .tdc-font-typcn-user-outline:before { content: '\e12b'; } .tdc-font-typcn-user:before { content: '\e12c'; } .tdc-font-typcn-vendor-android:before { content: '\e12d'; } .tdc-font-typcn-vendor-apple:before { content: '\e12e'; } .tdc-font-typcn-vendor-microsoft:before { content: '\e12f'; } .tdc-font-typcn-video-outline:before { content: '\e130'; } .tdc-font-typcn-video:before { content: '\e131'; } .tdc-font-typcn-volume-down:before { content: '\e132'; } .tdc-font-typcn-volume-mute:before { content: '\e133'; } .tdc-font-typcn-volume-up:before { content: '\e134'; } .tdc-font-typcn-volume:before { content: '\e135'; } .tdc-font-typcn-warning-outline:before { content: '\e136'; } .tdc-font-typcn-warning:before { content: '\e137'; } .tdc-font-typcn-watch:before { content: '\e138'; } .tdc-font-typcn-waves-outline:before { content: '\e139'; } .tdc-font-typcn-waves:before { content: '\e13a'; } .tdc-font-typcn-weather-cloudy:before { content: '\e13b'; } .tdc-font-typcn-weather-downpour:before { content: '\e13c'; } .tdc-font-typcn-weather-night:before { content: '\e13d'; } .tdc-font-typcn-weather-partly-sunny:before { content: '\e13e'; } .tdc-font-typcn-weather-shower:before { content: '\e13f'; } .tdc-font-typcn-weather-snow:before { content: '\e140'; } .tdc-font-typcn-weather-stormy:before { content: '\e141'; } .tdc-font-typcn-weather-sunny:before { content: '\e142'; } .tdc-font-typcn-weather-windy-cloudy:before { content: '\e143'; } .tdc-font-typcn-weather-windy:before { content: '\e144'; } .tdc-font-typcn-wi-fi-outline:before { content: '\e145'; } .tdc-font-typcn-wi-fi:before { content: '\e146'; } .tdc-font-typcn-wine:before { content: '\e147'; } .tdc-font-typcn-world-outline:before { content: '\e148'; } .tdc-font-typcn-world:before { content: '\e149'; } .tdc-font-typcn-zoom-in-outline:before { content: '\e14a'; } .tdc-font-typcn-zoom-in:before { content: '\e14b'; } .tdc-font-typcn-zoom-out-outline:before { content: '\e14c'; } .tdc-font-typcn-zoom-out:before { content: '\e14d'; } .tdc-font-typcn-zoom-outline:before { content: '\e14e'; } .tdc-font-typcn-zoom:before { content: '\e14f'; }