.ag-header-menu>li>a,
.ag-menu-cat-list,
.ag-nav-menu-mobile>li>a,
.head-stripe,
.main-site-title,
.news-source a,
.section-title,
.tags-links>a {
    text-transform: uppercase
}

   /* Style the accordion container */
   
  
  /* Style the accordion items */
  .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 20px; /* Remove the margin between accordion items */
    border-radius: 10px; /* Add border radius to the whole item */
    overflow: hidden; 
  }
  
  /* Style the accordion headers */
  .accordion-header {
    /*background-color: #f5f5f5;*/
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-header i {
    transition: transform 0.2s;
  }

  /* Hide the accordion content by default */
  .accordion-content {
    display: none;
    padding: 10px;
  }

.comment-content ol,
.comment-content ul,
.entry-content ol,
.entry-content ul {
    list-style-position: inside!important
}

.comment-content address,
.comment-content blockquote,
.comment-content cite,
.comment-content table td,
.contact-form-message,
.custom-content-box-content,
.entry-content address,
.entry-content blockquote,
.entry-content cite,
.single-post-media-desc,
.single-post-quote-wrap {
    font-style: italic
}

.comment-content ins,
.entry-content ins,
a {
    text-decoration: none
}

.fa,
.sfsh {
    text-rendering: auto
}

@font-face {
    font-family: "Droid Arabic Naskh";
    src: url(../fonts/DroidNaskh-Bold.eot?) format("eot"), url(../fonts/DroidNaskh-Bold.woff) format("woff"), url(../fonts/DroidNaskh-Bold.ttf) format("truetype"), url(../fonts/DroidNaskh-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Droid Arabic Naskh";
    src: url(../fonts/DroidNaskh-Regular.eot?) format("eot"), url(../fonts/DroidNaskh-Regular.woff) format("woff"), url(../fonts/DroidNaskh-Regular.ttf) format("truetype"), url(../fonts/DroidNaskh-Regular) format("svg");
    font-style: normal
}

@font-face {
    font-family: HacenTunisiaBd;
    src: url(../fonts/HacenTunisiaBd.eot);
    src: url(../fonts/HacenTunisiaBd?#iefix) format("embedded-opentype"), url(../fonts/HacenTunisiaBd.woff) format("woff"), url(../fonts/HacenTunisiaBd.ttf) format("truetype"), url(../fonts/HacenTunisiaBd.svg#svgFontName) format("svg")
}

@font-face {
    font-family: HacenTunisiaLt;
    src: url(../fonts/HacenTunisiaLt.eot);
    src: url(../fonts/HacenTunisiaLt?#iefix) format("embedded-opentype"), url(../fonts/HacenTunisiaLt.woff) format("woff"), url(../fonts/HacenTunisiaLt.ttf) format("truetype"), url(../fonts/HacenTunisiaLt.svg#svgFontName) format("svg")
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: "Droid Arabic Naskh", Helvetica, sans-serif;
    font-size: 99%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    background: #1A1D39;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.post-block-wrapper,
.site-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

body {
    background: #efefef;
    text-align: right;
    direction: rtl;
    unicode-bidi: embed
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

.comment-content table,
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: right
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0
}

a img {
    border: 0
}

a:hover {
    color: #1A1D39!important;
    border-color: #de2a27!important
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

input,
input:focus select,
select:focus {
    outline: 0
}

select {
    padding: 5px;
    color: #777
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 5px
}

#global-loader {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000
}

.loader,
.loader:after,
.loader:before {
    border-radius: 50%
}

.loader:after,
.loader:before {
    position: absolute;
    content: ''
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #000;
    border-radius: 10.2em 0 0 10.2em;
    top: -.1em;
    left: -.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s
}

.loader {
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #000;
    border-radius: 0 10.2em 10.2em 0;
    top: -.1em;
    left: 5.1em;
    -webkit-transform-origin: 0 5.1em;
    transform-origin: 0 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sk-folding-cube {
    margin: 20px auto;
    width: 149px;
    height: 58px;
    position: relative;
    animation: fadeIn 1s infinite alternate;
    top: 50%
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#masthead,
.site-navigation {
    width: 100%
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D76BB;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

#page {
    opacity: 0;
    overflow: hidden
}

.fixed {
    position: fixed
}

#masthead {
    display: block;
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 10px;
    font-family: "Open Sans Condensed";
    font-weight: 400
}

.page #masthead,
.single-post #masthead {
    padding-right: 0;
    padding-left: 0
}

.page-template-template-grid-boxed #masthead {
    max-width: 1245px
}

.has-sidebar.page-template-template-grid-boxed #masthead {
    max-width: 1265px
}

.page-template-template-two-column.has-sidebar #masthead {
    max-width: 1440px
}

.page-template-template-news-builder #masthead {
    max-width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0
}

.ag-header-menu,
.header-content-wrap,
.site-navigation {
    position: relative
}

.has-grid #masthead {
    max-width: 100%
}

.header-width-wrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.site-branding {
    height: 58px;
    color: #fff;
    background: #1A1D39
}

.ag-header-menu {
    z-index: 110
}

.ag-header-menu>li {
    float: right;
    display: block
}

.ag-header-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.ag-header-menu>.current-category-ancestor>a:after,
.ag-header-menu>.current-menu-ancestor>a:after,
.ag-header-menu>.current-menu-item>a:after,
.ag-header-menu>.open>a:after,
.ag-header-menu>li:hover>a:after {
    background-color: #de2a27
}

.ag-header-menu>li>a:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 4px;
    right: 0;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%
}

.ag-header-menu a.ag-with-ul {
    min-width: 1px;
    padding-left: 31px
}

.ag-header-menu .ag-menu-item>a {
    display: block;
    position: relative
}

.ag-header-menu>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    padding: 5px 14px;
    font-family: HacenTunisiaLt
}

.ag-header-menu a:active,
.ag-header-menu a:focus,
.ag-header-menu a:hover,
.ag-header-menu li.open,
.ag-header-menu li:hover {
    outline: 0;
    color: #cecece!important
}

.ag-header-menu li:hover {
    visibility: inherit
}

.ag-header-menu li {
    float: right;
    position: relative
}

.ag-header-menu li.ag-fine-menu {
    position: static
}

.ag-fine-menu {
    position: static!important
}

.ag-header-menu li.open ul,
.ag-header-menu li:hover ul {
    right: 0;
    top: auto;
    z-index: 99
}

.ag-fine-menu ul {
    border: 1px solid #eaeaea;
    display: none;
    height: auto;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ag-header-menu ul {
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.ag-header-menu ul .ag-menu-item>a {
    color: #333;
    font-size: 17px;
    padding: 7px 14px 8px;
    font-family: HacenTunisiaLt
}

.ag-header-menu ul .current-menu-item>a {
    color: #1D76BB
}

.ag-header-menu ul .ag-menu-item>a:hover {
    background-color: #17345a;
    color: #fff!important
}

.ag-header-menu,
.ag-header-menu li,
.ag-header-menu ul {
    list-style: none;
    margin: 0
}

.ag-header-menu li>.sub-menu {
    display: none
}

.ag-header-menu li.open>.sub-menu,
.ag-header-menu li:hover>.sub-menu {
    display: block;
    opacity: 1
}

.ag-menu-item .sub-menu>li {
    float: none
}

.ag-menu-post-list {
    display: none;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important
}

.ag-menu-post-list.current {
    display: block
}

.ag-menu-post-list .post-list {
    float: right;
    width: calc(20% - 20px);
    margin: 0 10px
}

.has-cat-list .ag-fine-menu-posts .post-list {
    width: calc(25% - 20px)
}

.ag-fine-menu-content {
    padding: 20px 10px;
    overflow: hidden
}

.ag-fine-menu .list-medium .entry-title a {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    text-transform: uppercase;
    font-family: HacenTunisiaLt
}

.ag-fine-menu-posts .edit-link,
.ag-fine-menu-posts .post-category,
.ag-header-menu .ag-drop-down,
.menu-item>a>.menu-arrow-down {
    display: none
}

.ag-menu-cat-list {
    float: right;
    font-size: 14px;
    height: 100%;
    width: 210px;
    text-align: left;
    padding-left: 10px;
    font-family: "Open Sans Condensed";
    font-weight: 700
}

.ag-menu-cat-filter {
    margin-bottom: 5px;
    font-family: HacenTunisiaLt;
    font-size: 17px;
    font-weight: 500
}

.ag-menu-cat-list .ag-menu-cat-filter a {
    color: #000;
    font-family: hacenTunisia
}

.ag-menu-cat-list .ag-menu-cat-filter.current a {
    color: #1A1D39
}

.ag-fine-menu-posts {
    width: 100%
}

.has-cat-list .ag-fine-menu-posts {
    float: right;
    margin-right: 10px;
    padding-right: 10px;
    width: calc(100% - 220px)
}

.ag-menu-item i {
    margin-right: 5px
}

.ag-header-menu .sub-menu li:hover .sub-menu {
    right: 100%;
    top: 0
}

.ag-fine-menu>a>.menu-arrow-down,
.menu-item-has-children>a>.menu-arrow-down,
.menu-item.ag-cat-menu>a>.menu-arrow-down,
.page_item_has_children>a>.menu-arrow-down {
    display: inline-block
}

@media all and (max-width:900px) {
    .ag-fine-menu>ul {
        display: none!important
    }
    .ag-fine-menu>a>.menu-arrow-down {
        display: none
    }
}

ul li li .fa-angle-down {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.ag-mobile-menu {
    display: none
}

@media all and (max-width:960px) {
    .ag-mobile-menu {
        display: block
    }
    .main-menu-container {
        display: none
    }
    #small-header-logo {
        text-align: center;
        width: 100%
    }
}

.ag-mobile-menu-button {
    border-radius: 2px;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 30px;
    height: 40px;
    line-height: 32px;
    margin: 10px;
    padding: 3px;
    text-align: center;
    width: 40px;
    pointer-events: all
}

.open .ag-mobile-menu-button {
    color: #1D76BB
}

.ag-mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 125
}

.mobile-menu-container {
    background-color: #fff;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    right: -10px;
    position: absolute;
    top: 100%;
    width: calc(100% + 20px);
    z-index: 999;
    padding: 0 20px;
    pointer-events: all
}

.open .mobil-menu-container {
    border-bottom: 1px solid #dedede
}

.mobile-menu-container>ul {
    display: none;
    overflow: hidden;
    padding-bottom: 20px
}

.ag-mobile-menu li {
    padding: 5px 0;
    position: relative
}

.ag-mobile-menu li>a>i {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    padding: 5px 8px
}

.ag-mobile-menu a {
    color: #000
}

.ag-mobile-menu .sub-menu {
    padding-right: 20px;
    display: none
}

.ag-mobile-menu .menu-arrow-down {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.open>a>.menu-arrow-down {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.header-search {
    bottom: 0;
    position: absolute;
    left: 0
}

.header-search-form {
    overflow: hidden;
    padding: 7px 0 6px;
    margin: 8px 5px 13px 0;
    position: relative;
    z-index: 120
}

.header-search-form.focus,
.header-search-form:hover {
    background-color: #f2f2f2
}

.header-search .search-button {
    cursor: pointer;
    float: right;
    font-size: 17px;
    padding: 0 10px 0 15px;
    line-height: 18px
}

.header-search-form.active .search-button:hover {
    color: #1D76BB
}

.header-search-form .searchsubmit {
    display: none
}

.header-search-form input {
    border: none
}

.header-search .search-input-wrap {
    float: right
}

.header-search .header-search-form input {
    background-color: #f2f2f2;
    width: 0;
    transition: all .3s ease;
    opacity: 0;
    color: #333;
    padding-top: 0;
    padding-bottom: 0
}

input.search-bar-input {
    width: 88%;
    border: 0;
    background: #efefef;
    display: inline-block;
    border-radius: 4px;
}

.search-bar {
    top: 60px;
    float: left;
    width: 100%;
    z-index: 999;
    position: absolute;
}

.search-bar-button {
    margin-top: -50px;
    font-size: 20px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

.search-bar-form {
	display: none;
    padding: 5px;
    background: #fff;
    width: 100%;
    float: left;
    margin-top: -5px;
    border-bottom: 1px solid #ddd;
}

.search-bar-submit {
    display: inline-block;
    width: 10%;
    border: 0;
    background: #de2a27;
    color: #fff;
    padding: 5px;
    font-family: hacentunisiaBD;
    border-radius: 4px;
    float: left;
}

.main-site-title,
.secondary-site-title,
.site-info {
    color: #515151;
    vertical-align: middle
}

.header-search .header-search-form input:focus,
.header-search:hover .header-search-form input {
    width: 200px;
    opacity: 1;
    padding-right: 5px;
    padding-left: 10px
}

#main-logo {
    float: right;
    height: 90px;
    overflow: hidden;
    width: calc(100% - 1000px);
    line-height: 90px;
    vertical-align: middle;
    text-align: right;
    margin-right: 10px
}

.no-primary-menu #main-logo {
    display: none
}

#main-logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
    margin-top: -2px
}

.main-site-title {
    font-size: 32px;
    right: 50%;
    line-height: 38px;
    position: relative;
    top: 50%;
    font-family: "Droid Arabic Naskh";
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.site-logo-wrapper {
    margin: 10px auto;
    max-width: 1440px
}

.header-promo {
    float: left;
    min-height: 90px;
    width: 970px;
    text-align: center
}

.header-promo>img {
    width: 100%;
    height: 100%
}

#small-header-logo {
    float: right;
    display: none;
    margin-right: 15px;
    position: relative;
    z-index: 120
}

.no-primary-menu #small-header-logo {
    display: block
}

#small-header-logo img {
    height: 50px;
    margin: 4px 0 0 20px
}

.secondary-site-title {
    font-family: "Open Sans";
    font-size: 22px;
    line-height: 60px;
    margin: 0 5px
}

.footer-menu,
.head-stripe,
.image-source-info-wrap,
.single-post-media-desc,
.site-info {
    font-family: "Droid Arabic Naskh"
}

@media all and (max-width:1160px) {
    .header-promo {
        float: none;
        margin: 0 auto
    }
    #main-logo {
        display: none
    }
    #small-header-logo {
        display: block
    }
}

@media all and (max-width:990px) {
    .header-promo {
        width: 728px
    }
}

@media all and (max-width:750px) {
    .header-promo {
        width: 468px;
        min-height: 60px
    }
    .site-logo-wrapper {
        margin: 10px -10px
    }
}

@media all and (max-width:500px) {
    .header-promo {
        width: 320px;
        min-height: 50px
    }
}

.header-image {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.has-news-ticker .header-image {
    margin-bottom: 0
}

.header-image img {
    display: block;
    height: auto;
    right: 50%;
    min-width: 640px;
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.site-content {
    margin: 50px auto 0;
    max-width: 1210px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
}

.has-grid .site-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 0
}

.page-template-template-grid-boxed .site-content {
    max-width: 1245px
}

.has-sidebar.page-template-template-grid-boxed .site-content {
    max-width: 1265px
}

.content-area {
    width: 100%;
    float: right
}

.has-sidebar .content-area {
    margin-left: 35px;
    width: calc(100% - 345px)
}

.has-sidebar.archive .content-area,
.has-sidebar.search-results .content-area {
    width: calc(100% - 355px)
}

.archive .site-main,
.search-results .site-main {
    margin-right: 10px;
    margin-left: 10px
}

.home .site-main {
    padding: 0 5px
}

.home.page-template-template-grid-boxed .site-main,
.home.page-template-template-news-builder .site-main,
.home.page-template-template-two-column .site-main {
    padding: 0
}

@media all and (max-width:1230px) {
    .page.has-sidebar .content-area,
    .single-post.has-sidebar .content-area {
        width: calc(100% - 355px)
    }
}

@media all and (max-width:480px) {
    .home.page-template-template-grid-boxed .site-main {
        padding: 0 5px
    }
}

.license {
    float: right;
    margin-left: 20px
}

.site-footer {
    position: relative;
    width: calc(100% - 20px);
    float: right;
    margin: 70px 10px 45px
}

.has-grid .site-footer {
    margin-right: 10px;
    margin-left: 10px
}

.footer-widgets {
    position: relative;
    padding-bottom: 40px
}

.footer-widgets .top-border {
    border-top: 1px solid #cacaca;
    height: 20px
}

.footer-widgets-content {
    right: -25px;
    position: relative;
    width: calc(100% + 50px)
}

.footer-widgets .widget {
    width: 25%;
    display: block;
    float: right;
    padding: 25px 25px 0
}

.footer-widgets .ag-footer-widgets-count-3 .widget {
    width: 33.333%
}

.footer-widgets .ag-footer-widgets-count-2 .widget {
    width: 50%
}

.footer-widgets .ag-footer-widgets-count-1 .widget {
    width: 100%
}

.footer-logo img {
    height: 70px;
    width: auto;
    display: block
}

.footer-logo {
    float: right;
    height: 70px;
    margin-left: 20px;
    margin-top: -15px
}

.footer-description-text {
    float: right;
    display: block;
    line-height: 1.5;
    font-size: 12px;
    width: 363px
}

.info-links {
    float: left
}

@media(min-width:769px) {
    .info-links {
        margin-top: -40px
    }
}

@media(max-width:768px) and (min-width:426px) {
    .info-links {
        margin-top: -60px
    }
}

@media(max-width:425px) {
    .info-links {
        margin-top: 0
    }
}

.site-info {
    float: right;
    font-size: 11px;
    line-height: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid #cacaca
}

.info-links>a {
    float: left;
    font-size: 18px;
    margin: 0 5px;
    color: #b6b6b6;
    border: 2px solid #b6b6b6;
    border-radius: 20px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

.info-links>a:hover {
    color: #656565!important;
    border-color: #656565!important
}

.footer-menu {
    font-size: 12px;
    float: right;
    width: 100%;
    padding: 40px 5px;
    border-top: 1px solid #cacaca
}

.footer-menu ul {
    position: relative;
    width: 100%;
    float: right
}

.footer-menu li {
    float: right;
    padding-left: 10px;
    margin-left: 10px;
    position: relative
}

.footer-menu .children,
.footer-menu .sub-menu {
    bottom: 100%;
    display: none;
    right: -5px;
    position: absolute;
    background-color: #f8f8f8;
    z-index: 1;
    width: 200px;
    padding: 0 5px;
    border: 1px solid #f2f2f2
}

.footer-menu .children .children,
.footer-menu .sub-menu .sub-menu {
    right: 100%;
    bottom: 0
}

.footer-menu .children>li,
.footer-menu .sub-menu>li {
    width: 100%;
    padding: 3px 0
}

.footer-menu li>a {
    color: #515151
}

.ag-nav-menu-footer>li:after {
    content: "|";
    position: absolute;
    top: 0;
    left: 0
}

.ag-nav-menu-footer>li:last-child:after {
    display: none
}

.footer-menu .children:hover,
.footer-menu .sub-menu:hover,
.footer-menu li:hover>.children,
.footer-menu li:hover>.sub-menu {
    display: block
}

.has-grid .footer-menu-content,
.has-grid .footer-widgets-content,
.has-grid .site-info-content {
    padding: 0;
    margin: 0 auto;
    float: none;
    max-width: 1440px
}

.footer-menu .footer-menu-arrow {
    display: none;
    margin-right: 3px
}

.footer-menu-arrow.fa-plus {
    font-size: 8px
}

.footer-menu .menu-item-has-children>a>.footer-menu-arrow,
.footer-menu .page_item_has_children>a>.footer-menu-arrow {
    display: inline-block
}

#back-to-top {
    width: 52px;
    height: 52px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 52px;
    font-size: 32px;
    color: #fff;
    border: 2px solid #fff;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    display: none;
    bottom: 10px;
    left: 10px;
}

#newsletter {
    width: 52px;
    height: 52px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    background-color: #de2a27;
    border-radius: 52px;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    padding-top: 5px;
    bottom: 10px;
    right: 10px;
}

.head-stripe,
.head-stripe a {
    color: #b5b5b5
}

#back-to-top.animated {
    display: block
}

@media all and (max-width:960px) {
    .footer-widgets .ag-footer-widgets-count-3 .widget,
    .footer-widgets .widget {
        width: 50%;
        margin-bottom: 40px
    }
}

@media all and (max-width:640px) {
    .footer-logo,
    .info-links {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }
    .footer-menu li,
    .info-links>a {
        display: inline-block;
        float: none
    }
    .footer-widgets .ag-footer-widgets-count-2 .widget,
    .footer-widgets .ag-footer-widgets-count-3 .widget,
    .footer-widgets .widget {
        width: 100%
    }
    .footer-logo img {
        display: inline-block
    }
    .footer-description-text {
        text-align: center;
        width: 100%
    }
    .footer-menu ul {
        text-align: center;
        font-size: 20px
    }
    .footer-menu .children,
    .footer-menu .sub-menu {
        text-align: right
    }
}

.head-stripe {
    height: 50px;
    line-height: 60px;
    vertical-align: middle;
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
    padding: 0 5px
}

.single-post-image {
    height: auto;
    display: block;
    width: 100%;
    margin: 0 auto
}

.default-post-list .single-post-image,
.single .single-post-image {
    width: auto
}

.single .type-2 .single-post-image,
.single .type-3 .single-post-image,
.single .type-4 .single-post-image,
.single .type-5 .single-post-image {
    width: 100%
}

.bottom .ag-image,
.center .ag-image {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    right: 50%
}

.ag-embeded,
.single-post-media {
    position: relative
}

.single-post-media-and-info {
    position: relative;
    height: 100%
}

.single-post-media.bottom,
.single-post-media.center,
.single-post-media.top {
    overflow: hidden
}

.center .ag-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.bottom .ag-image {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-post-content .single-post-media {
    margin-right: -15px;
    margin-left: -15px
}

.image-source-info-wrap {
    border: none;
    bottom: 0;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding-right: 11px;
    text-align: right;
    width: 100%
}

.image-source-info-wrap a,
.image-source-info-wrap a:visited {
    color: #fff
}

.image-source-info-wrap i {
    margin-left: 5px
}

.image-source-info {
    max-width: 1210px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1
}

.type-4 .image-source-info,
.type-5 .image-source-info {
    padding-right: 5px
}

.media-background-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 19PX;
    background-color: rgba(0, 0, 0, .58);
    z-index: 0
}

.single-post-media-desc {
    color: #333;
    font-size: 13px;
    font-weight: lighter;
    margin: 0 auto;
    max-width: 1190px;
    padding: 15px 5px 8px
}

.media-desc-width-wrap,
.single-post-quote-wrap {
    max-width: 1210px;
    margin: 0 auto
}

.single-post-quote {
    background-color: #f2f2f2;
    overflow: hidden
}

.single-post-quote-wrap {
    width: 100%;
    padding: 15px;
    font-family: Georgia;
    background: url(img/quote_end.png) 97% 0 no-repeat
}

.single-post-content,
.single-post-meta {
    font-family: "Droid Arabic Naskh"
}

.single-post-quote-name {
    color: #979797;
    font-size: 34px;
    margin-bottom: 20px
}

.single-post-quote-content {
    font-size: 25px;
    color: #333;
    line-height: 32px;
    letter-spacing: 1px
}

@media all and (max-width:1190px) {
    .single-post-media-desc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media(min-width: 961px) {
    .single-post-meta {
        display: block
    }
    .share-buttons-btm {
        display: none
    }
    .info-mobile {
        display: none
    }
    .page .single-post-media-wrap {
        margin-bottom: 25px;
        margin-right: 0;
        display: block
    }
}

@media(max-width: 960px) {
    .single-post-meta {
        display: none
    }
    .info-mobile {
        display: block
    }
    .page .single-post-media-wrap {
        margin-bottom: 25px;
        margin-right: 0;
        display: block
    }
    .share-buttons-btm {
        display: block
    }
}

.info-mobile {
    font-size: 1.5em;
    color: #b5b5b5;
    font-weight: 600
}

.share-buttons-btm {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #1A1D39;
    z-index: 120
}

.share-buttons-btm ul {
    list-style: none
}

.share-buttons-btm ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 0
}

.share-buttons-btm .ag-ss-icon {
    background: transparent
}

.share-buttons-btm .sffb-share {
    background-color: #304f92
}

.share-buttons-btm .sftw-share {
    background-color: #5cb9f6
}

.share-buttons-btm .sfwt-share {
    background-color: #43D854
}

.share-buttons-btm .sfln-share {
    background-color: #1f81b1
}

.share-buttons-btm .sfpt-share {
    background-color: #c53137
}

.share-buttons-btm .sfpr-share {
    background-color: #ddd
}

.single-post-meta {
    min-height: 300px;
    z-index: 8;
    line-height: 22px;
    float: right;
    background: #1A1D39;
    width: 40px;
    top: 78px;
    text-align: center;
    padding-top: 5px
}

.type-2 .single-post-meta {
    padding-top: 9px;
    height: 38px
}

.type-2 .post-header-wrap {
    margin-right: -15px;
    margin-left: -15px
}

@media all and (max-width:1210px) {
    .type-2 .post-header-wrap {
        margin-right: 0
    }
}

@media all and (max-width:640px) {
    .type-2 .post-header-wrap {
        margin-left: 0
    }
}

.type-4 .single-post-meta {
    height: 38px;
    overflow: hidden
}

.single-post-meta,
.single-post-meta a {
    font-size: 16px;
    color: #ababab
}

.single-post-date {
    font-size: .8em;
    color: #fff
}

.single-post-author {
    float: left
}

.single-post-content {
    margin: 0 15px;
    font-weight: 400
}

.content-area .entry-title {
    font-size: 43px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
    -webkit-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.type-2 .entry-title {
    margin-top: -4px
}

.type-1.content-area .entry-title {
    margin-bottom: 25px
}

.content-area .entry-title,
.content-area .entry-title a {
    color: #333;
    font-family: hacentunisiaBD
}

.single-post-social {
    height: 50px;
    margin: 14px auto
}

.single-post-share-icons {
    margin: 0 auto;
    width: 73%
}

.type-2 .single-post-social {
    margin-bottom: 30px
}

.type-3 .single-post-social,
.type-4 .single-post-social,
.type-5 .single-post-social {
    margin-top: 25px
}

.type-4 .entry-content,
.type-5 .entry-content {
    margin-top: 26px
}

.single-post-view-count {
    color: #fff9e9;
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
    display: block;
    margin-top: 14px;
    width: 100%;
    font-weight: 700
}

.single-post-gallery-thumbnails,
.type-4 .media-background-overlay,
.type-5 .media-background-overlay {
    display: none
}

.single-post-share-icons .mashsb-container {
    padding-top: 0
}

.single-post-share-icons .mashsb-buttons>a {
    float: left
}

.single-post-share-icons .mashsb-count {
    float: left!important;
    margin-left: 0;
    margin-top: 16px
}

.single-post-additional-content {
    float: right;
    display: none;
    margin: 4px 0 4px 30px
}

.attachment .single-post-additional-content {
    float: none;
    margin: 0 auto 20px
}

.news-source,
.tags-links {
    color: #b5b5b5;
    font-family: "Droid Arabic Naskh";
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 40px
}

.news-source a {
    color: #b5b5b5;
    margin-right: 10px
}

.tags-links>a {
    color: #b5b5b5;
    margin-left: 10px
}

.tags-links>.screen-reader-text {
    color: #1A1D39;
    margin-left: 10px;
    font-family: HacenTunisiaBD
}

.section-title {
    background-color: #f2f2f2;
    color: #333;
    font-family: "Droid Arabic Naskh";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 20px;
    padding: 10px
}

.post {
    position: relative
}

.default-post-list {
    margin: 20px 0;
    padding: 20px
}

.post-box-shadow .default-post-list {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3)
}

.sticky::after {
    content: "\f0a4";
    font-family: fontawesome;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 10px;
    width: 20px;
    color: #1D76BB
}

.sticky {
    border: 1px solid #1D76BB
}

.post-box-shadow .sticky {
    box-shadow: 0 0 6px 0 #1D76BB
}

.type-3 .single-post-title-wrap {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff
}

.has-head-stripe .single-post-title-wrap {
    padding-top: 50px
}

.type-3.post .entry-title {
    color: #fff
}

.type-3 .single-post-title-content {
    padding: 15px;
    position: relative
}

.type-3 .single-post-meta,
.type-3 .single-post-meta a {
    color: #fff
}

.type-3 .single-post-meta {
    height: 30px
}

.type-3 .single-post-title-content .single-post-meta,
.type-3 .single-post-title-content header {
    position: relative;
    z-index: 10
}

.type-3 .single-post-title-background {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.type-4 .single-post-title-wrap,
.type-5 .single-post-title-wrap {
    right: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.type-4 .single-post-media-desc,
.type-5 .single-post-media-desc {
    left: 0;
    text-align: left;
    padding-top: 10px;
    color: #fff;
    right: 0;
    max-width: 100%;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    top: 0;
    width: 100%
}

.type-4 .media-desc-width-wrap,
.type-5 .media-desc-width-wrap {
    padding-right: 400px;
    padding-left: 5px
}

.type-4 .single-post-title-content,
.type-5 .single-post-title-content {
    background-color: #fff;
    bottom: 0;
    padding: 0 15px 15px;
    position: absolute;
    width: 100%
}

.type-5 .single-post-title-content {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 10px;
    padding-top: 40px
}

.type-4 .single-post-gallery-wrap,
.type-5 .single-post-gallery-wrap {
    bottom: 120px;
    position: absolute;
    width: calc(100% - 114px)
}

.type-4 .image-source-info-wrap,
.type-5 .image-source-info-wrap {
    bottom: auto;
    top: 0;
    text-shadow: 1px 1px 1px #000
}

.type-5 .single-post-title-content .single-post-title-background {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fff', GradientType=0);
    height: 200%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

.dark-gradient,
.grid-block:hover .dark-gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#e6000000', GradientType=0)
}

.type-5 .single-post-title-content>* {
    position: relative;
    z-index: 10
}

@media all and (max-width:1280px) {
    .has-sidebar .content-area .list-large .entry-title {
        font-size: 25px;
        line-height: 30px
    }
}

@media all and (max-width:960px) {
    .type-4 .single-post-gallery-wrap,
    .type-5 .single-post-gallery-wrap {
        bottom: 0;
        position: relative;
        width: auto
    }
    .type-4 .single-post-title-content,
    .type-5 .single-post-title-content {
        position: relative
    }
    .type-4 .single-post-title-wrap,
    .type-5 .single-post-title-wrap {
        position: relative;
        top: 0!important
    }
    .content-area .list-large .entry-title {
        font-size: 25px;
        line-height: 30px
    }
}

@media all and (max-width:640px) {
    .single-post-content {
        margin: 0 10px
    }
    .type-4 .media-desc-width-wrap,
    .type-5 .media-desc-width-wrap {
        padding-right: 200px
    }
}

@media all and (max-width:480px) {
    .type-2 .post-header-wrap {
        margin-right: 0;
        margin-left: 0
    }
    .type-4 .media-desc-width-wrap,
    .type-5 .media-desc-width-wrap {
        display: none
    }
}

.single-post-gallery-thumbnails.owl-carousel {
    display: block
}

.single-post-gallery-thumbnails img {
    width: 100%
}

.single-post-gallery-thumbnails .item {
    padding: 0 7px;
    cursor: pointer
}

.single-post-gallery-main-image {
    position: relative;
    margin-bottom: 18px
}

.loading-overlay {
    background-color: rgba(0, 0, 0, .4);
    background-image: url(img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none
}

.loading .loading-overlay {
    display: block
}

.single-post-gallery-main-image>img {
    height: auto;
    width: 100%;
    display: none
}

.single-post-gallery-wrap {
    margin: 0 57px
}

.type-3 .single-post-gallery-wrap {
    margin: 0 auto;
    max-width: 1096px
}

.single-post-gallery-thumbnails .owl-controls {
    height: 100%;
    right: -57px;
    position: absolute;
    top: 0;
    width: calc(100% + 114px);
    z-index: 10;
    pointer-events: none
}

.single-post-gallery-thumbnails .owl-buttons {
    font-size: 48px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.single-post-gallery-thumbnails .owl-buttons>div {
    width: 57px;
    height: 57px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    text-align: center;
    color: #dedede;
    pointer-events: auto
}

.single-post-gallery-thumbnails .owl-buttons>div:hover {
    color: #b5b5b5
}

.single-post-gallery-thumbnails .owl-prew {
    right: 0
}

.single-post-gallery-thumbnails .owl-next {
    left: 0
}

@media all and (max-width:640px) {
    .single-post-gallery-wrap {
        margin: 0!important
    }
    .single-post-gallery-thumbnails .owl-controls {
        display: none!important
    }
    .content-area .entry-title {
        font-size: 25px;
        line-height: 28px
    }
}

.related-posts-section {
    margin-bottom: 40px
}

.related-posts-wrap {
    float: right;
    width: calc(100% + 40px);
    margin-bottom: 25px
}

.related-posts-wrap .related-post:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%
}

.related-post {
    float: right;
    margin-bottom: 2%;
    position: relative;
    width: 32%;
    min-height: 100px
}

.related-post .post-thumbnail {
    height: auto;
    width: 100%;
    display: block
}

.related-content-wrapper {
    bottom: 0;
    color: #fff;
    right: 0;
    padding: 10px;
    position: absolute;
    width: 100%
}

.related-entry-title,
.related-entry-title a {
    color: #fff;
    font-family: "Droid Arabic Naskh";
    font-size: 18px;
    line-height: 20px
}

.related-post:hover .related-entry-title,
.related-post:hover .related-entry-title a {
    color: #1D76BB
}

@media all and (max-width:640px) {
    .has-sidebar .content-area,
    .has-sidebar.archive .content-area,
    .has-sidebar.search-results .content-area,
    .page.has-sidebar .content-area,
    .single-post.has-sidebar .content-area {
        width: 100%
    }
    .related-post {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 4%
    }
    .related-posts-wrap {
        width: 100%
    }
}

@media all and (max-width:480px) {
    .single-post-content {
        margin-right: 10px;
        margin-left: 10px
    }
    .single-post-view-count {
        width: 100%;
        text-align: center;
        float: right
    }
    .single-post-share-icons {
        width: 100%;
        float: right
    }
    .mashsb-box {
        text-align: center
    }
    .mashsb-box>* {
        display: inline-block
    }
    .single-post-share-icons .mashsb-count {
        float: none!important;
        margin: 20px 0;
        width: 100%
    }
    .related-post,
    .related-posts-wrap .related-post:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0
    }
    .related-post {
        width: 100%;
        margin-bottom: 10px
    }
    .related-posts-wrap {
        width: 100%
    }
}

.entry-content {
    color: #515151;
    font-family: "Droid Arabic Naskh", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 16px;
    -webkit-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.entry-content blockquote,
blockquote p::after {
    font-family: "Times New Roman"
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-transform: none;
    word-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.4
}

.entry-content p {
    font-size: 1.1em;
    color: #000
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    color: inherit
}

.entry-content h1 {
    font-size: 50px
}

.entry-content h2,
.entry-content h3 {
    font-size: 30px
}

.entry-content h4 {
    font-size: 22px
}

.entry-content h5 {
    font-size: 20px
}

.entry-content h6 {
    font-size: 16px
}

.entry-content b,
.entry-content strong,
b,
strong {
    color: #000;
    font-weight: 700
}

.entry-content blockquote {
    border-right: 5px solid #c1c1c1;
    color: gray;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    padding-right: 30px
}

blockquote p::after {
    content: ""
}

.entry-content kbd,
.entry-content pre,
.entry-content tt {
    font-family: monospace
}

.entry-content address,
.entry-content dl,
.entry-content ol,
.entry-content p,
.entry-content pre,
.entry-content table,
.entry-content ul {
    margin-bottom: 20px;
    letter-spacing: 0
}

.entry-content ul {
    list-style: disc
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 5px
}

.entry-content dd,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 5px
}

.entry-content ol {
    list-style: decimal
}

.entry-content .comment-list {
    list-style: none
}

.entry-content pre {
    background-color: #f2f2f2;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.entry-content dt {
    font-weight: 700
}

.entry-content .gallery dd {
    margin-bottom: 0
}

.entry-content abbr,
.entry-content acronym {
    border-bottom: 1px dotted
}

.readmore {
    display: inline-block;
    margin-top: 30px
}

.entry-content .wp-caption {
    max-width: 100%
}

.entry-content img {
    height: auto;
    max-width: 100%!important
}

.alignleft>img,
.wp-caption.alignleft,
img.alignleft {
    float: right;
    margin: 5px 0 10px 10px
}

.wp-caption.alignleft img {
    margin: 0
}

.alignright img,
.wp-caption.alignright,
img.alignright {
    float: left;
    margin: 5px 10px 10px 0
}

.wp-caption.alignright img {
    margin: 0
}

.aligncenter img,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto;
    text-align: center
}

.wp-caption.aligncenter img {
    margin: 0
}

.alignnone img,
img.alignnone {
    margin: 10px 0
}

img.size-full,
img.size-large,
img.wp-post-image {
    max-width: 100%
}

.entry-content table td,
.entry-content table th {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px
}

.entry-content table thead th {
    color: #000;
    text-transform: uppercase
}

.entry-content table th {
    text-align: right
}

.gallery,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center
}

.entry-content table td {
    font-style: italic
}

.nav-links {
    background-color: #fff;
    font-size: 15px;
    overflow: hidden
}

.nav-previous {
    float: right
}

.nav-next,
.submit-wrap {
    float: left
}

.moretag {
    font-size: 24px;
    line-height: 10px
}

.entry-content a {
    color: #1A1D39
}

.comments-area a {
    color: #1D76BB
}

.gallery {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto
}

.gallery dl {
    margin-bottom: 0
}

.gallery img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.gallery-item {
    margin: 3px 5px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}

.gallery-columns-2 .gallery-item {
    width: 48%;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px)
}

.gallery-columns-3 .gallery-item {
    width: 31%;
    width: -webkit-calc(33% - 14px);
    width: calc(33% - 14px)
}

.gallery-columns-4 .gallery-item {
    width: 23%;
    width: -webkit-calc(25% - 14px);
    width: calc(25% - 14px)
}

.gallery-columns-5 .gallery-item {
    width: 19%;
    width: -webkit-calc(20% - 14px);
    width: calc(20% - 14px)
}

.gallery-columns-6 .gallery-item {
    width: 15%;
    width: -webkit-calc(16.7% - 14px);
    width: calc(16.7% - 14px)
}

.gallery-columns-7 .gallery-item {
    width: 13%;
    width: -webkit-calc(14.28% - 14px);
    width: calc(14.28% - 14px)
}

.gallery-columns-8 .gallery-item {
    width: 11%;
    width: -webkit-calc(12.5% - 14px);
    width: calc(12.5% - 14px)
}

.gallery-columns-9 .gallery-item {
    width: 9%;
    width: -webkit-calc(11.1% - 14px);
    width: calc(11.1% - 14px)
}

.gallery-columns-1 {
    max-width: 300px
}

.gallery-columns-2 {
    max-width: 400px
}

.gallery-columns-3 {
    max-width: 550px
}

.gallery-columns-4 {
    max-width: 600px
}

.gallery-columns-5 {
    max-width: 750px
}

.gallery-caption,
.wp-caption-text {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%
}

.gallery-caption::before,
.wp-caption-text:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.gallery-caption,
.wp-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

figure.wp-caption {
    position: relative
}

.gallery-item:hover .gallery-caption,
.wp-caption:hover .wp-caption-text {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .gallery-caption,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .gallery-caption,
.gallery-columns-9 .wp-caption-text {
    display: none
}

figure img {
    display: block
}

.meta-shb-buttons,
.ninja-forms-required-items,
.sticky .grid-post-format,
.widget .block-small .post-category,
.widget .edit-link,
.widget .list-small .post-category,
article.page .meta-shb-buttons,
article.page .post-meta-shb {
    display: none
}

figure {
    margin: 0 0 10px
}

.spam-wrap {
    float: right;
    margin-left: 10px
}

@media all and (max-width:480px) {
    .gallery-item {
        width: calc(100% - 14px)!important
    }
    figure,
    figure img {
        width: 100%!important
    }
    .alignleft,
    .alignright {
        float: none
    }
    .gallery-item .gallery-caption,
    .wp-caption .wp-caption-text {
        opacity: 1
    }
}

.custom-content-box {
    background-color: #dedede;
    padding: 10px;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 10px
}

.custom-content-box.is-bnr,
.custom-content-box.not-just-text {
    background-color: transparent
}

.custom-conten-box-title {
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: 700
}

.custom-content-box-content {
    color: #000;
    font-family: "Droid Arabic Naskh"
}

.custom-box-left {
    float: right;
    margin-left: 10px
}

.custom-box-right {
    float: left;
    margin-right: 10px
}

.grid-block,
.sidebar {
    position: relative;
    float: right
}

@media all and (max-width:480px) {
    .custom-content-box {
        width: 100%
    }
}

.archive-posts-wrap {
    width: calc(100% + 40px)
}

.archive-header {
    border-bottom: 3px solid #1A1D39;
    margin-bottom: 35px;
    margin-top: 22px
}

.archive-page-name {
    color: #b5b5b5;
    font-family: "Droid Arabic Naskh";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.archive-title {
    color: #000;
    font-family: HacentunisiaBD;
    font-size: 20px;
    font-weight: 700;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 10px
}

#commentform,
#load-more-posts,
#reply-title a,
.bar-title a,
.comment-navigation,
.comment-reply-title a,
.global-pagination,
.grid-block,
.grid-block .entry-title,
.rel-post-link a,
.rel-post-link a:hover,
.rel-post-link a:visited {
    font-family: "Droid Arabic Naskh"
}

@media all and (max-width:960px) {
    .archive-posts-wrap {
        width: 100%
    }
}

.sidebar {
    margin-right: 10px;
    width: 300px
}

.sidebar-content {
    width: 300px;
    padding-bottom: 20px
}

@media all and (max-width:640px) {
    .sidebar,
    .sidebar-content {
        float: right;
        margin: 0;
        width: 100%
    }
    .sidebar-content {
        padding-right: 10px;
        padding-left: 10px
    }
}

.post-block-wrapper {
    overflow: hidden;
    height: auto;
    position: relative;
    margin: 5px auto;
    max-width: 100%;
    box-sizing: border-box
}

.page-template-template-grid-boxed .post-block-wrapper {
    margin-top: 20px
}

.has-sidebar.page-template-template-grid-boxed .post-block-wrapper {
    margin-right: -5px;
    margin-left: -5px;
    max-width: calc(100% + 10px)
}

@media all and (max-width:640px) {
    .has-sidebar.page-template-template-grid-boxed .post-block-wrapper {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }
}

.grid-block {
    font-weight: lighter;
    color: #fff;
    margin: 5px;
    box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, .3)
}

.content-area .grid-block .entry-title,
.content-area .grid-block .entry-title a,
.content-area .grid-block a,
.grid-block a {
    color: #fff
}

.grid-post-header {
    margin-bottom: 5px
}

.grid-block .entry-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 400
}

.grid-block:hover .entry-title,
.grid-block:hover .entry-title a {
    color: #1D76BB
}

.hide-grid-content .grid-block:hover .entry-title,
.hide-grid-content .grid-block:hover .entry-title a {
    color: #fff!important
}

.grid-block.small-wide .entry-title {
    font-size: 15px;
    line-height: 19px
}

.grid-block.large-square .entry-title {
    font-size: 18px;
    line-height: 23px
}

.grid-block.large-wide .entry-title {
    font-size: 22px;
    line-height: 27px
}

.grid-post-date {
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 9px;
    text-shadow: 1px 1px 1px #000
}

.grid-content-wrapper {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    height: auto;
    right: 0;
    padding: 9px 9px 6px;
    width: 100%;
    position: absolute;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.hide-grid-content .grid-content-wrapper,
.hide-grid-content .grid-post-date,
.hide-grid-content .grid-post-format {
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.hide-grid-content .grid-block:hover .grid-content-wrapper,
.hide-grid-content .grid-block:hover .grid-post-date,
.hide-grid-content .grid-block:hover .grid-post-format {
    opacity: 1
}

.grid-entry-meta {
    position: relative
}

.dark-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, .5)), color-stop(50%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .9) 100%);
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.grid-block:hover .dark-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, .6)), color-stop(50%, rgba(0, 0, 0, .7)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .9) 100%)
}

.grid-post-content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    display: none
}

.grid-post-format,
.related-post-format {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.grid-post-format i,
.related-post-format i {
    background-color: rgba(0, 0, 0, .35);
    border-radius: 0 0 0 3px;
    font-size: 22px;
    padding: 3px 5px 3px 6px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    color: #fff
}

.grid-entry-meta {
    font-size: 10px;
    text-transform: uppercase
}

.archive .news-post-block.block-full.has-post-thumbnail .grid-entry-meta,
.archive .news-post-block.block-full.has-post-thumbnail .news-list-excerpt,
.search-results .news-post-block.block-full.has-post-thumbnail .grid-entry-meta,
.search-results .news-post-block.block-full.has-post-thumbnail .news-list-excerpt {
    padding-right: 310px
}

.grid-entry-meta i {
    font-size: 11px;
    font-size: 120%
}

.post-comment-count .fa {
    margin-left: 5px
}

.grid-entry-meta,
.grid-entry-meta a {
    color: #b5b5b5
}

.meta-shb-button:hover,
.show-shb .post-meta-shb>i {
    color: #1D76BB
}

.grid-entry-meta .post-category {
    float: left;
    margin-left: 0
}

.block-small .post-category,
.list-small .post-category {
    float: none;
    margin-left: 20px
}

.block-small.has-post-thumbnail .news-list-footer {
    padding-right: 95px
}

.grid-entry-meta>span,
.meta-data-icons>span {
    margin-left: 10px
}

.grid-entry-meta span i {
    margin-left: 5px
}

.meta-buttons-wrap {
    position: relative
}

.post-meta-shb {
    cursor: pointer;
    margin-left: 10px
}

.meta-shb-buttons {
    position: absolute;
    top: -5px;
    min-height: 25px;
    padding-top: 5px;
    opacity: 0;
    width: 220px;
    height: 100%;
    right: 28px;
    z-index: 10;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.load-more-button,
.post-list,
.post-list-media {
    position: relative
}

.show-shb .meta-shb-buttons {
    display: block;
    opacity: 1
}

.grid-block .avantgardia-block-image.ag-mobile-block-image,
.grid-block.small-square .grid-post-content,
.grid-block.small-square .grid-post-footer,
.grid-block.small-wide .grid-post-content {
    display: none
}

.meta-data-icons {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.show-shb .meta-data-icons {
    display: none;
    opacity: 0;
    position: relative;
    z-index: 9
}

.meta-shb-button {
    cursor: pointer
}

@media all and (max-width:960px) {
    .archive .news-post-block.block-full .grid-entry-meta,
    .archive .news-post-block.block-full .news-list-excerpt,
    .search-results .news-post-block.block-full .grid-entry-meta,
    .search-results .news-post-block.block-full .news-list-excerpt {
        padding-right: 0!important
    }
}

@media all and (max-width:640px) {
    .grid-entry-meta {
        font-size: 14px
    }
    .meta-shb-buttons {
        right: 15px;
        text-align: center
    }
    .meta-shb-button {
        margin: 0 5px
    }
}

@media all and (max-width:480px) {
    .block-small .post-category {
        display: none
    }
}

.grid-block.large-square {
    width: 300px;
    height: 250px
}

.grid-block.large-wide {
    width: 455px;
    height: 250px
}

.grid-block.large-wide .grid-post-header {
    margin-bottom: 10px
}

.grid-block.large-square .grid-post-header {
    margin-bottom: 7px
}

.grid-block.small-wide {
    width: 300px;
    height: 120px
}

.grid-block.small-square {
    width: 145px;
    height: 120px
}

.grid-block.small-square .grid-post-header {
    margin-bottom: 0
}

.grid-block.small-square .grid-content-wrapper {
    padding-top: 6px;
    padding-bottom: 6px
}

.grid-block.small-square .entry-title {
    line-height: 17px;
    max-height: 67px;
    overflow: hidden
}

.grid-block .avantgardia-block-image.ag-no-image {
    display: none!important
}

.has-sidebar.page-template-template-grid-boxed .content-area {
    margin-right: 10px;
    margin-left: 15px;
    width: calc(100% - 345px)
}

.has-sidebar.page-template-template-grid-boxed .page-slider-wrap.full-width-slider {
    margin-right: 10px
}

.page-template-template-grid-boxed .page-slider-wrap.full-width-slider {
    margin-right: 5px
}

@media all and (max-width:640px) {
    .has-sidebar.page-template-template-grid-boxed .content-area {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px
    }
    .hide-grid-content .grid-content-wrapper,
    .hide-grid-content .grid-post-date,
    .hide-grid-content .grid-post-format {
        opacity: 1
    }
}

#load-more-posts {
    color: #fff;
    font-size: 18px;
    height: 160px;
    line-height: 230px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    float: right;
    width: 100%
}

.load-more-spinner {
    display: none
}

.loading .load-more-spinner {
    display: inline
}

.load-more-spinner.left {
    margin-left: 10px
}

.load-more-spinner.right {
    margin-right: 10px
}

.load-more-button {
    border: 2px solid #dedede;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    width: 200px;
    line-height: 1;
    color: #b5b5b5;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.loading .load-more-text,
.loading-dot,
.no-more-pages {
    display: none
}

.transition {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.loading-dot {
    font-size: 10px;
    padding: 0 3px;
    vertical-align: middle
}

.dots .loading-dot:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.dots .loading-dot:nth-child(3) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.loading .loading-dot {
    display: inline
}

.global-pagination {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 15px
}

.comment-navigation {
    padding: 0
}

.comment-navigation .screen-reader-text {
    display: none
}

.global-pagination.post-nav-links {
    margin-bottom: 40px;
    margin-top: 20px
}

.nav-links>a,
.nav-links>span,
.page-numbers>li {
    display: inline-block;
    margin: 5px 7px
}

.nav-links>a,
.nav-links>span {
    margin: 5px 6px
}

.nav-links .page-numbers,
.page-numbers>li>a {
    display: inline-block;
    padding: 2px 4px;
    color: #b5b5b5
}

.nav-links .current,
.page-numbers li .current,
.post-nav-links span {
    color: #1D76BB;
    font-weight: 700;
    padding: 2px 4px;
    border: 1px solid #1D76BB
}

.post-nav-links .nav-links>span {
    color: #1D76BB
}

.post-nav-links a span {
    border: none
}

.navigation .screen-reader-text {
    color: #b5b5b5;
    padding: 5px;
    text-transform: uppercase
}

.fa-angle-left,
.fa-angle-right {
    transform: rotateZ(180deg)
}

@media all and (max-width:480px) {
    .grid-block,
    .grid-block.large-square,
    .grid-block.large-wide,
    .grid-block.small-square,
    .grid-block.small-wide {
        width: 100%;
        width: calc(100% - 10px);
        height: auto
    }
    .grid-block .entry-title,
    .grid-block.large-square .entry-title,
    .grid-block.large-wide .entry-title,
    .grid-block.small-square .entry-title,
    .grid-block.small-wide .entry-title {
        font-size: 18px;
        line-height: 23px
    }
    .grid-block .avantgardia-block-image {
        width: 100%;
        height: auto;
        display: none
    }
    .grid-block .avantgardia-block-image.ag-mobile-block-image {
        display: inline
    }
    .grid-block.small-square .grid-post-content,
    .grid-block.small-square .grid-post-footer,
    .grid-block.small-wide .grid-post-content {
        display: block
    }
    .grid-block {
        min-height: 130px
    }
    .grid-block.large-square .entry-title,
    .grid-block.large-wide .entry-title,
    .grid-block.small-square .entry-title,
    .grid-block.small-wide .entry-title {
        font-size: 22px;
        line-height: 27px
    }
    .grid-block.small-square .entry-title {
        max-height: 100%
    }
    .grid-post-content {
        display: none
    }
}

#comments {
    float: right;
    padding: 0 15px 60px;
    width: 100%
}

#commentform {
    color: #515151;
    font-size: 14px;
    margin: 30px 0 50px
}

#commentform a,
#commentform a:visited {
    color: #b5b5b5
}

#comments-wrap {
    overflow: hidden
}

.after-form-notes {
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px
}

.rel-post-list {
    padding: 0 10px
}

.rel-post-link {
    margin: 10px 0
}

.rel-post-link a,
.rel-post-link a:hover,
.rel-post-link a:visited {
    font-size: 14px;
    line-height: 16px;
    color: #b5b5b5
}

#reply-title a,
.bar-title a,
.comment-reply-title a {
    background-color: #f2f2f2;
    color: #515151;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=number],
.comment-form textarea {
    color: #515151;
    font-family: "Droid Arabic Naskh";
    font-size: 14px;
    border: 1px solid #dedede;
    font-weight: lighter;
    line-height: 19px;
    padding: 5px
}

.comment-field {
    width: 33.33333%;
    float: right;
    margin-bottom: 20px
}

.comment-field input {
    width: 100%;
    margin: 0
}

.comment-field #author {
    width: calc(100% - 16px)
}

.comment-field #email {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px
}

.comment-field #url {
    width: calc(100% - 16px);
    margin-right: 16px
}

.comment-form-comment textarea {
    width: 100%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    margin-bottom: 20px
}

.form-submit {
    text-align: left
}

.ag-fsubmit,
.form-submit #submit {
    background-color: #55c78d;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    line-height: 14px;
    outline: 0;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 65px 0 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.ag-fsubmit:hover,
.form-submit #submit:hover {
    background-color: #44a56b
}

#commentform .notes-after {
    float: right
}

#commentform .notes-after span {
    color: #1D76BB
}

.logged-in-as {
    margin-bottom: 20px
}

#comments .comment-metadata,
#comments .says,
.comment-author .avatar {
    display: none
}

#comments .reply {
    float: left;
    font-family: ""Droid Arabic Naskh"";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px
}

.comment-body,
.site-content .page-title {
    font-family: "Droid Arabic Naskh"
}

#comments .reply a {
    color: #999
}

.comment-author {
    margin-bottom: 5px;
    font-size: 15px
}

.comment-body {
    background-color: #f2f2f2;
    color: #515151;
    font-size: 14px;
    font-weight: lighter;
    line-height: 21px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 15px
}

.content-wrap img {
    max-width: 100%;
    height: auto
}

.alignleft {
    float: right
}

.alignright {
    float: left
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img.alignleft {
    float: right;
    margin: 5px 5px 5px 0
}

img.alignright {
    float: left;
    margin: 5px 0 5px 5px
}

img.aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
    clear: both
}

img.alignnone {
    margin: 5px 0
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto
}

.site-content .page-title {
    font-size: 48px;
    font-weight: 300;
    margin: 50px auto;
    text-align: center
}

.depth-2 {
    padding-right: 20px
}

.depth-3 {
    padding-right: 40px
}

.depth-4 {
    padding-right: 60px
}

.depth-5 {
    padding-right: 80px
}

.depth-6 {
    padding-right: 100px
}

.depth-7 {
    padding-right: 120px
}

.depth-8 {
    padding-right: 140px
}

.depth-9 {
    padding-right: 160px
}

.depth-10 {
    padding-right: 180px
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    text-transform: none;
    word-wrap: break-word;
    margin-bottom: 25px
}

.widget .tagcloud a,
.widget-title,
.widget_archive>ul>li>a,
.widget_categories>ul>li>a,
.widget_nav_menu>ul>li>a,
.widget_recent_comments>ul>li>a,
.widget_rss>ul>li>a {
    text-transform: uppercase
}

.comment-content h1 a,
.comment-content h2 a,
.comment-content h3 a,
.comment-content h4 a,
.comment-content h5 a,
.comment-content h6 a {
    color: inherit
}

.comment-content h1 {
    font-size: 50px
}

.comment-content h2 {
    font-size: 40px
}

.comment-content h3 {
    font-size: 30px
}

.comment-content h4 {
    font-size: 25px
}

.comment-content h5 {
    font-size: 20px
}

.comment-content h6 {
    font-size: 16px
}

.comment-content b,
.comment-content strong {
    color: #000;
    font-weight: 700
}

.comment-content blockquote {
    border-right: 5px solid #c1c1c1;
    color: gray;
    font-family: "Times New Roman";
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 80px;
    padding-right: 30px
}

.comment-content kbd,
.comment-content pre,
.comment-content tt {
    font-family: monospace
}

.comment-content .comment-content p,
.comment-content address,
.comment-content dl,
.comment-content ol,
.comment-content pre,
.comment-content table,
.comment-content ul {
    margin-bottom: 20px
}

.comment-content ul {
    list-style: disc
}

.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ul ul {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 5px
}

.comment-content dd,
.comment-content ol li,
.comment-content ul li {
    margin-bottom: 5px
}

.comment-content ol {
    list-style: decimal
}

.comment-content .comment-content {
    list-style: none
}

.comment-content pre {
    background-color: #f2f2f2;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.comment-content dt {
    font-weight: 700
}

.comment-content .gallery dd {
    margin-bottom: 0
}

.comment-content abbr,
.comment-content acronym {
    border-bottom: 1px dotted
}

.no-comments,
.widget {
    font-family: "Droid Arabic Naskh"
}

.comment-content .wp-caption {
    max-width: 100%
}

.comment-content img {
    height: auto;
    max-width: 100%!important
}

.comment-content table td,
.comment-content table th {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px
}

.comment-content table thead th {
    color: #000;
    text-transform: uppercase
}

.comment-content table th {
    text-align: right
}

.comment-navigation {
    margin-bottom: 40px;
    overflow: hidden
}

.no-comments {
    color: #b5b5b5;
    font-size: 19px;
    text-align: center
}

@media all and (max-width:640px) {
    .comment-field #email,
    .comment-field #url {
        margin-right: 0;
        width: 100%
    }
    #comments {
        padding-right: 10px;
        padding-left: 10px
    }
    .comment-field,
    .comment-field #author {
        width: 100%
    }
    .comment-field #email {
        margin-left: 0
    }
    .after-form-notes {
        width: 100%;
        margin-bottom: 20px
    }
}

.widget {
    padding-top: 25px
}

.widget-area {
    width: 100%
}

.widget-title {
    color: #999;
    font-size: 16px;
    border-bottom: 3px solid #de2a27;
    height: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    line-height: 1
}

.widget-title a {
    color: #999
}

.avantgardia-ad-widget {
    margin-bottom: 25px;
    width: 100%
}

.avantgardia-ad-widget * {
    max-width: 100%
}

.avantgardia-ad {
    margin: 0 auto;
    max-width: 300px
}

.avantgardia-ad>img {
    display: block
}

.post-list {
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
    font-family: ""Droid Arabic Naskh""
}

.post-box-shadow .post-list,
.post-box-shadow li.product {
    border: 1px solid #e4e4e4
}

.list-small .post-list-media {
    margin: 0 0 0 15px;
    float: right
}

.post-list-media img {
    display: block;
    width: 100%;
    height: auto
}

.post-list-media .post-list-date {
    right: 5px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    top: 4px
}

.post-list-media .post-list-format {
    bottom: 0;
    font-size: 16px;
    right: 0;
    line-height: 1;
    position: absolute;
    text-shadow: 1px 1px 1px #000
}

.post-list-media .post-list-date,
.post-list-media .post-list-format {
    color: #fff
}

.post-list-footer {
    bottom: 5px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    width: 100%
}

.list-large .post-list-footer {
    padding: 0 15px
}

.post-list-footer,
.post-list-footer a {
    color: #999
}

.post-list-header {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 20px;
    margin-top: 5px
}

.column-left .post-list-header {
    margin-bottom: 27px;
    margin-top: 6px
}

.post-list.list-small .post-list-header h2 {
    height: 40px;
    overflow: hidden
}

.post-list-header,
.post-list-header a {
    color: #333;
    font-family: HacenTunisiaLt!important
}

.list-small .post-list-media {
    width: 80px
}

.list-small.has-post-thumbnail .post-list-footer {
    padding-right: 95px
}

.post-list-content {
    color: #515151;
    font-size: 14px;
    line-height: 21px;
    padding: 0 0 34px
}

.list-large .post-list-media {
    margin-bottom: 10px
}

.list-large .post-list-header {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 10px
}

.post-list-content-wrapper {
    padding: 0 10px
}

.list-large .post-list-content-wrapper {
    padding: 0 15px
}

.list-medium .entry-title {
    font-size: 25px;
    line-height: 30px
}

.widget .list-medium .entry-title {
    font-size: 20px;
    line-height: 25px
}

.widget .list-medium .post-list-header {
    margin-bottom: 20px;
    margin-top: 8px
}

.widget .list-small .post-list-header {
    margin-top: 3px
}

.widget .tagcloud a {
    color: #b5b5b5;
    font-family: "Open Sans Condensed";
    font-size: 16px!important;
    font-weight: 700;
    line-height: 26px;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
    float: right;
    border: 2px solid transparent
}

.widget .tagcloud a:hover {
    border: 2px solid #dedede
}

.widget_tag_cloud .tagcloud {
    margin-right: -6px;
    width: 100%;
    overflow: hidden
}

.widget_archive li,
.widget_archive li a,
.widget_categories li,
.widget_categories li a,
.widget_nav_menu li,
.widget_nav_menu li a,
.widget_pages li,
.widget_pages li a,
.widget_recent_comments li,
.widget_recent_comments li a,
.widget_recent_entries li,
.widget_recent_entries li a,
.widget_rss li,
.widget_rss li a {
    font-family: "Droid Arabic Naskh";
    font-size: 14px;
    color: #515151;
    font-weight: 400
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_rss li a {
    display: block;
    float: right;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding-left: 2px
}

.widget_archive li::after,
.widget_categories li::after {
    content: ".....................................................";
    display: block;
    letter-spacing: 9px;
    position: absolute;
    left: 19px;
    top: 11px;
    font-size: 13px;
    color: #cacaca
}

.widget_archive>ul ul,
.widget_categories>ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments>ul ul,
.widget_rss>ul ul {
    padding-right: 15px
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li {
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    position: relative
}

.rssSummary,
.widget_recent_comments li,
li>a.rsswidget {
    text-align: right
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_recent_comments li a,
.widget_rss li a {
    display: block;
    float: right
}

.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_nav_menu .widget-title,
.widget_pages .widget-title,
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
    height: 15px
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.widget_nav_menu .screen-reader-text,
.widget_recent_comments .screen-reader-text {
    display: none
}

.widget select,
.widget_archive select,
.widget_categories select,
.widget_nav_menu select,
.widget_recent_comments select {
    width: 100%;
    margin-top: 15px;
    padding: 5px;
    color: #979797
}

.widget_nav_menu li>a {
    width: 100%;
    text-align: right
}

.widget_nav_menu .sub-menu {
    float: right;
    width: 100%
}

.widget_recent_entries li {
    overflow: hidden;
    margin-bottom: 10px
}

.widget_pages li>a,
.widget_recent_entries li>a {
    float: right;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    color: #515151
}

.widget_recent_entries .post-date {
    float: right;
    font-size: 12px;
    width: 100%
}

.widget_pages .children {
    float: right;
    width: 100%
}

.widget_recent_comments>ul>li>a {
    color: #515151;
    display: block;
    font-family: "Open Sans Condensed";
    text-transform: none;
    width: 100%;
    font-weight: 700
}

.rssSummary,
.textwidget {
    font-family: "Droid Arabic Naskh"
}

.widget_archive>ul,
.widget_categories>ul,
.widget_meta>ul,
.widget_pages>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_rss>ul,
.widget_tag_cloud .tagcloud {
    margin-bottom: 25px
}

.textwidget {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #515151
}

.rss-date,
td#today {
    font-weight: 700
}

.rss-date,
.rssSummary {
    float: right;
    font-size: 12px
}

.textwidget img {
    width: 100%;
    margin-bottom: 5px
}

.widget .wp-caption {
    position: relative
}

.widget .wp-caption img {
    display: block
}

li>a.rsswidget {
    display: block;
    width: 100%
}

.rssSummary {
    line-height: 18px;
    margin-top: 5px;
    width: 100%
}

.widget_rss cite {
    font-size: 14px;
    font-weight: 700
}

#calendar_wrap {
    margin-bottom: 25px
}

.widget_calendar table {
    width: 100%;
    position: relative;
    color: #979797
}

.widget_calendar table td,
.widget_calendar table th {
    border-bottom: 1px solid #eaeaea;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 12px;
    position: relative
}

td#today {
    color: #fff
}

td#today:after {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #1D76BB;
    content: "";
    border-radius: 17px;
    right: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.widget_calendar table td a {
    color: #000;
    font-weight: 600
}

.widget_calendar table tfoot td {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: static
}

.widget_calendar table td.pad:last-child {
    border-bottom: none
}

.widget_calendar caption {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #b5b5b5;
    padding: 8px 0;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    height: 36px
}

.widget_calendar #next.pad,
.widget_calendar #next>a,
.widget_calendar #prev.pad,
.widget_calendar #prev>a {
    font-size: 0;
    display: block;
    font-family: fontawesome;
    position: static
}

.seperator_wpltf,
.sffi,
.tweet_wrap>br,
.tweets-intent-data ul.tweet-actions,
.widget .search-form .screen-reader-text,
.widget .tweets_avatar .screen_name,
.widget .tweets_avatar .wdtf-screen-name>br,
.widget .tweets_avatar .wdtf-user-card>.clear,
.wptt_TwitterTweets .screen_name,
.wptt_TwitterTweets .wdtf-screen-name>br {
    display: none
}

.widget_calendar #prev a:after,
.widget_calendar #prev.pad:after {
    content: "\f104";
    background-color: #a2a2a2;
    color: #fff;
    font-size: 24px;
    padding: 5px 11px 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px
}

.widget_calendar #next a:after,
.widget_calendar #next.pad:after {
    content: "\f105";
    background-color: #a2a2a2;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px 5px 11px;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px
}

.widget_calendar #next.pad:after,
.widget_calendar #prev.pad:after {
    background-color: #c2c2c2
}

.widget_calendar tfoot {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.widget_meta li a {
    color: #515151;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.widget_meta li {
    padding-bottom: 10px
}

.wptt_TwitterTweets {
    font-family: "Droid Arabic Naskh";
    font-weight: lighter;
    font-size: 13px
}

.wptt_TwitterTweets li {
    position: relative
}

.widget ul.dark li.tweets_avatar .tweet_data,
.widget ul.light li.tweets_avatar .tweet_data {
    color: #333!important;
    float: none;
    font-family: "Droid Arabic Naskh";
    font-size: 13px;
    font-weight: lighter;
    line-height: 18px;
    padding-top: 20px;
    padding-right: 60px
}

.wptt_TwitterTweets .times {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 11px
}

.wptt_TwitterTweets ul.dark li.tweets_avatar .times a,
.wptt_TwitterTweets ul.light li.tweets_avatar .times a {
    color: #b5b5b5!important;
    font-family: "Droid Arabic Naskh"
}

.wptt_TwitterTweets .tweets_avatar img {
    border-radius: 0;
    margin-left: 15px
}

.wptt_TwitterTweets ul.dark li.tweets_avatar .wdtf-screen-name>a,
.wptt_TwitterTweets ul.light li.tweets_avatar .wdtf-screen-name>a {
    color: #15b0e6!important
}

.wptt_TwitterTweets div.wdtf-screen-name {
    position: absolute;
    right: 64px;
    top: 5px;
    font-size: 12px
}

.wptt_TwitterTweets div.wdtf-user-card {
    width: auto
}

.wptt_TwitterTweets li.tweets_avatar {
    border-radius: 0;
    border-width: 0!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    padding-bottom: 3px!important
}

.wptt_TwitterTweets .fetched_tweets {
    margin-bottom: 25px!important
}

.stats>a {
    width: auto!important;
    margin: 3px 0
}

.stats>a:first-child {
    float: right!important
}

.stats>a:last-child {
    float: left!important;
    margin-left: 0
}

.tweets-intent-data {
    padding-right: 60px;
    border-top: none!important;
    font-size: 10px
}

.tweets-intent-data .stats-favorites {
    text-transform: lowercase;
    color: #b5b5b5;
    font-family: "Droid Arabic Naskh"
}

.tweets-intent-data .stats-favorites b,
.tweets-intent-data .stats-favorites strong {
    color: #b5b5b5;
    font-weight: 400
}

.nothing-found-404,
.nothing-found-text {
    color: #b5b5b5;
    font-weight: 700;
    text-align: center
}

li.tweets_avatar {
    margin-bottom: 25px
}

.widget .tweets_avatar .wdtf-user-card {
    float: none
}

.widget .tweets_avatar .times {
    position: absolute;
    top: 10px;
    left: 10px
}

.widget .tweets_avatar {
    border-radius: 0;
    position: relative;
    border-width: 0!important
}

.widget .search-form .search-field {
    padding: 6px 5px;
    width: 100%
}

.nothing-found-404 {
    font-family: "Open Sans";
    font-size: 104px;
    margin-top: 60px
}

.nothing-found-text {
    font-family: "Open Sans Condensed";
    font-size: 48px
}

#contact-form input[type=text],
#contact-form textarea {
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    padding: 10px;
    line-height: 14px;
    float: right;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #dedede
}

.contact-form-message,
.contact-section-title {
    font-weight: 700;
    font-family: "Open Sans Condensed"
}

#contact-form textarea {
    min-height: 125px;
    line-height: 19px
}

.ag-contact {
    width: 100%
}

.ag-contact.ag-femail,
.ag-contact.ag-fname {
    width: calc(50% - 10px)
}

#contact-form .ag-fsubmit {
    margin-right: 0
}

.contact-form-message {
    font-size: 13px;
    margin-right: 20px;
    display: none
}

.contact-section-title {
    font-size: 25px;
    color: #333;
    margin-bottom: 40px
}

.contact-form-wrap {
    margin-bottom: 60px
}

.ag-contact.ag-fname {
    margin-left: 20px
}

@media all and (max-width:960px) {
    .ag-contact.ag-fname {
        margin-left: 0;
        width: 100%
    }
    .ag-contact.ag-femail {
        width: 100%
    }
}

.contact-info-data {
    font-family: "Open Sans Condensed";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px
}

.contac-info-st {
    display: inline-block;
    width: 90px
}

.page-template-template-contact .entry-content {
    margin-top: 50px
}

.contact-map {
    margin-bottom: 60px;
    padding: 30%;
    position: relative;
    overflow: hidden;
    height: 0
}

.contact-map iframe {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%!important;
    height: 100%!important
}

.page-template-template-two-column.has-sidebar .site-content {
    max-width: 1440px
}

.page-template-template-two-column.has-sidebar .content-area {
    margin-left: 10px;
    width: calc(100% - 340px)
}

.page-template-template-news-builder.has-sidebar .content-area {
    margin-left: 25px;
    padding: 10px
}

.mobile-two-column {
    padding: 0 10px;
    display: none
}

.mobile-two-column .head-stripe {
    padding: 0
}

.column-left-content,
.column-right {
    padding: 0 20px
}

.mobile-two-column .left-column-title {
    float: right
}

.mobile-two-column .right-column-title {
    float: left
}

.column-tab {
    cursor: pointer
}

.column-tab.selected {
    color: #1D76BB
}

.column-left {
    float: right;
    width: 410px;
    min-height: 20px;
    position: relative
}

.column-right {
    float: right;
    width: calc(100% - 410px);
    min-width: 300px;
    position: relative
}

.column-left:after,
.column-left:before {
    display: block;
    position: absolute;
    width: 15px;
    bottom: -70px;
    top: 0;
    content: ""
}

.column-left:before {
    right: 0
}

.column-left:after {
    left: 0
}

.page-slider-wrap.boxed-slider {
    margin-top: 25px;
    position: relative
}

.page-template-template-news-builder .page-slider-wrap.boxed-slider {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px
}

.page-template-template-news-builder .page-slider-wrap.full-width-slider {
    margin-bottom: 0
}

.page-slider-wrap.full-width-slider {
    margin-bottom: 40px;
    padding-top: 0;
    position: relative
}

.page-template-template-grid .page-slider-wrap.full-width-slider {
    margin-bottom: 0
}

.page-template-template-two-column .page-slider-wrap.full-width-slider {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0
}

.page-template-template-two-column .page-slider-wrap.boxed-slider {
    margin-right: 20px
}

.full-width-slider.is-fullscreen {
    padding-top: 0
}

@media all and (min-width:960px) {
    .horizontal-gradient:before {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(213, 213, 213, .7) 0, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, right top, right top, color-stop(0, rgba(213, 213, 213, .7)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(left, rgba(213, 213, 213, .7) 0, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(left, rgba(213, 213, 213, .7) 0, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(left, rgba(213, 213, 213, .7) 0, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(213, 213, 213, .7) 0, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#00000000', GradientType=1)
    }
    .horizontal-gradient:after {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(213, 213, 213, .7) 100%);
        background: -webkit-gradient(linear, right top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(213, 213, 213, .7)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(213, 213, 213, .7) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(213, 213, 213, .7) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(213, 213, 213, .7) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(213, 213, 213, .7) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d5d5d5', GradientType=1)
    }
    .has-sidebar .column-right.horizontal-gradient:after {
        display: block
    }
    .column-right.horizontal-gradient:after {
        display: none
    }
}

@media all and (max-width:1160px) {
    .column-left,
    .column-right {
        width: 50%
    }
}

@media all and (max-width:960px) {
    .column-left-content,
    .column-right,
    .page-slider-wrap.boxed-slider {
        padding-right: 10px;
        padding-left: 10px
    }
    .page-template-template-two-column .content-area {
        width: 100%
    }
    .page-template-template-two-column.has-sidebar .content-area {
        width: calc(100% - 330px)
    }
    .page-slider-wrap.boxed-slider {
        margin-right: 0
    }
    .page-template-template-news-builder .page-slider-wrap.boxed-slider {
        margin-left: 10px
    }
    .column-left,
    .column-right {
        width: 100%;
        display: none
    }
    .column-left.selected,
    .column-right.selected {
        display: block
    }
    .column-left .head-stripe,
    .column-right .head-stripe {
        display: none
    }
    .mobile-two-column {
        display: block
    }
    .column-left-content .head-stripe,
    .column-right-content .head-stripe {
        display: none
    }
    .page-template-template-two-column .page-slider-wrap.boxed-slider {
        margin-right: 0
    }
}

@media all and (max-width:640px) {
    .page-template-template-two-column.has-sidebar .content-area {
        width: 100%
    }
    .column-right.horizontal-gradient:after,
    .column-right.horizontal-gradient:before {
        display: none
    }
    .page-slider-wrap.boxed-slider {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }
    .page-template-template-news-builder .page-slider-wrap.boxed-slider {
        margin-left: 0
    }
}

#max-width-640,
#max-width-960 {
    display: none
}

@media all and (max-width:960px) {
    #max-width-960 {
        display: inline
    }
}

@media all and (max-width:640px) {
    #max-width-640 {
        display: inline
    }
}

#avantgardia-slider {
    position: relative;
    height: 500px;
    margin-top: 80px
}

.ag-slides-wrap {
    height: 100%;
    position: relative;
    width: 100%;
    font-family: "hacen tunisia lt";
    font-weight: 700;
    line-height: 1
}

.ag-slides-wrap .ag-slide,
.ag-slides-wrap .owl-item {
    background-color: #fff;
    float: right;
    height: 100%;
    width: 100%;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .4);
    text-transform: uppercase
}

.ag-slides-wrap .owl-wrapper,
.ag-slides-wrap .owl-wrapper-outer {
    height: 100%!important
}

.ag-slide-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.ag-slider-post-title {
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 700
}

.sfs-layout-type-1 .ag-slide-meta {
    font-size: 25px;
    right: 0;
    padding: 20px 100px;
    position: absolute;
    top: 0;
    width: 100%
}

.sfs-layout-type-1 .ag-slider-post-cat {
    margin-bottom: 15px
}

.sfs-layout-type-1 .ag-slider-post-title {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 50px 100px;
    position: absolute;
    width: 100%
}

.ag-slider-navigation,
.ag-slides-wrap .owl-controls {
    height: 30px;
    right: 0;
    padding-left: 100px;
    padding-top: 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%
}

.ag-slider-dot,
.owl-page {
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    width: 10px;
    opacity: .2
}

.ag-slider-dot.active,
.ag-slider-dot:hover,
.owl-page.active,
.owl-page:hover {
    background-color: #fff;
    opacity: .8
}

.ag-slider-arrows {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ag-arrow {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 40px;
    z-index: 10;
    background-position: 0 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    display: none
}

.ag-slides-wrap:hover .ag-arrow {
    display: block
}

.ag-arrow:hover {
    background-position: 100% 50%
}

.ag-slider-arrow-left {
    background-image: url(img/angle-left.png);
    right: 20px;
    top: 0
}

.ag-slider-arrow-right {
    background-image: url(img/angle-right.png);
    left: 20px;
    top: 0
}

.ag-slide-meta i {
    margin-left: 10px
}

.sfs-layout-type-1,
.sfs-layout-type-2,
.sfs-layout-type-3 {
    font-family: "hacen tunisia lt";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8)
}

.post-block-date,
.post-block-format {
    text-shadow: 1px 1px 1px #000;
    position: absolute
}

.sfs-layout-type-1 a,
.sfs-layout-type-2 a,
.sfs-layout-type-3 a {
    color: #fff;
    line-height: 1.5;
    font-family: hacentunisiaBD
}

.sfs-layout-type-3 a:hover {
    color: #d2d2d2!important
}

.sfs-layout-type-2 .ag-slide-meta {
    font-size: 25px;
    font-weight: 400;
    right: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.sfs-layout-type-2 .ag-slider-post-title {
    right: 0;
    padding: 20px 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sfs-layout-type-3 .owl-controls .owl-pagination {
    display: none!important
}

.sfs-layout-type-3 .ag-slider-content {
    height: 100%;
    right: 0;
    padding: 25% 80px 35px;
    position: absolute;
    top: 0;
    width: 65%
}

.sfs-layout-type-3 .ag-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .95) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #1f1f1f 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.67) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f2000000', GradientType=0)
}

.sfs-layout-type-3 .ag-slide-cat {
    font-size: 15px;
    margin-bottom: 5px
}

.sfs-layout-type-3 .ag-slide-meta {
    bottom: 0;
    font-size: 16px;
    padding-bottom: 39px;
    position: absolute
}

.sfs-layout-type-3 .ag-slide-meta>div {
    float: right;
    margin-left: 35px
}

.post-and-slide-title-list-wrap a {
    color: #fff
}

.post-and-slide-title-list-wrap {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../uploads/bgslider-01.png);
    width: 313px;
    font-family: "hacen tunisia lt";
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    z-index: 100
}

.post-and-slide-title-list {
    height: 100%!important;
    overflow: hidden;
    width: 100%
}

.post-and-slide-cat {
    font-weight: 700;
    color: #cc2927;
    text-transform: uppercase;
    font-family: hacentunisiaBD;
    margin-bottom: 4px;
    -ms-transform: skewX(-10deg);
    padding: 4px;
    width: 100%
}

.post-and-slide-title-link {
    00/overflow: hidden;
    line-height: 1.5;
    color: #fff;
    font-size: 14px
}

.post-and-slide-title {
    min-height: 82px;
    width: 100%;
    border-bottom: #484848 1px solid;
    margin-bottom: 7PX;
    position: relative;
    padding: 9PX;
    cursor: pointer
}

.post-and-slide-title-separator {
    background-color: #de2a27;
    bottom: 55px;
    height: 1px;
    display: NONE;
    right: 0;
    position: absolute;
    width: 34px
}

.sfs-layout-type-3 .ag-slides-wrap .owl-controls {
    padding: 0;
    height: 0
}

@media all and (max-width:960px) {
    .has-sidebar .post-and-slide-title-list-wrap {
        display: none
    }
    .has-sidebar .sfs-layout-type-3 .ag-slider-content {
        width: 100%
    }
}

@media all and (max-width:640px) {
    #avantgardia-slider .ag-slides-wrap .owl-controls,
    .ag-slider-navigation {
        bottom: 20px;
        top: auto;
        right: 0;
        padding-left: 0;
        text-align: center;
        width: 100%
    }
    .ag-slider-post-title,
    .sfs-layout-type-1 .ag-slider-post-title {
        padding-right: 10px;
        padding-left: 10px
    }
    .ag-slider-post-title {
        text-align: center;
        font-size: 3em;
        line-height: 45px;
        font-weight: 700
    }
    .sfs-layout-type-1 .ag-slide-meta {
        text-align: center
    }
    .sfs-layout-type-3 .ag-slider-content {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
    .post-and-slide-title-list-wrap {
        display: none
    }
    .sfs-layout-type-3 .ag-slide-meta {
        right: 5%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 22px
    }
    .sfs-layout-type-3 .ag-slide-meta>div {
        width: 100%;
        margin: 0;
        text-align: center
    }
    .sfs-layout-type-3 .ag-slide-cat {
        text-align: center;
        font-size: 22px;
        margin-bottom: 27px
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    z-index: 10
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: right
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease .5s;
    -moz-animation: fadeOut .7s both ease .5s;
    animation: fadeOut .7s both ease .5s
}

.owl-fade-in {
    z-index: 9;
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.ag-head-ticker {
    border-bottom: 5px solid #092b56;
    height: 40px;
    margin-top: 15px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: #1A1D39;
    width: 100%
}

.page .ag-head-ticker,
.single-post .ag-head-ticker {
    margin-right: 0;
    margin-left: 0
}

.ag-head-ticker .owl-item {
    background-color: #fff
}

.ag-head-ticker-cat {
    background-color: #de2a27;
    text-align: center;
    color: #fff;
    float: right;
    font-family: HacenTunisiaLt;
    font-size: 18px;
    font-weight: 400;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-right: 1%;
    line-height: 45px;
    padding: 0 20px;
    position: fixed;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 15
}

.ag-head-ticker-cat-title {
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    font-family: HacenTunisiaBd
}

.ag-head-ticker .owl-controls {
    background-color: #1A1D39;
    position: absolute;
    left: 0;
    top: 7px;
    line-height: 50px;
    padding-right: 10px;
    padding-left: 10px
}

.ag-head-ticker .owl-buttons {
    width: 50px;
    height: 24px
}

.ag-head-ticker .owl-next,
.ag-head-ticker .owl-prev {
    border: 1px solid #0d3a75;
    color: #bfbfbf;
    width: 24px;
    background: #0e2d56;
    height: 24px;
    text-align: center;
    line-height: 23px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px
}

.ag-head-ticker .owl-next:hover,
.ag-head-ticker .owl-prev:hover {
    background-color: #dedede;
    color: #fff
}

.ag-head-ticker .owl-prev {
    float: right;
    padding-left: 1px
}

.ag-head-ticker .owl-next {
    float: left;
    padding-right: 1px
}

.ag-head-ticker-content {
    line-height: 22px;
    font-family: "Open Sans Condensed";
    color: #e0e0e0;
    font-weight: 400;
    height: 40Px;
    font-size: 15px;
    display: inline
}

.ag-head-ticker-time,
.ag-head-ticker-title {
    font-family: HacenTunisiaLt;
    font-weight: 200
}

.ag-head-ticker-sliding-panel {
    position: absolute;
    top: 0;
    padding-top: 11px
}

.ag-head-ticker .item {
    float: right;
    overflow: hidden
}

.ag-head-ticker .item-separator {
    color: #000;
    float: left;
    font-size: 6px;
    margin: 0 15px;
    text-align: center
}

.ag-head-ticker .ag-head-ticker-sliding-panel .item:last-child .item-separator {
    display: none
}

.ag-head-ticker-title {
    color: #fff
}

.ag-head-ticker-time {
    display: inline-block
}

.ag-news-block-title,
.ag-news-header {
    font-family: "Droid Arabic Naskh"
}

a:hover .ag-head-ticker-title {
    color: #1D76BB
}

.spacer-dash {
    margin: 0 5px
}

@media all and (max-width:640px) {
    .ag-head-ticker {
        height: 40px
    }
    .ag-head-ticker .owl-wrapper-outer {
        float: right
    }
    .ag-head-ticker .owl-item {
        text-align: center
    }
}

.page-template-template-news-builder.has-sidebar .site-content {
    max-width: 1228px
}

.ag-news-block {
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
    position: relative
}

.ag-news-header {
    border-bottom: 3px solid #dedede;
    height: 40px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #979797;
    line-height: 43px;
    vertical-align: middle
}

.ag-news-block-title {
    color: #1A1D39;
    float: right;
    height: 100%;
    margin-left: 20px;
    font-family: hacentunisiaBD;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800
}

.ag-news-navigation {
    float: left;
    height: 100%;
    margin-right: 40px;
    text-align: right;
    width: 52px
}

.ag-news-navigation>div {
    border: 1px solid #dedede;
    cursor: pointer;
    color: #cacaca;
    display: block;
    float: right;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    margin: 8px 1px;
    text-align: center;
    width: 24px
}

.ag-news-nav-next {
    padding-right: 1px
}

.ag-news-navigation .active,
.ag-news-navigation .disabled,
.ag-news-navigation>div:hover {
    background-color: #dedede;
    color: #fff
}

.ag-news-filters a {
    color: #979797
}

.ag-news-filter-link.active {
    color: #000;
    font-weight: 700
}

.ag-news-filter-link {
    margin-left: 20px
}

.ag-news-filters {
    font-weight: 400;
    text-align: left;
    font-size: 13px
}

.ag-news-filters>div {
    display: inline-block
}

.ag-news-menu-button {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase
}

.ag-news-menu-button>span {
    margin-left: 5px
}

.ag-news-menu-button:hover {
    color: #1D76BB
}

.ag-news-menu {
    float: left;
    position: relative;
    z-index: 10
}

.ag-news-menu-links {
    background-color: rgba(246, 246, 246, .9);
    border: 1px solid #ebebeb;
    display: none;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 11
}

.ag-news-menu:hover .ag-news-menu-links,
.open .ag-news-menu-links {
    display: block
}

.ag-news-menu-links .ag-news-filter-link {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 8px 20px;
    text-align: right
}

.ag-news-menu-links::before {
    background: url(img/dropdown_arrow.png) 100% 100% no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    left: -1px;
    top: -19px;
    width: 100%
}

.ag-news-list {
    width: calc(100% + 40px)
}

.ag-row-wrap {
    float: right;
    width: 100%
}

.news-post-block h2 {
    font-family: ""Droid Arabic Naskh" Sans Condensed";
    font-weight: 700
}

.news-list-excerpt {
    color: #515151;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px
}

.news-list-media {
    position: relative
}

.post-block-date {
    color: #fff;
    font-family: "Droid Arabic Naskh";
    font-weight: 400;
    right: 9px;
    top: 6px;
    font-size: 10px
}

.post-block-format {
    bottom: 0;
    font-size: 16px;
    right: 0;
    line-height: 1
}

.post-block-format i,
.post-list-format i {
    background-color: rgba(0, 0, 0, .35);
    border-radius: 0 3px 0 0;
    padding: 3px 5px 3px 6px;
    font-size: 22px;
    margin: 0
}

.post-block-format i.fa-quote-left {
    font-size: 18px;
    padding: 4px 7px 4px 8px
}

.news-list-media>a,
.news-list-media>a:hover {
    color: #fff!important
}

.news-list-media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    -webkit-transition:.2s;transition:.2s;-webkit-backface-visibility:hidden;backface-visibility:hidden
}
.news-list-media img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.news-post-block.block-half {
    float: right;
    margin-left: 40px;
    padding: 0;
    width: calc(50% - 40px)
}

.news-post-block.block-half .news-list-content-wrapper {
    padding: 10px
}

.news-post-block.block-half h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 28px
}

.block-half .news-list-media {
    margin-bottom: 5px
}

.news-post-block.block-small {
    float: right;
    padding: 0;
    width: calc(50% - 40px);
    margin-left: 40px
}

.news-post-block.block-small .news-list-content-wrapper {
    padding: 2px 0 0 5px
}

.news-post-block.block-small h2 {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 4px;
    overflow: hidden
}

.news-post-block.block-small h2 a {
    display: block;
    overflow: hidden
}

.block-small .post-block-date {
    right: 5px;
    top: 4px
}

.news-post-block.block-small .news-list-media {
    float: right;
    margin: 0 0 0 15px;
    width: 80px
}

.news-post-block.block-third h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px
}

.block-third .news-list-header {
    margin-bottom: 10px
}

.block-third.title.text .news-list-header {
    margin-bottom: 0
}

.ag-news-loading-cover {
    background-color: rgba(255, 255, 255, .9);
    display: none;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20
}

.loading .ag-news-loading-cover {
    display: block
}

.news-post-block.block-third .news-list-media {
    margin-bottom: 5px;
    height: 210px
}

.news-post-block.block-third {
    float: right;
    margin-left: 40px;
    padding: 0;
    width: calc(33.3333% - 40px)
}

.news-post-block.block-third .news-list-content-wrapper {
    padding: 10px
}

.news-post-block.block-full .news-list-media {
    float: right;
    margin: 0 0 0 20px;
    width: 300px
}

.news-post-block.block-full {
    width: calc(100% - 40px)
}

.news-post-block.block-full .news-list-content-wrapper {
    padding: 10px 10px 8px
}

.news-post-block.block-full h2 {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 8px
}

.news-post-block-related .section-title {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0;
    color: #b5b5b5
}

.news-post-block-related .news-post-block.block-small h2 {
    height: auto;
    margin-bottom: 10px
}

.news-post-block-related .news-post-block.block-small h2 a {
    height: auto
}

.news-post-block-related .post-list {
    box-shadow: 0 0 0 transparent
}

.ag-news-template-8 .news-post-block.block-full,
.ag-news-template-9 .news-post-block.block-full {
    box-shadow: 0 0 0 transparent;
    margin-bottom: 20px
}

.ag-news-template-8,
.ag-news-template-9 {
    border: 5px solid #dedede;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 20px
}

@media all and (min-width:960px) {
    .post-box-shadow .news-post-block.block-half.text .entry-title a,
    .post-box-shadow .news-post-block.block-third.text .entry-title a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word
    }
    .post-box-shadow .news-post-block.block-half.text .entry-title a {
        height: 30px
    }
    .post-box-shadow .news-post-block.block-third.text .entry-title a {
        height: 25px
    }
    .post-box-shadow .news-post-block.block-half .entry-title a {
        height: 58px;
        display: block;
        overflow: hidden
    }
    .post-box-shadow .news-post-block.block-third .entry-title a {
        height: 45px;
        display: block;
        overflow: hidden
    }
    .post-box-shadow .news-post-block.block-half .news-list-excerpt,
    .post-box-shadow .news-post-block.block-third .news-list-excerpt {
        height: 84px;
        overflow: hidden
    }
    .post-box-shadow .news-post-block.block-half .news-list-excerpt {
        margin-bottom: 15px
    }
}

@media all and (max-width:960px) {
    .ag-news-list {
        width: 100%
    }
    .ag-news-template-8,
    .ag-news-template-9 {
        margin-right: 10px;
        margin-left: 10px
    }
    .news-post-block.block-full {
        width: 100%
    }
    .news-post-block.block-full .news-list-media {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }
    .news-post-block.block-half,
    .news-post-block.block-small,
    .news-post-block.block-third {
        width: 100%;
        margin-left: 0
    }
    .ag-news-block {
        padding-right: 10px;
        padding-left: 10px
    }
    .ag-news-navigation {
        margin-right: 10px
    }
}

@media all and (max-width:640px) {
    .ag-news-template-8,
    .ag-news-template-9 {
        border: 0 solid #dedede;
        margin-right: 0;
        margin-left: 0
    }
    .news-post-block.block-full {
        padding: 0
    }
    .ag-news-block,
    .news-post-block.block-half,
    .news-post-block.block-small,
    .news-post-block.block-third {
        padding-right: 0;
        padding-left: 0
    }
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-ms-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fade-in-animation {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.ag-ad-wrap {
    float: none;
    margin: 0 auto
}

.ad-size-300x250 {
    width: 300px;
    height: 250px
}

.ad-size-300x600 {
    width: 300px;
    height: 600px
}

.ad-size-336x280 {
    width: 336px;
    height: 280px
}

.ad-size-728x90 {
    width: 728px;
    height: 90px
}

.ad-size-320x100 {
    width: 320px;
    height: 100px
}

.ad-size-320x50 {
    width: 320px;
    height: 50px
}

.column-left .ag-ad-wrap,
.column-right .ag-ad-wrap {
    margin-bottom: 25px
}

.grid-block.ag-ad-wrap {
    margin: 5px
}

.two-column-adw {
    margin-right: -20px;
    margin-left: -20px
}

.ag-news-a-wrap {
    margin: 0 -30px 0 -10px
}

.ag-news-a-wrap .ag-ad-wrap {
    margin-bottom: 40px;
    margin-top: 40px
}

@media all and (max-width:1100px) {
    .ag-news-a-wrap .ag-ad-wrap {
        width: 468px;
        height: 60px
    }
}

@media all and (max-width:960px) {
    .ag-news-a-wrap {
        margin: 0 -10px
    }
}

@media all and (max-width:860px) {
    .ag-news-a-wrap .ag-ad-wrap {
        width: 320px;
        height: 50px
    }
}

@media all and (max-width:640px) {
    .ag-news-a-wrap .ag-ad-wrap {
        width: 468px;
        height: 60px
    }
}

@media all and (max-width:468px) {
    .ag-news-a-wrap .ag-ad-wrap {
        width: 320px;
        height: 50px
    }
}

.sfsh {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1
}

.sfsb:before {
    content: "\f1e0"
}

.sffb:before {
    content: "\f09a"
}

.sftw:before {
    content: "\f099"
}

.sfgp:before {
    content: "\f0d5"
}

.sfln:before {
    content: "\f0e1"
}

.sfpt:before {
    content: "\f231"
}

.sfpt-alt:before {
    content: "\f0d2"
}

.sftm:before {
    content: "\f173"
}

.sfvm:before {
    content: "\f27d"
}

.sfyt:before {
    content: "\f16a"
}

.ag-ss-icon {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 3px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #dedede;
    cursor: pointer;
    position: relative
}

.ag-ss-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .15);
    z-index: 10;
    pointer-events: none
}

@media all and (max-width:480px) {
    .single-post-share-icons {
        width: 100%;
        margin: 10px 0;
        text-align: center
    }
    .ag-ss-icon {
        float: none;
        margin: 0 5px;
        display: inline-block
    }
    .ag-ss-icon:after {
        display: none
    }
}

.ag-ss-icon:hover:after,
.widget.widget_product_search .screen-reader-text,
.widget.widget_product_search input[type=submit] {
    display: none
}

.ag-ss-icon.sffb-share {
    background-color: #304f92
}

.ag-ss-icon.sffbs-share {
    background-color: #304f92
}

.ag-ss-icon.sftw-share {
    background-color: #5cb9f6
}

.ag-ss-icon.sfgp-share {
    background-color: #dc554b
}

.ag-ss-icon.sfln-share {
    background-color: #1f81b1
}

.ag-ss-icon.sfpt-share {
    background-color: #c53137
}

.woocommerce .entry-content a {
    color: #b5b5b5
}

.entry-content .woocommerce mark {
    background-color: transparent
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #b5b5b5;
    color: #fff
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt.wc-forward,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt.wc-forward,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt.wc-forward,
.woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt.wc-forward {
    background-color: #44a56b;
    color: #fff!important
}

.woocommerce span.onsale {
    background-color: #1D76BB
}

.woocommerce .quantity .qty {
    border: 1px solid #b5b5b5;
    padding: .45em 2px
}

.woocommerce.single .site-main {
    padding: 0 10px
}

.widget.woocommerce {
    color: #515151;
    font-family: "Droid Arabic Naskh";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.widget.woocommerce li a {
    color: #515151;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: 400
}

.woocommerce .products,
.woocommerce .woocommerce-ordering select,
.woocommerce-breadcrumb {
    font-family: "Droid Arabic Naskh"
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #b5b5b5
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #55c78d
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -.4em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.3em
}

.widget.widget_product_search .search-field {
    padding: 6px 5px;
    width: 100%
}

.widget.woocommerce .tagcloud {
    overflow: hidden;
    left: -9px;
    position: relative
}

.widget_layered_nav ul li {
    text-transform: uppercase;
    margin-bottom: 5px
}

.widget.woocommerce li .count {
    float: right
}

.widget.woocommerce.widget_shopping_cart .total {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 0
}

.woocommerce-breadcrumb {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase
}

.woocommerce-ordering,
.woocommerce-result-count {
    color: #b5b5b5
}

.woocommerce .product mark {
    background-color: transparent
}

.woocommerce .products>.product * {
    text-transform: uppercase
}

.woocommerce-page .site-content .page-title {
    text-align: left;
    margin: 20px 0;
    font-weight: 700
}

.woocommerce .product .onsale,
.woocommerce ul.products li.product .onsale {
    border-left: 1em solid transparent;
    border-radius: 0;
    border-bottom: 1em solid #1D76BB;
    height: 0;
    line-height: 0;
    margin: 0;
    min-height: 0;
    min-width: 4em;
    padding: 0 .5em;
    text-align: right;
    border-top: 1em solid #1D76BB;
    top: .5em;
    right: 0;
    left: auto;
    background-color: transparent
}

.woocommerce.single-product .product .onsale {
    right: 52%
}

@media all and (max-width:760px) {
    .woocommerce.single-product .product .onsale {
        right: 0
    }
}

.woocommerce ul.products>li.product {
    padding-bottom: 145px
}

.woocommerce ul.products>li.product .add_to_cart_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    background-color: #b5b5b5;
    margin: 0;
    border-radius: 0;
    letter-spacing: 0
}

.woocommerce ul.products>li.product .add_to_cart_button:hover {
    background-color: #44a56b;
    color: #fff!important
}

.woocommerce ul.products li.product h3 {
    bottom: 92px;
    color: #333;
    display: block;
    height: 30px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    line-height: 1;
    padding: 0 5px
}

.woocommerce ul.products li.product .star-rating {
    bottom: 155px;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woocommerce ul.products li.product .price {
    bottom: 45px;
    color: #333;
    height: 35px;
    left: 0;
    line-height: 1.2;
    position: absolute;
    width: 100%;
    padding: 0 5px
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0
}

.woocommerce .star-rating span::before {
    color: #ffcb00
}

.woocommerce ul.products li.product .star-rating span::before {
    text-shadow: 1px 1px 3px #000
}

.woocommerce .star-rating span::before .woocommerce ul.products li.product h3 .count {
    background-color: transparent
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: .1em
}

.woocommerce ul.products {
    border-top: 1px solid #b5b5b5;
    padding-top: 45px
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0
}

.woocommerce .woocommerce-ordering select {
    margin-bottom: -1px;
    padding: 5px;
    font-weight: 400;
    font-size: 14px
}

.woocommerce a.added_to_cart {
    display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 1.2;
    color: #515151
}

.woocommerce div.product .product_title {
    margin-bottom: 10px
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #b5b5b5;
    font-weight: 700;
    font-family: "Droid Arabic Naskh";
    font-size: 1.5em
}

.woocommerce .related>h2,
.woocommerce .up-sells>h2,
.woocommerce-tabs h2 {
    font-size: 20px;
    font-family: "Droid Arabic Naskh";
    font-weight: 700
}

.product_meta>span {
    display: block
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: .4em 4.3em;
    border-radius: 0;
    text-transform: uppercase
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #b5b5b5
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: .4em 4.3em;
    background-color: #b5b5b5
}

#content .tabs.wc-tabs {
    padding-left: 5px
}

.woocommerce-tabs.wc-tabs-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.woocommerce .related,
.woocommerce .up-sells {
    clear: left
}

.woocommerce .related>h2,
.woocommerce .up-sells>h2 {
    text-transform: uppercase
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #b5b5b5;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans Condensed";
    letter-spacing: 2px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.woocommerce #respond input#submit.wc-forward,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.wc-forward,
.woocommerce a.button:hover,
.woocommerce button.button.wc-forward,
.woocommerce button.button:hover,
.woocommerce input.button.wc-forward,
.woocommerce input.button:hover {
    background-color: #44a56b;
    color: #fff!important
}

.woocommerce-info:before,
.woocommerce-message:before {
    color: #55c78d
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #55c78d;
    color: #333;
    font-weight: 700
}

.woocommerce-info a,
.woocommerce-message a {
    text-transform: none;
    font-weight: 400;
    color: #1D76BB
}

.variations td {
    float: left;
    height: 32px;
    width: 100%;
    padding-top: 0!important;
    padding-bottom: 0!important
}

.variations tr {
    margin-bottom: 20px;
    display: block;
    float: left;
    overflow: hidden;
    width: 100%
}

.variations .label {
    float: left;
    text-transform: uppercase
}

.woocommerce p.stars a:before {
    color: #ffcb00
}

.page.woocommerce-page .head-stripe {
    display: none
}

.woocommerce table.shop_table th {
    padding: 11px 12px;
    background-color: #dedede;
    color: #333
}

.woocommerce table.shop_table td {
    padding: 14px 12px;
    border-bottom: none
}

.woocommerce a.remove {
    background-color: #dedede;
    color: #fff!important;
    font-family: arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 30px;
    display: block;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.woocommerce .shop_table .quantity .qty {
    border: none
}

.woocommerce table.shop_table {
    text-transform: none;
    border: none;
    background-color: #fcfcfc;
    font-family: "Droid Arabic Naskh";
    font-style: italic;
    border-radius: 0;
    margin-bottom: 40px
}

.woocommerce table.shop_table td>* {
    color: #515151
}

.woocommerce table.shop_table .product-remove {
    width: 60px
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    width: 70px
}

.woocommerce table.shop_table td .button {
    color: #fff!important
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100px;
    padding: 8px 5px
}

.woocommerce #content table.cart td.actions {
    background-color: #dedede
}

.woocommerce #content table.cart td.actions .coupon .button {
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce .cart-collaterals .cross-sells h2 {
    font-family: "Droid Arabic Naskh";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.woocommerce .cart-collaterals .cross-sells ul.products {
    padding-top: 0;
    border-top: none
}

.woocommerce .cart-collaterals .cart_totals h2 {
    background-color: #dedede;
    margin: 0;
    padding: 25px 10px;
    text-align: center;
    font-family: "Droid Arabic Naskh";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.woocommerce .cart_totals table.shop_table {
    margin-bottom: 0
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0
}

.woocommerce .cart-collaterals table.shop_table th {
    background-color: transparent;
    color: #515151;
    text-transform: uppercase;
    text-align: left;
    padding-left: 30px;
    border-bottom: none
}

.entry-content>.woocommerce {
    margin-left: -10px;
    margin-right: -10px
}

@media all and (max-width:1210px) {
    .entry-content>.woocommerce {
        margin-left: 0;
        margin-right: 0
    }
    .woocommerce-cart .woocommerce-breadcrumb,
    .woocommerce-checkout .woocommerce-breadcrumb {
        margin-left: 10px
    }
}

.woocommerce .login .form-row>* {
    float: right;
    margin-left: 20px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding-left: 0;
    padding-right: 0;
    border: none
}

.woocommerce .login .lost_password {
    text-align: right;
    color: #1D76BB
}

.woocommerce #customer_details h3 {
    padding: 15px 5px;
    background-color: #dedede;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    width: 100%
}

.woocommerce table.woocommerce-checkout-review-order-table th {
    background-color: transparent;
    border-bottom: none;
    color: #333;
    text-transform: uppercase
}

.woocommerce table.woocommerce-checkout-review-order-table {
    padding: 0;
    margin: 0 30px;
    width: calc(100% - 60px)
}

#order_review_heading {
    background-color: #dedede;
    color: #333;
    font-size: 20px;
    font-family: "Droid Arabic Naskh";
    font-weight: 700;
    padding: 15px 5px;
    margin-bottom: 0;
    margin-top: 40px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #dedede;
    border-radius: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #b5b5b5
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #b5b5b5
}

@media all and (max-width:768px) {
    #add_payment_method table.cart .product-thumbnail,
    .woocommerce-cart table.cart .product-thumbnail,
    .woocommerce-checkout table.cart .product-thumbnail {
        display: block!important;
        height: auto;
        width: 100%;
        text-align: center!important
    }
    #add_payment_method table.cart .product-thumbnail:before,
    .woocommerce-cart table.cart .product-thumbnail:before,
    .woocommerce-checkout table.cart .product-thumbnail:before {
        display: none
    }
    #add_payment_method table.cart .product-thumbnail .attachment-shop_thumbnail,
    .woocommerce-cart table.cart .product-thumbnail .attachment-shop_thumbnail,
    .woocommerce-checkout table.cart .product-thumbnail .attachment-shop_thumbnail {
        width: auto;
        height: auto
    }
    .woocommerce table.shop_table .product-remove {
        width: 100%;
        text-align: center
    }
    .woocommerce table.shop_table .product-remove a.remove {
        float: none;
        margin: 0 auto
    }
    .woocommerce table.woocommerce-checkout-review-order-table {
        margin: 0;
        width: 100%
    }
}

.site-logo-web,
.widget_product_categories li span.count {
    float: right
}

.woocommerce-thankyou-order-received {
    color: #333;
    font-weight: 700;
    margin-left: 15px;
    font-style: italic
}

.woocommerce-thankyou-order-details.order_details {
    font-family: "Droid Arabic Naskh";
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede
}

.woocommerce .order_details li {
    border-right: medium none;
    width: 21%;
    font-size: .9em
}

.woocommerce .order_details li strong {
    margin-top: 10px;
    font-size: .95em
}

.woocommerce-account .entry-content .woocommerce h2,
.woocommerce-order-received .entry-content .woocommerce h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Droid Arabic Naskh";
    background-color: #dedede;
    padding: 10px 5px;
    color: #333;
    margin-bottom: 0
}

.woocommerce-account .entry-content .woocommerce table.shop_table.customer_details th,
.woocommerce-account .entry-content .woocommerce table.shop_table.order_details th,
.woocommerce-order-received .entry-content .woocommerce table.shop_table.customer_details th,
.woocommerce-order-received .entry-content .woocommerce table.shop_table.order_details th {
    background-color: transparent;
    border-bottom: none;
    color: #515151;
    text-transform: uppercase
}

.woocommerce-account .entry-content .woocommerce .addresses h3,
.woocommerce-order-received .entry-content .woocommerce .addresses h3 {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px
}

.woocommerce-order-received .entry-content .woocommerce>h3 {
    font-weight: 700;
    font-size: 16px;
    font-family: "Droid Arabic Naskh";
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #dedede;
    color: #fff;
    list-style: none;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
    background-color: #55c78d
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:visited {
    color: #fff!important;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding: 8px 10px;
    text-transform: uppercase
}

.widget_rating_filter span.star-rating {
    margin-right: 15px
}

.widget_shopping_cart .mini_cart_item {
    padding-left: 40px!important
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 20px;
    top: 10px
}

.widget_shopping_cart .buttons .button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: .4em 4.3em;
    font-size: 1.3em
}

.widget_shopping_cart .mini_cart_item>a {
    text-transform: uppercase
}

.product_list_widget ul.cart_list li dl,
.product_list_widget ul.product_list_widget li dl,
.widget_shopping_cart ul.cart_list li dl,
.widget_shopping_cart ul.product_list_widget li dl {
    border-left: none!important
}

.variation-color {
    margin-bottom: 2px!important
}

.widget_product_categories ul li {
    font-family: "Open Sans Condensed";
    font-size: 14px
}

.cart-tab.left a.cart-parent,
.cart-tab.right a.cart-parent {
    color: #333!important;
    font-family: "Droid Arabic Naskh";
    font-size: 1.5em;
    padding-bottom: .5em;
    padding-top: .5em;
    text-transform: uppercase;
    width: 7em
}

.widget_product_categories>ul>li>a {
    text-transform: uppercase
}

.widget_product_categories li ul {
    padding-left: 10px
}

.widget_product_categories li>a {
    margin-bottom: 5px;
    display: inline-block
}

.widget .product_list_widget li>a {
    text-transform: uppercase
}

.cart-tab.left:hover a.cart-parent,
.cart-tab.right:hover a.cart-parent {
    background-color: #44a56b
}

.cart-tab.right a.cart-parent {
    background-color: #dedede;
    text-align: right;
    padding-right: .5em;
    left: -7em
}

.cart-tab.left a.cart-parent {
    background-color: #44a56b;
    text-align: left;
    padding-left: .5em;
    right: -7em
}

.cart-tab.left a.cart-parent::before,
.cart-tab.right a.cart-parent::before {
    border-bottom: 1.7em solid transparent;
    border-top: 1.7em solid transparent;
    content: "\f07a";
    top: 0;
    width: 1px;
    line-height: 0;
    bottom: 0;
    display: block;
    font-family: fontawesome;
    position: absolute
}

#swipebox-slider .slide,
#swipebox-title,
.col-md-4,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x {
    text-align: center
}

.cart-tab a.cart-parent span.contents {
    color: #333;
    font-size: 1em
}

.cart-tab.right:hover a.cart-parent::before {
    border-right-color: #44a56b
}

.cart-tab.right a.cart-parent::before {
    border-right: 1em solid #dedede;
    right: 100%;
    text-indent: 1.4em;
    margin-right: -1px
}

.cart-tab.left:hover a.cart-parent::before {
    border-left-color: #44a56b
}

.cart-tab.left a.cart-parent::before {
    border-left: 1em solid #dedede;
    left: 100%;
    text-indent: -2.2em;
    margin-left: -1px
}

.cart-tab .widget,
.cart-tab.light a.cart-parent::after {
    background-color: #fefefe
}

.cart-tab.light a.cart-parent::after {
    background-color: transparent;
    color: #fff;
    content: "\f111";
    display: block;
    font-family: fontawesome;
    height: auto;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: .6em
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: transparent!important;
    color: #1D76BB;
    padding: .3em
}

.cart-tab .buttons .button {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center
}

.cart-tab {
    top: 120px
}

.woocommerce-cart-tab-shop-only .cart-tab {
    display: none
}

.woocommerce-page.woocommerce-cart-tab-shop-only .cart-tab,
.woocommerce.woocommerce-cart-tab-shop-only .cart-tab {
    display: block
}

@media all and (max-width:768px) {
    .cart-tab.right {
        right: -29em
    }
    .cart-tab.left {
        left: -29em
    }
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: .3em
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border: 1px solid #1D76BB!important
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 5px
}

.header-box32050,
.header-box46860,
.header-box72890 {
    display: none
}

@media all and (max-width:990px) {
    .header-box97090 {
        display: none
    }
    .header-box72890 {
        display: inline
    }
}

@media all and (max-width:750px) {
    .header-box72890 {
        display: none
    }
    .header-box46860 {
        display: inline
    }
}

@media all and (max-width:500px) {
    .header-box46860 {
        display: none
    }
    .header-box32050 {
        display: inline
    }
}

.news-box32050,
.news-box46860 {
    display: none
}

@media all and (max-width:1100px) {
    .news-box72890 {
        display: none
    }
    .news-box46860 {
        display: inline
    }
}

@media all and (max-width:860px) {
    .news-box46860 {
        display: none
    }
    .news-box32050 {
        display: inline
    }
}

@media all and (max-width:640px) {
    .news-box46860 {
        display: inline
    }
    .news-box32050 {
        display: none
    }
}

@media all and (max-width:468px) {
    .news-box46860 {
        display: none
    }
    .news-box32050 {
        display: inline
    }
}

.archive.category .sidebar #avantgardia-latest-posts-widget-3,
.archive.category-blog.archive-type-4 .sidebar #categories-3,
.archive.category-blog.archive-type-5 .sidebar #categories-3,
.archive.category-blog.archive-type-6 .sidebar #categories-3,
.page-template-template-contact .widget_archive,
.page-template-template-contact .widget_calendar,
.page-template-template-contact .widget_categories,
.single .widget_archive,
.single .widget_categories {
    display: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

img.emoji,
img.wp-smiley {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -.1em!important;
    background: 0 0!important;
    padding: 0!important
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: right;
    padding: 8px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #1377BC;
    border-color: #1377BC
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #1377BC;
    border-color: #1377BC;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #ddd;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 14px 16px;
    font-size: 17px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.subtextmedia {
    padding: 2px;
    font-size: 1em;
    background: #f1f1f1;
    border: 1px solid #e6e6e6
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background-color: #1A1D39!important;
    float: left!important;
    color: #fff!important
}

.pdfobject-container {
    width: 100%;
    height: 530px;
    display: inline-block
}

.pdfobject {
    border: 1px solid #666
}

@media only screen and (min-width:960px) {
    .ag-slide-image {
        width: calc(100% - 312px)!important
    }
}

.ag-slider-post-cat {
    font-size: 15px;
    background: rgba(222, 42, 39, .91);
    padding: 8px;
    width: 101px;
    white-space: nowrap
}

html.swipebox-html.swipebox-touch {
    overflow: hidden!important
}

#swipebox-overlay img {
    border: none!important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) center center no-repeat
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px;
    color: #fff!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

.fa,
.fa-stack,
.tweetify-link:after {
    display: inline-block
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes rightSpring {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes leftSpring {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes leftSpring {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@media screen and (min-width:800px) {
    #swipebox-close {
        right: 10px
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.1);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.1) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.1) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.1) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.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)
}

.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 .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.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
}

.tweetify-link {
    background: #fbfbfb;
    line-height: 1.5;
    font-size: 1.1em;
    text-decoration: none
}

.tweetify-link:after {
    content: '';
    width: 2rem;
    height: 3rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIENyZWF0ZWQgd2l0aCBJbmtzY2FwZSAoaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvKSAtLT4NCg0KPHN2Zw0KICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIg0KICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyINCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyINCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiDQogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSINCiAgIHdpZHRoPSIxNzEuNTA1NCINCiAgIGhlaWdodD0iMTM5LjM3ODM5Ig0KICAgaWQ9InN2ZzIiDQogICB2ZXJzaW9uPSIxLjEiDQogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ4LjQgcjk5MzkiDQogICBzb2RpcG9kaTpkb2NuYW1lPSJUd2l0dGVyX2JpcmRfbG9nb18yMDEyLnN2ZyI+DQogIDxkZWZzDQogICAgIGlkPSJkZWZzNCIgLz4NCiAgPHNvZGlwb2RpOm5hbWVkdmlldw0KICAgICBpZD0iYmFzZSINCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIg0KICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiINCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIg0KICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIg0KICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIg0KICAgICBpbmtzY2FwZTp6b29tPSIzLjcyMDA1NzEiDQogICAgIGlua3NjYXBlOmN4PSIxMDEuMjk0MTMiDQogICAgIGlua3NjYXBlOmN5PSI1MC4xODExNDIiDQogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCINCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIg0KICAgICBzaG93Z3JpZD0iZmFsc2UiDQogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTI4MCINCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTYyIg0KICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiDQogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCINCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSINCiAgICAgZml0LW1hcmdpbi10b3A9IjAiDQogICAgIGZpdC1tYXJnaW4tbGVmdD0iMCINCiAgICAgZml0LW1hcmdpbi1yaWdodD0iMCINCiAgICAgZml0LW1hcmdpbi1ib3R0b209IjAiIC8+DQogIDxtZXRhZGF0YQ0KICAgICBpZD0ibWV0YWRhdGE3Ij4NCiAgICA8cmRmOlJERj4NCiAgICAgIDxjYzpXb3JrDQogICAgICAgICByZGY6YWJvdXQ9IiI+DQogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0Pg0KICAgICAgICA8ZGM6dHlwZQ0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPg0KICAgICAgPC9jYzpXb3JrPg0KICAgIDwvcmRmOlJERj4NCiAgPC9tZXRhZGF0YT4NCiAgPGcNCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiDQogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiDQogICAgIGlkPSJsYXllcjEiDQogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODIuMzIwNTMsLTM5Ni4zMDczNCkiPg0KICAgIDxwYXRoDQogICAgICAgc3R5bGU9ImZpbGw6IzJhYTllMCINCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIg0KICAgICAgIGlkPSJwYXRoNSINCiAgICAgICBkPSJtIDQ1My44MjU5Myw0MTIuODA2MTkgYyAtNi4zMDk3LDIuNzk4OTcgLTEzLjA5MTg5LDQuNjg5ODIgLTIwLjIwODUyLDUuNTQwNDkgNy4yNjQxMywtNC4zNTQ1NCAxMi44NDQwNiwtMTEuMjQ5OTIgMTUuNDcwNjcsLTE5LjQ2Njc1IC02Ljc5OTM0LDQuMDMyOTUgLTE0LjMyOTMsNi45NjA1NSAtMjIuMzQ0NjEsOC41Mzg0MSAtNi40MTc3NSwtNi44Mzg3OSAtMTUuNTYyNDMsLTExLjExMSAtMjUuNjgyOTgsLTExLjExMSAtMTkuNDMxNTksMCAtMzUuMTg2OTYsMTUuNzUzNjUgLTM1LjE4Njk2LDM1LjE4NTI1IDAsMi43NTc4MSAwLjMxMTI4LDUuNDQzNTkgMC45MTE1NSw4LjAxODc1IC0yOS4yNDM0NCwtMS40NjcyMyAtNTUuMTY5OTUsLTE1LjQ3NTgyIC03Mi41MjQ2MSwtMzYuNzYzOTYgLTMuMDI4NzksNS4xOTY2MiAtNC43NjQ0MywxMS4yNDA0OCAtNC43NjQ0MywxNy42ODkxIDAsMTIuMjA3NzcgNi4yMTE5NCwyMi45Nzc0NyAxNS42NTMzMiwyOS4yODcxNiAtNS43Njc3MywtMC4xODI2NSAtMTEuMTkzMzEsLTEuNzY1NjUgLTE1LjkzNzE2LC00LjQwMDgzIC0wLjAwNCwwLjE0NjYzIC0wLjAwNCwwLjI5NDEyIC0wLjAwNCwwLjQ0MjQ4IDAsMTcuMDQ3NjcgMTIuMTI4ODksMzEuMjY4MDYgMjguMjI1NTUsMzQuNTAyNjYgLTIuOTUyNDcsMC44MDQzNiAtNi4wNjEwMSwxLjIzMzk4IC05LjI2OTg5LDEuMjMzOTggLTIuMjY3MywwIC00LjQ3MTE0LC0wLjIyMTI0IC02LjYyMDExLC0wLjYzMTE0IDQuNDc4MDEsMTMuOTc4NTcgMTcuNDcyMTQsMjQuMTUxNDMgMzIuODY5OTIsMjQuNDM0NDEgLTEyLjA0MjI3LDkuNDM3OTYgLTI3LjIxMzY2LDE1LjA2MzM1IC00My42OTk2NSwxNS4wNjMzNSAtMi44NDAxNCwwIC01LjY0MDgyLC0wLjE2NzIyIC04LjM5MzQ5LC0wLjQ5MjIzIDE1LjU3MTg2LDkuOTg0MjEgMzQuMDY3MDMsMTUuODA5NCA1My45Mzc2OCwxNS44MDk0IDY0LjcyMDI0LDAgMTAwLjExMzAxLC01My42MTUyNCAxMDAuMTEzMDEsLTEwMC4xMTM4NyAwLC0xLjUyNTU0IC0wLjAzNDMsLTMuMDQyNTEgLTAuMTAyMDQsLTQuNTUyNjEgNi44NzM5NCwtNC45NTk5NSAxMi44Mzg5MSwtMTEuMTU2NDYgMTcuNTU2MTgsLTE4LjIxMzA1IHoiIC8+DQogIDwvZz4NCjwvc3ZnPg==);
    -webkit-background-size: 1em;
    background-size: 1em;
    background-repeat: no-repeat;
    position: relative;
    top: 1em;
    opacity: .8;
    -webkit-transition: .8s;
    transition: .8s
}

.tweetify-link:focus,
.tweetify-link:hover {
    background: #ededed
}

.tweetify-link:focus:after,
.tweetify-link:hover:after {
    opacity: 1
}

@media(min-width:992px) {
    .col-md-4 {
        width: 23%
    }
}

@media(max-width:991px) and (min-width:376px) {
    .col-md-4 {
        width: 45%
    }
}

@media(max-width:375px) {
    .col-md-4 {
        width: 100%
    }
}

.col-md-4 {
    float: right;
    font-size: 1.3em;
    margin: 6px
}

.col-md-4 img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d6d6d6
}

.col-md-4 h3 {
    color: #1A1D39;
    margin-bottom: 0
}

@media(max-width:640px) {
    .table-responsive td,
    .table-responsive tr {
        width: 100%!important;
        height: auto!important
    }
    .table-responsive {
        width: 100%!important
    }
    .table-responsive td {
        display: block!important;
        border-bottom: 0!important;
        margin-bottom: 0!important
    }
}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75)
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%
}

#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: .625em;
    margin: -1.25em 0 0 -1.25em;
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, .75)
}

#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite
}

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(.75)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    to {
        opacity: .5;
        -webkit-transform: scale(.75)
    }
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(.75)
    }
    50% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: .5;
        transform: scale(.75)
    }
}

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
    background-color: #111
}

#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px
}

#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .625em
}

#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em;
    padding: .313em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#imagelightbox-nav button {
    width: 1em;
    height: 1em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .313em
}

#imagelightbox-nav button.active {
    background-color: #fff
}

.imagelightbox-arrow {
    width: 3.75em;
    height: 7.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, .5);
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: rgba(0, 0, 0, .75)
}

.imagelightbox-arrow:active {
    background-color: #111
}

.imagelightbox-arrow-left {
    left: 2.5em
}

.imagelightbox-arrow-right {
    right: 2.5em
}

.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -.125em
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -.313em
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -.313em
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 41.250em) {
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em
    }
    #imagelightbox-nav {
        bottom: 1.25em
    }
    .imagelightbox-arrow {
        width: 2.5em;
        height: 3.75em;
        margin-top: -2.75em
    }
    .imagelightbox-arrow-left {
        left: 1.25em
    }
    .imagelightbox-arrow-right {
        right: 1.25em
    }
}

@media only screen and (max-width: 20em) {
    .imagelightbox-arrow-left {
        left: 0
    }
    .imagelightbox-arrow-right {
        right: 0
    }
}

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px
}

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card-container.static:hover .card,
.card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
}

.card-container .card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.card-container .front,
.card-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    border: 1px solid #ddd
}

.card-container .front {
    z-index: 2
}

.card-container .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3
}

.card-container .back .btn-simple {
    position: absolute;
    left: 0;
    bottom: 4px
}

.card-container .card {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 4px;
    color: #444
}

.card-container,
.card-container .front,
.card-container .back {
    width: 100%;
    height: 280px;
    border-radius: 4px
}

.card-container .card .cover {
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

.card-container .card .cover img {
    width: 100%
}

.card-container .card .user {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: 10px auto 0;
    overflow: hidden;
    width: 120px
}

.card-container .card .user img {
    background: none repeat scroll 0 0 #FFF;
    border: 4px solid #FFF;
    width: 100%
}

.card-container .card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px
}

.card-container .card .content .main {
    min-height: 160px
}

.card-container .card .back .content .main {
    height: 215px
}

.card-container .card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize
}

.card-container .card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px
}

.card-container .card .profession {
    color: #999;
    text-align: center;
    margin-bottom: 20px
}

.card-container .card .footer {
    border-top: 1px solid #EEE;
    color: #999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center
}

.card-container .card .footer .social-links {
    font-size: 18px
}

.card-container .card .footer .social-links a {
    margin: 0 7px
}

.card-container .card .footer .btn-simple {
    margin-top: -6px
}

.card-container .card .header {
    padding: 15px 20px;
    height: 90px
}

.card-container .card .motto {
    border-bottom: 1px solid #EEE;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center
}

.card-container .card .stats-container {
    width: 100%;
    margin-top: 50px
}

.card-container .card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center
}

.card-container .card .stats:first-child {
    border-right: 1px solid #EEE
}

.card-container .card .stats:last-child {
    border-left: 1px solid #EEE
}

.card-container .card .stats h4 {
    font-weight: 300;
    margin-bottom: 5px
}

.card-container .card .stats p {
    color: #777
}

.card-container .title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%
}

.card-container .title small {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0
}

.card-container .space-30 {
    height: 30px;
    display: block
}

.card-container .space-50 {
    height: 50px;
    display: block
}

.card-container .space-200 {
    height: 200px;
    display: block
}

.card-container .white-board {
    background-color: #FFF;
    min-height: 200px;
    padding: 60px 60px 20px
}

.card-container .ct-heart {
    color: #F74933
}

.card-container pre.prettyprint {
    background-color: #fff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left
}

.card-container .atv,
.card-container .str {
    color: #05AE0E
}

.card-container .tag,
.card-container .pln,
.card-container .kwd {
    color: #3472F7
}

.card-container .atn {
    color: #2C93FF
}

.card-container .pln {
    color: #333
}

.card-container .com {
    color: #999
}

.card-container .btn-simple {
    opacity: .8;
    color: #666;
    background-color: transparent
}

.card-container .btn-simple:hover,
.card-container .btn-simple:focus {
    background-color: transparent;
    box-shadow: none;
    opacity: 1
}

.card-container .btn-simple i {
    font-size: 16px
}

.card-container .navbar-brand-logo {
    padding: 0
}

.card-container .navbar-brand-logo .logo {
    border: 1px solid #333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px
}

.card-container .navbar .navbar-brand-logo .brand {
    color: #FFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}

.card-container .navbar-default .navbar-brand-logo .brand {
    color: #555
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .card-container .front,
    .card-container .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible
    }
    .card-container .back {
        visibility: hidden;
        -ms-transition: all .2s cubic-bezier(.92, .01, .83, .67)
    }
    .card-container .front {
        z-index: 4
    }
    .card-container .card-container:not(.manual-flip):hover .back,
    .card-container .card-container.manual-flip.hover .back {
        z-index: 5;
        visibility: visible
    }
}

.showbox {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2%;
    display: none
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 30px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%,
    90% {
        stroke: #ffa700
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%,
    90% {
        stroke: #ffa700
    }
}

.share_count {
    text-align: center;
    display: inline-table;
    padding-left: 0;
    padding-right: 15px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700
}

.custom-share {
    display: inline-table;
    position: relative;
    opacity: 1;
    width: 41%;
    margin-top: 10px;
    margin-left: 20px;
    float: left
}

.share_text {
    display: block;
    margin-top: -10px;
    font-size: 14px;
    font-weight: 500;
    color: #b5b5b5
}

.share-div {
    padding: 2px 15px 0 10px;
    border-bottom: 1px solid #ddd
}

@media(min-width:768px) {
    .share-div {
        display: block
    }
}

@media(max-width:767px) {
    .share-div {
        display: none
    }
}

.div-save-fb {
    display: none;
    position: absolute;
    background-color: #FFF;
    top: 45px;
    min-width: 100px;
    padding: 8px;
    right: 15%;
    border: 1px solid #e0e0e0;
    z-index: 1
}

.comment_count {
    width: 90px;
    display: inline-block;
    border-left: 1px solid #ddd;
    height: 40px;
    margin-top: 10px
}

.ag-comment {
    width: 70px;
    margin-top: 0;
    background: #F42;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 15px
}

.custom-share-btn {
    margin: 0 10px;
    width: 200px;
    outline: none;
    cursor: pointer;
    border: 0;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-family: HacenTunisiaLt!important
}

.custom-share-btn:hover {
    color: #FFF!important
}

.sffb-share-b {
    background: #4f69a2
}

.sftw-share-b {
    background: #5cb9f6
}

@media(min-width:961px) {
    #fb-comments {
        display: block
    }
}

@media(max-width:960px) {
    #fb-comments {
        display: none
    }
}

.image-link:hover span {
    background: #de2a27
}
.image-link:hover .subtextmedia {
	display: block;
}

.loop-photo {
    background: rgba(0, 0, 0, 0.6);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    text-align: center
}
.bar-long {
    height: 5px;
    background-color: #de2a27;
    width: 0px;
    z-index: 1000;
    position: fixed;
    top: 58px;
    right: 0;
}
.share-post-branding{
	display: none;
	background: #fff;border-bottom: 1px solid #ddd;top: 0;position: fixed;width: 100%;z-index: 999;
}
.share-post-branding li{
	line-height: 60px;display: inline-block !important;
}
.share-post-branding .menu-share h3{
	color: #232323;font-family: 'hacentunisiaBD';font-size:22px;
}
@media(max-width:960px){
	.hidden-xs{
		display: none !important;
	}	
}
@media(min-width:961px){
	.visible-xs{
		display: none !important;
	}	
}
.administation-bar{
	top: 58px;background: #232323;height: 35px;border-bottom: none;
}
