/*
Theme Name: Bostan
Theme URI: https://ahmad.works
Description: Wordpress News Theme.
Version: 6.48
Author: Ahmad Salah
Author URI: https://ahmad.works
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: translation-ready, two-columns, threaded-comments, custom-menu

*/
@charset "utf-8";
/* Don't modify the upper lines */

/* upgrading bootstrap old row & span style*/

.row-fluid, .row {
    margin-left: -15px!important;
    margin-right: -15px!important;
    margin: 0;
}

.row-fluid {
    width: auto;
}

.row-fluid [class*="span"], .vc_row-fluid [class*="span"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0!important;
  box-sizing: border-box;
}

@media (min-width: 992px) {
    .vc_row-fluid .span12 ,.row-fluid .span12 {
      width: 100%;
    }
    .vc_row-fluid .span11 ,.row-fluid .span11 {
      width: 91.48936170212765%;
    }
    .vc_row-fluid .span10 ,.row-fluid .span10 {
      width: 82.97872340425532%;
    }
    .vc_row-fluid .span9 ,.row-fluid .span9 {
      width: 74.46808510638297%;
    }
    .vc_row-fluid .span8 ,.row-fluid .span8, .span8.testimonials_info {
      width: 65.95744680851064%;
    }
    .vc_row-fluid .span7 ,.row-fluid .span7 {
      width: 57.44680851063829%;
    }
    .vc_row-fluid .span6 ,.row-fluid .span6 {
      width: 50%;
    }
    .vc_row-fluid .span5 ,.row-fluid .span5 {
      width: 4166666667%;
    }
    .vc_row-fluid .span4 ,.row-fluid .span4 {
      width: 33.333333333%;
    }
    .vc_row-fluid .span3 ,.row-fluid .span3 {
      width: 25%;
    }
    .vc_row-fluid .span2 ,.row-fluid .span2 {
      width: 16.66666667%;
    }
    .vc_row-fluid .span1 ,.row-fluid .span1 {
      width: 8.333333333%;
    }
}

.span9 .container-fluid .container {
  width: 100%;
}
/* upgrading bootstrap old row & span style */

html {
  overflow-x: hidden;
}

body {
    background-color: transparent;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    background-color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('framework/fontello/font/fontello.svg#fontello') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}
@media screen and (min–moz-device-pixel-ratio:0) {
    @font-face {
        font-family: 'fontello';
        src: url('framework/fontello/font/fontello.svg#fontello') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}
h1 {
    font-size: 28.5px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 19.5px;
}
h4 {
    font-size: 15.5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
}

.page-header p {color:#222;}

.testimonial_box p {
    color: #fff;
}
.push_button_info h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}
strong {
    color: #4E4E4E;
}
textarea {
    width: 100%;
}

input,
textarea,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus{
    outline:0px !important;
    box-shadow: none!important;
}

h1,h2,h3,h4,h5,h6, .logo, .below_header .navbar .nav > .active > a, .below_header .navbar .nav > .active > a:hover, .below_header .navbar .nav > .active > a:focus, .below_header .navbar .nav > li > a, .testimonial_box, .plan_title, .plan_price
{
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #26bdef;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
}
a:hover {
    color: #65707b;
    text-decoration:none;
}
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    color: inherit;
}

input[type="submit"] {
    padding: 2px 20px 2px 20px;
    width: auto;
    border: none;
    display: inline-block;
    color: #FFF;
    background: #434343;
    text-decoration: none;
    -o-transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    margin: 0 0px 20px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 35px;
    font-size: 16px;
    background-color: #26bdef;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
}

input[type="submit"]:hover {
    background-color: #2c2f31;
    color: #E2E2E2;
}

pre {
    background-color: #d6d6d6;
}

ul {
    margin: 0;
    padding: 0;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    background-color: #26bdef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar a.dropdown-toggle > i, .navbar .dropdown-submenu a > i {
  display: none;
}

.desktop_menu.main_navbar li:hover > .dropdown-menu {
  display: block !important;
}

.dropdown-menu>li>a {
    color: #555;
}

.accordion-heading .accordion-toggle {
}

.page_title_holder {
    background-color: #F8F8F8;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
    padding: 25px;
    background-size: cover;
}
.main_content {
    margin-top: 40px;
    margin-bottom: 40px;
}
.main_content.page_builder_content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.span4.testimonials_image {
  width: 33.3333%;
  padding-left: 0;
  padding-right: 15px;
}
.span8.testimonials_info {
  padding-right: 0;
  width: 66.66666667%;
}
.span4.testimonials_image, .span8.testimonials_info {
  margin-left: 0;
  box-sizing: border-box;
  float: left;
}

.main_content.page_builder_content>.container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page_title_holder  h1{
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 38px;
    color: #666;
    font-weight: normal;
}

.breadcrumb {
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.meta_title {
    font-size: 12px;
    color: #6B6B6B;
}

.page-header{
    margin-top: 0;
    line-height: 24px!important;
    margin-bottom: 22px;
    color: #555;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 13px;
    font-size: 18px;
}
#portfolio_filter_options.navbar .navbar-inner {
    padding-left: 0;
}

#portfolio_filter_options {
    margin-bottom: 30px;
}
#portfolio_container.loadingitems {
    opacity: 0.4;
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
#portfolio_container {
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.page_header_title {
    border-bottom: 3px solid #26BDEF;
    padding-bottom: 11px;
}
.single-project .portfolio_section_title .page_header_title {
    border-bottom: 2px solid #26BDEF;
    padding-bottom: 12px;
}


.widget_container .page_header_title {
    border-bottom: 4px solid #26BDEF;
    padding-bottom: 14px;
}

.site_footer .widget_container .page_header_title {
    border-bottom: 3px solid #26BDEF;
    padding-bottom: 7px;
    font-size: 15px;
}

a.button {
    padding: 6px 34px 7px 34px;
    width: auto;
    background: none;
    border: none;
    display: inline-block;
    color: white;
    background: #434343;
    text-decoration: none;
    -o-transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
    border-radius: 3px;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    margin: 0 0px 20px;
    position: relative;
}

img.alignright {
margin: 5px 0 5px 20px;
}
img.alignleft {
margin: 5px 20px 5px 0;
}

img.aligncenter {
margin: 5px auto;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


a.button.blue {
    background: #0093D0;
    background: -moz-linear-gradient(top, #32A6D6, #0093D0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32A6D6), color-stop(100%,#0093D0));
    background: -webkit-linear-gradient(top, #32A6D6, #0093D0);
    background: -ms-linear-gradient(top, #32A6D6, #0093D0);
    background: -o-linear-gradient(top, #32A6D6, #0093D0);
    background: linear-gradient(top, #32A6D6, #0093D0);
}

.top_header {
    /*border-bottom: 1px solid #eee;
    background-color: #f3f3f3;*/
}

.top_header_tools_holder .social_icons_list > li > a i {
    color: #fff!important;
}

.main_menu_container {
    background: #f9f9f9;
    border-top: 1px solid #E9E9E9;
}


.main_navbar.navbar .nav>li {
    margin-left: 12px;
    position: relative;
}

.main_navbar.navbar .nav>li:first-child {
}

.main_navbar.navbar .nav>li>a {
    float: none;
    padding: 10px 18px 10px;
    padding-right: 0;
    color: #222;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
    font-weight: bold;
    font-size: 16px;
}


.main_navbar.navbar .nav>li:last-child>a {

    padding-right: 0px;
}

.contact_info_line {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #7A7A7A;
    border-bottom: 2px solid #F1F1F1;
    padding-top: 1px;
    padding-bottom: 8px;
}

.contact_info_icon {
    margin-left: 0px;
    font-size: 14px;
}

.contact_info_item {
    margin-right: 10px;
    border-right: 2px solid #f2f2f2;
    padding-right: 15px;
}

.contact_info_item:last-child {
    margin-right: 0px;
    border-right:none;
    padding-right: 0px;
}

.social_icons_list {
    list-style: none;
}

.social_icons_list li {
    float: left;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.social_icons_list li:first-child {
    margin-left: 0px;
}

.social_icons_list > li > a {
    font-size: 13px;
    padding: 9px 9px 9px;
    display: inline-block;
}

.top_header_tools_holder.hover_effect .social_icons_list > li:hover > a {
  background: rgba(0,0,0, 0.1);
}

.top_header_tools_holder .social_icons_list > .header_search_icon i.search_active, .top_header_tools_holder .social_icons_list > .header_search_icon:hover i.search_inactive {
 background: rgba(0,0,0, 0.1);
}
.top_header_tools_holder {
  padding: 0 !important;
  background-color: #26bdef;
}

/*.search_active .social_icons_list .header_search_icon:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  bottom: -1px;
  left: 12px;
  z-index: 111;
}*/
.top_header_tools_holder .header_items_line {
    margin-top: 0;
}

.social_icons_list .header_search_icon {
    position: relative;
}
.social_icons_list .header_search_icon form {
    margin: 0;
    border: 1px solid #ddd;
    position:absolute;
    right: 0;
    width: 0;
    top: 38px;
    display: none;
    left: auto;
}
.top_header_tools_holder.search_active .header_search_icon form {
  display: inline-block;
  min-width: 0;
}
.search_bar_mobile {
  display: none;
  height: 0;
}
.header_search_icon_mobile {
  display: none;
}
.social_icons_list .header_search_icon input {
    border: none !important;

    margin: 0 !important;
    height: 37px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 36px !important;
    padding-top: 0;
    border-radius: unset;
    padding-bottom: 0;
}
.search#searchform button {
  display: none;
}

.search_bar_mobile {
  color: #7A7A7A;
    border-bottom: 2px solid #F1F1F1;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}
.search_bar_mobile form {
  position: relative;
}

.header_search_icon_mobile.search_inactive i {
	color: #fff !important;
}
.header_search_icon_mobile i {
	color: #7A7A7A !important;
}
.search_bar_mobile .search#searchform button {
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 20px;
    height: 36px;
    right: 0;
    background: #26bdef;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    font-size: 13px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
.social_icons_list .header_search_icon i, .social_icons_list .header_search_icon_mobile i {
    font-size: 13px;
    padding: 9px 9px 9px;
    display: inline-block;
    line-height: 20px;
    color: #fff;
}


.widget_container h3 {
    border-bottom: 4px solid #eee;
}

.widget_container > ul > li {
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}

.widget_container > ul > li > a {
    color: #555;
}

.widget_container > ul > li > a:hover {
    color: #0088cc;
}

.widget_container .menu > li {
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}
.widget_container .menu > li:last-child {
  border: none;
}
.widget_container .menu > li > a {
    color: #555;
}

.widget_container .menu > li > a:hover {
    color: #0088cc;
}


.site_secondary_footer .social_icons_list > li > a {
    width: 20px;
    height: 20px;
    color: #FFF;
    padding: 4px 1px 4px 7px;
    font-size: 16px;
}

.team_social_list .icon-mail, .author_social_profiles .icon-globe {
  color: #888;
}
.team_social_list .icon-twitter, .author_social_profiles .icon-twitter {
    color: #00aced;
}

.team_social_list .icon-facebook, .author_social_profiles .icon-facebook {
    color: #365AB4;
}

.counter_icon.facebook_counter_icon .icon-facebook {
    color: #fff;
}

.team_social_list .icon-gplus, .author_social_profiles .icon-gplus {
    color: #C52615;
}
.team_social_list .icon-linkedin, .author_social_profiles .icon-linkedin {
    color: #75CAFE;
}

.team_social_list .icon-pinterest, .author_social_profiles .icon-pinterest {
  color: #cb2027;
}
.icon-rss.top_menu_icon {
    color: #F96C12;
}

.social_icons_list > li > a:hover i {
    color: #FFF;
}
.thumbnails>li {
    margin-bottom: 40px;
}
.header_items_line {
    margin: 5px 0;
}

.below_header {
    padding: 10px 0 30px;
    background-color: #fff;
}

.logo {
    font-size: 18px;
    float: left;
    padding-right: 28px;
}

.logo h1 {
    font-size: 44px;
    margin-bottom: 0;
    line-height: 30px;
    color: #222;
    margin-top: 0;
}

.logo span {
    margin-top: 8px;
    display: block;
}

.logo a {
    color: #26bdef;
}

.main_nav {
    float: right;
}

.main_nav .nav {
    margin-right: 0;
}

.main_navbar {
    margin-top: 22px;
    width: auto!important;
    margin-bottom: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}

.mobile.primary_menu.visible-phone.visible-tablet.pull-right {
    margin-top: 40px;
}

.below_header .navbar .nav > .active > a, .below_header .navbar .nav > .active > a:hover, .below_header .navbar .nav > .active > a:focus, .below_header .navbar .nav > li > a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    text-shadow: none;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;

}

.below_header .navbar .nav > .current-menu-item > a {
    color: #26bdef;
}

.new_section {
    margin-top: 40px;
}

.another_projects.new_section {
    background-color: #FAFAFA;
    padding: 30px;
    margin-bottom: -40px;
    border-top: 1px solid #DDD;
}

.another_projects.new_section .portfolio_info {
    background-color: #fff;
}
.another_projects.new_section .portfolio_item:hover .portfolio_info {
    background-color: #f1f1f1;
}

.another_projects.new_section .page_header_title {
    border-bottom: 2px solid #26BDEF;
    padding-bottom: 12px;
}
.aq_block {

}
.new_section:first-child {
    margin-top: 0;
}

.service_icon {
    text-align: center;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    padding-bottom: 16px;
}


.site_middle_content {
    border-top: 1px solid #eee;
}

.service_icon a {
    font-size: 26px;
    color: #26bdef;
    margin-top: 21px;
    display: block;
}

.services_info h3 {
    text-align: center;
    color: #555;
    margin: 6px 0;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 26px;
}
.portfolio_overlay {
    position: absolute;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.0;
    zoom: 1;
    filter: alpha(opacity=0);
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.portfolio_thumbnail img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
}

.portfolio_item:hover .portfolio_thumbnail .center-bar a {
    opacity: 1;
}

.portfolio_item:hover .portfolio_overlay {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.services_info p {
    text-align: center;
}

.push_button {
    background-color: #26BDEF;
    color: #FFF;
}

.push_button .container {
    position: relative;
}

.push_button_image {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.push_button_button {
    padding-top: 9px;
    float: right;
    height: 100%;
}
.push_button_button.for_mobile {
    display: none;
}
.push_button_content {
    margin: 45px 40px;
    position: relative;
}

.push_button_info p {
    font-size: 14px;
}

.portfolio_item {
    position: relative;
}

.portfolio_info {
    padding: 21px 0px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #EEE;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
    background-color: #FAFAFA;

}

.portfolio_item:hover .portfolio_info {
    border-bottom: 1px solid #26BDEF;
    background-color: #F8F8F8;
}

.portfolio_info h5 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: bold;
}
.portfolio_time {
    margin-top: 10px;
}

.portfolio_info .portfolio_category a {
    color: #999;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f6f6f6;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.thumbnail.portfolio_item {
    padding: 10px;
}
.thumbnail.team_item {
    padding: 10px;
}
.thumbnail {
    display: block;
    line-height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2px;
    background-color: #f6f6f6;}

.accordion-toggle , .accordion-toggle:hover {
    border: 1px solid #DDD;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight: 700;
    color: #777;
}

.span12.service_item {
}

.accordion-inner {
    border-top: 0;
}

.accordion-group {
    border: 0;
}

.blog_thumbnail img {
    border-bottom: 4px solid #26bdef;
}

.blog_format {
    float: left;
    background-color: #26bdef;
    padding: 10px 20px 12px;
    color: #fff;
    font-size: 20px;
}

.blog_text {
    overflow: hidden;
    padding-left: 12px;
}

.single .blog_title.title_no_meta h3, .single_blog .blog_info_box h3 {
  line-height: 54px;
  margin-bottom: 10px;
}

.single .blog_title.title_no_meta_no_icon h3 {
  line-height: 22px;
  margin-bottom: 10px;
}

.blog_title h4 {
    margin-bottom: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.blog_post {
    margin-bottom: 30px;
}

.blog_post:last-child {
    margin-bottom: 0px;
}

.new_content {
    margin-bottom: 30px;
}

.new_content:last-child {
    margin-bottom: 0;
}

.site_footer {
    background-color: #2B2B2B;
    color: #fff;
    padding: 40px 0 10px;
    font-size: 12px;
    position: relative;
}


.site_footer .page-header {
    border-bottom: 0;
}

.site_footer .thumbnail {
    border: 1px solid #535353;
}


.site_secondary_footer {
    background-color: #222;;
    color: #BBB;
    border-top: 1px solid #3c3c3c;
    font-size: 12px;

}

.secondary_footer_container {
    padding: 24px 0;
}

.widget_container .tweet_list li:first-child {
    padding-top: 0;
}

.testimonial_box {
    background-color: #666;
    padding: 8px 20px 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    margin-top: 24px;
}

.testimonials_quotation {
    font-size: 100px;
    font-weight: bold;
    position: absolute;
}

.testimonial_box::after {
    content: '';
    display: inline-block;
    border-left: 26px solid transparent;
    border-top: 26px solid #666;
    position: absolute;
    bottom: -26px;
    left: 40px;
}

.testimonial_url {
    color: #65707b;
}

.testimonials_author {
    margin-top: 26px;
}

.testimonial_name {
    font-weight: bold;
    font-size: 18px;
}

.testimonial_job {
    margin-left: 4px;
}
.testimonials_area span4 {
  width:
}
.flexslider {
    border: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
}

.flexslider .slides > li {
    position: relative;
}

.slider_caption {
    position: absolute;
    top: 100px;
}

.control_slider, #control_slider {
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider_caption h2 {
    background: #fff;
    float: left;
    clear: both;
    color: #26bdef;
    padding: 10px 20px;

}

.slider_caption p {
    float: left;
    clear: both;
    background-color: #26bdef;
    color: #fff;
    padding: 15px 20px;
    max-width: 60%;
}

.clients_list li img {
    /*float:left;*/
    width: 100%;
}

.clients_list li {
    /*float: left;*/
    padding: 10px 0px;
    margin: 0;
}

.clients_list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: block;
}
.owl-nav {
  display: none;
}
.company_profile {
    width: 53px;
    float: left;
    margin: 0px 12px 0 0;
}

.post_thumbnail {
    float: left;
    margin-right: 10px;
}

.widget_container .post_thumbnail img {
    width: 40px;
    height: 40px;
}

.post_title h6 {
    margin-top: 0;
}

.post_row {
    clear: both;
    margin-bottom: 16px;
}
.carousel {
    position: relative;
    margin-bottom: 0px;
}
.list_carousel.responsive {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.list_carousel {
    position: relative;
}

.list_carousel li {
    display: block;
    float: left;
    font-size: 13px;
    color: #686868;
    line-height: 22px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.testimonials_author .thumbnail {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: left;
    width: 50px;
    margin-right: 10px;
}
.tetimonials_namejob {
    margin-top: 40px;
    float: left;
}

.cars_arrow_control {
    float: right;
    margin-top: 0px;
    margin-left: 4px;
    color: #777;
    font-size: 18px;
    background-color: #F1F1F1;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 28px;
    border-radius: 1px;
    cursor: pointer;
}

.cars_arrow_control:hover {
    background-color: #26bdef;
    color: #fff;

}

.cars_nav_control {
    float: right;
    font-size: 18px;
    margin-top: 3px;
    cursor: pointer;
    width: 12px;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #fff!important;
    width: 35px;
    background-color: #ACACAC;
    height: 35px;
    border-radius: 58px;
    -moz-border-radius: 58px;
    -webkit-border-radius: 58px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: center;
    line-height: 34px;
}

.cars_nav_control:hover {
    background-color: #26bdef;

}

.right_nav_arrow {

    margin-left: 8px;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}
.right_nav_arrow:hover {
    border-top-left-radius: 58px;
    -moz-border-top-left-radius: 58px;
    -webkit-border-top-left-radius: 58px;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.left_nav_arrow {

    margin-right: 8px;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.left_nav_arrow:hover {
    border-top-right-radius: 58px;
    -moz-border-top-right-radius: 58px;
    -webkit-border-top-right-radius: 58px;
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.cars_portfolio_control {
    float: right;
    font-size: 20px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #D3D3D3;
}


.portfolio_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #038FAA;
    color: white;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 15px;
    font-size: 30px;
}

.icon-spin {
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.portfolio_thumbnail {
    position:relative;
    zoom:1;
    display:block;
}

.portfolio_icon.lefted-icon {

}

.portfolio_thumbnail .center-bar {
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    width: 100%;
}

.portfolio_thumbnail .center-bar a {
    display: inline-block;
    margin: 0 3px;
    color: white;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 14px 10px;
    font-size: 16px;
    width: 26px;
    border: 3px solid #26BDEF;
    opacity: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    background-color: #26bdef;;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
}

.portfolio_item:hover .portfolio_thumbnail .center-bar a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.he-view,.he-zoom
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    visibility:hidden;
}

.he-view-show
{
    visibility:visible;
}

.a0,.a1,.a2,.a3,.a4,.a5,.a6,.a7{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -ms-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
}
.a1
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}
.a2
{
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}


@-webkit-keyframes elasticInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -webkit-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -webkit-animation-timing-function:ease-in-out;
}
80% {
    -webkit-transform: translateY(-10px);
    -webkit-animation-timing-function:ease-in-out;
}
100% {
    -webkit-transform: translateY(0);
}
}
@-moz-keyframes elasticInDown {
    0% {
    opacity: 0;
    -moz-transform: translateY(-1000px);
    -moz-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -moz-transform: translateY(30px);
    -moz-animation-timing-function:ease-in-out;
}
80% {
    -moz-transform: translateY(-10px);
    -moz-animation-timing-function:ease-in-out;
}
100% {
    -moz-transform: translateY(0);
}
}
@-o-keyframes elasticInDown {
    0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    -o-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -o-transform: translateY(30px);
    -o-animation-timing-function:ease-in-out;
}
80% {
    -o-transform: translateY(-10px);
    -o-animation-timing-function:ease-in-out;
}
100% {
    -o-transform: translateY(0);
}
}
@keyframes elasticInDown {
    0% {
    opacity: 0;
    transform: translateY(-1000px);
    animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    transform: translateY(30px);
    animation-timing-function:ease-in-out;
}
80% {
    transform: translateY(-10px);
    animation-timing-function:ease-in-out;
}
100% {
    transform: translateY(0);
}
}
.elasticInDown {
    -webkit-animation-name: elasticInDown;
    -moz-animation-name: elasticInDown;
    -o-animation-name: elasticInDown;
    animation-name: elasticInDown;
}

@-webkit-keyframes elasticInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -webkit-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -webkit-animation-timing-function:ease-in-out;
}
80% {
    -webkit-transform: translateY(10px);
    -webkit-animation-timing-function:ease-in-out;
}
100% {
    -webkit-transform: translateY(0);
}
}
@-moz-keyframes elasticInUp {
    0% {
    opacity: 0;
    -moz-transform: translateY(1000px);
    -moz-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
    -moz-animation-timing-function:ease-in-out;
}
80% {
    -moz-transform: translateY(10px);
    -moz-animation-timing-function:ease-in-out;
}
100% {
    -moz-transform: translateY(0);
}
}
@-o-keyframes elasticInUp {
    0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    -o-animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    -o-transform: translateY(-30px);
    -o-animation-timing-function:ease-in-out;
}
80% {
    -o-transform: translateY(10px);
    -o-animation-timing-function:ease-in-out;
}
100% {
    -o-transform: translateY(0);
}
}
@keyframes elasticInUp {
    0% {
    opacity: 0;
    transform: translateY(1000px);
    animation-timing-function:ease-in-out;
}
60% {
    opacity: 1;
    transform: translateY(-30px);
    animation-timing-function:ease-in-out;
}
80% {
    transform: translateY(10px);
    animation-timing-function:ease-in-out;
}
100% {
    transform: translateY(0);
}
}
.elasticInUp {
    -webkit-animation-name: elasticInUp;
    -moz-animation-name: elasticInUp;
    -o-animation-name: elasticInUp;
    animation-name: elasticInUp;
}

@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity:1;
}
}
@-moz-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity:1;
}
}
@-o-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity:1;
}
}
@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity:1;
}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
animation-duration: 1s;
}

@-webkit-keyframes portfolio_fadein {
    0% {
    opacity: 0.4;
}
100% {
    opacity:1;
}
}
@-moz-keyframes portfolio_fadein {
    0% {
    opacity: 0.4;
}
100% {
    opacity:1;
}
}
@-o-keyframes portfolio_fadein {
    0% {
    opacity: 0.4;
}
100% {
    opacity:1;
}
}
@keyframes portfolio_fadein {
    0% {
    opacity: 0.4;
}
100% {
    opacity:1;
}
}
.portfolio_fadein {
    -webkit-animation-name: portfolio_fadein;
    -moz-animation-name: portfolio_fadein;
    -o-animation-name: portfolio_fadein;
    animation-name: portfolio_fadein;
    -webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
}

@-webkit-keyframes portfolio_fadeout {
    0% {opacity: 1;}
    100% {opacity: 0.4;}
}
@-moz-keyframes portfolio_fadeout {
  0% {opacity: 1;}
  100% {opacity: 0.4;}
}
@-o-keyframes portfolio_fadeout {
  0% {opacity: 1;}
  100% {opacity: 0.4;}
}
@keyframes portfolio_fadeout{
    0% {opacity: 1;}
    100% {opacity: 0.4;}
}

@-webkit-keyframes pagination_hide {
    0% {opacity: 1; height: auto;}
    100% {opacity: 0; height: 0}
}
@keyframes pagination_hide {
    0% {opacity: 1; height: auto;}
    100% {opacity: 0.4; height: 0;}
}

.pagination_hide.pagination {
  -webkit-animation-name: pagination_hide;
  animation-name: pagination_hide;
  -webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
height: 0;
overflow: hidden;
    -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
}
.portfolio_fadeout {
    -webkit-animation-name: portfolio_fadeout;
    animation-name: portfolio_fadeout;
    -webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
opacity: 0.4;
}
.social_share {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;

}

.socialbutton {
    float: left;
    margin-right: 0;
}

.social_share .fbshare {
    margin-right: 24px;
    float: none;
    margin-bottom: 6px;
}

.pinit.socialbutton {
    margin-top: -3px;
}

.blog_banner {
    margin-bottom: 30px;
}

.blog_post_banner img {
  min-width: 100%;
}

.blog_info {
    margin-bottom: 20px;
}

.single.single-post .blog_info {
    margin-bottom: 0px;
}
.blog_type {
    float: left;
    background-color: #26bdef;
    color: white;
    padding: 9px 15px;
    font-size: 14px;
    margin-right: 16px;
}
.meta_text {
    font-size: 12px;
    font-style: italic;
    color: #999;
}
.meta_icon{
    font-size: 14px;
    color: #c9c9c9;
}
.meta_item {
    margin-right: 12px;
    color: #aaa;
    font-size: 13px;
}
.meta_item a {
    color: #888;
}
.portfolio_details_item a {
    color: #888;
}
.blog_heading {
    overflow: hidden;
}

.blog_title h3 {
    margin: 0;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.blog_page .blog_description {
    color: #999;
    margin-top: 14px;
}

.post_date_thumbnail {
    float: left;
    width: 140px;
    padding: 0px 0;
    text-align: center;
}
.post_date_thumbnail img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.post_details {
    margin-left: 160px;
}

.the_blog_post {
    margin-bottom: 40px;
}

.the_blog_post:last-child {
    margin-bottom: 0;
}

.blog_day, .blog_month {
    display: block;
}

.blog_month {
    background-color: #26bdef;
    color: white;
    padding: 4px 0;
}

.blog_day {
    padding: 8px 0;
    background-color: #f5f5f5;
}

.accordion-inner {
    padding: 10px;
}

.portfolio_cars , .team_cars, ul.testy_carousel, .clients_list {
    display: none;
}
.portfolio_cars .owl-stage-outer, .team_cars .owl-stage-outer, ul.testy_carousel .owl-stage-outer, .clients_list .owl-stage-outer {
    border-radius: 4px;
    overflow: hidden;
}

/*.portfolio_carousel > .carousel > .row-fluid {
    margin-left: -8px!important;
    margin-right: -8px!important;
}*/

.the_portfolio_list_li_div {
    display: block;
    float: left;
    /*max-width: 320px;*/
    /*padding-left: 8px;
    padding-right: 8px;*/
}

.site_footer h4 {
    font-size: 16px;
    line-height: 20px;
}

.blog_page.blog_posts .blog_post {
    padding-bottom: 40px;
    margin-bottom: 40px;
}


.blog_page.blog_posts .blog_post:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog_title a {
    color: #333;
}

.blog_info_box {
    border-top: 1px solid #F3F3F3;
    margin-top: 10px;
    border-bottom: 1px solid #F3F3F3;
    overflow: hidden;
}

.blog_page .blog_info_box {
}
.post_list.itswidget .post_info {
    margin-left: 60px;
}

.post_list.itswidget .meta_item {
    font-size: 11px;
}

.post_list.itswidget .post_title h6 {
    margin-bottom: 0;
}


.sticky , .gallery-caption, .bypostauthor {}

.single_blog .blog_info_box {
    margin-bottom: 30px;
    border: none;
}

.blog_box_item {
    float: left;
    margin-top: 7px;
    padding-right: 12px;
    margin-bottom: 6px;
}

.blog_box_item:last-child {
    border-right: 0;
}

.blog_box_item.post_type_box_item {
    color: #26BDEF;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #26BDEF;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.blog_post_tags {
    margin-top: 19px;
}
.blog_post_tags a {
    font-size: 12px!important;
    padding: 4px 8px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 7px;
    background-color: #EEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #999;
}

.author_image {
    float: left;
    margin-right: 20px;
}

.author_name h4 {
    margin-top: 0;
}

.author_info_box {
    border: 1px solid #eee;
    padding: 10px;
    background: #FAFAFA;
}

.author_info {
    overflow: hidden;
}

.author_social_profiles li {
    float: left;
    margin-right: 10px;
    list-style: none;
}


.commenter_photo {
    width: 80px;
    height: 80px;
}

.comment_body {

}
.comment_body .media-heading {
    margin: 0 0 0px;
}

.commenter img {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 70px;
}

ul.children {
    margin-top: 36px;
}

ul.children ul.children  {
    margin-top: 20px;
}

ul.children .commenter img {
    width: 50px;

}

ul.children .comment_body {
    padding: 10px;
    min-height: 60px;
    background-color: #FAFAFA;
}

.the_comment.comment {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 30px;
}

ul.children .the_comment.comment {
    border-bottom: none;
    padding-bottom: 0;
}

.comment_body p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 12px;
}

.commenter {
    position: relative;
}


.commenter_name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}

.media>.pull-left {
    margin-right: 22px;
}

.comment_info {
    font-size: 11px;
    font-style: italic;
    color: #919191;
    line-height: 0;
    margin-bottom: 18px;
}

.comment_info  a {
    color: #919191;
}

a.comment-reply-link {
    color: #26bdef;
}

.the_comment {
    margin-top: 30px;
}

.the_comment:first-child {
    margin-top: 0px;
}

.comment_form {
    margin-top: 20px;
}

.text_banner {
    background-color: #26bdef;
    color: #FFF;
    padding: 10px 20px;
}

.text_banner h3, .text_banner h3 a {
    font-weight: normal;
    color: #FFF;
}

.text_banner h2 {
    color: #FFF;
}

.widget_container h3 {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 22px;
    color: #333;
    font-size: 16px;
}

.site_footer .widget_container h3 {
    color: #fff;
}

.main_nav .dropdown-menu>.active>a {
    background: none;
    background-color: inherit;
    color: inherit;
}

.menu_icon {
    color: #f0f0f0;
    clear: both;
    display: block;
    font-size: 28px;
    text-align: center;
    margin-bottom: 6px;
}

.fixed_header .menu_icon {
  font-size: 0 !important;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.main_navbar.navbar .nav>li:hover .menu_icon {
    color: #26bdef;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
}
.below_header .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color:transparent;
    color: #222;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #26bdef;
    border-bottom-color: #26bdef;
    display: none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
    text-decoration: none;
    color: #26bdef;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
    background-color:transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d181f', endColorstr='#00100d11', GradientType=0);
}

.dropdown-submenu:hover > a::after {
    border-left-color: #ccc;
}

.widget_container  li{
    list-style: none;
    line-height: 20px;
    margin-bottom: 12px;
}
.widget_container  li:last-child{
    margin-bottom: 0px;
}

.widget_container .twitter_list  li::before {
    content:no-open-quote;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    display: block;
    margin-right: 0px;
    float: left;
    overflow: hidden;
    height: 30px;
    color: #CCC;
}

.widget_container .twitter_list  li{
    list-style: none;
    line-height: 20px;
    margin-bottom: 2px;
}

twitter_list
.widget_title h4 {
    margin-top: 0;
}

.team_social_bar {
    padding-top: 16px;
    text-align: center;
}

.team_social_bar .team_social_list{
    display: inline-block;
}

.team_social_bar .team_social_list li{
    margin-right: 12px;
}

.team_social_bar .team_social_list i{
    font-size: 18px;
}

.block-aq_column_block > .row-fluid.aq-block {
    margin-bottom: 20px;
}

.block-aq_column_block > .row-fluid.aq-block:last-child {
    margin-bottom: 0px;
}

.inner_container.thumbnail {
    line-height: 12px;
}

.accordion-heading a {
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 10px 16px;
}

.thumbnail {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.accordion-toggle, .accordion-toggle:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.widget_container {
    margin-bottom:32px;
}
.widget_container:last-child {
    margin-bottom: 0px;
}

.site_footer .widget_container {
    margin-top:14px;
    margin-bottom: 0px;
}

.accordion .toggle-group {
    margin-bottom: 8px;
}

.toggle-group {
    margin-bottom: 8px;
}

.accordion .toggle-group:last-child {
    margin-bottom: 0px;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
}

.post-tooltip {
    border-bottom: 1px #666 dotted;
    color: #26bdef;
}

.clients_list .post-tooltip {
    color: #26bdef;
}

a.thumbnail:hover {
    border-color: #999;
}

.site_footer a.thumbnail:hover {
    border-color: #1D181F;
}

.read_more_link.read_more_button {
    margin-top: 14px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFF;
    color: #CBCBCB;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 8px 16px 8px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #E1E1E1;
    height: auto;
}


.divider_icon {
    color: #26bdef
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.input-append .add-on, .input-prepend .add-on {
    text-shadow: 0 1px 0 #FFF;
    background-color: #26bdef;
    border: 1px solid #26bdef;
    color: #FFF;
}

.search_text {
    border-left: 0!important;
    border-color: #F1F1F1!important;
    height: 36px!important;
}

.search_addon {
    height: 25px!important;
    padding-top: 5px!important;
}

.widget_container .post_row {
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 12px;
}

.site_footer .widget_container > ul > li > a {
color: #26bdef;
}

.site_footer .widget_container > ul > li {
border-bottom: 1px solid #3a3a3a;
padding-bottom: 12px;
}

.tweet_name {
margin-right: 6px;
}
.site_footer .widget_container .post_row {
    border-bottom: 1px solid #3a3a3a;
}

.site_footer .post_list.itswidget .post_title h6 {
color: #fff;
}

.widget_container > ul > li:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}

.tagcloud a {
    font-size: 12px!important;
    padding: 5px 8px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 7px;
    background-color: #EEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #999;
}

.site_footer .tagcloud a {
    border: 1px solid #555;
    background-color: #555;
    color: #ccc;
}

.widget_container h4 {
    font-size: 16px;
    line-height: 20px;
}

.blog_main_content {
    padding-right: 22px;
    border-right: 1px solid #f1f1f1;
}

.pagination {
    margin-bottom: 0;
    border-top: 1px solid #EEE;
    padding-top: 20px;
}

.comment_form form {
    margin-bottom: 0;
}

.comment_form form input[type="submit"], p.form-submit {
    margin-bottom: 0;
}

.single_blog .blog_description {
    line-height: 24px;
}

.counter_users_word {
    font-size: 12px;
    padding-top: 4px;
    display: block;
    line-height: 1em;
    padding-left: 60px;
    color: #999;
}

.counter_number {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    padding-left: 60px;
    padding-top: 0;
}
.social_counter {
    margin-bottom: 8px;
}
.counter_icon {
    padding: 0;
    margin: 0;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 19px;
    border-radius: 2px;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
}

.counter_icon i {
  color: #fff;
}

.counter_icon.facebook_counter_icon {
    background-color: #4C66A4;
}

.counter_icon.twitter_counter_icon {
    background-color: #46D4FE;
}

.counter_icon.rss_counter_icon {
    background-color: #FFA133;
}

.page-header a {
    color: #333;
}

.pp_social .facebook {
    width: 100px;
}

.accordion-group {
    margin-bottom: 6px;
    padding: 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.side_content.pull-left {
    margin-left: 0;
}

.blog_main_content.pull-right {
    padding-right: 0;
    border-right:none;
    padding-left: 22px;
    border-left: 1px solid #F1F1F1;
}

.google_map_container .inner_container.thumbnail {
    border: none;
    padding: 0;
}

.container.new_section .google_map_container .inner_container.thumbnail {
    border: 1px solid #DDD;
    padding: 4px;
}

.wpcf7 textarea {
    margin-left: 0;
    display: inline-block;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.pullquote {
    color: #ADADAD;
    width: 250px;
    margin: 20px 0;
}

blockquote {
    color: #ADADAD;
    margin: 20px 0;
}

.pullquote.text-right {
    float: right;
    padding: 0px 20px 0px 20px;
    border-right: 4px solid #E6E6E6;
}

.pullquote.text-left {
    float: left;
    padding: 0px 20px 0px 20px;
    border-left: 4px solid #E6E6E6;
}

.copyr_text {
    text-align: right;
    margin-bottom: 10px;
    color: #CCC;
}


.tweets_ticker_section {
    background-color: #26bdef;
    color: #fff;
    border-top: 8px solid #2D3032;
    padding: 8px;
}
.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;

}

.tweet_list li {
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 12px 0;
    list-style-type: none;
}

.tweets_ticker_section .tweet_list li a {
    color: #fff;
}

.tweet_list .tweet_avatar {
    padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
    vertical-align: middle;
}

#twitterticker {
    height: 4em;
    overflow-y: hidden;
    position: relative;
}
#twitterticker ul.tweet_list {
    position: absolute;
    width: 100%;
}
#twitterticker ul.tweet_list li {
    height: 4em;
}

.quick-flickr-item img {
    width: 69px;
    float: left;
    margin: 2px;
    height: 69px;
}


.asalah_list ul {

    margin-left: 1px;
    list-style: none;
}

.nolist ul {
    margin-left: 1px;
    list-style: none;
}

.asalah_list li::before {
    font-family: fontello;
    font-weight: normal;
    font-size: 14px;
    width: 1.8em;
    text-align: left;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #26bdef;
}

.list-star ul ::before{
    content: '\e825';
}
.list-check ul ::before{
    content: "\e833";
}
.list-right ul ::before{
    content: "\eb03";
}
.list-circle ul ::before{
    content: "\e90a";
}
.list-finish ul ::before{
    content: "\e907";
}
.list-empty ul ::before{
    content: "\e908";
}
.list-hand ul ::before{
    content: '\e8ba';
}

.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
}

.vertical_tab .nav-tabs {
    border-bottom: none;
    float: left;
    margin-bottom: 20px;
}

.vertical_tab  .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    margin-right: -1px;
}

.vertical_tab  .nav-tabs>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 20px;
    border-right: 1px solid #e2e2e2;
    background: -moz-linear-gradient(left,  rgba(254,255,255,0) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,255,0)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
    border-left: 3px solid #FFF;
    color: #898989;
}

.vertical_tab  .nav-tabs>.active>a, .vertical_tab  .nav-tabs>.active>a:hover, .vertical_tab  .nav-tabs>.active>a:focus, .vertical_tab .nav-tabs>li>a:hover {
    color: #26bdef;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-right-color: rgba(0, 0, 0, 0);
    cursor: default;
    border-left: 3px solid #26bdef;
}

.vertical_tab .nav-tabs>li>a:hover {
    border-left: 3px solid #f7f7f7;
}

.vertical_tab .tab-content {
    padding-left: 20px;
    border-left: 1px solid #E2E2E2;
}

.horizontal_tab  .nav-tabs>li>a {
    border-top: 3px solid #FFF;
    background: -moz-linear-gradient(top,  rgba(254,255,255,0) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,0)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,0) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00feffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    color: #898989;
}

.horizontal_tab  .nav-tabs>.active>a, .horizontal_tab  .nav-tabs>.active>a:hover, .horizontal_tab  .nav-tabs>.active>a:focus, .horizontal_tab .nav-tabs>li>a:hover {
    color: #26bdef;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default;
    border-top: 3px solid #26bdef;
}

.horizontal_tab .nav-tabs>li>a:hover {
    border-top: 3px solid #f7f7f7;
}



.dropdown-menu {

    border-bottom: 4px solid #26bdef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu > li {
    padding: 5px 0;
    margin: 0 0px;
}

.sidebar-nav {
    padding: 9px 0;
}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.default_logo {
    display: block;
}
.retina_logo {
    display: none;
}

.full_width_project_details .portfolio_section_title .page-header {
    margin-top: 16px;
}



::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);*/
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    background-color: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #26bdef;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    /*-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);*/
}

::-webkit-scrollbar-thumb:window-inactive {
}

.cars_portfolio_control {
    padding-bottom: 0px!important;
    border-bottom: none!important;
    color: #26bdef;
}








.loader_container {
    background-color: #f7f7f7;
    position: relative;
    padding: 20px;
    color:#fff;
}

.loader_container  .widget_container h3 {
    color: #fff;
    margin-bottom: 10px;
}

.loader_container  strong {
    color: #fff;
}

.sliding_item {
    margin-top: 6px;
    margin-left: 16px;
    position: relative;
    cursor: pointer;
    float: left;
}

.sliding_arrow {
    position: relative;
}

.sliding_arrow::after {
    content: '';
    display:inline-block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #26bdef;
    position: absolute;
    bottom: -28px;
    right: 4px;
}

.social {
    float: right;
    list-style: none;
}

#slide_social .social {
    margin: 16px 0;
}

.social li {
    display: inline-block;
    text-indent: -999em;
}

.social li a {
    line-height: 28px;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    background-image: url(img/social.png);
    background-repeat: no-repeat;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2C2C2C;
    -webkit-transition: border-radius 0.3s ease-out;
    -moz-transition: border-radius 0.3s ease-out;
    -ms-transition: border-radius 0.3s ease-out;
    -o-transition: border-radius 0.3s ease-out;
    transition: border-radius 0.3s ease-out;
    border-top-right-radius: 0px;
}

.social li:first-child a {
    margin-left: 0;
}

.social li a:hover {
    border-top-right-radius: 16px;

}

.social li a.twitter {
    background-position: -32px 0;
}

.social li a.linkedin {
    background-position: -192px 0;
}

.social li a.flickr {
    background-position: -64px 0;
}

.social li a.lastfm {
    background-position: -160px 0;
}

.social li a.vimeo {
    background-position: -224px 0;
}

#slide_search .search {
    margin: 7px 0 0;
}

.slide_content .btn {
    background-color: hsl(0, 0%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
    background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
    background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
    background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
    background-image: -o-linear-gradient(top, #5b5b5b, #282828);
    background-image: linear-gradient(#5b5b5b, #282828);
    border-color: #282828 #282828 hsl(0, 0%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.slider_items_container .sliding_icon {
    font-size: 14px;
    color: #333;
}
.hidden {
    display: none;
}

.clients_list li > a {
    border: none;
    -o-transition: all  0.15s ease-in;
    -webkit-transition: all  0.15s ease-in;
    -moz-transition: all  0.15s ease-in;
    transition: all  0.15s ease-in;
    padding: 6px;
}

.clients_list > li a:hover {
    border: 1px solid #26bdef;
}

.page_title_holder .page_info {
    float: left;
}

.page_nav {
    margin-top: 20px;
}

.site_footer .search_text {
    border: 1px solid #666!important;
    background-color: transparent;
    padding: 8px 7px;
    color: #fff;
}

.search_text {
    border: 1px solid #DDD!important;
    background-color: rgba(0, 0, 0, 0);
    padding: 18px 7px;
}

.team_social_bar .team_social_list li::before {
    content: none;
}

.current-menu-item > a, .current_page_item > a, .current-menu-ancestor > a, .current-menu-parent > a, .current_page_parent > a , .current_page_ancestor > a {
    color: #777!important;
    text-shadow:none!important;
}


.progress { height: 30px; }

.portfolio_skills_content .progress {
    height: 20px;
}
.fullwidth_aq_map_block, .fullwidth_aq_rev_block, .fullwidth_aq_action_block {
    padding-left: 0;
    padding-right: 0;
}

.fullwidth_aq_rev_block {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;

}
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.gototop {
    display: none;
}

.hidden_header {
  display: none;
  padding: 0;
}
@media (min-width: 769px) {
    .fixed_header {
        position: fixed;
        padding: 12px 0;
        z-index: 999;
        top: 0;
        border-bottom: 1px solid #DDD;
        width: 100%;
        opacity: 0.95;
        z-index: 9999;
    }

    .hidden_header.fixed_header {
      position: relative;
      top: 0 !important;
    }

    .hidden_header.show {
      display: block !important;
    }

    .fixed_header .logo img {
        height: 50px;
        width: auto;
    }

    .fixed_header .main_navbar {
        margin-top: 8px!important;
    }


    .fixed_header .mobile.primary_menu.visible-phone.visible-tablet.pull-right {
        margin-top: 8px;
    }


    /*.fixed_header .menu_icon {
        display: none;
    }*/
    .below_header.absolute_header {
      position: absolute;
      z-index: 9999;
      top: 42px;
    }

    .below_header.hidden_header {
      display: none;
      opacity: 0;
    }



    /*.fixed_header, .below_header {
        -o-transition: font-size font-weight height border margin padding 0.5s ease-in;
        -webkit-transition: font-size 0.5s ease-in, font-weight 0.5s ease-in, height 0.5s ease-in, border 0.5s ease-in, margin 0.5s ease-in, padding 0.5s ease-in;
        -moz-transition: font-size 0.5s ease-in, font-weight 0.5s ease-in, height 0.5s ease-in, border 0.5s ease-in, margin 0.5s ease-in, padding 0.5s ease-in, 0.5s ease-in;
        transition: font-size 0.5s ease-in, font-weight 0.5s ease-in, height 0.5s ease-in, border 0.5s ease-in, margin 0.5s ease-in, padding 0.5s ease-in;
    }*/

    .gototop {
        margin-top: 11px!important;
        margin-left: 24px;
        background-color: #26BDEF;
        color: #FFF;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 31px;
        width: 33px;
        text-align: center;
        cursor: pointer;
        line-height: 30px;
        overflow: hidden;
    }

    .fixed_header .gototop {
      display: block;
    }
    .fixed_header .header_search_icon {
        margin-top: 11px!important;
        margin-left: 24px;
        background-color: #26BDEF;
        color: #FFF;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 31px;
        width: 33px;
        text-align: center;
        cursor: pointer;
        line-height: 30px;
        overflow: hidden;
        float: right;
        z-index: 99;
    }
    #below_header .header_search_icon {
      display: none;
    }
    #below_header.fixed_header .header_search_icon {
      display: block;
    }

    #below_header.fixed_header .header_search_icon {
        position: relative;
    }
    #below_header.fixed_header .header_search_icon form {
        margin: 0;
        border: 1px solid #ddd;
        position:absolute;
        right: 0;
        width: 150px;
        top: 38px;
        display: none;
        left: auto;
    }
    #below_header.fixed_header .header_search_icon input {
        border: none !important;

        margin: 0 !important;
        height: 37px;
        display: inline-block;
        font-size: 15px;
        color: #333;
        overflow: hidden;
        height: 36px !important;
        padding-top: 0;
        border-radius: unset;
        padding-bottom: 0;
    }
    .fixed_header .logo {
        margin-top: 0!important;
    }

    .admin-bar .fixed_header {
        top: 28px;
    }

}

.shadow_separator {
    height: 12px;
    background-image:url(img/bottom_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 960px;
}

.header_container {
    position: relative;
}

.header_shadow_separator {
    height: 12px;
    background-image: url(img/bottom_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: -10px;
    z-index: 999;
    background-size: 960px;
}

.footer_shadow_separator {
    height: 12px;
    background-image: url(img/bottom_shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1px;
    z-index: 999;
    background-size: 960px;
}

.fixed_header .header_shadow_separator {
    display: none;
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #26BDEF;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    line-height: 80px;
}


/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background-color: #26bdef;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
    color: #fff;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover {
    color: #26bdef;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.read_more_link.read_more_button a {
    color: #FFF;
}

.read_more_link.read_more_button a:hover {
    color: #333;
}

/* General button style (reset) */
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 3 */
.btn-3 {
    background-color: #26bdef;
    color: #fff;
}

.btn-3:hover {
    background-color: #26bdef;
}

.btn-3:active {
    background-color: #26bdef;
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    width: 60px;
}

/* Button 3e */
.btn-3e {
    padding: 10px 60px 10px 20px;
    overflow: hidden;
}

.btn-3e:before {
    left: auto;
    right: 0px;
    z-index: 2;
}

.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.btn-3e:hover:after {
    width: 40%;
}

.main_content aside .widget_nav_menu ul > li {

    margin-bottom: 1px;
    background-color: #f5f5f5;
}

.main_content aside .widget_nav_menu ul > li > a {
    color: #929292;
    display: inline-block;
    width: 92%;
    padding: 14px 4%;
}

.main_content aside .widget_nav_menu ul > li:hover {
    background-color: #DDD;
}

.main_content aside .widget_nav_menu ul > li.current_page_item {
    background-color: #26bdef;
}

.main_content aside .widget_nav_menu ul > li.current_page_item > a {
    color: #fff!important;
}

.service_icon_image {
    text-align: center;
    padding-bottom: 16px;
}

.pagination ul>li>a, .pagination ul>li>span {
        padding: 9px 17px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #E6E6E6;
        border-left-width: 0;
        border-radius: 0!important;
        box-shadow: none!important;
}

/* Mega Menu Style */
.widgets_nav .new_section {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
}

.widgets_nav .page-header, .widgets_nav .page_header_title {
  font-size: 17px;
  padding-bottom: 6px;
}

.widgets_nav .new_section:first-child {
  margin-top: 0 !important;
}

.widgets_nav .page-header {
  margin-bottom: 13px;
}

.dropdown-menu.widgets_nav {
  padding: 10px;
}

.dropdown-menu.widgets_nav> li {
 margin: 0 5px !important;
 overflow: hidden;
}

.dropdown-menu.widgets_nav.left_dropdown {
  right: 0;
  left: auto;
}

.dropdown-menu.widgets_nav::before {
  left: 18px !important;
}
.dropdown-menu.widgets_nav::after {
  left: 19px !important;
}

.dropdown-menu.left_dropdown::before {
  right: 18px !important;
  left: auto !important;
}

.dropdown-menu.left_dropdown::after {
  right: 19px !important;
  left: auto !important;
}

/* before loading */

/*.portfolio_cars {
   overflow: hidden;
}

.team_cars {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}*/

/* --------
start mobile menu
------------------------------------------- */

.mobile_dropdown_arrow, .mobile_menu_button {
	display: none;
}


@media screen and (max-width: 768px) {

  .menu_icon {
    display: none;
  }

	.social_icons_list.header_social_icons {
		float: none!important;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center
	}

	.header_icons .social_icon {
		font-size: 16px;
		padding-top: 0;
	}

	.header_social_icons a {
		margin-left: 7px;
		margin-right: 7px;
	}

	.header_search {
		border-left: 0;
		border: 1px solid #eee;
		padding: 7px;
		float: none!important;
		margin-left: 0;
		margin-top: 12px;
	}

	.header_search > form.search .search_text {
		width: 150px;
		padding-right: 22px;
	}

	.header_search > form.search > i {
		position: initial;
		float: right;
		margin-top: 4px;
		margin-right: 12px;
	}

	#below_header .main_navbar,#below_header .main_nav  {
    display: none;
	}
  /*.main_nav {
    display: none;
  }*/
	.mobile_menu_button {
		border: 3px solid #f2f2f2;
		display: block;
		padding: 9px 24px;
		border-radius: 10px;
		margin-top: 30px;
    outline: none !important;
		color: #666;
		cursor: pointer;
    background-color: #fff !important;
    -webkit-tap-highlight-color: #fff;
	}

	/*.mobile_menu_button > span {
		display: block;
		line-height: 6px;
		font-size: 45px;
		text-align: right;
	}*/

	.mobile_menu_button > .mobile_menu_text {

		font-size: inherit;
		display: inline-block;
    font-family: "Open Sans",sans-serif;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
	}

	.mobile_dropdown_arrow {
		display: inline-block;
		float: right;
		width: 36px;
		text-align: center;
		height: 36px;
		line-height: 36px;
		margin-top: -7px;
		margin-right: -11px;
	}

	.mobile_menu_opened .main_navbar {
		float: none !important;
    width: 100%;
	}
  .mobile_menu_opened .main_navbar .main_nav {
		float: none !important;
    display: block !important;
    width: 100%;
	}

  .mobile_menu .main_nav {
    max-height: 250px;
    overflow: overlay;
  }
	.nav {
		margin: 0;
		display: block;
		float: none;
    width: 100%;
	}

	.mobile_menu .nav li a {
    -webkit-tap-highlight-color: #fff;
  }

	.mobile_menu .nav li {
		float: none;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    outline: none !important;
    background-color: #fff !important;
    -webkit-tap-highlight-color: #fff;
	}

	.mobile_menu.main_navbar.navbar .nav>li>a, .mobile_menu .dropdown-menu>li>a {
	  margin: 0;
    padding-right: 0 ;
    padding-left: 0 ;
	}

  .mobile_menu.navbar .nav > li  .dropdown-menu::before {
    display: none;
  }

	.mobile_menu  .nav > li  .dropdown-menu {
		float: none;
		position: initial;
		border: none !important;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

	.mobile_menu  .dropdown-menu  .dropdown-menu {
		position: initial;
		float: none;
		margin-top: auto;
		border: none;
		margin-left: 0;
	}

  .mobile_menu.main_nav .dropdown-submenu>a:after, .mobile_menu.navbar .nav>li>.dropdown-menu:before, .mobile_menu.navbar .nav>li>.dropdown-menu::after {
    display: none;
  }

	.mobile_menu  .dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
		background-color: transparent;
		color: #000;
	}

	.mobile_menu  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #000;
	}

	.mobile_menu  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #000;
	}

  .mobile_menu .nonlinkable_mega {
    display: none !important;
  }

  .mobile_menu .linkable_mega ul {
    display: none !important;
  }

  .mobile_menu .dropdown-menu li a {
  color: #888;
  font-weight: 200;
}


.mobile_menu a.dropdown-toggle > i {
  font-family: 'fontello';
  color: #777;
  font-size: 8px;
  vertical-align: middle;
  margin-left: 10px;
  padding: 10px 16px;
  z-index: 9;
  line-height: inherit;
  height: inherit;
  display: inline-block;
  height: 17.5px;
  line-height: 17.5px;
  margin-top: -11px;
  margin-bottom: -9px;
}
.mobile_menu  a.dropdown-toggle {
  padding-left: 57.5px !important;
}
.mobile_menu  a.dropdown-toggle.mega {
  padding-left: 0 !important;
}
.mobile_menu li.dropdown-submenu> a {
  padding-left: 57.4px;
}
.mobile_menu .dropdown-submenu i {
color: #888 !important;
font-size: 6px;
margin-top: 0;
margin-left: 10px;
padding: 0 18px;
z-index: 9;
vertical-align: middle;;
margin-top: -1px;
height: inherit;
display: inline-block !important;
}

.mobile_menu.main_nav .nav li:hover > .dropdown-menu {
  display: none;
}

}
/* --------
end mobile menu
------------------------------------------- */
.the_portfolio_list_li_div {
  width: inherit;
}
/* Vc Inner Column Fix */
.new_section.full_width_section {
  padding-left: 0;
  padding-right: 0;
}
.new_section.full_width_section .vc_column_container.vc_col-sm-12>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* blog list block meta style */
.the_blog_post .blog_info_box {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.the_blog_post .blog_box_item {
     margin-top: 0;
    margin-bottom: 0;
}
.the_blog_post .blog_info_box span {
    font-size: 12px;
    margin: 0;
}
.the_blog_post .blog_info_box i:before {
    margin-left: 0;
}
.vc_row a.button {
    margin-right: 2px;
    margin-left: 2px;
}

.caroufredsel_wrapper {
  cursor: default !important;
}

.caroufredsel_wrapper .center-bar a {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}