/*-------------------------------------
[Master Stylesheet]
Project:  Lawlions WordPress Theme

[Table of contents]
1.  Base theme Grid
2.  Header
3.  Slider
4.  Revolution Slider
5.  Sidebars
6.  Typography
7.  404 Error Page
8.  Single Page
9.  Single Post
10. Search Listing
11. Page Builder
    11.1    Blog Listing Module
    11.2    Background Start Module
    11.3    Info Boxes Module
    11.4    Image Module
    11.5    Contacts Module
    11.6    Google Map Module
    11.7    Diagram Module
    11.8    Price Table Module
    11.9    Skills Module
    11.10   Accordion Module
    11.11   Team Module
    11.12   Gallery Module
    11.13   Testimonials Module
    11.14   Counter Module
    11.15   Imagebox Module
    11.16   Partners Module
    11.17   Featured Posts Module
    11.18   Featured Portfolio Module
    11.19   Video Module
    11.20   Divider Module
    11.21   Custom Buttons Shortcode
    11.22   Social Icon Shortcode
12. Contact Form 7
13. Isotope
14. GT3 Photo & Video Gallery Plugin
15. Swipebox
16. Slick Slider
17. Sidepanel
18. Preloader
19. Responsive

---------------------------------------*/
/*---------Base theme Grid---------*/

/* General */
html,
body {
  overflow-x: hidden;
  height: auto;
  position: static;
}
body.error404 {
  height: 100%;
}
.bypostauthor {

}

*:focus {
  outline: none;
}

.site_wrapper {
  min-height: 100%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 22px;
  word-spacing: -.3px;
  letter-spacing: 0.005em;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

@-moz-keyframes hideunhide {
  50% {
    -moz-opacity: 0;
  }
  100% {
    -moz-opacity: 1;
  }
}

@-webkit-keyframes hideunhide {
  50% {
    -webkit-opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
  }
}

@keyframes hideunhide {
  50% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}

.clear,
.clearfix:after {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right!important;
}

.alignleft {
  margin: 0 15px 10px 0;
  float: left;
}

.alignright {
  margin: 0 0 10px 15px;
  float: right;
}

.aligncenter {
  float: none;
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.gt3_content img.aligncenter, .gt3_content .aligncenter img, .gt3_content .alignnone img {
  margin: 15px 0 15px 0 !important;
}

.alignnone {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.alignright img {
  margin-right: 0 !important;
}

.wp-caption {
  max-width: 100% !important;
  margin: 20px 0;
}

.wp-caption.aligncenter {
    margin: 20px auto;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol li,
ul li {
  margin-bottom: 7px;
}

ol li ul,
ul li ol,
ul li ul,
ol li ol,
ol li ul li ol {
  padding-left: 30px;
  margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
    margin-bottom: 30px;
}

table,
table th,
table td {
  border: solid 1px #dddddd;
}

table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px 10px;
}

dl {
  margin-bottom: 20px;
}

dl dt {
  font-weight: 600;
  text-decoration: underline;
}

dl dd {
  margin-bottom: 20px;
}

.wp-caption-text, .gallery-caption {
  text-align: center;
  padding-top: 20px;
}

.sticky {

}

input {
  transition: border-color .4s;
  -webkit-transition: border-color .4s;
  -webkit-border-radius: 0;
  border: 1px solid transparent;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="url"] {

}
textarea {

}

input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
iframe {
  max-width: 100%;
  width: 100%;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="submit"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

.blog_content ol ul,
.blog_content ul ul,
.blog_content ol ol,
.blog_content ul ol {
    margin-bottom: 0;
    padding-top: 5px;
}

/*--------header----------*/
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
  min-height: inherit;
  height: inherit;
}

header {
    position: relative;
    z-index: 100;
}

.menu_mobile {
    display: none;
}

header .header_search input[type="text"] {
    height: 35px;
    padding: 6px 20px;
}

header .meta_bar .header_socials ul {
    list-style: none;
	margin-bottom: 0;
}

header .meta_bar .header_socials ul li {
    display: inline-block;
}

.header_socials ul li a:hover {
    opacity: .5;
}

.head_block {
    width: 100%;
    position: static;
}

.head_block.fixed_menu {
    position: fixed;
    z-index: 200;
}

body.admin-bar .head_block.fixed_menu {
    top: 32px;
}

header ul.menu {
    list-style: none;
}

/* Slider */
.slider_wrapper {
    position: relative;
}

.slider_wrapper ul.slider_listing {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    list-style: none;
}

.slider_wrapper ul.slider_listing li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.slider_wrapper ul.slider_listing li.current_slide {
    opacity: 1;
}

.nav_buttons_block {
    width: 100%;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
    position: absolute;
    bottom: 34px;
    z-index: 1000;
}

.slider_wrapper .prev_button,
.slider_wrapper .next_button {
    width: 40px;
    height: 40px;
    display: inline-block;
    opacity: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.slider_wrapper:hover .prev_button,
.slider_wrapper:hover .next_button {
    opacity: 1;
}

.slider_wrapper .prev_button {
    border-radius: 0 3px 3px 0;
    left: 0;
}

.slider_wrapper .next_button {
    border-radius: 3px 0 0 3px;
    right: 0;
}

.slider_wrapper .prev_button i,
.slider_wrapper .next_button i {
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
}

.slider_wrapper .prev_button i {
    left: -2px;
}

.slider_wrapper .next_button i {
    right: -2px;
}

/* Revolution Slider */
.rev_slider_presents ul li.tp-revslider-slidesli {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.rev_slider_presents ul li.tp-revslider-slidesli:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
}

.tparrows {
    background: #2a2c31;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tparrows:before {
    position: relative;
}

.tp-leftarrow:before {
    left: -2px;
}

.tp-rightarrow:before {
    right: -2px;
}

.tp-leftarrow {
    border-radius: 0 3px 3px 0;
}

.tp-rightarrow {
    border-radius: 3px 0 0 3px;
}

/* Sidebar */
.fl-container.hasRS {
    width: 72%;
    float: left;
    padding-right: 20px;
}

.posts-block.hasLS {
    width: 72%;
    float: right;
    padding-left: 20px;
}

.right-sidebar-block {
    width: 28%;
    float: left;
    padding-left: 20px;
    /*padding-right: 15px;*/
}

.left-sidebar-block {
    width: 28%;
    float: left;
    padding-right: 20px;
}

/*--------------TYPOGRAPHY-----------*/
.content_block {
    margin-top: 80px;
    margin-bottom: 45px;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .6px;
}

h1 {
    margin-bottom: 8px;
    letter-spacing: .01em;
}

h2 {
    margin-bottom: 8px;
    letter-spacing: .01em;
}

h3 {
    margin-bottom: 11px;
    letter-spacing: .01em;
}

h4 {
    margin-bottom: 15px;
    letter-spacing: 0;
}

h5 {
    margin-bottom: 19px;
    letter-spacing: .01em;
}

h6 {
    letter-spacing: .1em;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

blockquote {
    position: relative;
    padding: 4px 0 5px 30px;
    letter-spacing: -.1px;
    margin-bottom: 25px;
}

blockquote:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4e6e8;
}

#comments blockquote p:last-child,
blockquote p:last-child {
    margin-bottom: 0;
}

.dropcap {
    font-size: 60px;
    line-height: 50px;
    font-weight: 500;
    float: left;
    margin: 5px 22px 0 -2px;
}
.dropcap.type1 {
    color: #303133;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: none;
    background-color: #eeeef1;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="url"] {
    height: 50px;
    padding: 13px 20px;
    line-height: 22px;
    font-size: 14px;
    font-style: italic;
}
textarea {
    padding: 13px 20px;
    line-height: 22px;
    font-size: 14px;
    font-style: italic;
}
.single_team .listing_meta {
    margin-bottom: 20px
}

/* Error 404 Page */
.error_404 {
    text-align: center;
}

.error_404 .error_404_wrapper {
    margin: 80px 0;
}

.error_404 .error_404_wrapper h1 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.error_404 .error_404_wrapper p {
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    margin-bottom: 53px;
}

/* Single Page */
.page_title h1 {
    margin-top: -10px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.page_title .page_subtitle {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 34px;
}

.page_title .subtitle_divider {
    width: 170px;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-left: none;
    border-right: none;
    margin: 0 auto 59px;
}

.page_title .subtitle_divider.align_left {
    float: left;
}

.page_title .subtitle_divider.align_right {
    float: right;
}

/* Single Post */
.media_output_container .pf_output_container {
    text-align: center;
}

.post_title h1 {
    margin: -10px 0 8px -3px;
    letter-spacing: 0;
}

.post_meta_container {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 24px;
}

.post_meta_container span {
    margin: 0 4px 0 3px;
}

.post_meta_container span:first-child {
    margin-left: 0;
}

.post_meta_container span:last-child {
    margin-right: 0;
}

.media_output_container .pf_output_container {
    margin-bottom: 25px;
}

.media_output_container.without_image .pf_output_container {
    margin-bottom: 0;
}

.media_output_container .pf_output_container .quote_container,
.module_blog .pf_output_container .quote_container,
.blog_listing_cont .pf_output_container .quote_container {
    position: relative;
    color: #ffffff;
    padding: 156px 0 53px;
    text-align: center;
}

.media_output_container .pf_output_container .quote_container .quote,
.module_blog .pf_output_container .quote_container .quote,
.blog_listing_cont .pf_output_container .quote_container .quote {
    display: block;
    font-size: 218px;
    font-weight: 700;
    position: absolute;
    top: 144px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.media_output_container .pf_output_container .quote_container p,
.module_blog .pf_output_container .quote_container p,
.blog_listing_cont .pf_output_container .quote_container p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 0 80px;
}

.media_output_container .pf_output_container .quote_container cite,
.module_blog .pf_output_container .quote_container cite,
.blog_listing_cont .pf_output_container .quote_container cite {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.3px;
}

.posts-block .blog_content {
    margin-bottom: 11px;
}

.tags_and_share_cont {
    margin-bottom: 64px;
}

.tags_and_share_cont .tag_share a {
    font-size: 14px !important;
    line-height: 20px;
    font-style: italic;
    background: #eeeef1;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    padding: 5px 10px 5px 11px;
}

.tags_and_share_cont .tag_share a:hover {
    color: #ffffff;
}

.tags_and_share_cont .share_cont {
    text-align: right;
}

.tags_and_share_cont .share_cont a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 9px 3px;
    margin-left: 5px;
}

.tags_and_share_cont .share_cont a:hover {
    color: #ffffff;
}

.tags_and_share_cont .share_cont a:first-child {
    margin-left: 0;
}

.tags_and_share_cont .share_cont a.share_facebook {
    background: #3b5998;
}

.tags_and_share_cont .share_cont a.share_tweet {
    background: #55acee;
}

.tags_and_share_cont .share_cont a.share_gplus {
    background: #be4a39;
    padding: 5px 6px 3px;
}

.tags_and_share_cont .share_cont a.share_pinterest {
    background: #bd081c;
}

.tags_and_share_cont .share_cont a.share_facebook:hover {
    background: #4a72c7;
}

.tags_and_share_cont .share_cont a.share_tweet:hover {
    background: #68c8ff;
}

.tags_and_share_cont .share_cont a.share_gplus:hover {
    background: #eb4b34;
}

.tags_and_share_cont .share_cont a.share_pinterest:hover {
    background: #eb0821;
}

.featured_posts_container {
    margin-bottom: 44px;
}

.featured_posts_container .featured_posts_heading {
    letter-spacing: 0;
    margin-bottom: 23px;
}

.featured_posts_container .divider,
#comments .divider {
    width: 70px;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-right: none;
    border-left: none;
    margin-bottom: 30px;
}

.featured_posts_container .featured_items .items_2 .item {
    width: 50%;
}

.featured_posts_container .featured_items .items_3 .item {
    width: 33.3333%;
}

.featured_posts_container .featured_items .item_list {
    margin-left: -30px;
}

.featured_posts_container .featured_items .item {
    float: left;
    padding: 0 0 30px 30px;
}

.featured_posts_container .featured_items .item .img_cont {
    margin-bottom: 22px;
}

.featured_posts_container .featured_items .item .img_cont a {
    display: block;
    position: relative;
}

.featured_posts_container .featured_items .item .img_cont a .featured_item_fader {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.featured_posts_container .featured_items .item .img_cont a:hover .featured_item_fader {
    opacity: 1;
}

.featured_posts_container .featured_items .item .img_cont a img {
    width: 100%;
    height: auto;
}

.featured_posts_container .featured_items .item .featured_items_body h4 {
    margin-bottom: 4px;
}

.featured_posts_container .featured_items .item .featured_items_body .post-meta {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 19px;
}

.featured_posts_container .featured_items .item .featured_items_body .post-meta span {
    margin: 0 4px 0 3px;
}

.featured_posts_container .featured_items .item .featured_items_body .post-meta span:first-child {
    margin-left: 0;
}

.featured_posts_container .featured_items .item .featured_items_body .post-meta span:last-child {
    margin-right: 0;
}

.featured_posts_container .featured_items .item .featured_items_body .featured_item_content {
    margin-bottom: 23px;
}

.featured_posts_container .featured_items .item .featured_more_button {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 3px;
}

#comments h5 {
    letter-spacing: 0;
    margin-bottom: 23px;
}

#comments .commentlist {
    list-style: none;
    margin-bottom: 71px;
}

#comments .commentlist .stand_comment {
    position: relative;
    padding-left: 100px;
}

#comments .commentlist .stand_comment .commentava {
    position: absolute;
    top: 0;
    left: 0;
}

#comments .commentlist .stand_comment .commentava img {
    border-radius: 50%;
}

#comments .commentlist .stand_comment .reply_button {
    position: absolute;
    top: 14px;
    right: 0;
}

#comments .commentlist .stand_comment .reply_button a {
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 10px 3px;
}

#comments .commentlist .stand_comment .thiscommentbody {
    padding-top: 4px;
}

#comments .commentlist .stand_comment .thiscommentbody .comment_author h5 {
    letter-spacing: 0;
    margin-bottom: 6px;
}

#comments .commentlist .stand_comment .thiscommentbody .comment_meta {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 19px;
}

#comments .commentlist .children {
    list-style: none;
    padding-left: 100px;
}

#comments .comment-respond {
    margin-top: 30px;
}

#comments .comment-respond .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.2px;
    margin-bottom: 51px;
    position: relative;
}

#comments .comment-respond .comment-reply-title:after {
    content: "";
    width: 70px;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-left: none;
    border-right: none;
    position: absolute;
    bottom: -28px;
    left: 0;
}

#comments .comment-respond input,
#comments .comment-respond textarea {
    vertical-align: top;
    margin-bottom: 30px;
}

#comments .comment-respond .name_cont,
#comments .comment-respond .email_cont {
    width: 50%;
    float: left;
}

#comments .comment-respond .name_cont {
    padding-right: 15px;
}

#comments .comment-respond .email_cont {
    padding-left: 15px;
}

#comments .comment-respond .form-submit {
    margin-bottom: 5px;
}

/* Search Results */
.search .subtitle_divider {
    width: 170px;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-left: none;
    border-right: none;
    margin: 15px 0 40px;
}

.search .search_item {
    margin-bottom: 52px;
}

.search .search_item .item_title h4 {
    margin-bottom: 4px;
}

.search .search_item .item_meta {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 19px;
}

.search .search_item .search_content {
    margin-bottom: 23px;
}

.search .search_item .more_button {
    padding: 10px 30px;
}

.search-no-results .search_listing_container {
    text-align: center;
}

.search-no-results .search_listing_container h2 {
    margin-bottom: 30px;
}

.search-no-results .search_listing_container input[type="text"] {
    width: 50%;
}

/*---------- Page Builder ----------*/
.module_title {
    padding-bottom: 30px;
}
.module_title h1,
.module_title h2,
.module_title h3,
.module_title h4,
.module_title h5,
.module_title h6 {
    margin-bottom: 0;
}
span.subtitle {
    padding-top: 10px;
    display: inline-block;
    max-width: 570px;
    font-style: italic;
    font-size: 15px;
}
.heading_title_divider {
    margin: 35px auto 20px;
    width: 170px;
    height: 3px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
}
.bg_title.text_align_left h4 ~ .heading_title_divider,
.bg_title.text_align_right h4 ~ .heading_title_divider {
    margin-top: 19px;
    margin-bottom: 25px;
}
.bg_title.text_align_left h3 ~ .heading_title_divider,
.bg_title.text_align_right h3 ~ .heading_title_divider {
    margin-top: 19px;
    margin-bottom: 30px;
}
.bg_title.text_align_left .heading_title_divider {
    width: 70px;
    margin: 24px 0 20px;
}
.bg_title.text_align_right .heading_title_divider {
    width: 70px;
    margin: 25px 0 20px calc(100% - 70px);
    margin: 25px 0 20px -webkit-calc(100% - 70px);
}
ul.check {
    padding-left: 10px;
    margin-top: -4px;
}
ul.check li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
ul.check li:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
}

/* Blog Listing Module */
.module_blog .blog_listing_item,
.blog_listing_cont .blog_listing_item {
    margin-bottom: 60px;
}

.module_blog .img_block .pf_output_container,
.blog_listing_cont .img_block .pf_output_container {
    margin-bottom: 23px;
    text-align: center;
}

.module_blog .img_block .pf_output_container.post_format_standard img {
    display: none;
}

.module_blog .img_block .pf_output_container.without_image,
.module_blog .img_block .pf_output_container.post_format_standard,
.blog_listing_cont .img_block .pf_output_container.without_image {
    margin-bottom: 0;
}

.module_blog .featured_item_descr h4,
.blog_listing_cont .featured_item_descr h4 {
    margin-bottom: 4px;
}

.module_blog .featured_item_descr .post-meta,
.blog_listing_cont .featured_item_descr .post-meta {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 18px;
}

.module_blog .featured_item_descr .featured_item_content,
.blog_listing_cont .featured_item_descr .featured_item_content {
    margin-bottom: 23px;
}

.module_blog .more_button,
.blog_listing_cont .more_button {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 29px 8px;
}

.pagerblock {
    border-top: solid 1px #e4e6e8;
    list-style: none;
    text-align: center;
    padding-top: 56px;
    margin-bottom: 37px;
}

.pagerblock li {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 16px;
}

.pagerblock li:nth-child(2) {
    margin-left: 0;
}

.pagerblock li:nth-last-child(2) {
    margin-right: 0;
}

.pagerblock li.prev_page_button,
.pagerblock li.next_page_button {
    letter-spacing: 1.4px;
    position: relative;
    top: 1px;
}

.pagerblock li.prev_page_button {
    float: left;
    margin-left: 0;
}

.pagerblock li .prev_page
.pagerblock li .next_page {
    position: relative;
}

.pagerblock li .prev_page:before {
    content: "\f100";
    font-family: "FontAwesome", sans-serif;
    margin-right: 5px;
}

.pagerblock li.next_page_button {
    float: right;
    margin-right: 0;
}

.pagerblock li .next_page:after {
    content: "\f101";
    font-family: "FontAwesome", sans-serif;
    margin-left: 5px;
}

/* Background Start Module */
.fw_block.fullwidth_mode .fw_wrapinner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.paralax {
    background-position: 50% 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.stretch {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.pattern {
    background-repeat: repeat !important;
    background-position: center center !important;
}

/* Info Boxes Module */
.module_infoboxes .info_box_list.items_per_line_1 .info_box {
    width: 100%;
}

.module_infoboxes .info_box_list.items_per_line_2 .info_box {
    width: 50%;
}

.module_infoboxes .info_box_list.items_per_line_3 .info_box {
    width: 33.3333%;
}

.module_infoboxes .info_box_list.items_per_line_4 .info_box {
    width: 25%;
}

.module_infoboxes .info_box_list {
    list-style: none;
    margin: 3px 0 0 -20px;
    line-height: 0;
    font-size: 0;
}

.module_infoboxes .info_box_list .info_box {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 22px;
    margin-left: -1px;
}

.module_infoboxes .info_box_list .info_box i {
    font-size: 20px;
    margin-right: 6px;
}

.module_infoboxes .info_box_list .info_box h5 {
    display: inline-block;
    margin-bottom: 18px;
}

.module_infoboxes .info_box_list .info_box p {
    font-size: 15px;
    font-style: italic;
}

/* Image Module */
.module_imagefield img {
    display: inline-block;
}

.module_imagefield .image_box .image_wrapper {
    position: relative;
}

.module_imagefield .image_box.image_align_left .image_wrapper {
    text-align: left;
}

.module_imagefield .image_box.image_align_right .image_wrapper {
    text-align: right;
}

.module_imagefield .image_box.image_align_center .image_wrapper {
    text-align: center;
}

.module_imagefield .image_box.image_type_fullwidth .image_wrapper {
    left: 50%;
}

.module_imagefield .image_box.image_type_default.image_size_full .image_wrapper img {
    max-width: none;
    position: absolute;
}

.module_imagefield .image_box.image_type_default.image_size_full.image_align_left .image_wrapper img {
    left: 0;
}

.module_imagefield .image_box.image_type_default.image_size_full.image_align_right .image_wrapper img {
    right: 0;
}

.module_imagefield .image_box.image_type_default.image_size_full.image_align_center .image_wrapper img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.module_imagefield .image_type_background .image_wrapper {
    background-position: center !important;
    background-size: cover !important;
}

/* Contacts Module */
.module_contact_info .contact_form_cont {
    margin-bottom: 42px;
}

.module_contact_info .contact_form_title,
.module_contact_info .contact_info_title {
    margin-bottom: 21px;
}

.module_contact_info .contacts_title_divider {
    width: 70px;
    height: 3px;
    border: solid 1px;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}

.module_contact_info .contacts_form_wrapper .contact_form_input {
    width: 50%;
    float: left;
}

.module_contact_info .contacts_form_wrapper .contact_form_input:nth-child(even) {
    padding-right: 15px;
}

.module_contact_info .contacts_form_wrapper .contact_form_input:nth-child(odd) {
    padding-left: 15px;
}

.module_contact_info .contacts_form_wrapper input,
.module_contact_info .contacts_form_wrapper textarea {
    vertical-align: top;
    margin-bottom: 30px;
}

.module_contact_info .contacts_form_wrapper textarea {
    height: 120px;
    resize: none;
}

.module_contact_info .contact_info_cont .contacts_title_divider {
    margin-bottom: 26px;
}

.module_contact_info .contact_info_wrapper {
    line-height: 0;
    font-size: 0;
}

.module_contact_info .info_cont {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
}

.module_contact_info .info_cont h6 {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.module_contact_info .info_cont p {
    margin-bottom: 29px;
}

.module_contact_info .social_cont ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module_contact_info .social_cont ul li {
    float: left;
    margin: 0 10px;
}

.module_contact_info .social_cont ul li:first-child {
    margin-left: 0;
}

.module_contact_info .social_cont ul li:last-child {
    margin-right: 0;
}

.module_contact_info .social_cont ul li a {
    font-size: 15px;
}

.module_contact_info .social_cont ul li a:hover {
    opacity: .5;
}

/* Google Map Module */
.module_google_map iframe {
    pointer-events: none;
    float: left;
}

/* Diagram Module */
.module_diagram .diagram_list {
    margin: 0 0 0 -30px !important;
    padding: 0;
}

.module_diagram .diagram_list li:before {
    display: none !important;
}

.module_diagram .diagram_list li {
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
}

.module_diagram .diagram_wrapper {
    overflow: hidden;
}

.module_diagram .easyPieChart {
    text-align: center;
    padding: 0;
    z-index: 10;
    position: relative;
}

.module_diagram .chart_wrapper {
    display: inline-block;
    margin: 0 auto 24px auto;
}

.module_diagram .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.module_diagram .diagram_item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.module_diagram .diagram_item .chart {
    margin: 0 auto;
}

.module_diagram .chart.easyPieChart,
.chart.easyPieChart span {
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 133px !important;
}

.module_diagram .diagram_item h5 {
    margin-bottom: 8px;
    line-height: 25px;
    font-size: 20px;
}

.module_diagram .diagram_item .diagram_descr {
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
}

/* Price Table Module */
.module_price_table .bg_title h3 {
    margin-bottom: 4px;
}

.module_price_table .bg_title .heading_title_divider {
    margin: 33px auto 60px;
}

.module_price_table .price_table_wrapper {
    margin-left: -30px;
}

.module_price_table .price_item {
    padding-left: 30px;
    float: left;
    text-align: center;
}

.module_price_table .price_item .price_item_wrapper {
    background: #fafafa;
    padding: 34px 30px 40px;
}

.module_price_table .price_item .price_item_wrapper .price_item_title h5 {
    margin-bottom: 23px;
}

.module_price_table .price_item .price_item_wrapper .price_table_divider {
    width: 100%;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-right: none;
    border-left: none;
    margin-bottom: 24px;
}

.module_price_table .price_item .item_cost_wrapper h2 {
    font-weight: 700;
    margin-bottom: 22px;
}

.module_price_table .price_item .item_cost_wrapper h2 sup {
    font-size: 24px;
}

.module_price_table .price_item .item_cost_wrapper .price_item_subtitle {
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 24px;
}

.module_price_table .price_item .item_cost_wrapper .price_table_divider {
    margin-bottom: 30px;
}

.module_price_table .price_item .item_cost_wrapper p {
    line-height: 32px;
    padding: 0 6px;
    margin-bottom: 28px;
}

/* Skills Module */
.module_skills .skills_list {
    padding-top: 2px;
}
.module_skills .chart_wrapper {
    width: 100%;
    background-color: #fafafa;
    padding: 4px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
.module_skills ul,
.module_skills li {
    list-style: none;
}
.module_skills .chart_wrapper .chart {
    height: 8px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    position: relative;
    transition: width 1300ms;
    -webkit-transition: width 1300ms;
    width: 0;
}

.module_skills .chart_wrapper .chart span {
    position: absolute;
    top: -30px;
    right: -13px;
    padding: 5px 3px 2px;
    display: inline-block;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.module_skills .chart_wrapper .chart span:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 10px;
    border: 5px solid transparent;
    border-top-width: 5px;
    border-top-style: solid;
}

.module_skills .skill_content h6 {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 5px;
}
.module_skills .skill_li {
    margin-bottom: 26px;
}

/* Accordion Module */
.shortcode_accordion_shortcode.accordion {
    padding-top: 5px;
}
.shortcode_accordion_item_title {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    padding: 12px 20px 10px 20px;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 18px;
}
.shortcode_accordion_item_title.state-active {
    color: #fff;
}
.shortcode_accordion_item_title.state-active .shortcode_accordion_item_body {
    display: block;
}
.shortcode_accordion_item_body {
    display: none;
}

/* Team Module */
.module_team ul {
    list-style: none;
}
.module_team ul.item_list {
    margin-bottom: 0;
}
.img_block.team_img,
.img_block.wrapped_img {
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}
.img_block.team_img:after,
.img_block.wrapped_img:after {
    content: "";
    width: 32px;
    height: 16px;
    border: solid 16px transparent;
    border-bottom: solid 16px #ffffff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.module_team .img_block img,
.portfolio_item_wrapper .img_block img,
.img_block.wrapped_img img {
    width: 100%;
    height: auto;
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
}
.module_team .img_block img:hover,
.portfolio_item_wrapper .img_block img:hover,
.img_block.wrapped_img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.module_team .img_block:hover:after,
.img_block.wrapped_img:hover:after {
    bottom: 0;
}

.team_slider {
    margin-left: -15px;
    margin-right: -15px;
}
.module_team .item_list li.team_item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    list-style-type: none;
    text-align: left;
    margin-bottom: 55px;
}
.team_title h5 {
    margin-bottom: 8px;
}
 .items-1 > ul > li.team_item {
     width: 100%;
 }
.items-2 > ul > li.team_item {
    width: 50%;
}
.items-3 > ul > li.team_item {
    width: 33.333%;
}
.team_title .op {
    font-size: 15px;
    margin-bottom: 20px;
    font-style: italic;
}
.team_content {
    text-align: center;
}
a.teamlink {
    margin-right: 21px;
    font-size: 15px;
}
a.teamlink:last-child {
    margin-right: 0;
}
.sidepanel .search_form .submit_wrap input[type="submit"]{
    background-color: transparent;
    border-color: transparent!important;
}
.sidepanel .search_form .submit_wrap:before,
.sidepanel .search_form .submit_wrap:after {
    content: '';
    width:0;
    height: 0;
    background: none;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
a.teamlink:hover {
    opacity: .6;
}
.module_team .teamslider.vertical li.team_item {
    height: auto;
}
.module_team .teamslider.vertical.items2 li.team_item {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Gallery Module */
.items-slider {
    transition: transform .8s;
    -webkit-transition: transform .8s;
}
.widget_posts .with_img .recent_posts_container {
    min-height: 70px;
    position: relative;
    padding-left: 80px;
}
.gallery-slider {
    overflow: hidden;
    position: relative;
}
.slider-paginator ul {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.slider-paginator ul li {
    display: inline-block;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 0!important;
    float: none!important;
}
.slider-paginator ul li:last-child {
    margin-right: 0;
}
.slider-paginator ul li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #dfe1e7;
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
.slider-paginator ul li.active a {
    width: 10px;
    height: 10px;
}
.slide-wrap {
    float: left;
    width: 100%;
}
a.arrow_left,
a.arrow_right,
.custom.tparrows {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    background-color: rgba(0,0,0,.5);
    background-size: 20px 18px!important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
a.arrow_left,
a.arrow_right {
    opacity: 0;
}
.gallery-slider:hover a.arrow_left,
.gallery-slider:hover a.arrow_right {
    opacity: 1;
}
.gallery-slider:hover a.arrow_left:hover,
.gallery-slider:hover a.arrow_right:hover {
    opacity: .6;

}
.slider_video {
    width: 100%;
    height: 100%;
}
.module_gallery .list-of-images.images_in_a_row_1 .gallery_item {
    width: 100%;
}
.module_gallery .list-of-images.images_in_a_row_2 .gallery_item {
    width: 50%;
}
.module_gallery .list-of-images.images_in_a_row_3 .gallery_item {
    width: 33.33%;
}
.module_gallery .list-of-images.images_in_a_row_4 .gallery_item {
    width: 25%;
}
.module_gallery .list-of-images {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery_item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
    position: relative;
}
.gallery_fadder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.module_gallery .gallery_item .img_block,
.portfolio_item_wrapper .img_block {
    overflow: hidden;
}
.module_gallery .gallery_item .img_block img {
    transition: all .4s;
    -webkit-transition: all .4s;
}
.module_gallery .gallery_item .img_block:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.module_gallery .slick-prev,
.module_gallery .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.module_gallery .slick-prev {
    left: 0;
}

.module_gallery .slick-next {
    right: 0;
}

/* Testimonials Module */
.slick_testim_info {
    text-align: center;
    position: relative;
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    max-width: 780px;
    margin: 0 auto 35px auto;
}
.nav_item_wrap {
    width: 170px;
    float: left;
}

.testimonials-nav {
    max-width: 180px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.testimonial_item .author_thumb {
    margin: 0 auto 25px auto;
    padding: 0;
    width: 100px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
    cursor: pointer;
}
.testimonial_item .author_thumb img {
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
.slick-active .testimonial_item .author_thumb {
}

.testimonial_nav_info h5 {
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: none;

}
.testimonial_nav_info span {
    font-style: italic;
    font-size: 15px;
}

/* Counter Module */
.counter_content {
    text-align: center;
}
.stat_count_wrapper h1 {
    font-weight: 600;
}
.counter_title_wrapper h5 {
    margin-bottom: 7px;
}
.counter_title_wrapper span {
    font-size: 15px;
    font-style: italic;
}

/* Imagebox Module */
/* --- Type Standard --- */
.imagebox_wrapper {
    text-align: center;
}
.image_lower.module_imageboxes .imagebox_wrapper>img{
    margin-top: 15px;
}
.imagebox_wrapper img {
    margin-bottom: 100px;
    margin-top: 20px;
}
.shortcode_social_icon.type5,
.iconbox_wrapper {
    background-color: transparent!important;
    text-align: center;
}
.shortcode_social_icon.type5 span,
.iconbox_wrapper span.ico {
    position: relative;
    -webkit-border-radius: 4px;
	border-radius: 4px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.shortcode_social_icon.type5 span i,
.iconbox_wrapper span.ico i {
    z-index: 99;
    position: relative;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
}
.iconbox_wrapper span.ico i {
    color: #fff;
}
.imagebox_wrapper h6 {
    margin-bottom: 10px;
    transition: color .4s;
    -webkit-transition: color .4s;
}
.shortcode_imagebox a h4 {
    transition: color .4s;
    -webkit-transition: color .4s;
}
.iconbox_wrapper span.ico {
    margin-bottom: 26px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.iconbox_wrapper h6 {
    letter-spacing: .8px;
    margin-bottom: 10px;
    transition: color .4s;
    -webkit-transition: color .4s;
}
.iconbox_wrapper .ico i {
    width: 100%;
}
h4.imagebox_title {
    margin-bottom: 16px;
}
.shortcode_imagebox a {
    color: #737373;
}
.imagebox_body {
    font-style: italic;
    font-size: 15px;
}
.imagebox_body {
    margin-bottom: 118px;
}
.link_text,
.btn_type2 {
    font-size: 15px;
    font-weight: 500;
    transition: color .3s;
    -webkit-transition: color .3s;
    padding-bottom: 20px;
    display: inline-block;
}
.module_iconboxes a .iconbox_body p {
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* --- Type Alternative --- */
.module_imageboxes .alt_type .imagebox_image_cont,
.module_imageboxes .alt_type .imagebox_content_cont {
    width: 50%;
    float: left;
}

.module_imageboxes .alt_type .imagebox_content_cont {
    padding-top: 39px;
}

.module_imageboxes .alt_type .imagebox_content_cont.align_right,
.module_imageboxes .alt_type .imagebox_image_cont.align_right {
    padding-left: 15px;
}

.module_imageboxes .alt_type .imagebox_content_cont h5 {
    letter-spacing: 0;
    margin-bottom: 9px;
}

.module_imageboxes .alt_type .imagebox_content_cont .imagebox_subtitle {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .2px;
    font-style: italic;
    margin-bottom: 20px;
}

.module_imageboxes .alt_type .imagebox_content_cont .imagebox_divider {
    width: 70px;
    height: 3px;
    border: solid 1px #e4e6e8;
    border-left: none;
    border-right: none;
    margin-top: 23px;
}

/* Partners Module */
.module_partners ul,
.module_partners li {
    list-style: none;
}
.module_partners ul {
    margin-left: -15px;
    margin-right: -15px;
}
.module_partners li {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.module_partners li > div {
    background-color: #fafafa;
}
.module_partners li img {
    cursor: pointer;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.module_partners li img:hover {
    opacity: .6;
}

/* Featured Posts Module */
.img_block.wrapped_img {
    overflow: hidden;
}
.module_feature_posts ul,
.module_feature_posts li {
    list-style: none;
}

.module_feature_posts ul {
    margin-left: -15px;
    margin-right: -15px;

}
.module_feature_posts li {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.alternative .module_cont {
    padding-left: 30px!important;
    padding-right: 30px!important;
    height: auto!important;
}
.alternative .module_wrapper {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.alternative ul,
.alternative li {
    margin-bottom: 0;
}
.module_feature_posts .featured_items_body > h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.module_feature_posts .featured_items_body .post-meta {
    margin-bottom: 10px;
}
.alternative .featured_items_body,
.alternative .featured_items_body h4 a,
.alternative .featured_items_body a,
.alternative .featured_items .item .featured_items_body .post-meta span a {
    color: #ffffff;
}
.alternative .featured_items_body h4 a,
.alternative .featured_items_body a {
    transition: color .3s;
    -webkit-transition: color .3s;
}
.li_wrap {
    margin-left: -15px;
    margin-right: -15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
}
.li_wrap .item {
    padding-left: 15px;
    padding-right: 15px;
}

.alternative .featured_items_body h4,
.alternative .featured_items_body .post-meta,
.alternative .featured_items_body .featured_item_content {
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 3;
}

.alternative .featured_items_body h4 {
    bottom: 45px;
    margin-left: 15px;
}

.alternative .featured_items_body .post-meta {
    bottom: -25px;
    margin-left: 15px;
    margin-bottom: 50px;
}
.col-sm-12 {
    min-height: 0;
}

.alternative .featured_items_body .post-meta,
.alternative .featured_items_body .post-meta a,
.alternative .featured_items_body .post-meta span {
    font-style: italic;
    font-size: 13px;
}

.alternative .featured_items_body .featured_item_content {
    bottom: -110px;
    margin-left: 15px;
    padding-right: 15px;
    height: 65px;
}

.alternative .item_list > li:hover .featured_items_body h4 {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

.alternative .item_list > li:hover .featured_items_body .post-meta {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    margin-bottom: 10px;
}

.alternative .item_list > li:hover .featured_items_body .featured_item_content {
    transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
}

.alternative .item_list > li {
    position: relative;
}

.module_feature_posts .featured_items .item_list {
    /*  margin-left: 0;*/
}

.post_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom,rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
}

/* Featured Portfolio Module */
.module_feature_portfolio ul {
    list-style: none;
}

.grid_filter ul {
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
}

.grid_filter ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 13px;
    text-transform: uppercase;
}
.grid_filter ul li:last-child {
    margin-right: 0;
}
.portfolio_block.image-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio_block.image-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio_block.image-grid .portfolio_item {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.portfolio_block.image-grid.columns1 .portfolio_item {
    width: 100%;
}
.portfolio_block.image-grid.columns2 .portfolio_item {
    width: 50%;
}
.portfolio_block.image-grid.columns3 .portfolio_item {
    width: 33.33333%;
}
.portfolio_block.image-grid.columns4 .portfolio_item {
    width: 25%;
}

.portfolio_item_wrapper .img_block {
    margin-bottom: 24px;
}

.portfolio_item_wrapper .bottom_box,
.featured_portfolio .bottom_box {
    text-align: center;
    padding-bottom: 55px;
}
.bc_content h5 {
    margin-bottom: 6px;
}
.portfolio_item_block .featured_items_meta a,
.featured_portfolio .featured_items_meta a {
    font-style: italic;
    font-size: 15px;
}
.portfolio_item_block .featured_items_meta,
.featured_portfolio .featured_items_meta {
    margin-bottom: 12px;
}
.portfolio_item_img,
.img_block.wrapped_img {
    text-align: center;
}

.text-center {
    text-align: center;
}
.load_more_works {
    margin-bottom: 60px;
}
.portfolio_item .img_block.wrapped_img {
    position: relative;
}
.portfolio_item .img_block.wrapped_img:after {
    content: "";
    width: 32px;
    height: 16px;
    border: solid 16px transparent;
    border-bottom: solid 16px #ffffff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio_item .img_block.wrapped_img:hover:after {
    bottom: 0;
}

.module_feature_portfolio ul.item_list {
    margin-left: -15px;
    margin-right: -15px;
}

.module_feature_portfolio ul.item_list > li {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.single-port .col-sm-12.share_cont {
    text-align: center;
}
.items1.featured_portfolio li {
    width: 100%;
}
.items2.featured_portfolio li {
    width: 50%;
}
.items3.featured_portfolio li {
    width: 33.3333%;
}
.items4.featured_portfolio li {
    width: 25%;
}

/* Video Module */
.video_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.video_bg iframe {
    position: relative;
    display: none;
    width: 100%;
    z-index: 3;
}
.video_mask {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.play-video {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -32px 0 0 -32px;
    background: none;
    -webkit-border-radius: 50%;
	border-radius: 50%;
    background-image: url("../img/play-sprite.png");
    background-size: cover;
    text-indent: -9999px;
}

.play-video:hover {
    opacity: .7;
}
.wrapped_video iframe {
    width: 100%;
    height: 100%;
}

/* Divider Module */
hr {
    border-top: 1px dotted;
}

hr.type1 {
    border: 0;
    border-top: #e5e5e5 1px solid!important;
}

hr.type2 {
    border: 0;
    border-top: #bdbdbd 1px solid!important;
}

hr.type3 {
    border: 0;
    border-top: #161616 1px solid!important;
}

/* Custom Buttons Shortcode */
.shortcode_button,a.shortcode_button {
    display:inline-block;
    font-size:15px;
    text-decoration:none;
    text-align:center;
    position:relative;
    font-weight:500;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    box-sizing: border-box;
}

.shortcode_button.btn_small {
    padding: 10px 20px;
    line-height:20px;
    height: 40px;
}

.shortcode_button.btn_normal {
    padding: 13px 30px;
    line-height:24px;
    height: 50px;
}

.shortcode_button.btn_large {
    padding: 18px 40px;
    font-size:14px;
    line-height:24px;
    height: 60px;
}

.shortcode_button i {
    margin-right: 10px;
}
.shortcode_button:hover {
    color: #fff;
}

a.btn_type4:hover,
a.btn_type5 {
    background-color: #e4e6e8;
    border-color: #e4e6e8;
}
a.shortcode_button.btn_type4,
a.shortcode_button.btn_type5 {
    padding: 0 ;
    font-size: 0;
    position: relative;
}
.shortcode_button.btn_small.btn_type4,
.shortcode_button.btn_small.btn_type5 {
    width: 30px;
    height: 30px;
}
.shortcode_button.btn_normal.btn_type4,
.shortcode_button.btn_normal.btn_type5 {
    width: 40px;
    height: 40px;
}
.shortcode_button.btn_large.btn_type4,
.shortcode_button.btn_large.btn_type5 {
    width: 50px;
    height: 50px;
}
a.btn_type4:after,
a.btn_type5:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../img/arrow-right.png');
    background-size: 9px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Social Icon Shortcode */
.shortcode_social_icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: inline-block;
    line-height: 70px;
    margin: -1px 8px 20px;
    padding: 2px;
}

.shortcode_social_icon i {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.shortcode_social_icon:hover i {
    opacity: .5;
}

.shortcode_social_icon.type1 {
    border-radius: 4px;
}

.shortcode_social_icon.type2 {
    width: 70px;
    height: 70px;
    border: solid 2px;
    box-sizing: border-box;
    line-height: 66px;
    border-radius: 50%;
}

.shortcode_social_icon.type3 {
    border-radius: 50%;
}

.shortcode_social_icon.type4 {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: inherit;
    background: transparent !important;
}

/* Contact Form 7 */
.input-row {
    margin-left: -15px;
    margin-right: -15px;
}
.input-container.center {
    text-align: center;
}
.input-container {
    padding-left: 15px;
    padding-right: 15px;
}
.input-half-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
    position: relative;
}
.input-third-container {
    width: 33.3333%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.input-half-container span,
.input-half-container input,
.input-half-container select,
.input-half-container option,
.input-third-container input {
    width: 100%;
}
.input-row input[type="text"],
.input-row input[type="email"],
.input-row input[type="password"],
.input-row textarea,
.input-row input[type="tel"],
.input-row input[type="date"],
.input-row input[type="time"],
.input-row input[type="datetime"],
.input-row input[type="url"] {
    margin-bottom: 30px;
}
input[type="submit"],
.input-row input[type="submit"] {
    display:inline-block;
    font-size:15px;
    text-decoration:none;
    text-align:center;
    position:relative;
    font-weight:500;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 13px 28px 13px 30px;
    line-height:24px;
    height: 50px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    box-sizing: border-box;
}
.wpcf7-form input[type="submit"] {
    margin-bottom: 10px;
}
input[type="submit"]:hover,
.input-row input[type="submit"]:hover {
    background-color: #e4e6e8;
}
.pp_notify {
    margin-top: 15px;
}
.team_socials {
    margin-top: 30px;
}
.container.single_team {
    margin-bottom: 100px;
}
span.wpcf7-not-valid-tip {
    padding-left: 20px;
    position: relative;
    top: -20px;
}
div.wpcf7-validation-errors {
    border: none;
    text-align: center;
}

/* A N I M A T I O N */
.loading,
.anim_el.loading {
    opacity:.01!important;
    z-index:-10!important;
}
.anim_el {
    transition:opacity 500ms!important;
}
/**** Isotope Filtering ****/
.isotope-item {
    z-index:2;
}

.isotope-hidden.isotope-item {
    pointer-events:none;
    z-index:1;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    transition-duration:.8s;
}

.isotope {
    -webkit-transition-property:height,width;
    -moz-transition-property:height,width;
    transition-property:height,width;
}

.isotope .isotope-item {
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    transition-property:transform,opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration:0;
    -moz-transition-duration:0;
    transition-duration:0;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

/* GT3 Photo & Video Gallery Plugin */
.gt3pg_photo_gallery {
  position: relative;
  padding-top: 0px;
  top: 5px;
}
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link::before, .gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link::after {
    opacity: 0;
}
.gallery-columns-3 .gt3pg_gallery-item {
    width: 33.3%!important;
}
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link {
    background-color: transparent!important;
}
.gt3pg_gallery-item .gt3pg_cover img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.gt3pg_gallery-item .gt3pg_cover:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.gt3pg_img_wrap {
    overflow: hidden;
}
.square .gt3pg_gallery-item .gt3pg_cover img,
.circle .gt3pg_gallery-item .gt3pg_cover img {
    transform: scale(1.0) rotate(0deg) translate(-50%, -50%)!important;
    -webkit-transform: scale(1.0) rotate(0deg) translate(-50%, -50%)!important;
    transform-origin: 0% 0!important;
}
.circle .gt3pg_gallery-item .gt3pg_cover img {
    border-radius: 50%!important;
}
.square .gt3pg_gallery-item .gt3pg_cover:hover img,
.circle .gt3pg_gallery-item .gt3pg_cover:hover img{
    transform: scale(1.2) rotate(0deg) translate(-50%, -50%)!important;
    -webkit-transform: scale(1.2) rotate(0deg) translate(-50%, -50%)!important;
}
.gt3pg_gallery-item .gt3pg_cover .gt3pg_view-link:before,
.gt3pg_gallery-item .gt3pg_cover .gt3pg_view-link:after {
    content: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor:pointer;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    /*  background: url(../img/swipebox/loader.gif) no-repeat center center;*/
    background: none;
}

#swipebox-slider .preloader_overlay {
    background: transparent;
    position: static;
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.5;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
}
/* Skin
--------------------------*/
#swipebox-overlay {
    background: rgba(0,0,0,0.8);
}

/* GT3 SwipeBox Classes */
.gt3_swipe_box #swipebox-bottom-bar,
.gt3_swipe_box #swipebox-top-bar {
    background:none!important;
    width:100%;
    position:fixed;
    left:0;
    display:block;
    text-align:right;
}
.gt3_swipe_box #swipebox-top-bar {
    height:83px;
    bottom:0;
    top:auto;
    display:table;
}
#swipebox-title {
    display:table-cell;
    vertical-align:bottom;
    text-align:center;
    height:100%;
    color:#ffffff;
    font-size:17px;
    line-height:19px;
    padding-bottom:7px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    vertical-align: top;
    margin-top: 5px;
    padding-left: 35px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.gt3_swipe_box #swipebox-bottom-bar {
    height:117px;
    top:0;
    bottom:auto;
    display:block!important;
}
#swipebox-arrows a#swipebox-close {
    margin-right: 30px!important;
    margin-top: 30px;
    width: 20px;
    height: 20px;
    display: none;
}
a#pg_swipebox-close {
    display: none;
}
#swipebox-arrows a#swipebox-close:before {
    right: 4px;
}
#swipebox-arrows {
    padding:0;
    display:inline-block;
    margin:0 auto;
}
#swipebox-arrows a {
    width:30px;
    height:30px;
    margin:0 0;
    display:inline-block;
    float:left;
    transition:opacity 250ms;
    position:relative;
    left:auto;
    top:auto;
    right:auto;
    bottom:auto;
    cursor:pointer;
}

#swipebox-arrows a:before,
#swipebox-arrows a:after {
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    transition:transform 300ms;
}
#swipebox-arrows a#swipebox-prev,
#swipebox-arrows a#swipebox-next {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#swipebox-arrows a#swipebox-close:before {
    transition: all .4s;
    -webkit-transition: all .4s;
}
#swipebox-arrows a#swipebox-close:hover:before {
    /*  transform:translate(0,-80%);*/
    opacity: .5;
}

#swipebox-arrows a#swipebox-prev:before,
#swipebox-arrows a#swipebox-next:before,
#pg_swipebox-arrows a#pg_swipebox-prev:before,
#pg_swipebox-arrows a#pg_swipebox-next:before {
    -webkit-border-radius: 3px;
	border-radius: 3px;
    background-color: #e4e6e8;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
}

#swipebox-arrows a#swipebox-prev:before,
#pg_swipebox-arrows a#pg_swipebox-prev:before {
    background-image: url('../img/arrow-left.png');
    background-position: 10px 7px;
    background-size: 9px 15px;
    left: 0;
}

#swipebox-arrows a#swipebox-next:before,
#pg_swipebox-arrows a#pg_swipebox-next:before {
    background-image: url('../img/arrow-right.png');
    background-position: 12px 7px;
    background-size: 9px 15px;
    right: 0;
}

#pg_swipebox-arrows a#pg_swipebox-prev:after,
#pg_swipebox-arrows a#pg_swipebox-next:after {
    content: none;
}

#swipebox-arrows a#swipebox-prev,
#pg_swipebox-arrows a#pg_swipebox-prev {
    left: 0;
}

#swipebox-arrows a#swipebox-next,
#pg_swipebox-arrows a#pg_swipebox-next {
    right: 0;
}

#pg_swipebox-arrows a#pg_swipebox-prev:hover:before,
#pg_swipebox-arrows a#pg_swipebox-next:hover:before {
    opacity: 1;
}

#pg_swipebox-arrows a#pg_swipebox-next::before {
    left: auto!important;
}

#swipebox-arrows a#swipebox-close:before {
    width:12px;
    height:12px;
    background:url(../img/swipebox/icons.png) no-repeat -16px 0!important;
}

#swipebox-container .slide.current img {
    position:relative!important;
    z-index:999993!important;
}
#swipebox-top-bar {
    background:none;
    width:100%;
    position:fixed;
    left:0;
    display:block;
    text-align:center;
}
#swipebox-title {
    display:inline-block;
    vertical-align:bottom;
    text-align:center;
    background-color: #202020;
    padding: 10px;
    color:#ffffff;
    font-size:17px;
    line-height:18px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    vertical-align: top;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    margin: 0 auto;
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: none !important;
}
.slick-list:focus {
    outline: none !important;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
    cursor: pointer;
}
.testimonials-nav .slick-active,
.testimonials-nav .slick-center,
.testimonials-nav .slick-current {
    cursor: default;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}

/* Custom Slick */
.carouselslider button{
    text-shadow:0;
    cursor:pointer;
    box-shadow:0;
    border:0;
    -webkit-border-radius:0;
	border-radius:0;
}
/* Dots */
ul.slick-dots {
    margin:55px auto 0 auto !important;
    padding:0 !important;
    text-align:center;
    line-height: 8px;
}
.vertical ul.slick-dots {
    margin:auto 0 auto !important;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 11px;
}
ul.slick-dots li {
    overflow:hidden;
    margin:0 15px 0 0 !important;
    padding:0 !important;
    width:10px !important;
    height:10px !important;
    float: none;
    cursor:pointer;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    background: none !important;
    outline: none !important;
}
.vertical ul.slick-dots li {
    margin:0 0 15px 0 !important;
}
.module_team ul.slick-dots li {
    float: none;
}
ul.slick-dots li button {
    margin:2px;
    padding:0;
    width:6px;
    height:6px;
    -webkit-border-radius: 50%;
	border-radius:50%;
    color: transparent !important;
    background: #bcbec0 !important;
    border: none;
    position: relative;
    outline: none !important;
    cursor: pointer;
    transition: background-color;
    -webkit-transition: background-color;
}
ul.slick-dots li.slick-active button {
    margin: 0px;
    width:10px !important;
    height:10px !important;
}

.dark_bg ul.slick-dots li button {
    border-color: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
    position:absolute;
    top: 68px;
    z-index:50;
    text-indent:-9999px;
    width: 30px;
    height: 30px;
    margin-top:-16px;
    display:block;
    font-size:0;
    line-height:0;
    cursor:pointer;
    background:none;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
    outline: none;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    background-color: #e4e6e8;
    border: none !important;
}

.slick-prev {
    left: -55px;
    background-image: url('../img/arrow-left.png');
    background-position: 10px 7px;
}

.slick-next {
    right: -55px;
    background-image: url('../img/arrow-right.png');
    background-position: 12px 7px;
}

/* Sidepanel */
.sidepanel ul.children {
    border-top: solid 1px #e4e6e8;
    padding-top: 8px;
    margin-top: 5px;
}

.sidepanel ul.children li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.tp-caption.rev-btn {
	border-radius: 3px !important;
	padding: 17px 30px !important;
	transition: 0.2s background-color !important;
}

.tp-caption .wpcf7-form input[type="submit"] {
	font-family: Poppins,sans-serif !important;
	font-style: normal !important;
	transition: 0.2s background-color !important;
	padding: 11px 23px 14px 26px;
}

/* P R E L O A D E R */
.preloader,
.preloader_bg {
    position:fixed;
    z-index:88888;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
}
.preloader_bg {
    transition:background 2000ms, opacity 500ms;
    -webkit-transition:background 2000ms, opacity 500ms;
}
.preloader_text {
    z-index:99999;
    font-size:80px;
    line-height:82px;
    color: #ffffff;
    width:300px;
    position:fixed;
    left:50%;
    top:50%;
    text-align:center;
    -webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.removePreloaderText .preloader_text {
    opacity:0!important;
}
.removePreloader .preloader_bg {
    background-position:0% 0%;
}
.fadePreloader .preloader_bg {
    opacity:0;
}
.preloader_bar {
    width:0%;
    opacity:0;
    height:1px;
    z-index:-11;
    position:fixed;
    left:0;
    top:0;
}

.rev_form {
    width: 470px;
    height: 438px;
    background: #ffffff;
    padding: 60px;
}

.rev_form p {
    font-size: 15px;
    font-style: italic;
}

.rev_form input {
    margin-bottom: 30px !important;
}

.rev_form .wpcf7-not-valid-tip,
.rev_slider_presents .wpcf7-response-output,
.rev_slider_presents .wpcf7-validation-errors {
    display: none !important;
}

/* Responsive */
@media only screen and (min-width: 1280px) and (max-width: 1280px) {

}

@media (max-width: 1400px) {
  .module_line_trigger.fullwidth_mode .module_cont {
    padding-left: 30px;
    padding-right: 30px;
  }

  .adaptive-paddings {
    padding-left: 35px!important;
    padding-right: 35px!important;
  }
}

@media (max-width: 1199px) {
  .module_counter.col-sm-3 {
    width: 50%;
  }
  .portfolio_block.image-grid.columns4 .portfolio_item {
    width: 50%;
  }
  .portfolio_block.image-grid.columns1 .portfolio_item,
  .items4.featured_portfolio li {
    width: 100%;
  }
  .footer_sidebar_cont .footer_widget {
      width: 50%;
  }

  .footer_widget:last-child,
   .footer_widget:nth-last-child(2) {
       margin-top: 0;
       margin-bottom: 30px;
   }
}

@media (max-width: 1025px) {
    header .header_menu {
        display: none;
    }

    a.logo_link {
        margin: 0 0 0 30px;
    }

    .module_text_area .input-half-container {
        width: 100%;
    }

    .error_404 .error_404_wrapper {
        margin: 60px 0;
    }

    .rev_form {
        width: 380px;
        height: 378px;
        padding: 40px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1025px) {
    .bg_start_module .module_imageboxes {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .module_imageboxes .alt_type img {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .module_line_trigger.fullwidth_mode .module_cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    .imagebox_wrapper img {
        margin-bottom: 40px;
    }
    .imagebox_body {
        margin-bottom: 35px;
    }
    .module_partners .items-4 li {
        width: 50%!important;
    }
    .module_feature_posts .items4 .item_list > li {
        width: 50%!important;
    }
}

@media only screen and (max-width: 769px) {
    .items-2 > ul > li.team_item,
    .items-3 > ul > li.team_item,
    .col-sm-3,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8 {
        width: 100%!important;
    }
    .module_counter.col-sm-3 {
        width: 100%;
    }
    .module_partners .items-3 li,
    .module_partners .items-4 li {
        width: 100%!important;
    }
    .module_feature_posts .items3 .item_list > li,
    .module_feature_posts .items4 .item_list > li {
        width: 100%!important;
    }
    .module_line_trigger.fullwidth_mode.without_side_paddings li {
        margin-bottom: 30px;
    }
    .input-half-container {
        width: 100%!important;
    }
    .adaptive-paddings {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .module_imagefield .dinamic_height {
        height: 400px;
    }
    .module_gallery .list-of-images.images_in_a_row_2 .gallery_item,
    .module_gallery .list-of-images.images_in_a_row_3 .gallery_item,
    .module_gallery .list-of-images.images_in_a_row_4 .gallery_item {
        width: 100%;
    }
    .portfolio_block.image-grid.columns2 .portfolio_item,
    .portfolio_block.image-grid.columns3 .portfolio_item,
    .portfolio_block.image-grid.columns4 .portfolio_item,
    .items2.featured_portfolio li,
    .items3.featured_portfolio li,
    .items4.featured_portfolio li {
        width: 100%!important;
    }

    .module_imagefield .image_box.image_align_left .image_wrapper,
    .module_imagefield .image_box.image_align_right .image_wrapper {
        text-align: center;
    }

    .footer_sidebar_cont .footer_widget {
        width: 50%;
    }

    .copyright_cont .col-sm-6 {
        width: 50% !important;
    }

    .module_price_table .price_item {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .fl-container.hasRS,
    .posts-block.hasLS,
    .right-sidebar-block,
    .left-sidebar-block {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .fl-container.hasRS,
    .posts-block.hasLS {
        margin-bottom: 30px;
    }

    .bg_start_module .module_imagefield {
        padding-left: 0;
        padding-right: 0;
    }

    .module_imageboxes .alt_type .imagebox_image_cont.align_right {
        text-align: right;
    }

    .single_team_thumb {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .contentarea h1, .contentarea h1 a,
    .content_block h1, .content_block h1 a {
      font-size: 38px;
      line-height: 50px;
    }
    .contentarea h2, .contentarea h2 a,
    .content_block h2, .content_block h2 a {
      font-size: 34px;
      line-height: 42px;
    }
    .contentarea h3, .contentarea h3 a,
    .content_block h3, .content_block h3 a {
      font-size: 28px;
      line-height: 38px;
    }
}

@media only screen and (max-width: 737px) {
    .mobile-navigation-toggle {
        top: -24px;
    }

    .footer_socials ul li {
        float: none;
        display: inline-block;
		font-size: 20px;
    }

    .tags_and_share_cont .tag_share,
    .tags_and_share_cont .share_cont {
        text-align: center;
    }

    .tag_share a:last-child {
        margin-right: 0;
    }

    .featured_posts_container .featured_items .items_2 .item,
    .featured_posts_container .featured_items .items_3 .item {
        width: 100%;
    }

    .content_block {
        margin-top: 45px;
    }

    .module_google_map iframe {
        height: 385px;
    }

    .container.single_team {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 668px) {
    .module_google_map iframe {
        height: 345px;
    }

    .module_diagram .diagram_list li {
        width: 100% !important;
    }
}

@media only screen and (max-width: 569px) {
    .footer_copyright {
        padding-right: 0;
    }

    .footer_social_cont {
        padding-left: 0;
    }

    .copyright_cont .col-sm-6 {
        width: 100% !important;
        text-align: center;
    }

    .footer_sidebar_cont .footer_widget {
        width: 100%;
    }

    .footer_sidebar_cont .footer_widget {
        margin-top: 0;
    }

    .footer_widget:first-child {
        margin-top: 54px;
    }

    .footer_widget:last-child {
        margin-bottom: 30px;
    }

    .footer_widget:nth-last-child(2) {
        margin-bottom: 9px;
    }

    .module_google_map iframe {
        height: 290px;
    }
}

@media only screen and (max-width: 415px) {
    #comments .comment-respond .name_cont,
    #comments .comment-respond .email_cont {
        width: 100%;
        padding: 0;
    }

    #comments .commentlist .children {
        padding-left: 25px;
    }

    .module_imageboxes .alt_type .imagebox_image_cont,
    .module_imageboxes .alt_type .imagebox_content_cont {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .module_imageboxes .alt_type .imagebox_content_cont .imagebox_divider {
        margin: 23px auto 0;
    }

    .module_imageboxes .alt_type .imagebox_content_cont.align_left {
        padding-bottom: 39px;
        padding-top: 0;
    }

    .error_404 .error_404_wrapper h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .slider_wrapper {
        height: 256px !important;
    }

    .module_google_map iframe {
        height: 706px;
    }

    .media_output_container .pf_output_container .quote_container p,
    .module_blog .pf_output_container .quote_container p,
    .blog_listing_cont .pf_output_container .quote_container p {
        padding: 0 30px;
    }

    .module_imageboxes .alt_type .imagebox_image_cont.align_right {
        text-align: center;
    }

    .module_infoboxes .info_box_list.items_per_line_2 .info_box {
        width: 100%;
    }
}

@media only screen and (max-width: 376px) {
    .module_google_map iframe {
        height: 637px;
    }
}

@media only screen and (max-width: 321px) {
    #comments .commentlist .children {
        padding-left: 0;
    }

    .module_google_map iframe {
        height: 528px;
    }
}

.widget_flickr .flickr_widget_wrapper {
    font-size: 0;
}

