/*------------------------------------------------------------------
[Master Stylesheet]

Project:        ELITASIG
Version:        1.0
Last change:    27/06/16
Assigned to:    Vicolas Petru 
-------------------------------------------------------------------*/


/*----------------------------------------
# [Color codes]

# Primary Color (red): #de0000
# Alternative Color (black): #000000
# Text Color (gray): #7c7c7c
# -------------------------------------- */

/*------------------------------------------------------------------
[Typography]

Roboto, sans-serif;
-------------------------------------------------------------------*/


/* ----------------------------------------
 *
 *  Base
 *
 * ---------------------------------------- */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u,i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border:0 none;
  font-family:inherit;
  font-size-adjust:inherit;
  font-stretch:inherit;
  font-variant:inherit;
  font-weight:inherit;
  line-height:inherit;
  margin:0;
  padding:0;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
  outline: medium none;
  text-decoration: none;
}
a {
  color: #000;
}
a:hover, a:active {
  color: #de0000;
}
p {
  padding: 0 0 20px;
  line-height: 1.8;
  font-size: 16px;
}
p:after {
  content: "";
  clear: both;
  display: table;
}
iframe {
    max-width: 100%;
}
/*ol, ul {
  list-style: none outside none;
}*/
.hidden {
  display: none;
}
.animate-content .wow {
  visibility: hidden;
}
.single .post-content ol {
    list-style: decimal inside;
} 
.single .post-content ul {
    list-style: disc inside;
}
.single .post-content ul ul {
    list-style: circle inside;
}
.single .post-content ol ol,
.single .post-content ul ul {
    padding-left: 2em;
}
.single .post .entry-content ul,
.page .site-content ul,
.single .post .entry-content ol,
.page .site-content ol {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
input::-webkit-input-placeholder {color:#0a1a39;}
textarea::-webkit-input-placeholder {color:#0a1a39;}
img.alignleft, img.alignright, img.aligncenter {
  margin-top:9px;
  margin-bottom:9px;
}
.alignleft, img.alignleft {
  display:inline;
  float: left;
  margin:9px 30px 0px 0px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin:9px 0px 0px 30px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:0;
}
.alignnone {
  max-width: 100%;
}
.wp-caption-text {
  text-align: center;
  padding-top: 10px;
}
.wp-caption {
  text-align:center;
  max-width:100%;
}
.wp-caption.alignnone {
  margin:10px 0;
}
.wp-caption.aligncenter {
  margin:10px auto;
}
.wp-caption img {
  display:inline-block!important;
}
.wpb_heading {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.assistive-text {
  position: relative;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.wpb_heading:after,
.assistive-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #de0000;
}
.page-header {
    font-family: "Roboto";
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.page-header #page-title {
  font-size: 26px;
  margin: 0;
}
.bypostauthor{}
#nothing-found {
    padding: 30px 15px;
    clear: both;
}
img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
a {
    -webkit-transition: color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease;
}
tt, code, kbd, samp {
    font-family: monospace;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}

/* Page Links
------------------------------------------ */
.page-links a {
    clear: both;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-links a,
.page-links > span {
    background: #0D4494;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .gallery-caption {
    border: 1px solid #ededed;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ffffff;
    padding: 15px 20px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}


#main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page.home #main {
  padding-top: 0;
  padding-bottom: 0;
}

/* No Padding */
.no-pad {
  padding:0;
}

/* Image Responsive */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

/* Side Image on Sections */
.side-image .image-container.pull-right {
  right: 0;
}
.side-image {
  padding: 0;
  position: relative;
}
.side-image .image-container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
}

/* Content & Sidebar */
@media (min-width: 768px) {
    .content-area {
        width: 100%;
    }
    .widget-area {
        width: 25%;
    }
    .content-area.content_left {
        float: left;
        width: 75%;
        padding-right: 40px;
    }
    .content-area.content_right {
        float: right;
        width: 75%;
        padding-left: 40px;
    }
    .widget-area.sidebar_left {
        float: left;
    }
    .widget-area.sidebar_right {
        float: right;
    }
}



/* ----------------------------------------
 *
 *  Components
 *
 * ---------------------------------------- */
table {
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
}
table thead th {
    background-color: #f5f5f5;
}
table tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}
table td,
table th {
    padding: 0.5em 1.5em;
    text-align: left;
}
table tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
table td:not(:last-child),
table th:not(:last-child) {
    border-right: 1px solid #f0f0f0;
}

dd {
    margin-left: 40px;
}

ol, ul {
    padding-left: 30px;
    /*font-size: 14px;*/
}

.single .post-password-form {
    padding: 40px 50px;
    width: 80%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 3px 10px rgba(70, 70, 70, .15);
}
.single .post-password-form p:first-child {
    font-size: 14px;
    padding-bottom: 10px;
    color: #bfbfbf;
}
.single .post-password-form input[type="password"] {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.single .post-password-form input[type="submit"] {
    display: inline-block;
    padding: 10px 25px;
    margin: auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.78;
    border: 0;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
}
.post-password-form p:first-child {
    font-size: 14px;
    padding-bottom: 10px;
    color: #bfbfbf;
}
.post-password-form input[type="password"] {
    display: inline-block;
    height: 38px;
    padding: 6px 12px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 1.4;
    border: 0;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
}





/* ----------------------------------------
 *
 *  Widgets
 *
 * ---------------------------------------- */
#sidebar {
  margin-bottom: 50px;
}
#sidebar.widget-area {
  text-align: left;
}
#sidebar .widget .widget-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#sidebar .widget .widget-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #de0000;

}
aside.widget {
    margin-bottom: 40px;
}
aside.widget:last-child {
    margin-bottom: 0;
}
.widget {
    font-size: 14px;
    font-weight: 400;
}
.widget select,
.widget input {
    max-width: 100%;
}

/* --- Tag Cloud */
.widget_tag_cloud .tagcloud > a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #0D4494;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: "Roboto";
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 20px;

    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out;
}

/* --- Power Link */
.widget_gds-powerlink .powerlink-wrap {
  position: relative;
  padding: 25px 20px;
}
.widget_gds-powerlink .powerlink-wrap:not(.has-bg-img) {
  background-color: #de0000;
  color: #ffffff;
}
.widget_gds-powerlink .powerlink-wrap.has-bg-img {
  background-size: cover;
  background-position: top left;
}
.widget_gds-powerlink .powerlink-wrap.has-bg-img .inner {
  position: relative;
  z-index: 2;
}
.widget_gds-powerlink .powerlink-wrap.has-bg-img:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.widget_gds-powerlink .powerlink-wrap .title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  color: inherit;
}
.widget_gds-powerlink .powerlink-wrap .description {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.68;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: inherit;
}
.widget_gds-powerlink .powerlink-wrap .powerlink {
  display: block;
  padding-bottom: 0;
}


/* --- Latest Posts */
.widget_gds-latest-posts .latest-posts-list {
    list-style-type: none;
    padding: 0;
}
.widget_gds-latest-posts .latest-posts-list > li:after {
    content: "";
    clear: both;
    display: table;
}
.widget_gds-latest-posts .latest-posts-list > li {
    position: relative;
    margin-bottom: 30px;
}
.widget_gds-latest-posts .latest-posts-list li .img-wrap {
    float: left;
    width: 70px;
}
.widget_gds-latest-posts .latest-posts-list li .img-wrap img {
    border-radius: 50%;
}
.widget_gds-latest-posts .latest-posts-list li .content-wrap {
    position: absolute;
    padding-left: 90px;
    vertical-align: middle;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget_gds-latest-posts .latest-posts-list li.post-hidden-featimg .content-wrap {
    position: relative;
    padding-left: 0;
    top: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.widget_gds-latest-posts .latest-posts-list li .content-wrap .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
    display: block;
}
.widget_gds-latest-posts .latest-posts-list li .content-wrap .meta-date {
    color: #bfbfbf;
    font-size: 12px;
    text-transform: uppercase;
}


/* --- Archives list */
.widget.widget_nav_menu ul, 
.widget.widget_categories ul, 
.widget.widget_archive ul, 
.widget.widget_pages ul, 
.widget.widget_meta ul,
.widget.widget_gds-services-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_nav_menu ul li, 
.widget.widget_categories ul li, 
.widget.widget_archive ul li, 
.widget.widget_pages ul li, 
.widget.widget_meta ul li,
.widget.widget_gds-services-list ul li {
  position: relative;
  margin-bottom: 1px;
  background-color: #f5f5f5;
}
.widget.widget_nav_menu ul li.current-menu-item a {
  background-color: #000000;
  color: #ffffff;
}
.widget.widget_nav_menu ul li a, 
.widget.widget_categories ul li a, 
.widget.widget_archive ul li a, 
.widget.widget_pages ul li a, 
.widget.widget_meta ul li a,
.widget.widget_gds-services-list ul li a {
  display: block;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
}


/* --- Social Media */
.widget_gds-social-media > a.icon-size-small {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  width: 26px;
  height: 26px;
}
.widget_gds-social-media > a.icon-size-large {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  width: 42px;
  height: 42px;
}

/* --- Instagram Feed */
.widget_gds-instagram-feeds .widget-list {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    list-style-type: none;
}
.widget_gds-instagram-feeds .widget-list:after {
    content: "";
    clear: both;
    display: table;
}
.widget_gds-instagram-feeds .widget-list li.list-item {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.widget_gds-instagram-feeds .block-grid-xs-2 li.list-item {
    width: 50%;
}
.widget_gds-instagram-feeds .block-grid-xs-3 li.list-item {
    width: 33.3333%;
}
.widget_gds-instagram-feeds .block-grid-xs-4 li.list-item {
    width: 25%;
}
@media (min-width: 768px) {
    .widget_gds-instagram-feeds .block-grid-sm-2 li.list-item {
        width: 50%;
    }
    .widget_gds-instagram-feeds .block-grid-sm-3 li.list-item {
        width: 33.3333%;
    }
    .widget_gds-instagram-feeds .block-grid-sm-4 li.list-item {
        width: 25%;
    }
    .widget_gds-instagram-feeds .block-grid-sm-5 li.list-item {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .widget_gds-instagram-feeds .block-grid-md-2 li.list-item {
        width: 50%;
    }
    .widget_gds-instagram-feeds .block-grid-md-3 li.list-item {
        width: 33.3333%;
    }
    .widget_gds-instagram-feeds .block-grid-md-4 li.list-item {
        width: 25%;
    }
    .widget_gds-instagram-feeds .block-grid-md-5 li.list-item {
        width: 20%;
    }
    .widget_gds-instagram-feeds .block-grid-md-10 li.list-item {
        width: 10%;
    }
}

.widget_gds-instagram-feeds .widget-list .img-wrap {
    position: relative;
}
.widget_gds-instagram-feeds .widget-list .img-wrap .instagram_photo {
    position: relative;
    display: block;
}
.widget_gds-instagram-feeds .widget-list .img-wrap .instagram_photo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    z-index: 1;

    background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .70) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, .70))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .70) 100%);
    background: -o-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .70) 100%);
    background: -ms-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .70) 100%);
    background: linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .70) 100%);
}
.widget_gds-instagram-feeds .widget-list .img-wrap[data-image-frame="true"] .instagram_photo:after {
    left: 6px;
    bottom: 6px;
    right: 6px;
}
.widget_gds-instagram-feeds .widget-list .img-wrap[data-image-frame="true"] .instagram_photo {
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.widget_gds-instagram-feeds .widget-list a.instagram_photo img,
.widget_gds-instagram-feeds .widget-list img.instagram_photo {
    width: 100%;
}
.widget_gds-instagram-feeds .widget-list .instagram_likes {
    position: absolute;
    bottom: 6px;
    left: 8px;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
}
.widget_gds-instagram-feeds .widget-list .img-wrap[data-image-frame="true"] .instagram_likes {
    bottom: 12px;
    left: 15px;
}
.widget_gds-instagram-feeds .widget-list .instagram_likes i {
    color: #f8253c;
    margin-right: 5px;
}
.widget_gds-instagram-feeds .widget-list .instagram_caption {
    font-size: 13px;
    padding-bottom: 0;
    margin-top: 15px;
}


/* Style fixes for Widgetised Sidebar */
.wpb_widgetised_column .widget .widget-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.wpb_widgetised_column .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    z-index: 0;
}
.wpb_widgetised_column .widget .widget-title span {
    position: relative;
    z-index: 2;
    padding-right: 15px;
    background-color: #ffffff;
}

/* -- Sidebar Widget */
.widget_search .searchform {
  position: relative;
  display: block;
}
.widget_search .searchform .form-control {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  border-radius: 5px;
  height: 38px;
  padding: 6px 50px 6px 12px;
  outline: 0;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 14px;

  -webkit-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.widget_search .searchform .form-control:focus {
  border-color: #de0000;
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
}
.widget_search .searchform .search-submit {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 38px;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  color: #ffffff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.widget_search .searchform .search-submit:hover {
  background-color: #de0000;
  color: #ffffff;
}

/* -- Recent posts */
.widget_recent_entries ul {
    list-style-type: none;
    padding: 0;
}
 .widget_recent_entries ul > li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
 .widget_recent_entries ul > li:last-child {
    border-bottom: none;
}
 .widget_recent_entries ul > li > a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.35;
    margin-bottom: 0;
}
 .widget_recent_entries ul > li .post-date {
    display: block;
    color: #cccccc;
    line-height: 1.28;
    font-size: 13px;
}

/* -- Recent Comments */
.widget_recent_comments ul {
    padding: 0;
    list-style-type: none;
}
 .widget_recent_comments ul li.recentcomments {
    color: #cccccc;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
 .widget_recent_comments ul li a {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
}


/* -- Calendar Widget */
.widget_calendar table caption {
    padding: 0.5em 1em;
    background-color: #0d4494;
    color: #ffffff;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
    padding: 0.5em 0;
    text-align: center;
}
.widget_calendar table tbody td a {
    position: relative;
    font-weight: bold;
}
.widget_calendar table tbody td a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -2px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #0d4494;
}
.widget_calendar tfoot {
    border-top: 2px solid #f0f0f0;
}
.widget_calendar tfoot td {
    border: none;
}
.widget_calendar tfoot td a {
    font-weight: bold;
}

/* -- RSS Widget */
.widget_rss ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget_rss ul > li:not(:last-child){
    margin-bottom: 20px;
}
.widget_rss ul li a.rsswidget {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.widget_rss ul li span.rss-date {
    font-size: 13px;
    color: #acacac;
}
.widget_rss ul li .rssSummary {
    line-height: 1.8em;
}
.widget_rss ul li cite {
    color: #acacac;
}

/* -- Text Widget */
.widget_text p {
    line-height: 1.8em;
}
.widget_text strong {
    font-weight: bold;
}




/* ----------------------------------------
 *
 *  Scroll to top
 *
 * ---------------------------------------- */
#scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  opacity: 0;
  z-index: 10;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity .2s ease-out, transform .2s ease;
  -moz-transition: opacity .2s ease-out, transform .2s ease;
  -o-transition: opacity .2s ease-out, transform .2s ease;
  transition: opacity .2s ease-out, transform .2s ease;
}
#scroll-to-top i.fa {
  font-size: 20px;
  color: #f5f5f5;
}
#scroll-to-top:hover {
  background-color: #000000;
}
#scroll-to-top:hover i {
  color: #fff;
}
#scroll-to-top.displayed {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}


/* ----------------------------------------
 *
 *  Top Notification Alert
 *
 * ---------------------------------------- */
.ns-box {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: rgba(42,45,50,0.85);
  padding: 15px 50px 15px 80px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250,251,255,0.95);
  font-size: 90%;
}
.ns-box.ns-effect-slidetop {
  box-shadow: inset 60px 0 rgba(0, 0, 0, 0.6);
}
.ns-box .ns-box-inner {
  display: table;
  width: 100%;
}
.ns-box .ns-box-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.ns-box .ns-box-inner .ns-icon {
  position: absolute;
  display: block;
  font-size: 26px;
  top: 50%;
  left: 15px;
  width: 30px;

  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}
.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}
.ns-box p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}
.ns-box .ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ns-box .ns-close:hover, 
.ns-box .ns-close:focus {
  outline: none;
}
.ns-box .ns-close::before,
.ns-box .ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #cccccc;
}
.ns-box .ns-close:hover::before,
.ns-box .ns-close:hover::after {
  background: #fff;
}
.ns-box .ns-close::before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.ns-box .ns-close::after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.ns-effect-slidetop.ns-show .ns-icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
  animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

@-webkit-keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}



/* ----------------------------------------
 *
 *  Header Top Bar
 *
 * ---------------------------------------- */
.topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    color: #ffffff;
}
.topbar > .container > .inner {
    width: 100%;
    display: table;
    position: relative;
    z-index: 2;
}
.topbar > .container > .inner .info-wrap,
.topbar > .container > .inner #lang_sel_list {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.topbar .welcome-msg {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.topbar #lang_sel_list > ul {
    float: right;
}
.topbar #lang_sel_list a,
.topbar #lang_sel_list a:visited {
    background-color: transparent;
}
.topbar .links-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.topbar .links-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.topbar .links-wrap ul:after {
  content: '';
  clear: both;
  display: table;
}
.topbar .links-wrap ul > li {
  display: inline-block;
  margin-left: 10px;
}
.topbar .links-wrap ul > li a {
  color: inherit;
}
.topbar .links-wrap ul > li a[class*="social-"] {
  width: 22px;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
.topbar .links-wrap ul > li a[class*="social-"]:hover {
  background-color: #ffffff;
  color: #de0000;
}
.topbar .links-wrap ul > li a i + span {
  margin-left: 5px;
}
.topbar .lang-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}


/* ----------------------------------------
 *
 *  Header Site Info
 *
 * ---------------------------------------- */
.inner-table-cols {
  display: table;
  width: 100%;
}
.inner-table-cols > div {
  display: table-cell;
  vertical-align: middle;
}
.header-site-info {
    padding: 1.5em 0;
}
.header-site-info .info-columns:after {
    content: '';
    clear: both;
    display: table;
}
.header-site-info .info-columns .col-item {
    width: 33.3333%;
    /*float: left;*/
    padding-left: 15px;
    padding-right: 15px;
}
.header-site-info .info-columns > .col-item:last-child {
    padding-right: 0;
}
.header-site-info .info-columns i.fa {
    font-size: 38px;
    vertical-align: middle;
    color: #de0000;
    margin-right: 10px;
}
.header-site-info .info-columns .info-wrap {
    display: inline-block;
    vertical-align: middle;
}
.header-site-info .info-columns .info-wrap h4 {
    margin: 0;
    font-size: 16px;
}
.header-site-info .info-columns .phone .info-wrap h4 {
  font-size: 28px;
  font-weight: 600;
}
.header-site-info .info-columns .info-wrap small {
    color: #4c4c4c;
    margin-right: 8px;
    font-weight: 700;
    font-size: 13px;
}

/* ----------------------------------------
 *
 *  Header navigation
 *
 * ---------------------------------------- */

/* Not Assigned Nav Menu */
.not-assigned-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.not-assigned-menu .navbar-nav > ul:after {
    content: "";
    display: table;
    clear: both;
}
.not-assigned-menu .navbar-nav > ul > li {
    position: relative;
    float: left;
}
.not-assigned-menu .navbar-nav > ul > li > a {
    position: relative;
    padding: 20px 15px;
    line-height: 20px;
    display: block;

    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.not-assigned-menu .navbar-nav ul > li > a {
    position: relative;
    padding-bottom:20px;
    padding-top:20px;
}
.not-assigned-menu .navbar-nav > ul > .page_item_has_children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: relative;
    right: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.not-assigned-menu .navbar-nav ul > li > ul > li.page_item_has_children > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
  .not-assigned-menu .navbar-nav ul > .page_item_has_children > .children,
  .not-assigned-menu .navbar-nav .page_item_has_children > .children > li > ul.children {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #ffffff;
    width: 250px;
    z-index: 10;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    -o-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out;
  }
  .not-assigned-menu .navbar-nav ul > .page_item_has_children > .children.pos-right {
    left: auto;
    right: 0;
  }
  .not-assigned-menu .navbar-nav ul > .page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children .children > li.page_item {
    position: relative;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children .children > li.page_item > a {
    padding: 15px 20px;
    display: block;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children .children > li.page_item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children > .children > li > ul.children {
    top: 0;
    left: 250px;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children > .children > li > ul.children.pos-right {
    top: 0;
    left: auto;
    right: 250px;
  }
  .not-assigned-menu .navbar-nav .page_item_has_children > .children > li:hover > ul.children {
    opacity: 1;
    visibility: visible;
  }
}

/* Primary Menu */
.main-header-menu {
    background-color: #000000;
    color: #ffffff;
    padding: 0;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    border: none;

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.main-header-menu > .container:after {
    content: '';
    clear: both;
    display: table;
}
.main-header-menu .navbar-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main-header-menu .navbar-nav:after {
    content: '';
    clear: both;
    display: table;
}
.main-header-menu .navbar-nav > li {
    position: relative;
    padding: 15px 0;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: inherit;
    font-weight: 400;
    letter-spacing: .5px;
}
.main-header-menu .navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 6px 16px;
    border-radius: 15px;
    height: auto;
    text-decoration: none;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-header-menu .navbar-nav > li.current-menu-item > a,
.main-header-menu .navbar-nav > li.current-menu-ancestor > a,
.main-header-menu .navbar-nav > li > a:hover {
    background-color: #de0000;
    color: #ffffff;
}

.main-header-menu .navbar-header .navbar-addon {
  display: none;
}
.main-header-menu #main-header-menu .navbar-addon {
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 50px;
  list-style: none;
}
.main-header-menu #main-header-menu .navbar-addon li {
  position: relative;
}
.main-header-menu #main-header-menu .navbar-addon > li {
  display: inline-block;
}
.main-header-menu #main-header-menu .navbar-addon > li a {
  display: block;
  font-size: 20px;
  margin: 15px 0 20px 30px
}
.main-header-menu #main-header-menu .navbar-addon .searchform {
  position: absolute;
  right: 0;
  top: 100%;
  width: 290px;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  opacity: 0;
  visibility: hidden;
  z-index: -1;

  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);

  -webkit-transition: visibility .3s ease, opacity .3s ease, z-index .3s ease;
  -o-transition: visibility .3s ease, opacity .3s ease, z-index .3s ease;
  transition: visibility .3s ease, opacity .3s ease, z-index .3s ease;
}
.main-header-menu #main-header-menu .navbar-addon .searchform.active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
.main-header-menu #main-header-menu .navbar-addon .searchform .form-control {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  border-radius: 5px;
  height: 38px;
  padding: 6px 50px 6px 12px;
  outline: 0;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 14px;

  -webkit-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.main-header-menu #main-header-menu .navbar-addon .searchform .form-control:focus {
  border-color: #de0000;
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
}
.main-header-menu #main-header-menu .navbar-addon .searchform .search-submit {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 38px;
  right: 15px;
  top: 10px;
  z-index: 2;
  background-color: #000;
  color: #ffffff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.main-header-menu #main-header-menu .navbar-addon .searchform .search-submit:hover {
  background-color: #de0000;
  color: #ffffff;
}
.main-header-menu #main-header-menu .navbar-addon .addon-tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6px 10px;
  background-color: rgba(222, 0, 0, 1);
  color: #ffffff;
  font-weight: 500;
  z-index: 10;
  width: 140px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  margin-left: 15px;
  margin-top: -20px;
  
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-header-menu #main-header-menu .navbar-addon .addon-tooltip:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;

  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-top: 10px solid #de0000;
}

.main-header-menu #main-header-menu .navbar-addon .reminder i.fa {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%, 20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    100%, 20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@media (min-width: 768px) {
    .main-header-menu #main-header-menu {
        display: table;
        position: relative;
        width: 100%;
    }
    .main-header-menu .navbar-nav > li {
      float: left;
    }
    .main-header-menu #main-header-menu > ul li ul li > a:hover {
        background-color: #de0000;
        color: #ffffff;
    }
    .main-header-menu #main-header-menu > ul li.menu-item-has-children > a {
        padding-right:  26px;
    }
    .main-header-menu #main-header-menu > ul li.menu-item-has-children > a:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #cccccc;
    }
    .main-header-menu #main-header-menu > ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        list-style: none;
        padding: 14px 0;
        margin: 0;
        width: 230px;
        z-index: 10;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;

        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    }
    .main-header-menu #main-header-menu > ul li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .main-header-menu #main-header-menu > ul li ul li {
        position: relative;
        font-weight: 500;
        font-size: 14px;
        color: #333333;
    }
    .main-header-menu #main-header-menu > ul li ul li a {
        position: relative;
        display: block;
        padding: 10px 20px;
        color: #333333;
        font-size: 13px;
    }
    .main-header-menu #main-header-menu > ul li ul li.menu-item-has-children > a:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
    }
    .main-header-menu #main-header-menu > ul li > ul li ul {
        left: 100%;
        top: -2px;
        background: #592851;
        padding: 6px 0 4px;
    }
    .main-header-menu #main-header-menu > ul li > ul li ul a {
        color: #ffffff;
    }
}
@media (max-width: 768px) {
  .main-header-menu {
    background-color: #ffffff;
    color: #000;
  }
  .main-header-menu .navbar-nav > li > a {
    border-radius: 25px;
  }
  .main-header-menu .navbar-header .navbar-addon {
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
  }
}



/* ----------------------------------------
 *
 *  Single Team page
 *
 * ---------------------------------------- */
.single-team .entry-header .img-wrap {
  float: left;
  margin-right: 30px;
}
.single-team .entry-header .info-wrap {
  overflow: hidden;
}
.single-team .entry-header .info-wrap > .column {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.single-team .entry-header .info-wrap .entry-socials {
  margin-top: 20px;
}
.single-team .entry-header .entry-thumbnail img {
  border-radius: 50%;
}
.single-team .entry-header .entry-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.single-team .entry-header .position {
  display: block;
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-team .entry-header .entry-contact-details > ul,
.single-team .entry-header .entry-socials > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-team .entry-header .entry-contact-details > ul > li {
  margin-bottom: 10px;
}
.single-team .entry-header .entry-contact-details a {
  display: block;
  font-size: 16px;
}
.single-team .entry-header .entry-contact-details i.fa {
  color: #de0000;
  margin-right: 5px;
  width: 28px;
  text-align: center;
  font-size: 18px;
}
.single-team .entry-header .entry-socials {
  margin-bottom: 30px;
}
.single-team .entry-header .entry-socials ul > li {
  display: inline-block;
}
.single-team .entry-header .entry-socials ul > li > a {
  margin-right: 20px;
}
.single-team .entry-header .entry-socials ul > li:last-child > a {
  margin-right: 0;
}
.single-team .entry-header {
  padding-bottom: 30px;
}
.single-team .entry-content {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .single-team article.team {
    text-align: center;
  }
  .single-team .entry-header .img-wrap {
    float: none;
  }
  .single-team .entry-header .entry-thumbnail img {
    width: auto;
  }
  .single-team .entry-header .info-wrap > .column {
    float: none;
    width: 100%;
  }
}




/* ----------------------------------------
 *
 *  Team members
 *
 * ---------------------------------------- */
.team_members-container > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.team_members-container.layout-list_view > ul > li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e6e6e6
}
.team_members-container > ul > li:after {
  content: '';
  clear: both;
  display: table;
}
.team_members-container .article .img-wrap > a {
  position: relative;
  display: block;
  color: #ffffff;
}
.team_members-container .article .img-wrap > a > .overlay-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(190, 0, 0, .7);

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;

  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.team_members-container .article .img-wrap > a:hover > .overlay-mask {
  opacity: 1;
}
.team_members-container .article .img-wrap > a > .overlay-mask span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team_members-container.layout-list_view article .img-wrap {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  max-width: 255px
}
.team_members-container.layout-list_view article .info-wrap {
  overflow: hidden;
}
.team_members-container .article .info-wrap .title {
  display: block;
}
.team_members-container .article .info-wrap .title h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  display: block;
  font-weight: 600;
}
.team_members-container .article .info-wrap .position {
  color: #acacac;
  font-size: 12px;
  letter-spacing: .8px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.team_members-container .article .info-wrap .excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #7c7c7c;
  margin-bottom: 20px;
  padding: 0;
}
.team_members-container.layout-list_view .article .info-wrap .btn-link {
  position: relative;
  outline: none;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 21px;
  color: #fff;
  background-color: #de0000;
  display: inline-block;
  line-height: 24px;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team_members-container.layout-list_view .article .info-wrap .btn-link i.fa {
  font-size: 16px;
  margin-left: 5px;
}
.team_members-container.layout-list_view .article .info-wrap .btn-link:hover {
  background-color: #222;
  color: #fff;
}
.team_members-container.layout-grid_view > ul:after {
  content: '';
  clear: both;
  display: table;
}
.team_members-container.layout-grid_view > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.team_members-container.layout-grid_view > ul > li {
  margin-bottom: 30px;
}
.team_members-container.layout-grid_view .article {
  padding: 0 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.team_members-container.layout-grid_view .article .img-wrap {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.team_members-container.layout-grid_view .article .img-wrap img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.team_members-container.layout-grid_view .article .info-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.team_members-container.layout-grid_view .article .info-wrap .btn-link {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.2s linear;
  color: #222;
}
.team_members-container.layout-grid_view .article .info-wrap .btn-link:hover {
  color: #de0000;
}
.team_members-container.layout-grid_view .article .info-wrap .btn-link i.fa {
  font-size: 14px;
  margin-left: 5px;
}




/* ----------------------------------------
 *
 *  Contact Form 7
 *
 * ---------------------------------------- */
.wpcf7-form p {
  padding: 0;
}
.wpcf7-form .form-group {
    padding: 0;
    margin-bottom: 20px;
}
.wpcf7-form .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.wpcf7-form .form-control {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  border-radius: 5px;
  height: 38px;
  padding: 6px 12px;
  outline: 0;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 14px;

  -webkit-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.wpcf7-form .form-control:focus {
  border-color: #de0000;
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
}
.wpcf7-form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpcf7-form .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.wpcf7-form .form-group textarea {
    min-height: 100px;
    resize: none;
}
.wpcf7-form .form-group .wpcf7-submit {
  display: inline-block;
  padding: .8em 2.6em;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;

  -ms-touch-action: manipulation;
  touch-action: manipulation;


  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #ffffff;
  background-color: #de0000;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.wpcf7-form .form-group .wpcf7-submit:hover {
  background-color: #222;
  color: #ffffff;
}
.wpb_text_column p {
  line-height: 1.8;
  padding-bottom: 20px;
}
.wpb_text_column ul,
.wpb_text_column ol {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.wpb_text_column a {
  text-decoration: underline;
}





/* ----------------------------------------
 *
 *  Page Header Title
 *
 * ---------------------------------------- */
#page-header-title {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
body.has-page-header-title #page-header-title {
    margin-bottom: 0;
}
#page-header-title .page-header-wrapper {
    background-size: cover;
    background-attachment: fixed;
}
#page-header-title .page-header-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#page-header-title .page-header-wrapper .inner {
    width: 100%;
    display: table;
    position: relative;
    z-index: 2;
}
#page-header-title .page-header-wrapper .inner .page-header-caption,
#page-header-title .page-header-wrapper .inner .page-header-secondary {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
#page-header-title .page-breadcrumbs-content {
    text-align: right;
}
#page-header-title .page-breadcrumbs-content a {
    color: inherit;
}
#page-header-title .page-header-captions .entry-title {
    color: inherit;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}



/* ----------------------------------------
 *
 *  Single page Navigation Wrapper
 *
 * ---------------------------------------- */
.single .single-nav-wrapper {
  margin: 80px 0;
  width: 100%;
  display: table;
}
.single .single-nav-wrapper > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.single .single-nav-wrapper > div > a {
  position: relative;
  display: block;
  padding: 20px;
}
.single .single-nav-wrapper > div.nav-previous:not(:last-child) {
  border-right: 1px solid #ededed;
}
.single .single-nav-wrapper > div.nav-previous > a {
  padding-left: 40px;
}
.single .single-nav-wrapper > div.nav-next > a {
  padding-right: 40px;
}
.single .single-nav-wrapper > div.nav-previous > a:before {
  content: '\f104';
  position: absolute;
  font-family: "FontAwesome";
  font-size: 42px;
  color: #f0f0f0;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}
.single .single-nav-wrapper > div.nav-previous > a:hover:before {
  left: 0;
}
.single .single-nav-wrapper > div.nav-next > a:after {
  content: '\f105';
  position: absolute;
  font-family: "FontAwesome";
  font-size: 42px;
  color: #f0f0f0;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
.single .single-nav-wrapper > div.nav-next > a:hover:after {
  right: 0;
}
.single .single-nav-wrapper > div > a .meta-nav {
  display: block;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
}
.single .single-nav-wrapper > div > a .meta-nav-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.single .single-nav-wrapper .nav-previous {
  text-align: left;
}
.single .single-nav-wrapper .nav-next {
  text-align: right;
}




/* ----------------------------------------
 *
 *  Posts listings navigation
 *
 * ---------------------------------------- */
.prev-next-posts {
  clear: both;
  margin: 30px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.prev-next-posts .pagination {
  position: relative;
  padding: 10px 0;
}
.prev-next-posts .pagination .page-numbers {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #ededed;

  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out
}
.prev-next-posts .pagination .page-numbers.current,
.prev-next-posts .pagination .page-numbers:hover {
  background-color: #de0000;
  color: #fff;
  border-color: transparent;
}
.prev-next-posts .pagination a.page-numbers.prev {
  margin-right: 20px;
}
.prev-next-posts .pagination a.page-numbers.next {
  margin-left: 20px;
}



/* ----------------------------------------
 *
 *  Author Box Info
 *
 * ---------------------------------------- */
.post-author-box {
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
  background-color: #f5f5f5;
  border-radius: 15px;
}
.post-author-box:after {
  content: '';
  clear: both;
  display: table;
}
.post-author-box .author-image {
  margin-right: 30px;
  float: left;
}
.post-author-box .author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.post-author-box .author-info {
  overflow: hidden;
}
.post-author-box .author-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.post-author-box .author-box-info p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
  margin: 0;
}
.post-author-box .author-box-info span {
  display: block;
  font-size: 13px;
  color: #7c7c7c;
}



/* ----------------------------------------
 *
 *  Single page Blog Posts
 *
 * ---------------------------------------- */
.single-post .entry-title {
  font-weight: 600;
  line-height: 1.4;
  font-size: 32px;
  margin: 0;
  margin-bottom: 5px;
}
.single-post .entry-meta {
  color: #acacac;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-post .entry-meta > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.single-post .entry-meta > span:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #acacac;
}
.single-post .entry-meta > span:last-child:after {
  display: none;
}
.single-post .entry-meta > span i.fa {
  margin-right: 5px;
}
.single-post .entry-thumbnail {
  margin-bottom: 40px;
}
.single-post .entry-content p {
  line-height: 1.8;
  color: #7c7c7c;
  font-size: 16px;
}
.single-post .entry-footer .inner {
  display: table;
  width: 100%;
}
.single-post .entry-footer .inner .col-item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.single-post .entry-meta-tags {
  text-align: right;
}
.single-post .entry-meta-share .assist,
.single-post .entry-meta-tags .assist {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 500;
}
.single-post .entry-meta-share .assist,
.single-post .entry-meta-share .assist + ul,
.single-post .entry-meta-tags .assist,
.single-post .entry-meta-tags .assist + ul {
  display: inline-block;
  vertical-align: middle;
}
.single-post .entry-meta-share > ul:after,
.single-post .entry-meta-tags > ul:after {
  content: '';
  clear: both;
  display: table;
}
.single-post .entry-meta-share > ul,
.single-post .entry-meta-tags > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .entry-meta-share > ul > li,
.single-post .entry-meta-tags > ul > li {
  float: left;
  margin-left: 10px;
}
.single-post .entry-meta-tags > ul > li a {
  padding: 7px 20px;
  font-size: 14px;
  text-transform: lowercase;
  border: 1px solid #de0000;
  color: #de0000;
  border-radius: 20px;
  line-height: 1.4;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.single-post .entry-meta-tags > ul > li a:hover {
  background-color: #000;
  color: #ffffff;
  border-color: transparent;
}
.single-post .entry-meta-share > ul > li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
}


/* ----------------------------------------
 *
 *  Blog Posts List
 *
 * ---------------------------------------- */
/* Sticky posts */
article.sticky_post .is-sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dc3232;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px 14px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

/* Image */
article .img-wrap img {
    width: 100%;
}
article .img-wrap:after {
    content: "";
    clear: both;
    display: table;
}
article.post-format-image figure .img-wrap {
    overflow: hidden;
    position: relative;
}
article .img-wrap .zoom-in {
    position: absolute;
    right: 15px;
    bottom: 10px;
    border-radius: 3px;
    opacity: 0;
    text-align: center;
    line-height: 28px;
    font-size: 17px;
    width: 28px;
    height: 28px;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);

    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out, background-color .2s ease-out;
    -o-transition: opacity .2s ease-out, -o-transform .2s ease-out, background-color .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out, background-color .2s ease-out;
}
article:hover .img-wrap .zoom-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
article .img-wrap .zoom-in:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Video */
article.post-format-video figure .img-wrap {
    position: relative;
}
article.post-format-video figure .img-wrap iframe {
    width: 100%;
    max-width: 100%;
}
article.post-format-video .img-wrap .mfp-iframe {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    background-color: transparent !important;

    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
article.post-format-video .img-wrap .mfp-iframe .icon-play {
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 44px;
    position: relative;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;  
    transition: all 0.3s ease-in 0s; 
}
article.post-format-video .img-wrap .mfp-iframe .icon-play:hover { 
    border: 6px solid #fff;
    color: rgba(255, 255, 255, 0.3);
}
article.post-format-video .img-wrap .mfp-iframe .icon-play .fa-play {
    left: 3px;
    position: relative;
    line-height: 44px;
}

/* Quote & Link */
article.post-format-quote .quote-inner,
article.post-format-link .link-inner {
    position: relative;
    color: #0D4494;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
article.post-format-quote .quote-inner > a,
article.post-format-link .link-inner > a {
    display: block;
    color: inherit;
    border-radius: 5px;
}
article.post-format-quote .quote-inner a,
article.post-format-link .link-inner a {
    color: inherit;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
}
article.post-format-quote.post-display-featimg .quote-inner .quote-wrap,
article.post-format-link.post-display-featimg .link-inner .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 0.75);
    max-height: 100%;
    overflow: hidden;

    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
article.post-format-quote.post-hidden-featimg .quote-inner .quote-wrap,
article.post-format-link.post-hidden-featimg .link-inner .link-wrap {
    position: relative;
    text-align: center;
    padding: 30px 50px;
    max-height: 100%;
}
article.post-format-quote .quote-inner .quote-wrap .title,
article.post-format-link .link-inner .link-wrap .title {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 10px;
    color: inherit;
}
article.post-format-quote .quote-inner .quote-wrap .author,
article.post-format-link .link-inner .link-wrap .author {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    color: inherit;
}
article.post-format-quote blockquote p {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 26px;
    color: inherit;
}
article.post-format-quote blockquote p cite {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    color: inherit;
    margin-top: 10px;
    display: block;
}
article.post-format-quote .quote-inner .quote-wrap i.fa-quote-left {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 18px;
    margin-top: 15px;
    font-size: 28px;
    opacity: 0.3;
    color: inherit;
}
article.post-format-quote .quote-inner .quote-wrap i.fa-quote-right,
article.post-format-link .link-inner .link-wrap i.fa-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 18px;
    margin-bottom: 15px;
    font-size: 28px;
    opacity: 0.3;
    color: inherit;
}

.blog_posts-list.list_view .article:after {
  content: '';
  clear: both;
  display: table;
}
.blog_posts-list.list_view .article {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.blog_posts-list.list_view .article .img-wrap {
  float: left;
  margin-right: 30px;
}
.blog_posts-list.list_view .article .text-wrap {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 0;
}
.blog_posts-list.grid_view .article {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-color: #fff;
  
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.blog_posts-list.grid_view .article .img-wrap {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.blog_posts-list.grid_view .article .img-wrap img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}
.blog_posts-list.grid_view .article .text-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog_posts-list .article .text-wrap .title {
  display: block;
}
.blog_posts-list .article .text-wrap .title h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}
.blog_posts-list .article .text-wrap .metadate {
  color: #acacac;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog_posts-list .article .text-wrap .metadate > span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.blog_posts-list .article .text-wrap .metadate > span:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #acacac;
}
.blog_posts-list .article .text-wrap .metadate > span:last-child:after {
  display: none;
}
.blog_posts-list .article .text-wrap .metadate > span i.fa {
  margin-right: 5px;
}
.blog_posts-list .article .text-wrap .excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #7c7c7c;
  margin-bottom: 20px;
  padding: 0;
}
.blog_posts-list .article .text-wrap .btn-link {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.2s linear;
  color: #222;
}
.blog_posts-list .article .text-wrap .btn-link:hover {
  color: #de0000;
}
.blog_posts-list .article .text-wrap .btn-link i.fa {
  font-size: 14px;
  margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .blog_posts-list.list_view .article .img-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .blog_posts-list.list_view .article .img-wrap {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog_posts-list.list_view .article .img-wrap img {
    width: 100%;
  }
}


/* ----------------------------------------
 *
 *  Archive page
 *
 * ---------------------------------------- */


.search-no-results section.no-results {
    width: 50%;
    margin: auto;
    margin-bottom: 100px;
    padding: 50px;
}
.search-no-results .searchform {
  position: relative;
  display: block;
}
.search-no-results .searchform .form-control {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  border-radius: 5px;
  height: 38px;
  padding: 6px 50px 6px 12px;
  outline: 0;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 14px;

  -webkit-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.search-no-results .searchform .form-control:focus {
  border-color: #de0000;
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
}
.search-no-results .searchform .search-submit {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 38px;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  color: #ffffff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.search-no-results .searchform .search-submit:hover {
  background-color: #de0000;
  color: #ffffff;
}
.search-no-results .help-text {
    font-size: 12px;
    line-height: 1.8;
}



/* ----------------------------------------
 *
 *  Search page
 *
 * ---------------------------------------- */
.search #search-results:after {
    content: "";
    clear: both;
    display: table;
}
.search article.search-result {
    margin-bottom: 30px;
}
.search article.search-result .inner-wrap {
    background-color: #ffffff;
    color: #000000;
}
.search article.search-result .img-wrap img {
    min-width: 100%;
}
.search article.search-result .contain-wrap {
    padding: 20px 25px;
    border: 1px solid #f0f0f0;
}
.search article.search-result .contain-wrap .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0;
}
.search article.search-result .contain-wrap .post-format {
    display: block;
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/* ----------------------------------------
 *
 *  Error 404 page
 *
 * ---------------------------------------- */
#error-404 {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}
#error-404 .content-inner .wrapper {
    padding: 40px 50px;
    width: 40%;
    margin: auto;
}
#error-404 .content-inner .cap {
    font-size: 62px;
    font-weight: bold;
    line-height: 1.6;
}
#error-404 .content-inner .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 10px;
}
#error-404 .content-inner .error-text {
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #bfbfbf;
}



/* ----------------------------------------
 *
 *  Comment Form
 *
 * ---------------------------------------- */
#comments .comment-form .submit {
  display: inline-block;
  padding: 0.8em 2.6em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #de0000;
  border-color: transparent;
  text-align: center;

  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
#comments .comment-form .submit:hover {
  background-color: #222;
  color: #ffffff;
  border-color: transparent;
}
#comments .comment-respond .comment-reply-title {
  position: relative;
  margin: 0;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#comments .comment-respond .comment-reply-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #de0000;
  border-radius: 3px;
  margin-top: 10px;
}
#comments .comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
#comments .comment-form p {
  padding-left: 15px;
  padding-right: 15px;
}
#comments .comment-form:after {
  content: '';
  clear: both;
  display: table;
}
#comments .comment-form p.logged-in-as,
#comments .comment-form p.comment-notes {
  color: #7c7c7c;
  font-size: 15px;
}
#comments .comment-form .form-control {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  border-radius: 5px;
  height: 38px;
  padding: 10px 12px;
  outline: 0;
  background-color: #f0f0f0;
  color: #222222;
  font-size: 14px;

  -webkit-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
#comments .comment-form .form-control:focus {
  border-color: #de0000;
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
}
#comments .comment-form p.comment-author,
#comments .comment-form p.comment-author-email {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
#comments .comment-form p.comment-text {
  clear: left;
}
#comments .comment-form p.comment-text textarea.form-control {
  height: 100px;
}

#comments .commentlist .comment .img-wrap {
  float: left;
  margin-right: 15px;
}
#comments .commentlist .comment .img-wrap img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#comments .commentlist .comment-content {
  overflow: hidden;
}




/* ----------------------------------------
 *
 *  Footer Styling
 *
 * ---------------------------------------- */
#footer {
  background-color: #303030;
  color: #7c7c7c;
} 
#footer .footer-underbar {
  line-height: 24px;
  padding: 20px 0;
}
#footer .footer-underbar a {
  color: #cccccc;
}
#footer .footer-underbar a:hover {
  color: #ffffff;
}#footer 
#footer .footer-underbar .footer-wrapper:after {
  content: "";
  clear: both;
  display: table;
}
#footer .footer-underbar .f_social_left,
#footer .footer-underbar .f_message_left,
#footer .footer-underbar .f_menu_left {
    text-align: left;
}

#footer .footer-underbar .f_social_right,
#footer .footer-underbar .f_message_right,
#footer .footer-underbar .f_menu_right {
    text-align: right;
}
#footer .footer-underbar .f_message_center {
    text-align: center;
}
#footer .footer-underbar .f_message_center {
    clear: both;
}

/* Social icons */
#footer .footer-social-icons .social-icons-list:after {
    content: "";
    clear: both;
    display: table;
}
#footer .footer-social-icons .social-icons-list {
    vertical-align: middle;
    display: inline-block;
    list-style-type: none;
}
#footer .footer-social-icons .social-icons-list > li {
    float: left;
    margin-right: 15px;
}
#footer .footer-social-icons .social-icons-list > li:last-child {
    margin-right: 0;
}
#footer .footer-social-icons .social-icons-list > li > a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

/* Menu */
#footer .footer-underbar-menu .menu-items {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
}
#footer .footer-underbar-menu .menu-items:after {
    content: "";
    clear: both;
    display: table;
}
#footer .footer-underbar-menu .menu-items > li {
    float: left;
    margin-right: 15px;
}
#footer .footer-underbar-menu .menu-items > li.current-menu-item > a {
  color: #ffffff;
}
#footer .footer-underbar-menu .menu-items > li > a {
    padding: 5px;
}
#footer .footer-underbar-menu.f_menu_left .menu-items > li:first-child > a {
    padding-left: 0;
}
#footer .footer-underbar-menu.f_menu_right .menu-items > li:last-child > a {
    padding-right: 0;
}

/* Copyright text message */
#footer .footer-copyright-text p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 24px;
    vertical-align: middle;
}

/* Widgets */
#footer .footer-widgets {
    padding: 50px 0;
    color: #5E5E5E;
}
#footer .footer-widgets aside {
    margin-bottom: 40px;
}
#footer .footer-widgets aside:last-child {
    margin-bottom: 40px;
}
#footer .footer-widgets .widget .widget-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 25px;
    line-height: 24px;
}
#footer .footer-widgets .widget_archive ul li,
#footer .footer-widgets .widget_categories ul li,
#footer .footer-widgets .widget_meta ul li,
#footer .footer-widgets .widget_recent_comments ul li,
#footer .footer-widgets .widget_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
#footer .footer-widgets .widget p {
    line-height: 24px;
}
#footer .footer-widgets a {
    color: inherit;
}



/* ----------------------------------------
 *
 *  Responsive Styles
 *
 * ---------------------------------------- */
@media (max-width: 1200px) {
  .main-header-menu #main-header-menu .navbar-addon {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-site-info .container > .inner {
      width: 100%;
      display: table;
      position: relative;
      z-index: 2;
  }
  .header-site-info .container > .inner .logo-wrap,
  .header-site-info .container > .inner .info-columns {
      display: table-cell;
      width: 75%;
      vertical-align: middle;
  }
  .header-site-info .container > .inner .logo-wrap {
      width: 25%;
  }
  .header-site-info .info-columns {
    padding-left: 50px;
  }
  /* one item */
  #footer .footer-wrapper > div:first-child:nth-last-child(1) {
    width: 100%;
  }

  /* two items */
  #footer .footer-wrapper > div:first-child:nth-last-child(2),
  #footer .footer-wrapper > div:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }

  /* three items */
  #footer .footer-wrapper > div:first-child:nth-last-child(3),
  #footer .footer-wrapper > div:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
  }
}
@media (max-width: 992px) {
  .topbar > .container > .inner .info-wrap {
    display: none;
  }
  .topbar .links-wrap ul {
    text-align: left;
  }
  .header-site-info .logo-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
  .header-site-info .info-columns i.fa {
    font-size: 28px;
  }
  .header-site-info .info-columns .phone .info-wrap h4 {
    font-size: 20px;
  }
}
@media (min-width:768px) {
    #facebookModal .modal-dialog,
    #exchangeModal .modal-dialog {
      width: 500px;
    }
    .navbar {
        padding:0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .main-header-menu .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }

    #footer .footer-underbar .footer-wrapper {
        width: 100%;
        display: table;
    }
    #footer .footer-underbar .footer-wrapper > div {
      display: table-cell;
      vertical-align: middle;
    }
}

@media (max-width: 768px) {
    #page-header-title .page-header-wrapper[data-parallax="true"] {
        background-attachment: inherit;
        background-size: auto;
    }
    #page-header-title .page-header-wrapper .container {
        width: 100%;
    }

    /* Header Navigation */
    .site-header .navbar {
        margin: 15px;
    }
    .site-header .navbar-custom {
        background-color: #fff;
        border-color: #000;
    }
    .site-header .navbar-toggle {
        padding:9px 10px;
        margin:15px;
        cursor: pointer;
    }
    .site-header .navbar-custom .navbar-toggle {
        border:none;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }
    .site-header .navbar-custom .navbar-toggle:hover,
    .site-header .navbar-custom .navbar-toggle:focus {
        background-color: #ededed;
    }
    .site-header .navbar-custom .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .site-header .navbar-nav {
      margin: 0;
    }
    .site-header .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .site-header .navbar-nav .sub-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header .navbar-nav .sub-menu .menu-item a {
        padding: 10px 15px;
        line-height: 20px;
        display: block;
    }
    .site-header .navbar-nav .sub-menu .sub-menu {
        padding-left: 30px;
    }

    #error-404 .content-inner .wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer .footer-underbar .footer-copyright-text,
    #footer .footer-underbar .footer-underbar-menu,
    #footer .footer-underbar .footer-social-icons {
        text-align: center;
        width: 100%;
    }
    #footer .footer-underbar .footer-copyright-text {
      margin-bottom: 15px;
    }
    #footer .footer-underbar-menu .menu-items {
      padding: 0;
    }
    #footer .footer-underbar-menu .menu-items > li {
      margin: 0;
      float: none;
    }
}



/* ----------------------------------------
 *
 *  Brands colors
 *
 * ---------------------------------------- */
a[class*="social"] {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;

  -webkit-transition: background-color .2s ease-out, color .2s ease-out;
  -o-transition: background-color .2s ease-out, color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out;
}
a[class*="social"]:hover {
  background-color: #000;
  color: #fff;
}
.social-facebook {
  background-color: #3b5998;
}
.social-odnoklassniki {
  background-color: #ed812b;
}
.social-twitter {
  background-color: #1da1f2;
}
.social-pinterest {
  background-color: #bd081c;
}
.social-instagram {
  background-color: #c13584;
}
.social-mail,
.social-email,
.social-envelope {
  background-color: #de0000;
}
.social-google-plus {
  background-color: #dd4b39;
}
.social-tumblr {
  background-color: #35465c;
}
.social-skype {
  background-color: #00aff0;
}
.social-linkedin {
  background-color: #0077b5;
}




/* ----------------------------------------
 *
 *  Grid columns & Clear Fixes
 *
 * ---------------------------------------- */
[class*="block-grid"]:after {
    content: "";
    clear: both;
    display: table;
}
.block-grid-xs-1 > .col-item:nth-of-type(1n),
.block-grid-xs-2 > .col-item:nth-of-type(1n),
.block-grid-xs-3 > .col-item:nth-of-type(1n),
.block-grid-xs-4 > .col-item:nth-of-type(1n),
.block-grid-xs-5 > .col-item:nth-of-type(1n),
.block-grid-xs-6 > .col-item:nth-of-type(1n),
.block-grid-xs-10 > .col-item:nth-of-type(1n) {
    clear: none;
}
.block-grid-xs-1 > .col-item:nth-of-type(1n+1) {
    clear: both;
}
.block-grid-xs-2 > .col-item:nth-of-type(2n+1) {
    clear: both;
}
.block-grid-xs-3 > .col-item:nth-of-type(3n+1) {
    clear: both;
}
.block-grid-xs-4 > .col-item:nth-of-type(4n+1) {
    clear: both;
}
.block-grid-xs-5 > .col-item:nth-of-type(5n+1) {
    clear: both;
}
.block-grid-xs-6 > .col-item:nth-of-type(6n+1) {
    clear: both;
}
.block-grid-xs-10 > .col-item:nth-of-type(10n+1) {
    clear: both;
}
@media (min-width: 768px) {
    .block-grid-sm-1 > .col-item:nth-of-type(1n),
    .block-grid-sm-2 > .col-item:nth-of-type(1n),
    .block-grid-sm-3 > .col-item:nth-of-type(1n),
    .block-grid-sm-4 > .col-item:nth-of-type(1n),
    .block-grid-sm-5 > .col-item:nth-of-type(1n),
    .block-grid-sm-6 > .col-item:nth-of-type(1n),
    .block-grid-sm-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-sm-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-sm-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-sm-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-sm-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-sm-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-sm-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-sm-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}
@media (min-width: 992px) {
    .block-grid-md-1 > .col-item:nth-of-type(1n),
    .block-grid-md-2 > .col-item:nth-of-type(1n),
    .block-grid-md-3 > .col-item:nth-of-type(1n),
    .block-grid-md-4 > .col-item:nth-of-type(1n),
    .block-grid-md-5 > .col-item:nth-of-type(1n),
    .block-grid-md-6 > .col-item:nth-of-type(1n),
    .block-grid-md-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-md-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-md-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-md-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-md-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-md-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-md-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-md-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .block-grid-lg-1 > .col-item:nth-of-type(1n),
    .block-grid-lg-2 > .col-item:nth-of-type(1n),
    .block-grid-lg-3 > .col-item:nth-of-type(1n),
    .block-grid-lg-4 > .col-item:nth-of-type(1n),
    .block-grid-lg-5 > .col-item:nth-of-type(1n),
    .block-grid-lg-6 > .col-item:nth-of-type(1n),
    .block-grid-lg-10 > .col-item:nth-of-type(1n) {
        clear: none;
    }
    .block-grid-lg-1 > .col-item:nth-of-type(1n+1) {
        clear: both;
    }
    .block-grid-lg-2 > .col-item:nth-of-type(2n+1) {
        clear: both;
    }
    .block-grid-lg-3 > .col-item:nth-of-type(3n+1) {
        clear: both;
    }
    .block-grid-lg-4 > .col-item:nth-of-type(4n+1) {
        clear: both;
    }
    .block-grid-lg-5 > .col-item:nth-of-type(5n+1) {
        clear: both;
    }
    .block-grid-lg-6 > .col-item:nth-of-type(6n+1) {
        clear: both;
    }
    .block-grid-lg-10 > .col-item:nth-of-type(10n+1) {
        clear: both;
    }
}


/* ----------------------------------------
 *
 *  Service
 *
 * ---------------------------------------- */
.services-list.layout_1 .article {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #e5e5e5;
  background-color: #f5f5f5;
  text-align: center;
  margin-bottom: 30px;

  -webkit-transition: box-shadow .2s ease, border-color .3s ease;
  -o-transition: box-shadow .2s ease, border-color .3s ease;
  transition: box-shadow .2s ease, border-color .3s ease;
}
.services-list.layout_1 .article:hover {
  /*border-color: #ffffff;*/
  -webkit-box-shadow: 0 0 10px rgba(70, 70, 70, .2);
  box-shadow: 0 0 10px rgba(70, 70, 70, .2);
}
.services-list.layout_1 .article .img-wrap {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.services-list.layout_1 .appearance-icon .img-wrap {
  color: #222222;
  font-size: 42px;
}
.services-list.layout_1 .appearance-image .img-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.services-list.layout_1 .appearance-image .img-wrap img {
  border-radius: 50%;
  /*border: 5px solid #222222;*/
}
.services-list.layout_1 .article .info-wrap .title {
    display: block;
    position: relative;
    /*padding-bottom: 15px;*/
    margin-bottom: 15px;
    color: #222222;
}
.services-list.layout_1 .article .info-wrap .title h3 {
  margin: 0;
}
.services-list.layout_1 .article .info-wrap .title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: #000000;
}
.services-list.layout_1 .article .info-wrap .title:after {
  display: none;
}
.services-list.layout_1 .article .info-wrap .title h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}
.services-list.layout_1 .article .info-wrap .excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #7c7c7c;
    padding-bottom: 15px;
}
.services-list.layout_1 .article .info-wrap .btn-link {
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    line-height: 1.6;
    padding: 0.5em 2.2em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #de0000;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 13px;

    -webkit-transition: background-color .2s ease, color .2s ease;
    -o-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
}
.services-list.layout_1 .article .info-wrap .btn-link:hover {
    background-color: #000000;
    color: #ffffff;
}

.services-list.layout_2 .article {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.services-list.layout_2 .article .img-wrap {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.services-list.layout_2 .appearance-icon .img-wrap {
  color: #de0000;
  font-size: 42px;
}
.services-list.layout_2 .appearance-image .img-wrap img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.services-list.layout_2 .appearance-image .img-wrap a {
  position: relative;
  display: block;
  color: #ffffff;
}
.services-list.layout_2 .appearance-image .img-wrap a > .overlay-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(190, 0, 0, .7);

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;

  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.services-list.layout_2 .appearance-image .img-wrap a:hover > .overlay-mask {
  opacity: 1;
}
.services-list.layout_2 .appearance-image .img-wrap a > .overlay-mask span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-list.layout_2 .article .info-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.services-list.layout_2 .article .info-wrap .title {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000000;
}
.services-list.layout_2 .article .info-wrap .title h3 {
  margin: 0;
}
.services-list.layout_2 .article .info-wrap .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #de0000;
}
.services-list.layout_2 .article .info-wrap .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
}
.services-list.layout_2 .article .info-wrap .excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #7c7c7c;
    padding-bottom: 20px;
}
.services-list.layout_2 .article .info-wrap .btn-link {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.2s linear;
  color: #222;
}
.services-list.layout_2 .article .info-wrap .btn-link:hover {
  color: #de0000;
}
.services-list.layout_2 .article .info-wrap .btn-link i.fa {
  font-size: 14px;
  margin-left: 5px;
}



/* ----------------------------------------
 *
 *  Offers
 *
 * ---------------------------------------- */
.offers-list .article {
  position: relative;
  margin-bottom: 30px;
}
.offers-list .article .img-wrap {
  position: relative;
  overflow: hidden;
}
.offers-list .article .img-wrap img {
  width: 100%;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
}
.offers-list .article:hover .img-wrap img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.offers-list .article .ribbon {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #de0000;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
}
.offers-list .article .ribbon i.fa {
  font-size: 28px;
  line-height: 60px;
}
.offers-list .article .info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
  z-index: 2;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.offers-list .article .info-wrap a {
  color: inherit;
  display: block;
}
.offers-list .article .info-wrap .title h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
.offers-list .article .info-wrap .title span {
  font-size: 13px;
  display: block;
  color: #cccccc;
}
.offers-list .article .ribbon.percentage {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/* ----------------------------------------
 *
 *  Button
 *
 * ---------------------------------------- */
.btn {
  display: inline-block;
  padding: 0.5em 1.7em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 20px
}
.btn.btn-lg {
  padding: 1em 2.4em;
  border-radius: 25px;
  font-size: 14px;
}
.btn.btn-md {
  padding: 0.7em 1.9em;
  font-size: 16px;
}
.btn.btn-sm {
  padding: 0.4em 1.5em;
}
.btn-primary {
  color: #ffffff;
  background-color: #de0000;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #222;
  color: #ffffff;
  border-color: transparent;
}
.btn-alt {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}
.btn-alt:hover {
  background-color: #222;
  color: #ffffff;
  border-color: transparent;
}
.btn-white {
  color: #de0000;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-white:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: transparent;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-link:hover,
.btn-link:active {
  text-decoration: none;
}
.btn-link-container > a {
  padding: .8em 2.5em;
  background-color: #de0000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  display: inline-block;

  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.btn-link-container > a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn-link-container.btn-style-round > a {
  border-radius: 20px;
}
.btn-link-container.btn-size-md.btn-style-round > a {
  border-radius: 25px;
}
.btn-link-container.btn-size-lg.btn-style-round > a {
  border-radius: 30px;
}
.btn-link-container.btn-size-md > a {
  padding: .8em 3.2em;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.btn-link-container.btn-size-lg > a {
  padding: 1em 3.5em;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}



/* ----------------------------------------
 *
 *  Testimonials
 *
 * ---------------------------------------- */
.testimonials-container blockquote .excerpt {
  position: relative;
  color: #333;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 15px;
}
.testimonials-container blockquote .excerpt:after {
  content: '';
  position: absolute;
  left: 28px;
  bottom: -7px;
  width: 0; 
  height: 0; 

  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
}
.testimonials-container blockquote .excerpt p {
  position: relative;
  padding: 0;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: inherit;
}
.testimonials-container blockquote .excerpt p:before {
  content: '\f10d';
  font-family: "FontAwesome";
  position: absolute;
  left: -25px;
  top: -10px;
  font-size: 16px;
  color: #ddd;
}
.testimonials-container blockquote .excerpt p:after {
  content: '\f10e';
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  bottom: -10px;
  font-size: 16px;
  color: #ddd;
}
.testimonials-container blockquote .user-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.testimonials-container blockquote .user-avatar img {
  border-radius: 50%;
}
.testimonials-container blockquote cite {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  font-size: 16px;
}

/* Custom OWL dots */
.owl-theme .owl-dots {
  margin: auto;
  display: inline-block;
  margin-top: 30px;
}
.owl-theme .owl-dots:after {
  content: '';
  clear: both;
  display: table;
}
.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: block;
  float: left;
  margin: 0 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;

  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.owl-theme .owl-dots .owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: absolute;

  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.owl-theme .owl-dots .owl-dot.active {
  box-shadow: 0 0 0 2px #ffffff;
}



/* ----------------------------------------
 *
 *  Clients
 *
 * ---------------------------------------- */
.clients_img-container a {
  display: block;
}
.clients_img-container.desaturate a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

  -webkit-transition: filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
}
.clients_img-container.scale-on-hover a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
.clients_img-container.scale-on-hover a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.clients_img-container.desaturate.original-on-hover a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}




/* ----------------------------------------
 *
 *  Facts
 *
 * ---------------------------------------- */
.facts-container .icon-wrap i {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
.facts-container .text-wrap .title {
  margin: 0;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 500;
}
.facts-container .text-wrap .subtitle {
  display: block;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.8;
}



/* ----------------------------------------
 *
 *  Icon box
 *
 * ---------------------------------------- */
.icon-box-container .icon-wrap {
  /*float: left;*/
}
.icon-box-container .icon-wrap span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #de0000;
  text-align: center;
  font-size: 26px;
  display: block;
  border-radius: 50%;
  margin-right: 20px;
}
/*.icon-box-container .content-wrap {
  overflow: hidden;
}*/
.icon-box-container .content-wrap .title {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.icon-box-container .content-wrap .text {
  display: block;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .icon-box-container .icon-wrap {
    float: none;
    margin-right: 0;
  }
}



/* ----------------------------------------
 *
 *  Careers
 *
 * ---------------------------------------- */
.careers-container > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.careers-container > ul > li {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 30px;

  -webkit-transition: background-color .2s ease-out, color .2s ease-out;
  -o-transition: background-color .2s ease-out, color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out;
}
.careers-container > ul > li:hover {
  background-color: #f0f0f0;
}
.careers-container .header-wrap {
  padding: 30px;
  cursor: pointer;
}
.careers-container .header-wrap .title {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}
.careers-container .header-wrap .title:after {
  content: '\f105';
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;

  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.careers-container .header-wrap:not(.collapsed) .title:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.careers-container .info-wrap .excerpt {
  margin-top: 20px;
  line-height: 1.8em;
  font-size: 14px;
  padding: 30px;
}
.careers-container .info-wrap .excerpt p {
  padding-bottom: 20px;
}
.careers-container .info-wrap .excerpt .about-vacancy {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #de0000;
  padding: 23px 32px;
  margin: 0 0 40px;
  color: #ffffff;
}
.careers-container .info-wrap .excerpt .about-vacancy .col-item {
  display: table-cell;
  line-height: 26px;
  padding: 0 10px;
  font-size: 13px
}
.careers-container .info-wrap .excerpt .about-vacancy .col-item:first-child {
  padding-left: 0;
}
.careers-container .info-wrap .excerpt .about-vacancy .col-item:last-child {
  padding-right: 0;
}
.careers-container .info-wrap .excerpt .about-vacancy .icon-wrap {
  float: left;
  width: 30px;
  font-size: 16px;
}
.careers-container .info-wrap .excerpt .about-vacancy .text-wrap {
  overflow: hidden;
  display: block;
}
.careers-container .info-wrap .excerpt .about-vacancy .text-wrap strong {
  display: block;
  font-weight: 700;
  line-height: 1.4em;
}



/* ----------------------------------------
 *
 *  Contact Details
 *
 * ---------------------------------------- */
.contact_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_details ul.details > li {
  margin-bottom: 20px;
  line-height: 22px;
}
.contact_details .details .icon-wrap {
  float: left;
  width: 30px;
  margin-right: 5px;
  text-align: center;
  font-size: 18px;
  color: #de0000;
}
.contact_details .details .text-wrap {
  overflow: hidden;
  font-size: 14px;
  color: inherit;
}
.contact_details .details .text-wrap a {
  color: #222;
  text-decoration: underline;
}
.contact_details .details .text-wrap a:hover {
  color: #de0000;
}

.contact_details ul.socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact_details ul.socials:after {
  content: '';
  clear: both;
  display: table;
}
.contact_details ul.socials > li {
  float: left;
  margin-right: 10px;
}
.contact_details .socials > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.contact_details .socials > li > a:hover {
  color: #ffffff;
  background-color: #000;
}



