@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin,vietnamese,latin-ext);

html,
button,
input,
select,
textarea {
   color: #636363;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border:1px solid black;
    box-shadow: 0px 0px 0px 1px #0094B8!important;
}
form#new_request footer input[type=submit]:focus {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.5)!important;
    padding-top: 2px!important;
}

html {
    font-size: 62.5%;
    position: relative;
    height: 100%;
}
body {
    overflow-y: scroll;
}

::-moz-selection {
    background: #34cde0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #34cde0;
    color: #fff;
    text-shadow: none;
}
a:link, a:visited, a:hover, a:active {
    text-decoration:none;
    color: #636363;
}
a:active {
   opacity: .8;
}
a:hover {
    opacity: .8;
}
.article-body a, .article-description a, article.excerpt a {
    color: #0094b8;
    text-decoration: none;
}
.article-body a:hover, .article-description a:hover, article.excerpt a:hover {
    text-decoration: underline;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

strong {
    font-weight: 600;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    position: relative;
    min-height: 100%;
}
body.isframed {
    min-height: 0;
}
body.isframed header.header,
body.isframed > footer {
    display: none;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ==========================================================================
   Mobile first
   ========================================================================== */

/*HEADER*/
header {
    background-color: #0094b8;
}
header .logo {
    display:inline-block;
    vertical-align:bottom;
}
header .logo a {
    display: inline-block;
    position: relative;
    height: 22px;
    line-height: 22px;
}
header .logo a img {
    width: 106px;
    height: 22px;
    margin-right: 2px;
    vertical-align: bottom;
}
header .logo a span {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding-left: 1px;
    font-weight: 300;
    vertical-align: bottom;
    padding-bottom: 1px;
}
header .header-inner {
    padding:17px;
    position:relative;
}
header nav.user-nav {
    float:right;
    color: #fff;
    display: block;
}
header .dropdown-menu {
    background: #f8f8f8;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: normal;
    left: 0;
    margin-top: auto;
    min-width: 100%;
    max-width:100%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1000;
    padding-left:4px;
}
header .dropdown-menu a[role=menuitem] {
    cursor: pointer;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    margin: 0px;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: left;
    margin-left: -4px;
    padding: 0px;
    line-height: 48px;
    vertical-align: middle;
    width: 153px;
}
header .dropdown-menu a[role=menuitem]:hover,
header .dropdown-menu a[role=menuitem]:active{
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}
a.dropdown-toggle, a.dropdown-toggle:link, a.dropdown-toggle:active, a.dropdown-toggle:visited,  a.dropdown-toggle:active {
   color: #fff;
}
a.dropdown-toggle {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: bottom;
    line-height: 25px;
    text-transform: uppercase;
}
a.dropdown-toggle:after {
    color: #fff;
    content: "\e75c";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
    padding-left:5px;
}
footer.footer .lang-sel a.dropdown-toggle:after {
    content: "\E75F";
    color: #636363;
    padding-left:5px;
}
.language-box {
    display:none;
    width: 100%;
    overflow:hidden;
    background-color:#fff;
}
.language-box h3 {
    background-color: #f6f6f6;
    padding:0px;
    margin:0px;
    text-align:center;
    font-weight:400;
    text-transform: uppercase;
    font-size:15px;
    font-size:1.5rem;
    line-height: 20px;
    padding:20px;
    border-bottom: 1px solid #c8c8c8;
}


/*MAIN*/

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #646464;
}
main {
    position:relative;
    min-height:100%;
    background:transparent url("//p3.zdassets.com/hc/theme_assets/470143/200011371/search_bg_mobile.png") top center repeat-x;
    padding-bottom:168px;
    overflow-x:hidden;
}
main.framed {
    background: #f2f2f2;
    padding-bottom: 0px!important;
}

.search-box {
    position:relative;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    margin-bottom: 30px;
    padding: 17px;
}
.search-box form {
    position: relative;
}
.search-box form input#query {
    font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #444;
    height:42px;
    line-height: normal;
    width:100%;
    border:none;
    font-size:19px;
    font-size:1.9rem;
    padding-left:15px;
    padding-right:37px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input#query::-ms-clear {
    display: none;
}
.search-box form input[type=submit] {
    position:absolute;
    top: 7px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #17a9cc url(//p3.zdassets.com/hc/theme_assets/470143/200011371/search_round2x.png) center center no-repeat;
    background-size: 18px 18px;
    border: 0;
    right: 7px;
}
.search-box form input[type=submit]:active {
    opacity: .5;
    right:6px;
    top:8px;
}
.pop-searches {
    color: #fff;
    margin-top: 10px;
    display:block;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 100;
    text-align: center;
    line-height: 17px;
}
.pop-searches div {
    display:block;
    padding:0px;
    margin:0px;
    white-space: nowrap;
}
.pop-searches a {
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    margin:2px;
    padding:1px 4px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.pop-searches a:hover,
.pop-searches a:active {
    background-color: #fff;
    color: #34cde0;
}

.category-tree section.section {
   display: none;
}
section.section .see-all-articles {
    display: none;
}

/*category-tree color codes*/
.category-tree section.category h2:before {
    content: "";
    display:block;
    position:absolute;
    width: 4px;
    height: 100%;
}

.category-tree section.category h2 {
    position:relative;
    color: #707070;
    font-size: 14px;
    font-size: 1.4rem;
    margin:0px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 4rem;
}
.category-tree section.category h2:hover {
    background-color: #fcfcfc;
}
.category-tree section.category h2:active {
    opacity: .5;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.category-tree section.category h2 a {
    display:block;
    padding-left:20px;
}
.category-tree section.category h2 a:after,
.section-tree section h3 a:after,
section.promoted-articles ul li a:after {
    font-family: "entypo";
    content: "\E766";
    position: absolute;
    display: inline-block;
    right:17px;
    font-size:12px;
    font-size:1.2rem;
    color: #c5c5c5;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.category-tree section.category h2 a:active:after,
.section-tree section h3 a:active:after,
section.promoted-articles ul li a:active:after {
    right:10px;
    color: #727272;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.category-tree {
    border: 1px solid #cecece;
}
.category-tree section.category {
    border-bottom: 1px solid #f8f8f8;
}
.category-tree section.category:last-child {
    border-bottom: none;
}

.knowledge-base,
.popular-questions {
    padding-bottom:0px;
    padding-top:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
    text-align: left;
}
h1, section.promoted-articles h3 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin:1.2rem 0px 1.5rem;
    font-weight: 600;
    text-align: left;
}
.popular-questions ul {
    list-style: none;
    list-style-position: inside;
    padding: 0px;
    font-size:0;
    line-height:0;
    margin-bottom:25px;
    overflow:hidden;
    vertical-align: top;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
}
.popular-questions ul.toggled {
    max-height: 9999px;
    height: auto;
    -webkit-transition: max-height .3s ease-in;
    -moz-transition: max-height .3s ease-in;
    -o-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
}
.popular-questions ul li.article-promoted:active {
    opacity:.5;
}
.popular-questions ul li.article-promoted {
    display:inline-block;
    width:50%;
    margin:0px;
    padding:0px;
    overflow:hidden;
    border:1px solid #fff;
    height: 125px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popular-questions ul li.article-promoted a {
    color: #fff;
    font-weight: 400;
    height: 87px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    display: inline-block;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popular-questions ul li.article-promoted:hover {
    opacity:.8;
}
.popular-q span,
h1 span.hascolor {
    font-weight: bold;
}
.more {
    display:block;
    text-transform: uppercase;
    text-align:right;
    font-size:14px;
    font-size:1.4rem;
    line-height:14px;
}
.more:after {
    content: '';
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    margin-left: 5px;
    display: inline-block;
    /*background svg: check the js file;*/
}

/*PAGINATION*/
nav.pagination {
    width: 100%;
}
nav.pagination ul {
    vertical-align:top;
    text-align:center;
    padding:0px 17px;
}
nav.pagination ul li {
    display:inline-block;
    line-height:10px;
    vertical-align:top;
    font-size: 13px;
    font-size: 1.3rem;
    border:1px solid #ccc;
}
nav.pagination ul li.pagination-prev,
nav.pagination ul li.pagination-first,
nav.pagination ul li.pagination-next,
nav.pagination ul li.pagination-last {
    line-height: 8px;
    font-size: 18px;
    font-size: 1.8rem;
}
nav.pagination ul li.pagination-current,
nav.pagination ul li:active {
    background-color: #34CDE0;
    color: #fff;
    border: 1px solid #34CDE0;
}
nav.pagination ul li.pagination-current {
    padding: 8px;
}
nav.pagination ul li a {
    display:inline-block;
    padding:8px;
    height:10px;
    line-height:10px;
}

/*ARTICLE VOTE*/
.article-vote {
    padding: 10px 0px;
    position:relative;
    border-top:1px solid #e8e8e8;
}
.article-vote .article-vote-question {
    display:inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #707070;
    max-width: 50%;
    line-height: 15px;
}
.article-vote .article-vote-controls {
    display:inline-block;
    position: relative;
    float: right;
}
.article-vote .article-vote-controls > a {
    padding: 0px 13px;
    background-color: #a6a6a6;
    color: #fff;
    line-height: 2.3rem;
    display: inline-block;
    margin-left: 6px;
    font-size: 1.2rem;
}
.article-vote .article-vote-controls > a:hover {
    text-decoration: none;
}
.article-vote .article-vote-controls.voted a {
    pointer-events: none;
    cursor: default;
}
.article-vote .article-vote-controls.voted.v-1 a.article-vote-down{
    background-color: #B03743;
    color: #fff;
}
.article-vote .article-vote-controls.voted.v1 a.article-vote-up {
    background-color: #00CCA0;
    color: #fff;
}
.article-vote .article-vote-up {

}
.article-vote .article-vote-down {

}

/*ARTICLE SHARE SOCIAL, FOOTER*/
.search-result-description > footer,
.article-description > footer {
   padding: 17px;
   border-top: 1px solid #e8e8e8;
   display: none;
   border-bottom: 1px solid #e8e8e8;
}

.search-result-description footer .contact-us,
.article-description footer .contact-us,
#article-page article > footer .contact-us {
    position:relative;
    line-height: 28px;
    display:inline-block;
    text-align:left;
    background-color:#0094b8;
    color:#fff;
    vertical-align:middle;
    float:right;
    font-size:12px;
    padding-left:11px;
    padding-right:28px;
    white-space: nowrap;
}
.search-result-description footer .contact-us:hover,
.article-description footer .contact-us:hover,
#article-page article > footer .contact-us:hover {
    text-decoration: none;
 }
ul.share {
    list-style-type: none;
    margin: 0px;
    display: inline-block;
    padding: 0px;
}
ul.share li {
    display: inline-block;
    position: relative;
    padding: 0px 1px;
}
ul.share li a span{
    text-indent: -99999px;
    overflow:hidden;
    font-size:0px;
    position:relative;
}
ul.share li a:before {
    display:inline-block;
    font-size:17px;
    width:28px;
    line-height:28px;
    text-align:center;
    vertical-align:middle;
    color:#fff;
}
ul.share li a.fa-twitter {
    background-color: #009CE3;
    text-shadow: 0px 0px 3px rgba(0, 75, 110, 1);
}
ul.share li a.fa-facebook {
    background-color: #3B5A97;
    text-shadow: 0px 0px 3px rgba(14, 40, 90, 1);
}
ul.share li a.fa-google-plus {
    background-color: #EB1E23;
    text-shadow: 0px 0px 3px rgba(137, 18, 21, 1);
}
ul.share li a.fa-vk {
    background-color: #4C75A3;
    text-shadow: 0px 0px 3px rgba(13, 47, 102, 1);
}
ul.share li a.fa-weibo {
    background-color: #D72928;
    text-shadow: 0px 0px 3px rgba(132, 12, 33, 1);
}
.contact-us:after {
    content: "";
    position: absolute;
    right: 5px;
    top:0px;
    width:13px;
    line-height:28px;
    vertical-align:middle;
    height:100%;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.contact-us.disabled {
    background-color: #cecece!important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.contact-us.toggled_form:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transform: rotate(180deg);
}

/*NEW REQUEST*/
.deflect-msg {
    margin: 17px;
    margin-bottom:0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
}
.new-request {
}
form#new_request {
   position: relative;
}
form#new_request label {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 600;
    font-size: 1.4rem;
    display: block;
    line-height: 14px;
    margin: 15px 0px 10px;
}
form#new_request input,
form#new_request textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.06);
    border: 1px solid #ccc;
    height: 100%;
}
form#new_request textarea {
    padding: 12px;
}
form#new_request input {
    height: 36px;
}
form#new_request input[type=file] {
    height: 100%;
}
form#new_request textarea {
    min-height: 125px;
}
form#new_request .nesty-input {
    height:38px;
    line-height:38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #ccc;
}
.nesty-input:after {
    color: #999;
    content: "\f0d7";
    font-family: "FontAwesome";
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 25%;
    font-size: 20px;
}
.form-field.required label:after {
    content:"*";
    color: #f90153;
    padding-left:2px;
}
.form-field p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
}
a#request-screencasts:before {
    content: "\1F4BB";
    font-family: "entypo";
    margin-right: 10px;
}
a#request-screencasts {
    background-color:  #fff;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
form#new_request .screencast label {
    /*margin-top: 0;*/
}
.upload-dropzone {
    border-color: rgba(0,0,0,0.05);
    font-size: 1.4rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px dashed #e7e7e7;
    background-color:#fff;
    padding: 10px;
    margin-bottom: 10px;
}
form#new_request > div,
form#new_request footer {
    margin:0px 17px;
}
form#new_request footer input[type=submit] {
    width: 100%;
    max-width: 100%;
    background-color: #0094b8;
    color: #fff;
    font-size:15px;
    letter-spacing:1px;
    border:none;
    margin-bottom:20px;
    margin-top:15px;
}
.notification {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px;
}
.notification-inner {
    padding: 0px;
}
.notification-text ul {
   padding: 0 0 0 10px;
}
.notification-text {
    line-height: 1.6rem;
    padding: 10px 15px;
}
.notification.notification-notice .notification-inner {
    padding:15px;
}
iframe.new-request {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0px;
    height: 0px;
}
iframe.new-request.loading {
    position:absolute;
    top:-100px;
    opacity: 0;
}


/*404*/
.error-page {
    padding: 17px;
}
.error-page a,
.search-results-column > p > a {
    color: #0094B8;
}

/*FOOTER*/
footer.footer {
    background-color: #e5e5e5;
    overflow:auto;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
footer.footer .footer-inner {
    padding:17px;
    overflow:auto;
}
.footer-inner > div {
    padding: 0;
    text-align: center;
    line-height: 20px;
    width:100%;
}
.footer-inner div a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #636363;
}
.footer-inner div a.small {
    font-size: 11px;
    font-size: 1.1rem;
    color: #9b9b9b;
    display: block;
}
.footer-inner a {
   padding: 2px 5px;
}

/*SEARCH RESULTS, ARTICLES, PROMOTED*/
.search-results + .fifty {
    padding: 0px 17px;
}
.search-results-subheading {
    display: none;
}
.search-results {
    padding: 0 17px;
    display:none;
    text-align:left;
}
.search-results-heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
}
.search-results-heading > a {
    font-weight: bolder;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.search-results-heading > a:after {
    content: "\E762";
    font-family: "entypo";
    color: #d0d0d0;
    font-size: 23px;
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
    margin: 0px;
}
ul.search-results-list,
ul.article-list,
ul#popular-questions,
section.promoted-articles ul {
    list-style: none;
    padding: 0px;
    border:1px solid #cecece;
    background-color:#fdfdfd;
    margin:0px;
}
ul.search-results-list .search-result-meta {
    display: none;
}
li.search-result:before,
ul.article-list li:before,
ul#popular-questions li:before,
section.promoted-articles ul li:before,
#article-page article:before {
    content: "";
    width: 1px;
    height:100%;
    display:block;
    position: absolute;
}
ul.article-list li:before {
   /*width: 2px;*/
}
li.search-result:last-child,
ul.article-list li:last-child {
    border-bottom:none;
}
a.search-result-link:after,
ul.article-list > li > a:after,
ul#popular-questions > li > a:after {
   content: "\E75C";
   font-family: "entypo";
   display: inline-block;
   position: absolute;
   right: 15px;
   font-size: 2.5rem;
   vertical-align: middle;
   color: #636363;
   -webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
   -o-transition: .2s ease-in-out;
   transition: .2s ease-in-out;
   height: 15px;
   top: 50%;
   margin-top: -10px;
}
ul#popular-questions.no-actions > li > a:after {
    content: "\E766";
    font-size: 1.2rem;
    color: #c5c5c5;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
ul#popular-questions.no-actions > li > a:active:after {
    right: 10px;
    color: #727272;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

li.search-result,
ul.article-list > li,
ul#popular-questions > li,
section.promoted-articles ul > li{
   position: relative;
   line-height: 20px;
   border-bottom: 1px solid #e8e8e8;
}

a.search-result-link,
ul.article-list > li > a,
ul#popular-questions > li > a,
section.promoted-articles ul > li > a {
   display: block;
   font-size: 1.5rem;
   position: relative;
   color: #444;
   padding: 15px;
   padding-right: 50px;
   border-left: 2px solid transparent;
}

li.search-result.show-desc a.search-result-link:after,
li.show-desc a:after,
ul#popular-questions li.show-desc a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: rotate(180deg);
}
.show-desc a.search-result-link {
    border-width: 3px;
}
.article-description article,
.search-result-description article.excerpt,
.search-result-description .article-vote,
.article-description .article-vote {
   padding: 12px 17px;
   margin-left: 1px;
}
article.excerpt > p {
    margin-top: 0px;
}

.search-result-description,
.article-description {
   border-top: 1px solid #e8e8e8;
   font-size: 13px;
   font-size: 1.3rem;
   line-height: 2rem;
   display: none;
   text-align: left;
}
.article-description article p {
    margin:0px;
    margin-bottom:10px;
    text-align:justify;
}
.article-description article img,
.article-body img,
article.excerpt img {
    width: 100%;
    height: auto;
}

/*BREADCRUMBS*/
ol.breadcrumbs {
    margin:0px;
    padding:0px;
    list-style-type: none;
    font-size: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
ol.breadcrumbs li a {
    /*padding-right:10px;*/
    line-height:2.3rem;
    line-height:23px;
    font-weight: bolder;
}
ol.breadcrumbs li:first-child a {
    color: #424040;
}
ol.breadcrumbs li a {
    font-weight:bold;
}
ol.breadcrumbs li:last-child a {
    font-weight: normal;
}
ol.breadcrumbs li {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
ol.breadcrumbs li:after {
    content: "\E762";
    font-family: "entypo";
    color: #d0d0d0;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    line-height: 2rem;
}
ol.breadcrumbs li:last-child,
ol.breadcrumbs li:last-child:after {
    text-transform: none;
    content:none;
    color:#727272;
}

/*CATEGORIES, SECTIONS*/
#cats_drop {
    padding:0px;
    margin:0px;
    cursor:pointer;
    margin-bottom:15px;
}
#cats_drop ul {
    display:none;
}
.section-tree,
ul#popular-questions {
    margin-bottom: 20px;
    margin-top:0px;
    text-align:left;
}
#cats_drop ul,
.section-tree ul {
    padding:0px;
    list-style: none;
    margin: 0px;
}
ul.article-list li.article-promoted > span {
   display: none;
}
#cats_drop ul li a,
.section-tree section h3 a,
ul.article-list li > a {
   display: block;
}
.section-tree section .article-list {
    display:none;
}
.section-tree section {
    position:relative;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    margin-left: -4px;
    z-index: 2;
}
.section-tree section:last-child {
    border-bottom: 1px solid #e5e5e5;
}
#cats_drop h2,
#cats_drop ul li,
.section-tree section h3 {
    position: relative;
    margin: 0px;
    font-size: 1.4rem;
    color: #707070;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 4rem;
    overflow: hidden;
}
#cats_drop h2 {
    border: 1px solid #cecece;
    overflow: hidden;
}
#cats_drop span.cat_desc {
    text-transform: initial;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    width: 100%;
    margin-right: 60px;
    overflow: hidden;
    padding-left: 5%;
    display: none;
    float: left;
}
#cats_drop ul li a span:first-child {
    float:left;
}
#cats_drop ul li {
    border: 1px solid #f7f7f7;
    border-top:none;
    overflow:hidden;
}
#cats_drop h2 span,
#cats_drop ul li a,
.section-tree section h3 a {
    padding-left:20px;
    float:left;
    width:100%;
}
.section-tree section h3 a {
    padding-left: 15px;
    color: #222;
}
.section-tree section h3 a:after {
    font-weight: bold;
    color: #646464;
    top: 10px;
}
.section-tree section h3 a span {
    display: block;
    text-transform: lowercase;
    margin-top: -20px;
    padding-left: 0px;
    color: #444;
}

#cats_drop h2:before,
#cats_drop ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
}
#cats_drop h2:after,
#cats_drop ul li:after {
    content: "\f0d7";
    font-family: "FontAwesome";
}
#cats_drop h2:after,
#cats_drop ul li:after {
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    right:17px;
    top:0px;
    font-size:20px;
    font-size:2rem;
}
#cats_drop ul li:after {
    content: "\f1db";
    right:16px;
    font-size:1.7rem;
    font-size:1.8rem;
    color:#eeeeee;
}
#cats_drop ul li:hover,
#cats_drop ul li:active {
    background-color: #f6f6f6;
}
#cats_drop ul li:hover a,
#cats_drop ul li:active a {
    color: #3b404d;
}
#cats_drop ul li:hover:after,
#cats_drop ul li:active:after {
    content: "\f111";
    color: #9a9a9a;
}
.section-tree section h3 a:hover,
.section-tree section h3 a:active {
    background-color: #f0f0f0;
    color: #3b404d;
}
.category-description {
    display: none;
}


/*single ARTICLE page*/
#article-page .article-meta {
    display: none;
}
#article-page article {
    position:relative;
    padding: 0px;
    border: 1px solid #cecece;
    background-color: #fdfdfd;
    margin-top: 20px;
}
#article-page article h1 {
    display: block;
    text-transform: none;
    margin: 0px;
    font-size: 1.5rem;
    position: relative;
    color: #444;
    padding: 15px;
    border-left: 2px solid transparent;
    font-size: 1.6rem;
    font-weight: normal;
}
#article-page article .article-body {
    border-top: 1px solid #e8e8e8;
    text-align: justify;
    padding: 12px 17px;
    margin-left: 1px;
}
#article-page article .article-body > p {
    margin-top: 10px;
    padding-top: 0px;
}
#article-page .article-subscribe,
#article-page .article-unsubscribe {
    padding: 0px 13px;
    background-color: #a6a6a6;
    color: #fff;
    line-height: 2.3rem;
    display: inline-block;
    margin-left: 6px;
    font-size: 1.2rem;
    float:right;
}
#article-page article .article-vote {
  padding: 12px 17px;
    margin-left: 1px;
}
#article-page article > footer {
    padding: 17px;
    display:block;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
li.upload-item {
    width: 100%;
    height: 23px;
    border-radius: 0;
}
li.upload-item a {
    line-height:23px;
    position: absolute;
    width: 80%;
}
li.upload-item > span.upload-remove {
    position:absolute;
    right: 30px;
    top: 0px;
}
.upload-link {
    padding-left: 23px;
}
.upload-dropzone span {
    padding-top: 5px;
    color: #636363;
}
.upload-dropzone span:before {
    pointer-events: none;
}
.upload-dropzone a {
    font-size: inherit;
}
.lang-sel {
    text-align: center;
    margin-top: 10px;
}
.upload-progress {
   background: #ccc;
}

/*autocomplete styling*/
.ui-helper-hidden-accessible {
    display:none;
}
form .slimScrollDiv {
    overflow: visible;
    position: absolute;
}
.ui-autocomplete {
    position: absolute;
    box-shadow: 0px 1px 0px 1px #0094B8;
    background-color: #fff;
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    cursor: pointer;
    height: auto;
    max-height: 300px;
    text-align: left;
    z-index: 98;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ui-autocomplete .ui-menu-item {
    display: block;
    padding: 5px 15px;
    -webkit-tap-highlight-color: #ccc;
}
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:active {
    background-color: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*SPINNER*/
.preload-spin:after,
footer .contact-us.disabled:after {
    content: "";
    background:none;
    width: 7px;
    height: 11px;
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    background-color: #eee;
    border: 4px solid #aaa;
    border-width: 0px 0px 0px 4px;
    border-radius: 50%;
    -webkit-animation: loaderAnim 1s linear infinite;
    animation: loaderAnim 1s linear infinite;
    top: 8px;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes loaderAnim {
    0%   {transform: rotate(0deg);}
    50%   {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes loaderAnim {
    0%   {transform: rotate(0deg);}
    50%   {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
@-o-keyframes loaderAnim {
    0%   {transform: rotate(0deg);}
    50%   {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
@keyframes loaderAnim {
    0%   {transform: rotate(0deg);}
    50%   {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
/* ==========================================================================
   Media Queries - loaded in html header
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
   float: left;
}
.right {
    float:right;
}

/*RTL*/
html[dir=rtl] .left{
    float: right;
}
html[dir=rtl] .right {
    float: left;
}
html[dir=rtl] .search-box form input[type=submit] {
    right:auto;
    left:7px;
}

html[dir=rtl] header nav.user-nav {
    float:left;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*FLAGS*/
.flag:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 32px;
    height: 29px;
    background:transparent url(//p3.zdassets.com/hc/theme_assets/470143/200011371/flags32.png) no-repeat;
    margin-right:5px;
    vertical-align:middle;
    margin-top:-4px;
    margin-left:7px;
}
.flag {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flag span {
    display:inline-block;
    width: 63%;
    white-space: normal;
    line-height: 12px;
    vertical-align: middle;
}
.flag._African_Union:before{background-position:0 -32px;}
.flag._Arab_League:before,.flag.ar:before{background-position:0 -64px;}
.flag._ASEAN:before{background-position:0 -96px;}
.flag._CARICOM:before{background-position:0 -128px;}
.flag._CIS:before{background-position:0 -160px;}
.flag._Commonwealth:before{background-position:0 -192px;}
.flag._England:before{background-position:0 -224px;}
.flag._European_Union, .flag.eu:before{background-position:0 -256px;}
.flag._Islamic_Conference:before{background-position:0 -288px;}
.flag._Kosovo:before{background-position:0 -320px;}
.flag._NATO:before{background-position:0 -352px;}
.flag._Northern_Cyprus:before{background-position:0 -384px;}
.flag._Northern_Ireland:before{background-position:0 -416px;}
.flag._Olimpic_Movement:before{background-position:0 -448px;}
.flag._OPEC:before{background-position:0 -480px;}
.flag._Red_Cross:before{background-position:0 -512px;}
.flag._Scotland:before{background-position:0 -544px;}
.flag._Somaliland:before{background-position:0 -576px;}
.flag._Tibet:before{background-position:0 -608px;}
.flag._United_Nations:before{background-position:0 -640px;}
.flag._Wales:before{background-position:0 -672px;}
.flag.ad:before,.flag.ca:before{background-position:0 -704px;}
.flag.ae:before{background-position:0 -736px;}
.flag.af:before{background-position:0 -768px;}
.flag.ag:before{background-position:0 -800px;}
.flag.ai:before{background-position:0 -832px;}
.flag.al:before{background-position:0 -864px;}
.flag.am:before{background-position:0 -896px;}
.flag.ao:before{background-position:0 -928px;}
.flag.aq:before{background-position:0 -960px;}
.flag.ar:before{background-position:0 -992px;}
.flag.as:before{background-position:0 -1024px;}
.flag.at:before{background-position:0 -1056px;}
.flag.au:before{background-position:0 -1088px;}
.flag.aw:before{background-position:0 -1120px;}
.flag.ax:before{background-position:0 -1152px;}
.flag.az:before{background-position:0 -1184px;}
.flag.ba:before{background-position:0 -1216px;}
.flag.bb:before{background-position:0 -1248px;}
.flag.bd:before{background-position:0 -1280px;}
.flag.be:before{background-position:0 -1312px;}
.flag.bf:before{background-position:0 -1344px;}
.flag.bg:before{background-position:0 -1376px;}
.flag.bh:before{background-position:0 -1408px;}
.flag.bi:before{background-position:0 -1440px;}
.flag.bj:before{background-position:0 -1472px;}
.flag.bm:before{background-position:0 -1504px;}
.flag.bn:before{background-position:0 -1536px;}
.flag.bo:before{background-position:0 -1568px;}
.flag.br:before,.flag.pt-br:before{background-position:0 -1600px;}
.flag.bs:before{background-position:0 -1632px;}
.flag.bt:before{background-position:0 -1664px;}
.flag.bw:before{background-position:0 -1696px;}
.flag.by:before{background-position:0 -1728px;}
.flag.bz:before{background-position:0 -1760px;}
.flag.en-ca:before,.flag.fr-ca:before{background-position:0 -1792px;}
.flag.cd:before{background-position:0 -1824px;}
.flag.cf:before{background-position:0 -1856px;}
.flag.cg:before{background-position:0 -1888px;}
.flag.ch:before{background-position:0 -1920px;}
.flag.ci:before{background-position:0 -1952px;}
.flag.ck:before{background-position:0 -1984px;}
.flag.cl:before{background-position:0 -2016px;}
.flag.cm:before{background-position:0 -2048px;}
.flag.cn:before,.flag.zh-cn:before{background-position:0 -2080px;}
.flag.co:before{background-position:0 -2112px;}
.flag.cr:before{background-position:0 -2144px;}
.flag.cu:before{background-position:0 -2176px;}
.flag.cv:before{background-position:0 -2208px;}
.flag.cy:before{background-position:0 -2240px;}
.flag.cs:before{background-position:0 -2272px;}
.flag.de:before{background-position:0 -2304px;}
.flag.dj:before{background-position:0 -2336px;}
.flag.da:before{background-position:0 -2368px;}
.flag.dm:before{background-position:0 -2400px;}
.flag.do:before{background-position:0 -2432px;}
.flag.dz:before{background-position:0 -2464px;}
.flag.ec:before{background-position:0 -2496px;}
.flag.ee:before{background-position:0 -2528px;}
.flag.ar-eg:before{background-position:0 -2560px;}
.flag.eh:before{background-position:0 -2592px;}
.flag.er:before{background-position:0 -2624px;}
.flag.es:before,.flag.es-419:before{background-position:0 -2656px;}
.flag.et:before{background-position:0 -2688px;}
.flag.fi:before{background-position:0 -2720px;}
.flag.fj:before{background-position:0 -2752px;}
.flag.fm:before{background-position:0 -2784px;}
.flag.fo:before{background-position:0 -2816px;}
.flag.fr:before{background-position:0 -2848px;}
.flag.bl, .flag.cp, .flag.mf, .flag.yt:before{background-position:0 -2848px;}
.flag.ga:before{background-position:0 -2880px;}
.flag.gb:before,.flag.en-gb:before{background-position:0 -2912px;}
.flag.sh:before{background-position:0 -2912px;}
.flag.gd:before{background-position:0 -2944px;}
.flag.ge:before{background-position:0 -2976px;}
.flag.gg:before{background-position:0 -3008px;}
.flag.gh:before{background-position:0 -3040px;}
.flag.gi:before{background-position:0 -3072px;}
.flag.gl:before{background-position:0 -3104px;}
.flag.gm:before{background-position:0 -3136px;}
.flag.gn:before{background-position:0 -3168px;}
.flag.gp:before{background-position:0 -3200px;}
.flag.gq:before{background-position:0 -3232px;}
.flag.el:before{background-position:0 -3264px;}
.flag.gt:before{background-position:0 -3296px;}
.flag.gu:before{background-position:0 -3328px;}
.flag.gw:before{background-position:0 -3360px;}
.flag.gy:before{background-position:0 -3392px;}
.flag.hk:before{background-position:0 -3424px;}
.flag.hn:before{background-position:0 -3456px;}
.flag.hr:before{background-position:0 -3488px;}
.flag.ht:before{background-position:0 -3520px;}
.flag.hu:before{background-position:0 -3552px;}
.flag.id:before{background-position:0 -3584px;}
.flag.mc:before{background-position:0 -3584px;}
.flag.ie:before{background-position:0 -3616px;}
.flag.il:before,.flag.he:before{background-position:0 -3648px;}
.flag.im:before{background-position:0 -3680px;}
.flag.in:before,.flag.hi:before{background-position:0 -3712px;}
.flag.iq:before{background-position:0 -3744px;}
.flag.ir:before{background-position:0 -3776px;}
.flag.is:before{background-position:0 -3808px;}
.flag.it:before{background-position:0 -3840px;}
.flag.je:before{background-position:0 -3872px;}
.flag.jm:before{background-position:0 -3904px;}
.flag.jo:before{background-position:0 -3936px;}
.flag.jp:before,.flag.ja:before{background-position:0 -3968px;}
.flag.ke:before{background-position:0 -4000px;}
.flag.kg:before{background-position:0 -4032px;}
.flag.kh:before{background-position:0 -4064px;}
.flag.ki:before{background-position:0 -4096px;}
.flag.km:before{background-position:0 -4128px;}
.flag.kn:before{background-position:0 -4160px;}
.flag.kp:before{background-position:0 -4192px;}
.flag.kr:before,.flag.ko:before{background-position:0 -4224px;}
.flag.kw:before{background-position:0 -4256px;}
.flag.ky:before{background-position:0 -4288px;}
.flag.kz:before{background-position:0 -4320px;}
.flag.la:before{background-position:0 -4352px;}
.flag.lb:before{background-position:0 -4384px;}
.flag.lc:before{background-position:0 -4416px;}
.flag.li:before{background-position:0 -4448px;}
.flag.lk:before{background-position:0 -4480px;}
.flag.lr:before{background-position:0 -4512px;}
.flag.ls:before{background-position:0 -4544px;}
.flag.lt:before{background-position:0 -4576px;}
.flag.lu:before{background-position:0 -4608px;}
.flag.lv:before{background-position:0 -4640px;}
.flag.ly:before{background-position:0 -4672px;}
.flag.ma:before{background-position:0 -4704px;}
.flag.md:before{background-position:0 -4736px;}
.flag.me:before,.flag.sr-me:before{background-position:0 -4768px;}
.flag.mg:before{background-position:0 -4800px;}
.flag.mh:before{background-position:0 -4832px;}
.flag.mk:before{background-position:0 -4864px;}
.flag.ml:before{background-position:0 -4896px;}
.flag.mm:before{background-position:0 -4928px;}
.flag.mn:before{background-position:0 -4960px;}
.flag.mo:before{background-position:0 -4992px;}
.flag.mq:before{background-position:0 -5024px;}
.flag.mr:before{background-position:0 -5056px;}
.flag.ms:before{background-position:0 -5088px;}
.flag.mt:before{background-position:0 -5120px;}
.flag.mu:before{background-position:0 -5152px;}
.flag.mv:before{background-position:0 -5184px;}
.flag.mw:before{background-position:0 -5216px;}
.flag.mx:before{background-position:0 -5248px;}
.flag.my:before,.flag.ms:before{background-position:0 -5280px;}
.flag.mz:before{background-position:0 -5312px;}
.flag.na:before{background-position:0 -5344px;}
.flag.nc:before{background-position:0 -5376px;}
.flag.ne:before{background-position:0 -5408px;}
.flag.ng:before{background-position:0 -5440px;}
.flag.ni:before{background-position:0 -5472px;}
.flag.nl:before{background-position:0 -5504px;}
.flag.bq:before{background-position:0 -5504px;}
.flag.no:before{background-position:0 -5536px;}
.flag.bv, .flag.nq, .flag.sj:before{background-position:0 -5536px;}
.flag.np:before{background-position:0 -5568px;}
.flag.nr:before{background-position:0 -5600px;}
.flag.nz:before{background-position:0 -5632px;}
.flag.om:before{background-position:0 -5664px;}
.flag.pa:before{background-position:0 -5696px;}
.flag.pe:before{background-position:0 -5728px;}
.flag.pf:before{background-position:0 -5760px;}
.flag.pg:before{background-position:0 -5792px;}
.flag.ph:before{background-position:0 -5824px;}
.flag.pk:before{background-position:0 -5856px;}
.flag.pl:before{background-position:0 -5888px;}
.flag.pr:before{background-position:0 -5920px;}
.flag.ps:before{background-position:0 -5952px;}
.flag.pt:before{background-position:0 -5984px;}
.flag.pw:before{background-position:0 -6016px;}
.flag.py:before{background-position:0 -6048px;}
.flag.qa:before{background-position:0 -6080px;}
.flag.re:before{background-position:0 -6112px;}
.flag.ro:before{background-position:0 -6144px;}
.flag.rs:before,.flag.sr:before{background-position:0 -6176px;}
.flag.ru:before{background-position:0 -6208px;}
.flag.rw:before{background-position:0 -6240px;}
.flag.sa:before{background-position:0 -6272px;}
.flag.sb:before{background-position:0 -6304px;}
.flag.sc:before{background-position:0 -6336px;}
.flag.sd:before{background-position:0 -6368px;}
.flag.se:before,.flag.sv:before{background-position:0 -6400px;}
.flag.sg:before{background-position:0 -6432px;}
.flag.si:before,.flag.sl:before{background-position:0 -6464px;}
.flag.sk:before{background-position:0 -6496px;}
/*.flag.sl:before{background-position:0 -6528px;}*/
.flag.sm:before{background-position:0 -6560px;}
.flag.sn:before{background-position:0 -6592px;}
.flag.so:before{background-position:0 -6624px;}
/*.flag.sr:before{background-position:0 -6656px;}*/
.flag.st:before{background-position:0 -6688px;}
/*.flag.sv:before{background-position:0 -6720px;}*/
.flag.sy:before{background-position:0 -6752px;}
.flag.sz:before{background-position:0 -6784px;}
.flag.tc:before{background-position:0 -6816px;}
.flag.td:before{background-position:0 -6848px;}
.flag.tg:before{background-position:0 -6880px;}
.flag.th:before{background-position:0 -6912px;}
.flag.tj:before{background-position:0 -6944px;}
.flag.tl:before{background-position:0 -6976px;}
.flag.tm:before{background-position:0 -7008px;}
.flag.tn:before{background-position:0 -7040px;}
.flag.to:before{background-position:0 -7072px;}
.flag.tr:before{background-position:0 -7104px;}
.flag.tt:before{background-position:0 -7136px;}
.flag.tv:before{background-position:0 -7168px;}
.flag.tw:before,.flag.zh-tw:before{background-position:0 -7200px;}
.flag.tz:before{background-position:0 -7232px;}
.flag.ua:before,.flag.uk:before{background-position:0 -7264px;}
.flag.ug:before{background-position:0 -7296px;}
.flag.us:before,.flag.en-us:before{background-position:0 -7328px;}
.flag.uy:before{background-position:0 -7360px;}
.flag.uz:before{background-position:0 -7392px;}
.flag.va:before{background-position:0 -7424px;}
.flag.vc:before{background-position:0 -7456px;}
.flag.ve:before{background-position:0 -7488px;}
.flag.vg:before{background-position:0 -7520px;}
/*.flag.vi:before{background-position:0 -7552px;}*/
.flag.vn:before,.flag.vi:before{background-position:0 -7584px;}
.flag.vu:before{background-position:0 -7616px;}
.flag.ws:before{background-position:0 -7648px;}
.flag.ye:before{background-position:0 -7680px;}
.flag.za:before{background-position:0 -7712px;}
.flag.zm:before{background-position:0 -7744px;}
.flag.zw:before{background-position:0 -7776px;}
.flag.sx:before{background-position:0 -7808px;}
.flag.cw:before{background-position:0 -7840px;}
.flag.ss:before{background-position:0 -7872px;}
