/*
Theme Name: EHI.org
Theme URI: http://themeforest.net/item/sarraty-retina-responsive-multipurpose-theme/7038266?ref=im_ahmad
Description: Wordpress Business Theme.
Version: 1.7
Author: Ahmad Salah
Author URI: http://im-ahmad.com/
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
*/


@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Asap);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@charset "utf-8";
html {
    background-color: #fff;
    position: relative;
}

body {
    background: #e9e9e9;
    font-family:'Asap', 'Open Sans', sans-serif;

    font-size: 13px;
    line-height: 20px;
    color: #555;
    overflow-x: hidden;

}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, .title, .thin_title, .thin_heading, .navbar-default .navbar-nav > li > a {
    font-family: 'Asap','Open Sans', sans-serif;
    color: #333;
}
.right{
    float:right;
}
.left{
    float:left;
}

.wrapper {
    /* padding:0 !important;*/
}

.container {
    max-width: 1210px;

}

.aq-block {
    /*padding-left:0px !important;*/
}

.aq-block-aq_tabs_block {
    padding-left:10px;
}

.nopadding-left-right {
    padding-left:0px !important;
    padding-right: 0px !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 1180px;
    }
  }

@media (max-width: 992px) {
    .invisible_header{
      display: block!important;
    }
  }

.invisible_header{
  display: none;
}


@media (min-width: 768px)
        .container {
            max-width: 750px;
        }

.fullwidth-aq-block {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.row {
    /* margin-left: 0; */
    /* margin-right: 0; */    
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    /* position: relative; */
    /* min-height: 1px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.heading {
    margin-top: 0;
}

ol {
    padding-left: 20px;
}

body.boxed_body {
    width: 1040px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    margin: 0px auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #a3c95c;
    -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:focus {
    outline: none;
    outline-offset: 0;
}

input,
textarea,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
.btn {
    outline: 0px !important;
    /* -webkit-appearance: none !important; */
    box-shadow: none !important;
}
.btn.grey{
    border: 3px solid #96b7c9 !important;
}
.extra-btns .member-link{
    margin-top:0;
    margin-left:0px;
    background:url(img/ehi_icon.png);
    display:inline-block;
    float:right;
    height:40px;
    background-repeat:no-repeat;
    padding-left :50px;
    line-height:40px;
    color:black;
}


.extra-btns {
    float: right;
    /* margin-top: 5px; */
    padding-left: 90px;
}
.extra-btns a {
    display:block;
    float:left;
    margin-top:10px;
}
.extra-btns span.btn-small {
    background: rgb(6,145,225); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(6,145,225,1) 0%, rgba(1,103,165,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,145,225,1)), color-stop(100%,rgba(1,103,165,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0691e1', endColorstr='#0167a5',GradientType=0 ); /* IE6-9 */; /* W3C */;
    padding: 2px 15px;
    border-radius: 3px;
    padding-left: 25px;
    position: relative;
    color:white !important;
    margin-left:10px;
}
.signup-press span.btn-small:before {
    display: none;
}

.signup-press i{
   background:#0880C7;
   right:0;
   position:absolute;
   top:0;
   height:100%;
   width: 40px;
   border-radius: 0px 4px 4px 0px;
   padding-right: 10px;
}
.signup-press i:before{
  padding: 6px;}
.signup-press span.btn-small{
    padding: 5px 60px 5px 20px;
    background:#0C9DF5 ;
    display:block;
    position:relative
}
.signup-press.download-press span.btn-small {
    padding-right: 20px;
    margin-left: 70px;
}
.extra-btns span.btn-small:before {
    content: '\f107' !important;
    font: normal normal normal 19px/1 FontAwesome;
    position: absolute;
    left: 7px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #FFFFFF;
    /* border: 1px solid #e5e5e5; */
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.18) !important;
}

form {

}
div#aq-block-2 .member form#searchform,div#aq-block-3 .member form#searchform{
	clear:all;
}
@media (max-width: 1024px) {
	.header-banner-text .col-md-7,.header-banner-text .col-md-12{
	  padding-left: 0px !important;
	}
	.header-banner-text .col-md-8{
	  padding-left: 16px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1279px) {
	.header-banner-text .col-md-7,.header-banner-text .col-md-12{
	  padding-left: 0px !important;
	}
	.header-banner-text .col-md-8{
	  padding-left: 18px !important;
	}
}
@media (min-width: 1080px) and (max-width: 1369px) {
	.header-banner-text .col-md-8{
	  padding-left: 27px !important;
	}
}
@media (min-width: 1360px) and (max-width: 1440px) {
	.header-banner-text .col-md-8{
	  padding-left: 70px !important;
	}
	.header-banner-text .col-md-9{
	  padding-left: 20px !important;
	}
}
@media (min-width: 1440px) and (max-width: 1440px) {
.header-banner-text .col-md-8{
  padding-left: 108px !important;
}
}
@media (min-width: 1441px) and (max-width: 1499px) {
.header-banner-text .col-md-8{
  padding-left: 130px !important;
}
}
@media (min-width: 1500px) and (max-width: 1559px) {
.header-banner-text .col-md-8{
  padding-left: 156px !important;
}
}
@media (min-width: 1560px) and (max-width: 1599px) {
.header-banner-text .col-md-8{
  padding-left: 182px !important;
}
}
textarea {
    height: auto;
}

form .row {
    margin-bottom: 20px;
}

.title {
    margin-top: 0;
}

.title > a {
    color: #565656;
}

.title > a span {
    color: #BE1E2D;
}

.title > a:hover {
    text-decoration: none;
}

.main_title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.secondary_page_title {
    font-size: 22px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

address i {
    color: #a3c95c;
    margin-right: 12px;
    height: 20px !important;
    display: block !important;
    float: left;
    margin-top: 4px !important;
}

a:hover {
    text-decoration: none;
    color: #008BD0;

}

.gray_text {
    color: #999;
}

.widget_container > ul {
    list-style: none;
    margin-left: 0;
}

.widget_container > ul > li {
    margin-bottom: 8px;
    padding-bottom: 6px;
}

ul {
    padding-left: 15px;
    list-style: none;
}

.header_below {
    background-color: #fcfcfc;
    padding: 10px 0 9px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: -30px;
}
/* LOGIN BOX + TopMenu*/
#menu-top-menu > li > a{
    margin-right:5px !important;    
    margin-left:5px !important;

}
p.login-password input,p.login-username input {
    padding: 10px;
    height: 10px;
    background: white;
    box-shadow: none !important;
}
#loginBox .btn {
    border: solid 3px #A0B7C6;  
    /* border-radius: 0; */
    /* background-color: #005B82; */
    /* text-transform: uppercase; */  
    /* font-size: 12px; */  
    /* font-weight: bold; */  
    /* color: white !important; */
    padding: 4px 20px !important;
    right: 10px !important;
    bottom: 7px;
    position: absolute !important;
    margin: 0 !important;
}

#loginBox .btn :hover{
  background-color: #36B0F6;
}

p.login-submit input {
    float: right;
}

p.login-remember {
    margin: 0;
}

p.login-submit {
    padding: 0;
    margin: 0;
}
.login-link {
}

.login-link a {
    position: absolute !important;
     padding:10px;
     display:block;
    /* padding-left: 10px !important;*/
    padding-top: 5px !important;
    margin-top: -5px;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    margin-left: -5px;
}
#loginBox .left{
    border-right: solid 2px #D5D5D5;
    min-height: 180px;
    position:relative;
}
div#loginBox {
    position: absolute;
    background: white;
    z-index: 9999;
    color: black;
    width: 530px;
    left: -282px;
    padding: 15px;
    top: 36px;
    box-shadow: 3px 3px 3px rgba(123, 123, 123, 0.32);
}
.login-link:after{
    width: 100px;
    font-size: 0px;
}
.login-link:hover a{
color:#009EF8 !important;
padding-bottom: 15px !important;
display: inline-block;

position: absolute;

}
.header_top {
    background-color: #6E6E6E;
    padding: 0px;
    color: #fff;
}

.contact_info_item > i {
    color: #fff;
    margin-right: 4px;
    font-size: 17px;
}

.invisible_header {
    visibility: hidden;
}

/*body.boxed_body .invisible_header {
    visibility: visible;
    position: relative;
    z-index: 2;
}

body.boxed_body  .site_header.fixed_header {
    visibility: hidden;
}*/

.default_logo {
    display: block;
}

.retina_logo {
    display: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 0;
}

.navbar-default {
    border: solid 0px #e7e7e7;
    background-color: transparent;
    margin-bottom: 0;
    min-height: 0;
    margin-top: 15px;
}
.navbar-default .navbar-nav > li > a:after{
    content:"|";
    font-size: 13px;
    position: absolute;
    right: 0;
    color: #B4B4B4 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #484848;
    font-size: 16px;
    font-weight: bolder;
    /* line-height: 70px; */
    margin: 0;
    padding: 0 12px;
    text-transform: uppercase;
    /* border-right: solid 1px #B3B3B3; */
}

.sticky_header .navbar-default .navbar-nav > li > a {
    /* line-height: 50px; */
    font-size: 14px;
    margin-top: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #0092DA;
}

.navbar-nav > .active > a > i {
    color: #a3c95c;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .active > a .caret, .navbar-default .navbar-nav > .active > a:hover .caret, .navbar-default .navbar-nav > .active > a:focus .caret, .navbar-default .navbar-nav > li > a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #a3c95c;
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 0;
    margin-left: 0 !important;
}
.navbar-default .navbar-nav > li:last-child > a:after{
    display:none;
}
.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
    margin-right: 0 !important;
    border: none;
}

.navbar-default .navbar-nav > li {
    margin: 0;
}

.header_info .search .input-group .btn {
    background-color: #000000;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px 3px;
}

.header_info .search {
    margin-left: 3px;
    max-width: 180px;
    margin-top: 9px;
}

.header_info .search .input-group input[type="text"].form-control {
    height: 21px;
    font-size: 12px;
    border-color: #eee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    opacity: 0;
    padding: 0;
    width: 1px;
    -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: #fff;
}

.header_info .search.expanded_search .input-group input[type="text"].form-control {
    padding: 0 12px;
    width: 130px;
    opacity: 1;
    height: 20px;
}

.header_info .search.expanded_search .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
}

.header_info .search .input-group .input-group-btn {
    width: 0;
}

.contact_info_item {
    color: #fff;
    font-size: 16px !important;
    line-height: 14px;
    margin-top: 8px;
    float: left;
    margin-right: 14px;
    letter-spacing: 0.3px;
}

.contact_info_item a {
    color: #fff;
}

.contact_info_item a:hover {
    text-decoration: none;
}

.service_info p {
    margin-bottom: 0;
}

.service_icon > a {
    margin-top: 4px;
    display: block;
}

.service_info > a {
    margin-top: 6px;
    display: block;
    font-style: italic;
}

.service_icon {
    font-size: 36px;
    color: #444;
    padding: 9px;
    border-radius: 3px;
    -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;
    clear: both;
    display: block;
    margin-top: -135px;
    text-align: center;
    margin-bottom: 12px;
}

.service_icon a {
    color: #A3C957;
    -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;
}

.service_row_bordered:hover .service_icon a {
    color: #a3c95c;
}

.service_title {
    font-size: 15px;
    letter-spacing: 1px;
    color: #585858;
    margin-top: 3px;
    margin-bottom: 20px;

}

.service_info {
    overflow: hidden;
}

.service_row_bordered {
    margin-top: 20px;
    position: relative;
    margin-top: 55px;
    padding-top: 79px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
}

.service_row:last-child .service_row_bordered {
    margin-bottom: 0;
}

.thin_title {
    font-size: 18px;
    margin-bottom: 14px;
    position: relative;
}

.hiddin_excerpt {
    display: none;
}

div.wpcf7 .pull-right > img.ajax-loader {
    float: left;
    margin-right: 4px;
    margin-left: 0;
}

.skill_title.meta_title {
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.progress-bar {
    background-color: #a3c95c;
}

.progress {
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 1px;
    margin-bottom: 10px;
    margin-top: 2px;
}

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

.promo_image.pull-right {
    margin-left: 20px;
}

.promo_text {
    overflow: hidden;
}

.promo_text .title {
    margin-bottom: 20px;
}

.promo_button {
    margin-top: 10px;
}
.post_comment_box .must-log-in a,.post_comment_box .logged-in-as a{
    color: #00A1F2 !important
}
.post_comment_box .must-log-in a:hover,.post_comment_box .logged-in-as a:hover{
    color: #999 !important;
}
.post_comment_box p{
    font-size: 14px;
}
.post_comment_box .form-submit input[type="submit"], input[type="submit"] {
    /* display: inline-block; */
    /* margin-bottom: 0; */
    /* font-size: 14px; */
    /* font-weight: normal; */
    /* line-height: 1.428571429; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* cursor: pointer; */
    /* white-space: nowrap; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: 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: 10px 20px; */
    /* background-color: #fcfcfc; */
    /* color: #888; */
    /* border: 1px solid #E0E0E0; */
    /* border-radius: 2px; */
    /* font-size: 12px; */
    /* border: solid 3px #99D0FE; */  
    /* border-radius: 0; */  
    /* background: rgba(0, 157, 248, 0.77); */  
    /* text-transform: uppercase; */  
    /* font-size: 12px; */  
    /* font-weight: bold; */    
    /* color: white; */
    /* padding: 4px 20px; */
}

.post_comment_box .form-submit input[type="submit"]:hover, input[type="submit"]:hover {
    background-color: #fff;
}

.btn {
    -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: 10px 35px;
    background: #009FF0;

    border-radius: 0;

    border: 3px solid #96b7c9;

    text-transform: uppercase;

    font-size: 12px;


    color: white;
}

.btn:hover {
    background-color: #36B0F6 !important;
    color: #fff;
}

.btn-default {
    background-color: #a3c95c;
    color: #fff;
    border: 0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    border-bottom: 3px solid #83AD34;
}

.btn-color {
    background-color: #a3c95c;
    color: #fff;
    border-color: #a3c95c;
    text-shadow: rgba(70, 70, 70, 0.701961) 1px 1px 3px;
}

.btn-color:hover {
    color: #f8f8f8;
    background-color: #a3c95c;
    border-color: #a3c95c;
}

.action_button .btn-default.default_btn_style {
    background-color: #FCFCFC;
    color: #222;
    border-color: #fff;
    border-bottom: 3px solid #ddd;
}

.action_button .btn-default.default_btn_style:hover {
    background-color: #888;
    color: #fff;
    border-bottom: 3px solid #666;
}

.btn-default.transparentw_btn_style {
    background-color: transparent !important;
    background: none !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.btn-default.transparentw_btn_style:hover {
    background-color: transparent !important;
    background: none !important;
    border: 2px solid #eee !important;
    color: #eee !important;
}

.btn-default.transparentb_btn_style {
    background-color: transparent !important;
    background: none !important;
    border: 2px solid #333 !important;
    color: #333 !important;
}

.btn-default.transparentb_btn_style:hover {
    background-color: transparent !important;
    background: none !important;
    border: 2px solid #444 !important;
    color: #444 !important;
}

.image_container p {
    margin-top: 10px;
}

.blog_read_more {
    font-style: italic;
}

.btn-default:hover {
    background-color: #888;
    color: #fff;
    border-bottom: 3px solid #666;
}

.btn a {
    color: #fff;
}

.default_color {
    color: #a3c95c;
}

.su-tooltip {
    color: #a3c95c;
    font-weight: bold;
    cursor: pointer;
}

.content_row {
    padding-bottom: 60px;
}

.content_row:last-child {
    padding-bottom: 20px;
}

.content_container:last-child {
    padding-bottom: 0px;
}

.map_container.content_container {
    margin-top: -38px;
    padding: 0;
    margin-bottom: 40px;
}

.portfolio_desc .title {
    margin-top: 0;
}

.portfolio_grid_row {
    margin-bottom: 6px;
    margin-right: -3px;
    margin-left: -3px;
}

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

.seperator_shadow {
    height: 60px;
    margin-bottom: 14px;
}

.project_thumbnail, .project_thumbnail > a > img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.thumbnail {
    padding: 1px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.project_thumbnail {
    padding-left: 3px;
    padding-right: 3px;
}

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

}

.promo_gridlist {
    margin-top: 24px;
}

.promo_gridlist_item {
    margin-right: 26px;
    display: block;
    float: left;
    margin-bottom: 9px;
    color: #888;
}

.step_icon {
    color: #a3c95c;
    font-size: 38px;
    border: 2px dashed;
    float: left;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    text-align: center;
    padding-top: 15px;
    margin-right: 20px;
    background-color: #fff;
}

.step_info {
    padding-bottom: 12px;
    border-left: 1px dashed #e3e3e3;
    margin-left: 26px;
    padding-left: 51px;
}

.steps_item:last-child .step_info {
    border-left: none;
}

.step_info .step_title {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    color: #555;
}

.steps_item:last-child .step_info {
    padding-bottom: 0;
}

/* Start revolution slider style */
.slider_offset {
    position: relative;
}
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner {
    position: relative;
    margin: 0 auto;

}

.slider_title {
    color: #a3c95c;
    font-size: 32px;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px !important;
}

.slider_desc {
    color: #333;
    font-size: 28px;
}

.slider_text {
    text-align: center;
    white-space: normal !important;
    font-size: 14px;

}

.revolution_slider {
    border-bottom: 1px solid #e5e5e5;
}

.slider_image {

}

/* End revolution slider style */

.slider_alert {
    background-color: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid #fff;
}

.slider_alert_text {
    overflow: hidden;
}

.slider_alert_action {
    width: 320px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.slider_alert_action .title {
    color: #333;
}

.slider_alert_icon {
    margin-right: 16px;
    font-size: 100px;
    color: #a3c95c;
}

.testimonials_block .title {
    margin-bottom: 20px
}

.testimonial_name > a {
    font-weight: bold;
    font-style: italic;
}

.slider_alert_info {
    overflow: hidden;
}

.testimonial_text {
    position: relative;
    margin-bottom: 17px !important;
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 4px;
    color: #333;
    border-top: 2px solid #a3c95c;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 12px;
    font-style: italic;
    line-height: 21px;

}

.indicator_seperator {
    border-bottom: 4px solid #F3F3F3;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 22px;
}

.indicator_seperator p:last-child {
    margin-bottom: 0;
}

.indicator_seperator:before {
    content: '';
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #F3F3F3;
    border-top-color: #F3F3F3;
    position: absolute;
    bottom: -14px;
    left: 30px;
}

.indicator_seperator:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 31px;
}

.testimonial_text.indicator_seperator:after {
    border-top-color: #f3f3f3;
}

.testimonial_avatar {
    float: left;
    margin-right: 12px;
}

.testimonial_avatar, .testimonial_avatar > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial_name span {
    color: #999;
}

.testimonial_name .title {
    margin-bottom: 4px;
}

.client_item {
    float: left;
    margin-right: 60px;
    -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;
    opacity: 0.6;
}

.client_item:hover {
    opacity: 1;
}

.client_item:last-child {
    margin-right: 0;
}

.caret {
    display: none;
}

.site_footer {
    background-color: transparent;

    position: relative;
    border-top: 7px solid #a3a3a3 !important;
}

.site_footer:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #fff;
    top: 0px;
    height: inherit;
    position: absolute;
    left: 0;
}

/* social icons */
.social_icons_list {
    list-style: none;
    margin-top: 2px;
    padding: 0;
}

.social_icon {
    float: left;
    margin-right: 6px;
    margin-bottom: 13px;
}

.social_icon a {
    background-color: #e35e5e;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.header_social .social_icon {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.footer_social .social_icon {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 6px;
    margin-top: 0px;
}

.header_social {
    margin-left: 4px;
}

.header_social .social_icons_list {
    overflow: hidden;
    margin: 0;
}

.side_content .social_icon a {
    color: #fff !important;
}

.social_icon.facebook_icon a {
    background: #4f8ac3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOGFjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTcwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f8ac3), color-stop(100%, #4e70bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4f8ac3 0%, #4e70bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f8ac3', endColorstr='#4e70bf', GradientType=0); /* IE6-8 */
    padding: 6px 12px;
}

.social_icon.twitter_icon a {
    background: #3ce9f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjZTlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmJkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3ce9f2 0%, #3bbded 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ce9f2), color-stop(100%, #3bbded)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3ce9f2 0%, #3bbded 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3ce9f2 0%, #3bbded 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3ce9f2 0%, #3bbded 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3ce9f2 0%, #3bbded 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ce9f2', endColorstr='#3bbded', GradientType=0); /* IE6-8 */
    padding: 6px 9px;
}

.social_icon.google-plus_icon a {
    background: #494949; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #494949 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494949 0%, #333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494949 0%, #333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494949 0%, #333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #494949 0%, #333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#333333', GradientType=0); /* IE6-8 */
    padding: 6px 9px;
}

.social_icon.dribbble_icon a {
    background: #da4e82; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNGU4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjNmNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #da4e82 0%, #af3f77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4e82), color-stop(100%, #af3f77)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #da4e82 0%, #af3f77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #da4e82 0%, #af3f77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #da4e82 0%, #af3f77 100%); /* IE10+ */
    background: linear-gradient(to bottom, #da4e82 0%, #af3f77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da4e82', endColorstr='#af3f77', GradientType=0); /* IE6-8 */
    padding: 6px 9px;
}

.social_icon.linkedin_icon a {
    background: #1b82af; /* Old browsers */
    background: -moz-linear-gradient(top, #1b82af 0%, #15669b 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b82af), color-stop(99%, #15669b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b82af 0%, #15669b 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1b82af 0%, #15669b 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1b82af 0%, #15669b 99%); /* IE10+ */
    background: linear-gradient(to bottom, #1b82af 0%, #15669b 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b82af', endColorstr='#15669b', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.youtube_icon a {
    background: #ef3f3f; /* Old browsers */
    background: -moz-linear-gradient(top, #ef3f3f 0%, #c42124 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef3f3f), color-stop(100%, #c42124)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef3f3f 0%, #c42124 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef3f3f 0%, #c42124 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef3f3f 0%, #c42124 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ef3f3f 0%, #c42124 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f3f', endColorstr='#c42124', GradientType=0); /* IE6-9 */
    padding: 6px 9px;
}

.social_icon.youtube-play_icon a {
    background: #20b4ea; /* Old browsers */
    background: -moz-linear-gradient(top, #20b4ea 0%, #0b78bc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20b4ea), color-stop(100%, #0b78bc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #20b4ea 0%, #0b78bc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #20b4ea 0%, #0b78bc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #20b4ea 0%, #0b78bc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #20b4ea 0%, #0b78bc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20b4ea', endColorstr='#0b78bc', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.vk_icon a {
    background: #4a77a0; /* Old browsers */
    background: -moz-linear-gradient(top, #4a77a0 0%, #23527e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a77a0), color-stop(100%, #23527e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a77a0 0%, #23527e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a77a0 0%, #23527e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a77a0 0%, #23527e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a77a0 0%, #23527e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a77a0', endColorstr='#23527e', GradientType=0); /* IE6-9 */
    padding: 6px 9px;
}

.social_icon.instagram_icon a {
    background: #a87560; /* Old browsers */
    background: -moz-linear-gradient(top, #a87560 0%, #9f6f5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a87560), color-stop(100%, #9f6f5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a87560 0%, #9f6f5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a87560 0%, #9f6f5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a87560 0%, #9f6f5b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a87560 0%, #9f6f5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a87560', endColorstr='#9f6f5b', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.pinterest_icon a {
    background: #bc1d22; /* Old browsers */
    background: -moz-linear-gradient(top, #bc1d22 0%, #96181c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc1d22), color-stop(100%, #96181c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bc1d22 0%, #96181c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bc1d22 0%, #96181c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bc1d22 0%, #96181c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bc1d22 0%, #96181c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc1d22', endColorstr='#96181c', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.github_icon a {
    background: #3a3a3a; /* Old browsers */
    background: -moz-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3a3a3a 0%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3a3a3a 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#000000', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.skype_icon a {
    background: #37abd6; /* Old browsers */
    background: -moz-linear-gradient(top, #37abd6 0%, #019dd8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37abd6), color-stop(100%, #019dd8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #37abd6 0%, #019dd8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #37abd6 0%, #019dd8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #37abd6 0%, #019dd8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #37abd6 0%, #019dd8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37abd6', endColorstr='#019dd8', GradientType=0); /* IE6-9 */

    padding: 6px 9px;
}

.social_icon.flickr_icon a {
    background: #f71178; /* Old browsers */
    background: -moz-linear-gradient(top, #f71178 0%, #e00266 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f71178), color-stop(100%, #e00266)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f71178 0%, #e00266 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f71178 0%, #e00266 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f71178 0%, #e00266 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f71178 0%, #e00266 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f71178', endColorstr='#e00266', GradientType=0); /* IE6-9 */

    padding: 6px 10px;
}

.social_icon.renren_icon a {
    background: #37abd6; /* Old browsers */
    background: -moz-linear-gradient(top, #37abd6 0%, #005ec7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37abd6), color-stop(100%, #005ec7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #37abd6 0%, #005ec7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #37abd6 0%, #005ec7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #37abd6 0%, #005ec7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #37abd6 0%, #005ec7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37abd6', endColorstr='#005ec7', GradientType=0); /* IE6-9 */

    padding: 6px 8px;
}

.social_icon.rss_icon a {
    background: #fca83a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYTgzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjg1MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fca83a 0%, #ef8539 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca83a), color-stop(100%, #ef8539)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fca83a 0%, #ef8539 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fca83a 0%, #ef8539 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fca83a 0%, #ef8539 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fca83a 0%, #ef8539 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca83a', endColorstr='#ef8539', GradientType=0); /* IE6-8 */
    padding: 6px 10px;
}

.social_icon a {
    padding: 6px 9px;
    background-color: #333;
    color: #fff;
}

.header_social .social_icon a {
    border-radius: 0;
    -webkit-border-radius: 0 -moz-border-radius : 0;
    padding-top: 8px;
    padding-bottom: 9px;
    line-height: 31px;
    font-size: 14px;
}

.header_social .green_social {
    background-color: #a3c95c;
}

.green_social .social_icon a {
    background: none;
    background-color: #a3c95c;
    color: #fff;
}

.green_social .social_icon a:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.gray_social .social_icon a {
    background: none;
    background-color: #ebebeb;
    color: #333;
}

.gray_social .social_icon a:hover {
    background-color: #333;
    color: #fff;
}

.tweets_widget > ul > li {
    margin-bottom: 8px !important;
    padding-bottom: 6px !important;
    border-bottom: none !important;
    color: #888;
    line-height: 18px;
}

.tweet_time {
    clear: both;
    display: block;
    color: #333;
    font-size: 12px;
    font-style: italic;
    margin-top: 2px;
}

.tweet_icon {
    color: #333;
    font-size: 14px;
}

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

.post_list .post_thumbnail, .post_list .post_thumbnail > img {
    width: 42px;
    height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.post_list .post_title {
    font-size: 13px;
    margin-bottom: -1px;
    line-height: 17px;
    margin-top: -3px !important;

}

.post_list .post_time {
    color: #777;
    font-size: 11px;
}

.post_list .post_info {
    overflow: hidden;
}

.post_list .post_item {
    margin-bottom: 30px;
}

.widget_container .post_list .post_item {
    margin-bottom: 20px;
}

.widget_container .post_list .post_item:last-child {
    margin-bottom: 0;
}

.post_list .post_item:last-child {
    margin-bottom: 0;
}

.first_footer {
    padding-bottom: 40px;
    font-size: 12px;
}

.second_footer {
    padding-top: 20px;
    padding-bottom: 23px;
}

.widget_title {
    font-size: 14px;
    margin-bottom: 30px;
}

.site_footer .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 0 7px;
    font-size: 10px;
}

.show_fade_steps {
    opacity: 0;
}

.show_fade_left, .show_fade_right, .show_fade_down, .show_fade_up, .show_bounce, .show_fade {
    visibility: hidden;
}

.site_header {
    position: relative;
    z-index: 999;
}

.fixed_header.site_header {
    /* position: absolute; */
    height: 126px;
    width: 100%;
    z-index: 9999;
    opacity: 0.97;
    top: 0 !important;
}

.boxed_body .fixed_header.site_header {
    width: 1040px;
}

.admin-bar .fixed_header.site_header {
    top: 32px;
}

.logo {
    display: block;
    float: left;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.logo img {
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sticky {

}

.sticky_header .logo {
    margin-top: 0px;
}

.sticky_header .main_navbar {
    margin-top: 0px;
}

.sticky_header .header_below {
    padding: 15px 0 2px;
}

.sticky_header .header_info.animated {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header_content {
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main_navbar {
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    /* position: initial; */
}

.site_header, .header_below {
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.action_box {
    padding: 30px 30px;
    position: relative;
    background-color: #a3c95c;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    position: absolute;
    right: 0;
}

.action_box_image {
    position: absolute;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

/*.action_box:before {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(img/action_shadow_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 960px;
    top: -20px;
    height: 20px;
}

.action_box:after {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(img/action_shadow_bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 960px;
    bottom: -20px;
    height: 20px;
}*/

.action_title {
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.action_button {
    float: right;
}

.action_info {
    margin-right: 150px;
}

.seperator_shadow > img {
    width: 100%;
}

.blog_block {

}

.post_list .post_item {
    clear: both;
}

.post_list .post_thumbnail.bloglist {
    margin-right: 16px;
}

.post_list .post_thumbnail {
    overflow: hidden;
}

.post_list .post_thumbnail.bloglist, .post_list .post_thumbnail.bloglist > img {
    width: 140px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;

}

.header_social .default_social .social_icon > a {
    background: none;
    background-color: transparent;
    color: #999;
}

.header_social .default_social .social_icon > a:hover {
    color: #333;
}

.blog_block.post_list .post_title {
    font-size: 13px;
    margin-bottom: 6px;
}

.site_footer .widget_title {
    font-size: 1 ٥ px;
    text-transform: uppercase;
}

.blog_block.post_list .post_item p {
    margin-bottom: 3px;
}

.blog_block.post_list .post_time {
    color: #999;
    font-size: 11px;

}

.aq-block-aq_bloglist_block .title.thin_title {
    margin-bottom: 22px;
}
.aq-block-aq_text_block {
    margin: 15px 0px;
}

.panel-group .panel-heading {
    border: 1px solid #ddd;
    padding: 13px 13px;
    background-color: #fff;
    -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);
}

.panel-group .panel-default:first-child .panel-heading {
}

.panel-group .panel {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-group .panel .panel-body {
    padding: 10px 0;
}

.panel-group .panel-heading .panel-title {
    font-size: 14px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.panel-group .panel-heading a.accordion-toggle.collapsed:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-group .panel-heading a.accordion-toggle:before {
    content: "\f078";
    font-family: FontAwesome;
    color: #009DF8;
    margin-right: 7px;
    font-size: 12px;

    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 14px;
    -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;
}

.side_content .widget_title {
    text-transform: uppercase;
}

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

.widget_container ul > li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 18px;
    margin-bottom: 18px;

}
/****** MEGA MENU Overwrite ***/
.mega-hidden a.depth-2 {
    display: none !important;
}
ul.mega-sub-menu.without-wrapper li.mega-headline2:first-child {
    border: none !important;
}
ul.mega-sub-menu.without-wrapper li.mega-headline2 a {
    font-weight: bold !important;
    font-size: 23px !important;
}
ul.mega-sub-menu.without-wrapper li:last-child {

    border: solid 1px #B1B1B1!important;
    border-width: 1px 0 1px 0 !important;
}
.mega-colloumn-wrapper.mega-menu-item a.depth-1 {
    display: none !important;
    /* height: 0 !important; */
}

.mega-colloumn-wrapper.mega-menu-item ul a {
    font-size: 13px !important;
}

.mega-colloumn-wrapper.mega-menu-item ul li:first-child {
    border-top: none !important;
    /* margin-top: -42px !important; */
}

#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu.mega-menu-item:after,
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 > li.mega-menu-megamenu.mega-menu-item:after {
    position: relative;
    margin-top: -40px;
    float: right;
}

#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li:last-child:after,
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 > li:last-child:after {
    display: none;
}
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 
li.mega-menu-flyout.mega-menu-item-has-children > 
a:after, #mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 li.mega-menu-flyout li.mega-menu-item-has-children > 
a:after, #mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 > 
li.mega-menu-item-has-children > a:after{display:none}

#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 
li.mega-menu-flyout.mega-menu-item-has-children > 
a:after, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout li.mega-menu-item-has-children > 
a:after, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > 
li.mega-menu-item-has-children > a:after{display:none}

.mega-menu li:after{
    content:"|";
    position: absolute;
    right: 0;
    top: 10px;
}
.mega-sub-menu li:after{
    content:"";
    display:none;
  
}
.mega-menu li.mega-menu-item a.depth-0 {
    font-size: 17px;
    text-transform:uppercase !important;
    font-weight: bold !important;
}
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 li.mega-menu-item li.mega-menu-item-has-children > a::after {
    display:none;
}
ul.mega-sub-menu.without-wrapper li{
    border: solid 1px #B1B1B1!important;
    border-width: 1px 0 0 0 !important;
    width: 90%;
    line-height: 13px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    /* max-width: 230px; */
    min-width: 245px;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item,
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  float: left;
  position: relative;
  color: black;
  /* padding: 12px; */
}

#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166,
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 {
padding: 0px 0px 0px 0px;
float: right!important;
display: table-cell;
}

#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item:last-child a,
#mega-menu-wrap-mainmenu-2 #mega-menu-mainmenu-2 > li.mega-menu-item:last-child a {
    padding-right: 0;
}
ul.mega-sub-menu.without-wrapper {
padding: 0;
}
ul.mega-sub-menu.with-wrapper li.mega-headline a.depth-2 {
    font-size: 23px !important;
    font-weight: bold !Important;
    text-transform:none !important;
    line-height: 30px !important;
}
ul.mega-sub-menu.without-wrapper li a {
    font-size:15px;
    font-weight:normal !important;
}
ul.mega-sub-menu.with-wrapper li a:hover {
    color:#34A5F5 !important
}
ul.mega-sub-menu.with-wrapper li.mega-menu-item-has-children{
    border:none !important;
    font-size:25px !important;
}
span.mega-nav-wrapper {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%); /* W3C */; /* W3C */;
    left: 0;
    /* display: none; */
    padding-bottom: 40px;
    margin-top: 25px;
    min-height: 400px;               
    display: none;
}
.mega-toggle-on span.mega-nav-wrapper {
    display: block;
}
/* change by john start*/
div.mega-nav-wrapper {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%)!important; /* W3C */; /* W3C */;
    left: 0!important;
    /* display: none; */
    padding-bottom: 40px!important;
    margin-top: 25px!important;
    min-height: 400px!important;               
    display: none!important;
}

.mega-toggle-on div.mega-nav-wrapper {
    display: block!important;
}
/* change by john end*/

ul.mega-sub-menu.with-wrapper {
    max-width: 1210px !important;
    margin: 0 auto !important;
    padding-top: 25px !important;
}
.mega-sub-menu.with-wrapper .mega-menu-item-has-children{
  /* width: 20% !important; */
  float:left !important;
  /* clear: left; */
}
.mega-sub-menu.with-wrapper .mega-menu-item-type-widget{
    float: left !important;
    clear: none !important;
    /* width: auto !important; */
}

.widget_container.widget_categories ul > li, .widget_container.widget_archive ul > li, .widget_container.widget_nav_menu ul > li, .widget_container.widget_pages ul > li, .widget_container.widget_recent_entries ul > li, .widget_container.widget_meta ul > li, .widget_container.widget_recent_comments ul > li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 8px;

}

.widget_container.widget_categories ul > li:before, .widget_container.widget_archive ul > li:before, .widget_container.widget_nav_menu ul > li:before, .widget_container.widget_pages ul > li:before, .widget_container.widget_recent_entries ul > li:before, .widget_container.widget_meta ul > li:before, .widget_container.widget_recent_comments ul > li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 13px;
    color: #a3c95c;
    -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;
}

.widget_container.widget_categories ul > li:hover:before, .widget_container.widget_archive ul > li:hover:before, .widget_container.widget_nav_menu ul > li:hover:before, .widget_container.widget_pages ul > li:hover:before, .widget_container.widget_recent_entries ul > li:hover:before, .widget_container.widget_meta ul > li:hover:before, .widget_container.widget_recent_comments ul > li:hover:before {
    margin-right: 7px;
    margin-left: 3px;
}

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

}

.side_content .widget_container a {
    color: #747474;
}

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

.side_content .widget_container ul > li > a:hover {
    color: #a3c95c;
}

.widget_container {
    margin-bottom: 46px;
    clear: both;
}

.widget_container:last-child {
    margin-bottom: 0;

}

.widget_container.widget_nav_menu .menu-item .sub-menu {
    margin-left: 18px;
    margin-top: 10px;
}

.widget_container.widget_nav_menu .menu-item .sub-menu > li:first-child {
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.widget_container.widget_nav_menu .menu-item {
    font-weight: bold;
}

.widget_container.widget_nav_menu .menu-item .sub-menu .menu-item {
    font-weight: normal;
}

.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;
}

.blog_post .tagcloud {
    margin-top: 22px;

}

.blog_post {
    margin-bottom: 46px;
}

.post_title a {
    color: #333;
}

.post_title a:hover {
    color: #a3c95c;
}

.blog_post_banner img {
    width: 100%;
}

.post_banner img {
    width: 100%;
    height: auto;
}

.blog_post_labels {
    float: left;
    margin-right: 16px;
}

.blog_post_type {
    background-color: #a3c95c;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 8px 10px;;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 2px;
}

.blog_post_labels .blog_post_type img {
    width: 19px;
}

.blog_post_date {
    background-color: #f6f6f6;
    padding: 10px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.blog_post_date .blog_post_day {
    font-size: 18px;
    color: #333;
    clear: both;
    display: block;
    line-height: 18px;

}

.blog_post_date .blog_post_month {
    font-size: 14px;
    color: #999;
    clear: both;
    display: block;
    line-height: 18px;
}

.blog_post .blog_post_title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog_post_info {
    overflow: hidden;
}

.blog_post_meta_bar {
    font-size: 12px;
    color: #c9c9c9;
    margin-bottom: 8px;
}

.blog_post_meta_item {
    float: left;
    margin-right: 16px;
}

.blog_post_meta_item .blog_meta_categories a {
    color: #c9c9c9;
}

.blog_post_meta_item .blog_meta_author a {
    font-weight: bold;
}

.blog_post .blog_post_readmore_link {
    font-weight: bold;
}

.blog_posts .blog_post {
    margin-bottom: 46px;
}

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

.pagination_container {
    border-top: 1px solid #e0e0e0;
}

.pagination {
    margin-top: 26px;
    margin-bottom: 25px !important;
}
/** Serach fix **/
.pull-right.search-pagination .pagination li:first-child {
/*display: none;*/
}
.pagination > li {
    display: inline-block;
    margin-right: 4px !important;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    background-color: #cacaca;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: none;
    padding: 2px 7px;
}

.pagination > li > a:hover {
    background-color: #00A1F2;
}

.pagination > li > a.active, .pagination > li > span.active {

    background-color: #00A1F2;
    color: #fff;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.blog_posts .blog_post_body .blog_post_info p {
    color: #555;
}

.page_title_holder {
    background-color: #e9e9e9;
    padding: 29px 0;
    margin-bottom: 10px;
    padding-top: 40px !important;
}

.page_title_holder > .container {
    position: relative;
}

.page_title_holder .page_info .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.page_info {
    float: left;
    clear: both;
    background-color: #a3c95c;
    padding: 9px 16px;
    -webkit-box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
    -moz-box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
    box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
}

.page_nav {
    clear: both;
    /* float: left; */
    margin-top: 3px;
    /* padding: 3px 16px; */
    font-weight: 700;
}

.breadcrumb-title {
    background: #999999;
    padding: 7px 6px;
    border-radius: 3px;
}

.breadcrumb, .page_title_holder .page_nav .woocommerce-breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 53px;
    margin-bottom: 40px;
    font-weight: 700;
}

.page_title_holder .breadcrumb {
  margin-top: 10px;
  margin-bottom: 0px;
}

.breadcrumb a {
    color: #7B7B7B;
}
.breadcrumb a:not(:first-child) {
    margin-left:5px;
    margin-right:5px;
}
.breadcrumb span{
    margin-left: 5px;
}
/*.breadcrumb > a ~ a {
    margin-left: 5px;
 }*/



/* start pricing table */

.pricing_row.plan_buy .buy {
}

.pricing_table_layout {
    padding-left: 15px;
    padding-right: 15px;
}

.pricing_row.plan_buy .buy:hover {

}

.pricingcontainer.style1 .columns {

    background: #fff;
    border: 1px solid #dbd4c1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);

}

.pricingcontainer.style1 .plans {
    background-color: #a3c95c;
    margin-top: 0;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.pricingcontainer.style1 .plans .plan_title {
    float: left;
    font-size: 14px;
    font-weight: bold;

}

.pricingcontainer.style1 .plans .plan_price {
    float: right;
    font-size: 12px;

}

.pricingcontainer.style1 .plans .plan_price .the_price {
    font-size: 14px;
    font-weight: bold;
}

.pricingcontainer.style1 .plan .pricing_row {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #555;

}

.pricingcontainer.style1 .plan {
    margin: 0 10px;
}

.pricingcontainer.style1 .plan .pricing_row:first-child {
    margin-top: 40px;

}

.pricingcontainer.style1 .plan .pricing_row:last-child {
    margin-bottom: 0px;

}

.pricingcontainer.style1 .plan .plan_buy {
    border-top: 1px solid #d7d7d7;
    padding: 27px 10px 17px;
    margin-top: 36px;
}

/* start style 2 */

.pricingcontainer.style2 .columns {

    background: #fff;
    border: 1px solid #d7d7d8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    text-align: center;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);

}

.pricingcontainer.style2 .plans .plan_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;

}

.pricingcontainer.style2 .plans .plan_price {
    font-size: 14px;
    background-color: #f4f2f2;
    border-top: 1px solid #d7d7d8;
    border-bottom: 1px solid #d7d7d8;
    padding: 20px 10px;
    margin-right: -10px;
    margin-left: -10px;
}

.pricingcontainer.style2 .recommended_package.pricing_table_layout .plans .plan_price {
    background-color: #a3c95c;
    color: #fff;
    margin-left: -13px;
    margin-right: -13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.pricingcontainer.style2 .plans .plan_price .the_price {
    font-size: 30px;
    font-weight: bold;
}

.pricingcontainer.style2 .plan .pricing_row {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #555;

}

.pricingcontainer.style2 .plan {
    margin: 0 10px;
}

.pricingcontainer.style2 .plan .pricing_row:first-child {
    margin-top: 40px;

}

.pricingcontainer.style2 .plan .pricing_row:last-child {
    margin-bottom: 0px;

}

.pricingcontainer.style2 .plan .plan_buy {
    border-top: 1px solid #d7d7d7;
    padding: 27px 10px 17px;
    margin-top: 36px;
}

/* start style 3 */

.pricingcontainer.style3 .pricing_table_layout {
    padding-left: 0px;
    padding-right: 0px;
}

.pricingcontainer.style3 .pricing_table_layout.recommended_package {
    z-index: 999;
}

.pricingcontainer .one {
    width: 100%;
}

.pricingcontainer .two {
    width: 50%;
}

.pricingcontainer .three {
    width: 33.33333333%;
}

.pricingcontainer .four {
    width: 25%;
}

.pricing_table_layout {
    float: left;
}

.pricingcontainer.style3 .pricing_table_layout:first-child {
    padding-left: 15px;
}

.pricingcontainer.style3 .pricing_table_layout:last-child {
    padding-right: 15px;
}

.pricingcontainer.style3 .columns {

    background: #fff;
    border: 1px solid #d7d7d8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    text-align: center;
    border-right: none;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);

}

.pricingcontainer.style3 .pricing_table_layout:last-child .columns {
    border-right: 1px solid #d7d7d8;
}

.pricingcontainer.style3 .recommended_package.pricing_table_layout .columns {
    padding: 14px 10px;
    margin-top: -6px;
    border-right: 1px solid #d7d7d8;
    margin-right: -1px;

}

.pricingcontainer.style3 .plans .plan_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;

}

.pricingcontainer.style3 .plans .plan_price {
    font-size: 14px;
    background-color: #f4f2f2;
    border-top: 1px solid #d7d7d8;
    border-bottom: 1px solid #d7d7d8;
    padding: 36px 10px;
    margin-right: -10px;
    margin-left: -10px;
    background-image: linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
}

.pricingcontainer.style3 .recommended_package.pricing_table_layout .plans .plan_price {
    padding: 39px 10px;
    background: #a3c95c;
    color: #fff;
    margin-left: -11px;
    margin-right: -11px;

    background-color: #a3c95c;
    background-image: linear-gradient(bottom, #a3c95c 50%, #bfd98d 100%);
    background-image: -moz-linear-gradient(bottom, #a3c95c 50%, #bfd98d 100%);
    background-image: -webkit-linear-gradient(bottom, #a3c95c 50%, #bfd98d 100%);
}

.pricingcontainer.style3 .plans .plan_price .the_price {
    font-size: 34px;
}

.pricingcontainer.style3 .plan .pricing_row {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #555;

}

.pricingcontainer.style3 .plan {
    margin: 0 10px;
}

.pricingcontainer.style3 .plan .pricing_row:first-child {
    margin-top: 40px;

}

.pricingcontainer.style3 .plan .pricing_row:last-child {
    margin-bottom: 0px;

}

.pricingcontainer.style3 .plan .plan_buy {
    border-top: 1px solid #d7d7d7;
    padding: 27px 10px 17px;
    margin-top: 36px;
}

/* end pricing table */

/* start tabs */
.shortcode-wrapper .tp-bannershadow {
    display:none;
}
.shortcode-wrapper {
    /* height: 500px; */
    position: absolute;
    width: 100%;
    left: 0;
    top: 46px;
    display: none;
    border-top: 3px solid #00a1f2;
}
li.active .shortcode-wrapper {
    display: block;
}
.horizontal_tab {
    position: relative;
}
.tab-desc {
    padding: 20px 0 70px 0;
}

.tab-desc h4 {
    margin: 0px 0;
}
.shortcode-wrapper .forcefullwidth_wrapper_tp_banner, .shortcode-wrapper .rev_slider_wrapper,.shortcode-wrapper .rev_slider {
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    float: left;
}

.tab-content {
    border: none;
    color: #555;
    line-height: 22px;
    /* margin-bottom: 50px; */
    /* min-height: 400px; */
}

.nav-tabs {
    border-bottom: 3px solid #00a1f2;
    margin-bottom: 30px !important;
}

.nav-tabs > li > a {
    background-color: #fff;
    margin-right: 0;
    border-radius: 0;
    color: #333;
    border-color: #fff;
    border-right: none;
    font-weight: 600;
    font-size: 14px;
}

.nav-tabs > li:last-child a {
    border-right: 1px solid #fff;
    border-radius: 0;
}

.nav-tabs > li:first-child a {
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    background-color: #f3f3f3;
    border-color: #E0E0E0;
}

.nav-tabs > li.active > a {
    border-color: #00a1f2;
    border-right: none !important;
    border-bottom: 3px solid #00A1F2;
    position: static;

}

.nav-tabs > li.active:last-child > a {
    border-right: 1px solid #e0e0e0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #00A1F2;
    color: #fff;
    border:0;
    border-bottom: 3px solid #00A1F2;
}



/* end tabs */

/* start project intro loader */
.portfolio_intro_container {
    border-top: 1px solid #ECECEC;
    padding-top: 26px;
    position: relative;
    margin-top: 8px;
    clear: both;
    background-color: #FAFAFA;
    padding: 24px 20px 14px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-bottom: 3px solid #a3c95c;

}

.portfolio_intro_container p {
    color: #aaa;
    margin-bottom: 4px
}

.portfolio_intro_container:before {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ECECEC;
    position: absolute;
    top: 0;
    left: 33.33333333333333%;
    margin-left: -30.33333333333333%;
}

.portfolio_intro_container:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -1px;
    left: 33.33333333333333%;
    margin-left: -30.33333333333333%;
}

.second_col .portfolio_intro_container:before {
    left: 66.66666666666666%;
    margin-left: -27.33333333333333%;
}

.second_col .portfolio_intro_container:after {
    left: 66.66666666666666%;
    margin-left: -27.33333333333333%;
}

.third_col .portfolio_intro_container:before {
    left: 100%;
    margin-left: -27.33333333333333%;
}

.third_col .portfolio_intro_container:after {
    left: 100%;
    margin-left: -27.33333333333333%;
}

.project_intro_loader {
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
}

.project_title {
    font-size: 14px;
    font-weight: 600;
}

.portfolio_grid_row .project_thumbnail > .thumbnail > img {

}

/* end project intro loader */

/* start author box */
.author_avatar {
    margin-right: 16px;
}

.author_avatar, .author_avatar img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: left;
}

.author_box {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e0e0e0;
}

.author_box p {
    color: #999;

}

/* end author box */

/* start post share icons */
.blog_post_share_icons.social_icons_list .social_icon {
    clear: both;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 14px;
}

.blog_share_sign {
    clear: both;
    font-size: 20px;
    color: #cfd0ce;
}

.blog_post_body {
    background: #fff;
    position: relative;
    box-shadow: 2px 2px 2px #ccc;
    padding: 20px;
}

.single_blog .blog_post_body {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 22px;
}

.single_blog div.blog_post_body:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.stuck {
    position: fixed;
    top: 0;
}

.absolute.stuck {
    position: absolute;
    bottom: 33px;
    top: auto;
}

.blog_social_share {
    margin-top: 24px;
}

/* end post share icons */

/* start post comment */
.post_comment_box {
    margin-top: 40px;
}

.post_comments_list {
    margin-top: 150px;
}



.commenter_name {
    margin-bottom: 4px;
}

.comment_info a {
    color: #a7a7a7;
    font-size: 12px;

}

.comment_info a.comment-reply-link {
    color: #a3c95c;
    font-weight: bold;

}

.comment_info a.comment-reply-link:hover {
    color: #333;
    font-weight: bold;

}

.comment_body p {
    color: #555;
    font-size: 12px;
}

.comment_info a.comment_time {
    color: #9c9b9b;
}

.commenter img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.media > .pull-right{
    /* width:100%
 */}

.media.the_comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.media.the_comment:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

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

.children .media.the_comment {
    margin-bottom: 0px;
    margin-top: 20px;
    padding-bottom: 20px
}



.children .media.the_comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px
}

ul.children li article {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.14);
}
ul.children li:last-child article {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.14);
}

.comment_textarea {
    margin-top: 20px;
    margin-bottom: 14px;
}

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

.media > .pull-left {
    margin-right: 20px;
    /* width: 33%; */
}
.media .post-events .pull-left {
    margin-right:10px !important;
    padding-right:10px;
    padding-bottom:10px;
}
    .media .post-events p:first-of-type{
        margin-bottom: 0px !important;
    }
.comments_title {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.comment_body p {
    margin-bottom: 0;
}

ul.children {
    list-style: none;
    border-left: 0px dashed #dbdbdb;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
}
/* Member Style*/
.member h4 {
    border-bottom: solid 1px gainsboro;
    padding-left: 0px;
    margin-left: 15px;
    padding-bottom: 15px;
}

.member .col-md-4 {
    border-right: solid 1px  gainsboro;
    min-height: 145px;
    padding-top: 15px;
}

.member .border-none {
  border: none;
}

.member a {
    font-weight: normal !important;
}

.member .col-md-6 {
    padding-left: 35px;
    padding-top: 15px;
}

.blog-short-preview.member {
    padding: 0;
}

.blog-short-preview.member p {
  font-size: 13px;
  margin-bottom: 8px;
}

.member .media {
    margin: 0;
}

.member .media-body {
    padding: 10px;
    padding-left: 35px;
    line-height: 15px;
}
.member .image {
    min-height: 215px;
}
.media-body ul li{
    font-size: 14px;
}
 .media-body .media{
    overflow: visible;
    }
.media{
    /* overflow: visible; */
    /* width: 100%; */
}
.home .media .media-body, .page-id-16247 .media .media-body, .page-id-52609 .media .media-body{
    width: 100% !important;
}
 .media, .media-body{
    width: auto;
     font-size:14px;
}
.media-body.col-md-9{
	width: 75% !important;
}
.media-list.comments_list {
    margin-bottom: 0;
}

/* end post comment */
.blog_post_banner .video_fit_container > div, .blog_post_banner .video_fit_container .mejs-overlaycontainer, .blog_post_banner .video_fit_container .mejs-overlay, .blog_post_banner .video_fit_container .mejs-poster, .blog_post_banner .video_fit_container .wp-video-shortcode {
    width: 100% !important;
    overflow: hidden;
}

/* start calendar style */
/* calendar widget */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    margin-top: 0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 11px;
    font-size: 13px;
    color: #333;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 6px;
}

#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;
}

/* end calendar style */

/* start portfolio filter */
.project_thumbnail {
    -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;
}

.faded_thumbnails {
    opacity: 0.1;
    -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;
}

.filtered_thumbnails {
    opacity: 1;
    -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;
}

/* end portfolio filter */

/* start full width blocks */
.fullwidth_aq_rev_block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.fullwidth_aq_rev_block > .row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidth_aq_rev_block > .row > .aq-block {
    padding-left: 0;
    padding-right: 0;
}

.fullwidth_aq_alertbox_block {
    width: 100%;
    max-width: 100%;
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid #fff;
    margin-bottom: 40px;
}

.fullwidth_aq_alertbox_block > .row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidth_aq_alertbox_block > .row > .aq-block {
    padding-left: 0;
    padding-right: 0;
}

.fullwidth_aq_map_block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    border-top: 1px solid #fff;
    padding-bottom: 30px;
}

.fullwidth_aq_map_block > .row {
    margin-left: 0;
    margin-right: 0;
}

.fullwidth_aq_map_block > .row > .aq-block {
    padding-left: 0;
    padding-right: 0;
}

.carousel-control {
    color: #858484;
    text-shadow: none;
    float: right;
    top: auto;
    right: 0;
    width: auto;
    opacity: 1;
    font-size: 14px;
    bottom: -24px;
    left: auto;
    font-style: normal;

}

.carousel-control:hover {
    color: #a3c95c;
}

.carousel-control.left_arrow {
    margin-right: 18px;
}

.testimonials_list_innter .testimonial_info.item {
    clear: both;
    margin-top: 40px;
}

.testimonials_list_innter .testimonial_info.item:first-child {
    margin-top: 0px;
}

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
}

/* start headings */
.heading {

}

.standard_heading {

}

.thin_heading h1, .thin_heading h2, .thin_heading h3, .thin_heading h4, .thin_heading h5, .thin_heading h6 {
    font-weight: normal;
}

.uppercase_heading {
    text-transform: uppercase;
}

.bottom_border {
    border-bottom: 1px solid #e3e3e3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.both_border {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;;
    border-left: 0;
    border-right: 0;
}

.both_border .heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.arrow_borderstyle {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    margin-bottom: 26px;
}

.arrow_borderstyle:before {
    content: '';
    display: inline-block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    border-top-color: #e3e3e3;
    position: absolute;
    bottom: -15px;
    left: 30px;
}

.arrow_borderstyle:after {
    content: '';
    display: inline-block;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -14px;
    left: 31px;
}

.dotted_borderstyle {
    border-style: dotted;
}

.dashed_borderstyle {
    border-style: dashed;
}

.dashed_divider {
    border-style: dotted;
}

.dotted_divider {
    border-style: dashed;
}

/* end headings */

/* start image frame */

.image_container.frame img {
    padding: 4px;
    border: 4px solid #eee;
    padding: 2px;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 1px 4px #ccc;
    -moz-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}

/* end image frame */

/* shortcode ultimate style */
.su-list ul li {
    padding: 4px 0 4px 1.3em !important;
}

.su-list ul li i {
    font-size: 12px !important;
    top: 6px !important;
    line-height: 1.1 !important;
    width: auto !important;
}

/* end shortcode ultimate style */

/* start social like */
.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;
}

/* end social like */

.side_content .widget_container .project_details_item a {
    color: #888;
}

.side_content .widget_container .project_details_item {
    color: #888;
}

.side_content .widget_container .project_details_item strong {
    color: #333;
}

.single_project .main_content.col-md-12 {
    margin-bottom: 40px;
}

.single_project .side_content .widget_container {
    margin-bottom: 30px;
}

.single_project .side_content .widget_container .widget_title {
    margin-bottom: 20px;
}

/* start default button */

.sarraty_button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    background-color: #a3c95c;
    border-color: #609d22;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.sarraty_button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    color: #FFFFFF;
    padding: 0px 16px;
    font-size: 13px;
    line-height: 26px;
    border-color: #a1d66a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none
}

.sarraty_button i {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0 !important;
    text-align: center;
    line-height: 1em;
}

.sarraty_button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.sarraty_button span {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

/* start flexslider */
.flex-control-nav {
    bottom: 10px !important;
}

.flex-direction-nav a:before {
    content: "";
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
}

.flexslider {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

/* end flexslider */

.action_box_shortcode {
    margin-top: 42px;
}

.widget_container .post_list .post_item .post_info > p {
    display: none;
}

.logo h1 {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 0;

}

.logo_dot {
    color: #a3c95c;
}

.client_item img {
    width: 140px;
    height: 65px;
}

.aq-block {
    z-index: 1;
    -webkit-transition: max-height 0.8s;   -moz-transition: max-height 0.8s;   transition: max-height 0.8s;
    /* margin: 0; */
}
.slider_offset .close, .banner-close {
    margin: 0 auto;
    width: 95px;
    float: none;
    margin-top: -6px;
    position: absolute;
    bottom: -10px;
    left: 48%;
    z-index: 99999;
    color: black !Important;
    background: #0691E1;
    opacity: 1;
    height: 30px;
    border-radius: 2px;
    background: rgb(6,145,225); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(6,145,225,1) 0%, rgba(1,103,165,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,145,225,1)), color-stop(100%,rgba(1,103,165,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(6,145,225,1) 0%,rgba(1,103,165,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0691e1', endColorstr='#0167a5',GradientType=0 ); /* IE6-9 */; /* W3C */;
    font-weight: normal;
    text-indent: 40px;
    padding-top: 2px;
    font-size:0px;
    display:block;
    

}
.slider_offset .close a, .banner-close a {
    width:100%;
    color:white !important;
    height: 100%;
    display: block;
    text-decoration: none;

}
.slider_offset.closed .close a::after, .banner-close.closed a::after {
    content: '\f107' !important;
    font: normal normal normal 25px/1 FontAwesome;
}
.slider_offset .close a:after, .banner-close a:after {
    content: '\f106';
    font: normal normal normal 25px/1 FontAwesome;
}

.aq-block.aq-block-aq_action_block {
    z-index: 0;
}

.widget_container ul.social_icons_list > li {
    border-bottom: none;
    padding-bottom: 0;
}

.side_content .widget_container .project_preview_url > a, .side_content .widget_container.project-widget a {
    color: #a3c95c;
}

.side_content .widget_container .project_preview_url > a:hover, .side_content .widget_container.project-widget a:hover {
    color: #333;
}

.navbar-toggle {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
}

.widget_container .project_thumbnail {
    max-width: 250px;
}

/* start woocommerce */
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 0 1em;
    float: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {

    border-right: none !important;
    font-weight: 600 !important;
    line-height: 1.428571429 !important;
    border: 1px solid transparent !important;
    padding: 10px 15px !important;
    background-color: #F8F8F8 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    color: #333 !important;
    border-color: #E0E0E0 !important;
    border-right: none !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child a {
    border-right: 1px solid #E0E0E0 !important;
    border-top-right-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-top-right-radius: 3px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    float: left !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: -1px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    padding: 24px 16px 12px !important;
    color: #555 !important;
    line-height: 22px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {

    border-bottom: 1px solid transparent !important;
    position: relative !important;
    color: #555555 !important;
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    border-color: #dddddd !important;
    border-right: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:last-child a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:last-child a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:last-child a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:last-child a {
    border-right: 1px solid #e0e0e0 !important;
}

/*
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:after {
    content: "\f078";
position: absolute;
bottom: -9px;
font-family: FontAwesome;
color: #a3c95c;
font-size: 12px;
display: block;
left: 50%;
margin-left: -6px;
opacity: 0;
-o-transition: all 0.25s ease-in;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:after {
content: "\f078";
position: absolute;
bottom: -10px;
font-family: FontAwesome;
color: #a3c95c;
font-size: 12px;
display: block;
left: 50%;
margin-left: -6px;
opacity: 1;
}

*/

.woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 0 !important;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100% !important;
    text-align: left !important;
    margin: 20px 0 0 0;
    clear: none !important;
    float: none !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    height: 31px !important;
    font-size: 12px !important;
    border: 1px solid #E0E0E0 !important;
    background: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin-bottom: 20px !important;
}

.woocommerce ul.products > li.product {
    border: 1px solid #DDDDDD !important;
    padding: 11px 10px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    margin: 0 1.35% 1em 0;
    width: 23.65%;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    margin-top: 20px !important;
    clear: both;
    display: block;
    float: none !important;
    margin-bottom: 16px !important;
    margin-left: 10px !important;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
    margin-right: 10px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.wp-caption {

}

.wp-caption-text {

}

.gallery-caption {

}

.bypostauthor {

}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 16px !important;

}

.woocommerce .product .summary form.cart {
    margin-top: 30px;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.woocommerce .product_meta > span {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.woocommerce .product_meta > span a {
    color: #888;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel > h2, .woocommerce #content div.product .woocommerce-tabs .panel > h2, .woocommerce-page div.product .woocommerce-tabs .panel > h2, .woocommerce-page #content div.product .woocommerce-tabs .panel > h2 {
    display: none;
}

.page-template-page-templateswoocommerce-php .woocommerce {
    border: 1px solid #ddd;
    padding: 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-template-page-templateswoocommerce-php .woocommerce.columns-4 {
    border: 0;
    padding: 0;
    padding-top: 10px;
}

.col2-set.addresses {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.col2-set.addresses .title > h3 {
    margin-top: 0;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: none;
    text-shadow: none;
    box-shadow: none;
    background-color: #a3c95c;
    width: 40px;
    height: 40px;
    right: auto;
    left: 10px !important;
    top: -13px !important;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    font-size: 15px !important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    border-bottom: 3px solid #eee !important;
    margin: 0 10px;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #F3F3F3;
    padding: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    margin: 4px -6px 0 0 !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-bottom: 1px solid #EBEBEB;
    line-height: 30px;
    padding-bottom: 10px;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    line-height: 0 !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
    color: #a3c95c;
    font-size: 22px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #a3c95c;
    margin: 0 10px;
}

.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt {
    background: none;
    text-shadow: none;
    background-color: #a3c95c;
    border: none;
    font-weight: normal;
    padding: 9px 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover {
    background: none;
    background-color: #333;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
    background: none;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 8px 17px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: none;
    background-color: #ddd;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    height: 31px;
    border: 1px solid #D6D6D6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    height: 31px;
    width: 20px;
    background: none;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: inherit;
    font-weight: normal;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    margin-left: 21px;
    overflow: visible;
    margin-right: 10px;
}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    right: 0;
    left: -19px;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus {
    right: 1px;
}

.woocommerce .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover {
    background: none;
    background-color: #ddd;
}

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {

    width: 200px;;
}

.product_meta > span {
    color: #333;
    font-weight: bold;
}

.product_meta > span > span, .product_meta > span > a {
    color: #333;
    font-weight: normal;
}

.woocommerce .product_meta > span a {
    color: #333;
}

.cart_totals > h2, .shipping_calculator > h2 {
    font-size: 20px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    border-bottom: 4px solid #F0F0F0;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    border-color: #e7e7e7;
    height: 31px;
    line-height: 15px;
    width: 88px;
}

.woocommerce table.cart th, .woocommerce-page table.cart th, .woocommerce #content table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce-page table.cart td, .woocommerce #content table.cart td, .woocommerce-page #content table.cart td {
    vertical-align: middle;
    padding: 11px 0;
}

.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right;
    vertical-align: middle;
    padding: 22px 0 13px !important;
}

.related.products {
    margin-top: 30px;
}

.related.products > h2 {
    font-size: 20px;
}

.woocommerce div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
    padding-top: 1em;
    border-top: 5px solid #EEEEEE;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 2.5%;
    border: 1px solid #D8D8D8;
    padding: 7px;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    height: 25px;
    width: 25px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.woocommerce-message:before {
    background-color: #a3c95c;
}

.woocommerce-message {

    border-top-color: #a3c95c;
}

.woocommerce table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    background-color: transparent;
    color: #333;
}

.chzn-container-single .chzn-single {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 29px;
    background: none;
    background-color: #F7F7F7;
    border-color: #D3D3D3;
    padding: 2px 8px;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    margin-bottom: 10px;
}

.woocommerce form.login, .woocommerce-page form.login, .woocommerce form.checkout_coupon, .woocommerce-page form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.register {
    padding: 0;
    border: 0;
}

.woocommerce a.button.added:before, .woocommerce-page a.button.added:before, .woocommerce button.button.added:before, .woocommerce-page button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: auto;
    right: auto;
    text-indent: 0;
    left: 50%;
    margin-left: -8px;
    background-image: none;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    color: #a3c95c;
    font-size: 20px;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    margin-left: 6px;
    border-bottom: 1px dotted #E0E0E0;
}

.add_to_cart_button.button.product_type_simple {
    margin: 0 10px 15px;
    float: left;
    margin-right: 2px;
}

/*end woocommerce style*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
}

.dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    top: 100%;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    opacity: 0.9;
    min-width: 165px;

}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;

}

.dropdown > .dropdown-menu {
    margin-left: 14px;
}

.navbar-default .navbar-nav > li.dropdown:first-child > .dropdown-menu {
    margin-left: 0;
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-left: 3px solid #a3c95c;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.dropdown > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.client_item .tooltip {
    margin-top: -14px !important;
    padding: 3px 8px;
    opacity: 0.7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar-nav > li {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}

.dropdown-menu > li > a {
    margin: 0px 19px;
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 0;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #a3c95c;
    background-color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #a3c95c;
    outline: 0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .current-page-ancestor > a, .navbar-default .navbar-nav > .current-menu-ancestor > a, .navbar-default .navbar-nav > .current-menu-parent > a, .navbar-default .navbar-nav > .current-page-parent > a, .navbar-default .navbar-nav > .current_page_parent > a, .navbar-default .navbar-nav > .current_page_ancestor > a, .navbar-default .navbar-nav > .current-page-ancestor > a:hover, .navbar-default .navbar-nav > .current-menu-ancestor > a:hover, .navbar-default .navbar-nav > .current-menu-parent > a:hover, .navbar-default .navbar-nav > .current-page-parent > a:hover, .navbar-default .navbar-nav > .current_page_parent > a:hover, .navbar-default .navbar-nav > .current_page_ancestor > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0080C0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .current-page-ancestor > .dropdown-menu, .navbar-default .navbar-nav > .current-menu-ancestor > .dropdown-menu, .navbar-default .navbar-nav > .current-menu-parent > .dropdown-menua, .navbar-default .navbar-nav > .current-page-parent > .dropdown-menu, .navbar-default .navbar-nav > .current_page_parent > .dropdown-menu, .navbar-default .navbar-nav > .current_page_ancestor > .dropdown-menu {
    margin-left: 0;
}

.current-page-ancestor.dropdown-submenu > a, .current-menu-ancestor.dropdown-submenu > a, .current-menu-parent.dropdown-submenu > a, .current-page-parent.dropdown-submenu > a, .current_page_parent.dropdown-submenu > a, .current_page_ancestor.dropdown-submenu > a {
    text-decoration: none;
    color: #333;
    background-color: #e9e9e9;
    outline: 0;
}

.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #333;
    background-color: transparent;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

.author_box .author_info {
    overflow: hidden;
}

.pp_social .facebook {
    margin-left: 10px;
    width: 110px !important;
}

.gototop {
    margin-top: 11px !important;
    margin-left: 24px;
    background: rgba(73, 73, 73, 0.7);
    color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    width: 45px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
}

.gototop.fadeInUp {
    opacity: 0.5 !important;
}

/*
.testimonials_slider .flex-direction-nav a {
    top: auto;
    bottom: 0;
}

.flex-direction-nav .flex-prev {
left: auto;
right: -50px;
}

.flex-direction-nav .flex-next {
right: -50px;
}

.testimonials_slider:hover .flex-next {
opacity: 0.7;
right: 0;
}

.testimonials_slider:hover .flex-prev {
opacity: 0.7;
left: auto;
right: 10px;
}*/

.blog_post_body .content_container {
    color: #747474;
    line-height: 23px;
}

.flex-direction-nav a:before {
    font-size: 13px !important;
}

/*portfolio thumbnail hover*/
.view.view-tenth.project_thumbnail > .thumbnail {
    overflow: hidden;
    border: 1px solid #DBDBDB;
    padding: 0;
    border-radius: 0;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 10px 0;
    background-color: #a3c95c;
    margin: 32px -2px 0;
}

.view p {
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    background-color: #a3c95c;
    font-weight: normal;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

}

.view-tenth .mask_inside {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    opacity: 1;
}

.view-tenth h2 {
    background: transparent;
    margin: 12px 0px 0px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #a3c95c;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-bottom: 0;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;

    margin-top: 20px;
}

.view-tenth:hover a.info {
    margin-top: 0;
}

.view-tenth:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* start wordpress formating css */

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

blockquote {
    padding: 0px 20px;
    margin: 0 0 20px;
    border-left: 4px solid #eee;
}

blockquote p {
    color: #888;
    font-family: 'Rokkitt', serif;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 16px;
}

.su-pullquote {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #333;
    font-family: 'Rokkitt', serif;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 20px;
}

.su-pullquote-align-right {
    margin: 0.5em 0 1em 1.5em;
    padding-right: 0;
    float: right;
    border-left: 5px solid #eee;
}

/*.content_container > ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

.content_container > ol {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}*/

address {
    margin-bottom: 12px;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
}

.su-quote {
    font-style: italic;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin-bottom: 0 !important;
    padding: 0.5em 1.8em !important;
}

.su-quote-has-cite {
    margin-bottom: 0;
}

.su-quote-cite {
    font-style: italic !important;
    font-size: 13px !important;
}

dl {
    color: #333;
}

.su-dropcap-style-simple {

    font-size: 30px !important;
    font-weight: bold;
    width: auto !important;
    height: auto !important;
    line-height: 30px !important;
}

nav#comment-nav-above {
    margin-bottom: 20px;
}

nav#comment-nav-below > h1 {
    font-size: 16px;
}

.su-button {
    margin-top: 5px;
}

.post_list {
    margin-bottom: 0;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right !Important;
}

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

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

.wp-caption.alignleft {
    margin: 0px 10px 0px 0;
}

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

.wp-caption.alignright {
    margin: 0px 0 0px 10px;
}

img.aligncenter {
    margin: 0px auto;
}

img.alignnone {
    margin: 0px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #333;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    margin-top: 7px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
    /*width: auto;*/
}
img.attachment-post-thumbnail.wp-post-image {
/* width:300px !important;*/
 height:200px !important;
}
img.attachment-265x185.wp-post-image {
 width:300px !important;
 height:200px !important;
}	
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.page-links {
    font-size: 14px;
    font-weight: bold;
}

.page-links > span {
    border-bottom: 1px dotted #333;
}

.page-links-title {
    border-bottom: none !important;
}

/* start hover effect style 8 */
.view-eighth .mask {
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.view-eighth h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.view-eighth p {
    color: #333;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.view-eighth a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
}

.view-eighth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.view-eighth:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-eighth:hover p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-eighth:hover a.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }
    40% {
        transform: translateY(-100px);
    }
    65% {
        transform: translateY(-52px);
    }
    82% {
        transform: translateY(-25px);
    }
    92% {
        transform: translateY(-12px);
    }
    55%, 75%, 87%, 97%, 100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }
    40% {
        -moz-transform: translateY(-100px);
    }
    65% {
        -moz-transform: translateY(-52px);
    }
    82% {
        -moz-transform: translateY(-25px);
    }
    92% {
        -moz-transform: translateY(-12px);
    }
    55%, 75%, 87%, 97%, 100% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }
    40% {
        -webkit-transform: translateY(-100px);
    }
    65% {
        -webkit-transform: translateY(-52px);
    }
    82% {
        -webkit-transform: translateY(-25px);
    }
    92% {
        -webkit-transform: translateY(-12px);
    }
    55%, 75%, 87%, 97%, 100% {
        -webkit-transform: translateY(0px);
    }
}

/* end hover effect style 8 */

/* start service hover effects */

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

.hi-icon {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    margin-right: 28px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 52px;
    float: left;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #a3c95c;;
    -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: #a3c95c;
    -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;
}

.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 {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

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

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

.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;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
    color: #a3c95c;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
    color: #fff;
}

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

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

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    color: #a3c95c;
}

.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #a3c95c;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 10px #a3c95c;
    color: #a3c95c;
}

/* Effect 9b */
.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
    box-shadow: 0 0 0 10px #a3c95c;
    color: #a3c95c;
}

/* Effect 6 */

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.hi-icon-effect-6 .hi-icon {
    box-shadow: 0 0 0 4px #a3c95c;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    color: #a3c95c;
    background-color: #fff;
}

.hi-icon-effect-6 .hi-icon:hover {
    background-color: #a3c95c;
    color: #fff;

}

.hi-icon-effect-6 .hi-icon:hover {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
    box-shadow: 0 0 0 2px #a3c95c;
    color: #a3c95c;
    background-color: #fff;
}

.hi-icon-effect-4a .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
    line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #a3c95c;
}

.no-touch .hi-icon-effect-4 .hi-icon:hover {
    box-shadow: 0 0 0 0 #a3c95c;
    color: #a3c95c;
}

/* Effect 4b */
.no-touch .hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.no-touch .hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

/* end service hover effects */
.tp-caption a {
    color: #FFFFFF;
    /*font-weight: bold;*/
    text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
    text-decoration: underline;
}


#HomeSlider > div.tp-caption.background-black-home.tp-fade.tp-resizeme.start > ul > li.active > div > p > a {
    color: white!important;
}


#HomeSlider > div.tp-caption.background-black-home.tp-fade.tp-resizeme.start > ul > li > a {
    text-shadow: none!important;
}

#HomeSlider > div.tp-caption.background-black-home.tp-fade.tp-resizeme.start > ul > li > a:hover,
.tp-caption .active a {
    color: #009FF0;
	display: inline-block;
    width: 100%;
}
.tp-caption a:hover {

    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
}

/* start glassy button */

.a_demo_one {
    background-color: #a3c95c;
    padding: 3px 14px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    background-color: #a3c95c;
    border: 1px solid #2f9292;
    background-image: linear-gradient(bottom, #a3c95c 0%, #7bdfdf 100%);
    background-image: -o-linear-gradient(bottom, #a3c95c 0%, #7bdfdf 100%);
    background-image: -moz-linear-gradient(bottom, #a3c95c 0%, #7bdfdf 100%);
    background-image: -webkit-linear-gradient(bottom, #a3c95c 0%, #7bdfdf 100%);
    background-image: -ms-linear-gradient(bottom, #a3c95c 0%, #7bdfdf 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a3c95c), color-stop(1, #7bdfdf));
    -webkit-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 7px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
}

.large.a_demo_one {
    font-size: 13px;
    letter-spacing: 1px;
}

.transparent.a_demo_one::before {
    opacity: 0.3;
}

.transparent.a_demo_one {
    -webkit-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
    -moz-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
    box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
}

.a_demo_one::before {
    background-color: #F1F1F1;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px 7px;
    left: -7px;
    top: -6px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
    -moz-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
    -o-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
    box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.a_demo_one:hover {
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
    background-image: linear-gradient(bottom, #a3c95c 0%, #a3c95c 100%);
    background-image: -o-linear-gradient(bottom, #a3c95c 0%, #a3c95c 100%);
    background-image: -moz-linear-gradient(bottom, #a3c95c 0%, #a3c95c 100%);
    background-image: -webkit-linear-gradient(bottom, #a3c95c 0%, #a3c95c 100%);
    background-image: -ms-linear-gradient(bottom, #a3c95c 0%, #a3c95c 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a3c95c), color-stop(1, #a3c95c));
}

.wpcf7-submit {
    /* display: inline-block; */
    /* margin-bottom: 0; */
    /* font-size: 14px; */
    /* font-weight: normal; */
    /* line-height: 1.428571429; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* cursor: pointer; */
    /* white-space: nowrap; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: 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: 10px 20px; */
    /* background-color: #fcfcfc; */
    /* color: #888; */
    /* border: 1px solid #E0E0E0; */
    /* border-radius: 2px; */
    /* font-size: 12px; */
}

.wpcf7-submit:hover {
    background-color: #fff;
}

.black_text.a_demo_one {
    color: #494949;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(233, 233, 233, 0.8);
}

.black_text.a_demo_one:hover {
    color: #494949;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(233, 233, 233, 0.8);
}

/* end glassy button */

.second_footer {
    overflow: hidden;
}

.dark_site_footer:before {
    border-bottom: 1px solid #555;
}

.dark_site_footer {
    /*background-color: #2B2B2B;*/
}

.dark_site_footer .second_footer {
}

.dark_site_footer .first_footer {
    border-bottom: none;
}

.dark_site_footer {
    color: #eee;
}

.dark_site_footer .title {
    margin-top: 0;
    color: #fff;
}

.dark_site_footer .post_title a {
    color: #eee;
}

.dark_site_footer a {
    color: #eee;
}

.dark_site_footer a:hover {
    text-decoration: none;
    color: #fff;
}

.dark_site_footer .tweet_icon {
    color: #FFF;
    font-size: 14px;
}
.dark_site_footer .navbar-default .navbar-nav > li:first-child a{
    padding-left:0px
}
.dark_site_footer .navbar-default .navbar-nav > li > a {
    color: #CCC;
    border: none !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    padding-bottom: 20px;
}

.footer_social * li {
    padding-right: 50px;
}

    .footer_social * li:last-child {
        padding-right: 0;
    }

.dark_site_footer .post_list .post_time {
    color: #ADADAD;
    font-size: 11px;
}

.dark_site_footer .tweet_time {

    color: #adadad;
}

.dark_site_footer .widget_container ul > li {
    border-bottom-color: #333333;
    border-bottom: none;
}

.dark_site_footer hr {
    border-top-color: #333;
}

/* Pseudo elements for icons */
.btn-3:before, {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Button 3 */
.btn-3 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    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;
    background-color: #fcad26;
    color: #fff;
}

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

.btn-3:hover {
    background: #f29e0d;
}

.btn-3:active {
    background: #f58500;
    top: 2px;
}

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

.btn-3:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.btn-3:before {
    content: "\f061";
}

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

.btn-3e:before {
    left: auto;
    right: 10px;
    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%;
}

.shadow_mask {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.shadow_mask_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 25px rgba(105, 105, 105, 0.7) inset;
    padding: 3px;
    -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;
    border-radius: 5px;
    overflow: hidden;
}

.shadow_mask:hover .shadow_mask_inner {
    box-shadow: 0 0 25px rgba(17, 17, 17, 0.6) inset;
}

.thumbnail_mask > i {
    position: absolute;
    font-size: 13px;
    top: 45%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -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;
    opacity: 0;
    background-color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.thumbnail_mask:hover > i {
    top: 50%;
    opacity: 0.7;
}

.parallax_section {

    background-position: initial initial;
    background-repeat: initial initial;
}

.gray_section {
    background-color: #fcfcfc;
    padding: 80px 0px 40px;
    margin-bottom: 70px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.gray_section:last-child {
    border-bottom: none;

}

.gray_section .portfolio_intro_container {
    background-color: #444;
}

.gray_section .portfolio_intro_container .blog_post_readmore_link {
    color: #ccc;
}

.gray_section .portfolio_intro_container .blog_post_readmore_link:hover {
    color: #eee;
}

.gray_section .portfolio_intro_container .title.project_title {
    color: #a3c95c;
}

.project-widget > .row {
    margin-left: -3px;
    margin-right: -3px;
}

/* service circle flip */

.ch-item {
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 50%;
    top: -55px;
    margin-left: -55px;
    padding: 10px;
    background-color: #F1F1F1;
    border-radius: 50%;
}

.ch-info-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #F9F9F9;

}

.ch-info {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);

    background-color: #a3c95c;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 15px;
    padding: 40px 0 0 0;
    height: 90px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, 0.8);
}

.service_row_bordered:hover .ch-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.service_row_bordered:hover .ch-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}

.service_row_bordered {
    -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;
}

.service_icon_url {
    display: inline-block;
    font-size: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    line-height: 90px;
    text-align: center;
}

.service_icon_url > i {
    text-align: center;
}

.ch-info-back > i {
    display: inline-block;
    font-size: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    line-height: 95px;
    text-align: center;
}

.service_icon_url:hover {
    color: #fff;
}

.thin_title:before {
    content: "";
    display: block;
    float: left;
    line-height: 0;
    padding-right: inherit;
    bottom: 0;
    position: absolute;
    width: 88px;
    margin-bottom: 0px;
    height: 1px;
    background-color: #a3c95c;
}

.thin_title {
    padding-left: 1px;
    padding-top: 2px;
}

.thin_title.col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.thin_title:after {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    height: 7px;
    display: block;
    margin-top: 10px;
}

.thin_title > i {
    color: #E4E4E4;
    margin-right: 5px;
    font-size: 20px;
}

.gray_section {
    position: relative;
    overflow: hidden;
}

.tp-leftarrow.default {
    background: none;
    background-color: transparent;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #000;
    opacity: 0;
    position: relative;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}

.tp-leftarrow.default:before {
    content: "\f104";
    color: #000;
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -10px;
}

.tp-rightarrow.default {
    background: none;
    background-color: transparent;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #000;
    opacity: 0;
    position: relative;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.rev_slider_wrapper:hover .tp-leftarrow, .rev_slider_wrapper:hover .tp-rightarrow {
    opacity: 0.3;
}

.rev_slider_wrapper:hover .tp-leftarrow:hover, .rev_slider_wrapper:hover .tp-rightarrow:hover {
    opacity: 0.5;
}

.tp-rightarrow.default:before {
    content: "\f105";
    color: #000;
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -10px;
}

.gray_section:before {
    /*background-image: url(img/sep_shadow.png);
    position: absolute;
    top: -1px;
    width: 960px;
    height: 107px;
    left: 50%;
    display: block;
    content: "";
    background-repeat: no-repeat;
    margin-left: -480px;
    text-align: center;*/
}

.menu-item > a > i {
    display: block;
    font-size: 28px;
    text-align: center;
    color: #E0E0E0;
    margin-bottom: 3px;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden;
}

.menu-item > a:hover > i {
    color: #a3c95c;
}

.fixed_header.sticky_header .menu-item > a > i {
    height: 0;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.video_overlay {
    position: absolute;
    width: 100%;
    top: 0;
}

.color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #a3c95c;
    opacity: 0.3;
    background: url(img/overlaysdots.png) repeat;
}

.owl-theme .owl-controls .owl-page span {
    background: none;
    background-color: #e0e0e0;
    border: 1px solid #D1D1D1;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
}

.transparent_white_action_box.action_box {
    background-color: transparent;
    border: 2px solid #fff;
    background-image: none;
}

.transparent_black_action_box.action_box {
    background-color: transparent;
    border: 2px solid #333;
    background-image: none;
}

.white_action_box.action_box {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
}

.dark_action_box.action_box {
    background-color: #444;
    border: 1px solid #444;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
}

.black_color_action_box .action_info {
    color: #333;
}

.black_color_action_box .action_info .action_title {
    color: #333;
}

.title.center_title.thin_title {
    text-align: center;
}

.title.center_title.thin_title:before {
    left: 50%;
    margin-left: -25px;
}

.portfolio_figure {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.portfolio_figure_url {
    position: absolute;
    display: block;
    left: 50%;
    top: 15%;
    color: #fff;
    font-size: 26px;
    margin-left: -18px;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
    opacity: 0;
}

.portfolio_figure_url:hover {
    color: #fff;
}

.portfolio_figure:hover .portfolio_figure_url {
    top: 34%;
    opacity: 0.9;
}

.portfolio_thumbnail {
    max-width: 100%;
    display: block;
    position: relative;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

.portfolio_figure:hover .portfolio_thumbnail {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0.4;
}

.portfolio_caption {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.portfolio_caption::before {
    content: '';
    display: inline-block;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FAFAF8;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
}

.caption_content {
    padding: 6px 20px 0px;
}

.caption_content h4 {
    text-align: center;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
}

.caption_content .portfolio_meta {
    font-style: italic;
    color: #ccc;
}

.portfolio_figure:hover .portfolio_caption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.portfolio_caption_info {
    float: left;
}

.portfolio_caption_buttons {
    float: right;
}

.portfolio_caption_buttons a.button {
    display: block;
}

.project_carousel .item {
    padding: 0;
    margin: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

.modern_project_thumbnail, .portfolio_figure {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

.fullwidth-aq-block.fullwidth_aq_projects_block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.owl-theme .owl-controls {
    margin-top: -8px;
    text-align: center;
}
.owl-pagination{
    display:none;
}

.owl-theme .owl-controls .owl-page span {
    margin: 0 4px;
}

.team_thumbnail {
    float: left;
    width: 120px;
    margin-right: 12px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eee;
}

.team_member_info {
    margin-left: 132px;
}

.team_member_info h2 {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
    float: left;
    margin-right: 10px;
}

.team_member_position {
    font-size: 13px;
    color: #ccc;
    display: block;
    margin-top: -2px;

}

.team_member_skills {
    margin-top: 6px;
    border-top: 1px solid #eee;
    padding-top: 3px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.team_member_item {
    border-right: 1px dashed #ddd;
    padding-bottom: 30px;
    padding-top: 30px;
}

.team_grid_row:last-child .team_member_item {
    padding-bottom: 0;
}

.team_grid_row:first-child .team_member_item {
    padding-top: 0;
}

.team_member_item:last-child {
    border-right: none;
}

.team_grid_column_inner {
    border-bottom: 1px dashed #ddd;
}

.team_grid_row:last-child .team_grid_column_inner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.team_member_skills .progress {
    height: 8px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.team_grid_row_inner {
    margin-left: -20px;
    margin-right: -20px;
}

.team_member_item {
    padding-left: 20px;
    padding-right: 20px;
}

.team_member_social {
    margin-top: 8px;
    border-top: 1px solid #FFF;
}

.team_member_social a {
    color: #ddd;
    font-size: 16px;
    margin-right: 12px;
}

.portfolio_grid_row_modern {
    margin-bottom: 20px;
}

.filters > ul > li {
    float: left;
    border: 1px solid #eee;
    margin-right: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.filters {
    margin-bottom: 18px;
}

.filters > ul > li > a {

    position: relative;
    display: block;
    padding: 5px 12px;
    font-size: 12px;
    color: #999;
}

.filters > ul > li > a:hover {
    color: #a3c95c;
    background-color: transparent;
}

.filters > ul > li.active > a {
    background-color: #a3c95c;
    color: #fff;
}

.filters > ul > li.active > a:hover {
    color: #fff;

}

.modern_project_thumbnail {
    margin-bottom: 20px;
    display: block;
}
.seo-text h1 {
  font-size: 12px;
}

.dark_site_footer .second_footer {
}

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

.dark_site_footer .tagcloud a {
    background-color: #444;
}

.widgets_nav {
    float: right;
    margin-left: 28px;
}

.native_nav {
    float: left;
}

.navbar-nav.widgets_nav > li > .dropdown-menu.right_dropdown {
    right: auto;
    left: 0;
}

.navbar-nav.widgets_nav > li > .dropdown-menu {
    padding: 26px 10px;
}

.navbar-nav.widgets_nav > li > .dropdown-menu.left_dropdown {
    left: auto;
    right: 14px;
}

.navbar-nav.widgets_nav > li:last-child > .dropdown-menu.left_dropdown {
    left: auto;
    right: 0;
}

.dropdown-menu.left_dropdown:before {
    left: auto;
    right: 9px;
}

.dropdown-menu.left_dropdown:after {
    left: auto;
    right: 10px;
}

.widget_nav_wrapper .content_container {
    padding-bottom: 30px;
}

.widget_nav_wrapper .content_container:last-child {
    padding-bottom: 0;
}

.widget_nav_wrapper .widget_container.widget_nav_menu .menu-item {
    font-weight: 400;
}

.widget_nav_wrapper .team_member_item {
    padding-top: 18px;
}

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

.project_figure_tags {
    text-align: center;
    color: #555;
    font-size: 12px;
}

.project_figure_tags > a {
    color: #555;
    text-align: center;
}

.second_footer_wrapper {
    background-color: #e9e9e9;
    padding-top: 25px;

}

.second_footer_wrapper > .navbar-default .navbar-nav > li > a:after {
    content: '' !important;
}






.lefticons_service_row .service_row_bordered {
    padding-top: 0;
    text-align: left;
    margin-top: 0;
}

.lefticons_service_row .service_icon {
    float: left;
    margin-top: 0;
    margin-right: 16px;
    padding: 0;
}

.lefticons_service_row .service_title {
    margin-bottom: 8px;
    font-size: 14px;
}

.testimonials_slider .owl-pagination {
    position: absolute;
    bottom: 24px;
    right: 0;
}

.project_carousel_wide.owl-theme .owl-controls {
    margin-top: 12px;
}

.clients_grid .client_item img {
    width: 140px;
}

.clients_grid .client_item {
    margin-right: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.search_form input[type="submit"] {
    height: 36px;
    border-left: 0 !important;
    padding: 9px 17px !important;
}

.search_form button.btn {
    display: none;
}

.site_header .search_form button.btn {
    display: inline-block;
}

.site_header .search_form input[type="submit"] {
    display: none;
}

.form-control:focus {
    border-color: #E2E2E2;
}

.post_content p {
    margin: 0 0 16px;
}

.post_content ul, .post_content ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post_content ul {
    list-style: disc;
}

.post_content ul li, .post-content ol li {
    margin-top: 8px;
}

.post_content ol {
    list-style: decimal;
}

.page-links > a {
    margin-left: 12px;
}

.page-links > span {
    margin-left: 12px;
}

.page-links .page-links-title {
    margin-left: 0;
}

.horizontal_tab > ul {
    margin: 0;
    padding: 0;
}

.default_color {
    color: #a3c95c;
}

.su-button-style-sarraty {
    -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: 10px 20px;
}

.su-button-style-sarraty {
    background-color: #a3c95c;
    color: #fff;
    border: 0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    border-bottom: 3px solid #83AD34;
}

.su-button-style-sarraty > span {
    padding: 0 !important;
}

.su-button-style-sarraty:hover {
    background-color: #888 !important;
    color: #fff !important;
    border-bottom: 3px solid #666 !important;
}

.social_icons_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.social_icons_list li {
    list-style: none !important;
}

.elastic_slider_wrapper ul, .elastic_slider_wrapper ol, .elastic_slider_wrapper li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rev_slider ul.innerlist li {
    visibility: visible;
    display: list-item;
    position: relative;
    line-height: 20px !important;
}


.rev_slider ul.innerlist li:before {
    content: "\00b7";
    font-size: 76px;
    position: absolute;
    left: -30px;
    color: #A09E9E;
    top: -3px;
}

.rev_slider ul.innerlist {
    list-style: initial !important;
    list-style-type: disc;
    margin-left: 10px !important;}

.ei-slider-large {
    margin: 0;
}

.ei-slider ul, .ei-slider li, .ei-slider ol {
    margin: 0;
    padding: 0;
}

.ei-title {
    right: 25px;
    position: absolute;
    margin-right: 0;
    top: 110px;
    margin-left: 130px;
}

.ei-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(34, 34, 34, 0.9);
    float: right;
    padding: 12px 16px;
    margin-bottom: 5px;
}

.ei-title h3 {
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(34, 34, 34, 0.9);
    float: right;
    padding: 12px 16px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    margin-top: 0;
}

.ei-title h2, .ei-title h3 {
    text-align: right;
}

.ei-slider-thumbs li.ei-slider-element {
    background-color: #a3c95c;
}

.post_content .aq-template-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.post_content .aq-template-wrapper .gray_section {
    padding: 80px 20px 40px;
}

.latest_grid_item .post_thumbnail {
    margin-bottom: 16px;

}

.latest_grid_item .post_info p {
    margin-bottom: 3px;
}

.posts_grid_row .post_time {
    color: #999;
    font-size: 11px;
}

.navbar-toggle .icon-bar:before {
    content: none;
}

.nav-tabs > li {
    margin-bottom: -1px !important;
    margin-right: 10px;
    position: static;
}
#post-2414 .nav-tabs > li,#post-23332 .nav-tabs > li{
    margin-bottom: 1px !important;
}
#post-23332 .nav-tabs > li{
        margin-bottom: 0px !important;
    }
a.accordion-toggle {
    display: block;
}

.header_info #lang_sel {
    float: right;
    margin-left: 6px;
    height: 20px;
}

.second_footer_wrapper #lang_sel {
    float: left;
    margin-top: 0;
    margin-right: 10px;
}

.rev_slider_wrapper {
    z-index: 0;
    position: relative; 
    -moz-transition: height 0.8s; 
    transition: height 0.8s;
    overflow: hidden !important;
}
.closed .rev_slider_wrapper {
    height: 400px !important;
    overflow: hidden !important;
}

.closed .tp-simpleresponsive >ul li {
-webkit-transition: height 0.8s;
    -moz-transition:height 0.8s;
    transition: height 0.8s;
}
.shortcode-wrapper .tp-simpleresponsive >ul li {
    overflow:initial !important;
}

.tp-simpleresponsive >ul li {

-webkit-transition: height 0.8s;
    -moz-transition:height 0.8s;
    transition: height 0.8s;


}
.rev_slider_wrapper.closed .rev_slider {
    /* height: 460px !Important; 
    float: left;
}
.closed .rev_slider {
   /* height: 450px !Important;*/
}
.header-gradient {
    background: rgb(186,186,186); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(186,186,186,1) 28%, rgba(235,235,235,1) 41%, rgba(186,186,186,1) 100%, rgba(235,235,236,1) 0%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(28%,rgba(186,186,186,1)), color-stop(41%,rgba(235,235,235,1)), color-stop(100%,rgba(186,186,186,1)), color-stop(0%,rgba(235,235,236,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(186,186,186,1) 28%,rgba(235,235,235,1) 41%,rgba(186,186,186,1) 100%,rgba(235,235,236,1) 0%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(186,186,186,1) 28%,rgba(235,235,235,1) 41%,rgba(186,186,186,1) 100%,rgba(235,235,236,1) 0%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(186,186,186,1) 28%,rgba(235,235,235,1) 41%,rgba(186,186,186,1) 100%,rgba(235,235,236,1) 0%); /* IE10+ */
    background: linear-gradient(to right,  rgba(186,186,186,1) 28%,rgba(235,235,235,1) 41%,rgba(186,186,186,1) 100%,rgba(235,235,236,1) 0%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#ebebec',GradientType=1 ); /* IE6-9 */
    height: 10px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.15);
}
.css3_header .header_below {
    background: #fff;*
}

.aq-block li.social_icon {
    margin-right: 6px;
    margin-bottom: 13px;
}

.isotope, .isotope .isotope-item {
    z-index: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    box-sizing: border-box;
}

li.ehi-comment  ul.children {
    margin-left:-23px;
}

.blog-short-preview.has-childs, .blog-short-preview.is-child {
    margin-bottom: 0;
}

.blog-short-preview.is-child {
    border-left:5px solid #16a4f6;
    z-index: 80;
    background: #f2f2f2;
}
.arr-container  {
    position:relative;
    height:100%;
    height: 100%;

    clear: both;
}

.reply.btn {
    padding:5px   10px 5px 10px;
    background: #009df8;
    border: none;
    border-radius: 0 !important;
    color: #fff;
}

.reply.btn a {
    color:#fff !important;
}
.blog-short-preview .arrow-right {

    border-color: transparent transparent transparent rgb(0, 157, 248);
    border-width: 18.5px 0px 18.5px 10px;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
  /*  border-width: 0px 100px 100px 100px; */
  /*  border-color: transparent transparent #007bff transparent; */
    _border-color: #000 #000 #007bff #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    webkit-transform:rotate(360deg);
    position: absolute;
    margin-left: -16px;
    top:50%;
    margin-top:-10px
}

.blog-short-preview.ehi-box-shadow .media{
	margin-top:0px !important;
}
.blog-short-preview.ehi-box-shadow .media .media-body.pull-right{
	margin-top:10px;
}
.comment-form a , .comment-reply-title  a{
    color: #333;
}

.comment_form_title, .comment-reply-title {
    text-transform: none;
}

.comment-form .form-submit .btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ehi-comment.has-childs {
    border-left:5px solid #16a4f6;
    z-index: 100;
}
/** Home */

.home-block-logos {
    background: #fff;
    height: 150px;
    line-height: 150px;
    border-top: 7px solid #E9E9E9;
    box-shadow: 0 6px 8px #bbb;
    position: relative;
}

/** RevSlider Home **/
div#rev_slider_1_1_wrapper {
    height: 780px !important;
    max-height: 780px !important;
}

div#rev_slider_1_1 {
    height: 780px !important;
    max-height: 780px !important;
    margin-top: 0px;
}

#HomeSlider .tp-bgimg.defaultimg {
    background-position: 0 100% !important;
}
ul.slider-link-list li.active{
    background:white;
    color:#296995;
}

ul.slider-link-list li.active:after{
    content:"\f04e";
    color:white;
    font-family: "FontAwesome";
    margin-top: 2px;
        position: absolute;
    right: 0px;
    font-size: 30px;
    float: right;
    margin-right: 16px;
}


ul.slider-link-list li {
    visibility: visible;
    color: white;
    /* position: initial; */
    height: 40px !important;
    border-bottom: solid 2px rgb(171, 171, 171) !important;
    font-size: 15px !important;
    width: 300px !important;
    line-height: 35px !important;
    position: static;
    display: list-item !important;
    cursor: pointer;
    font-weight:bold;
    padding-left:10px !important;
}

ul.slider-link-list {
    position: absolute;
    left: auto;
    margin-top: 27px !important;
    border-right: solid 4px grey !important;
    padding-right: 30px !important;
}

ul.slider-link-list li.active .desc{
    display: block !important;
    color:white;
    padding-left: 60px !important;
}
ul.slider-link-list li .desc {
    right: 0;
    position:absolute !important;
    top: 0;
    right: -305px;
    display: none;
    min-width: 282px !important;
    left: 315px;
    padding-left: 38px !important;
    min-height: 600px !important;
}
ul.slider-link-list .desc p {
    max-width: 285px !important;
    height: auto;
    line-height: 20px !important;
    white-space: initial;
    font-size: 16px !important;
    font-weight: normal !important;
}

ul.slider-link-list .desc h2 {
    max-width: 280px !important;
    height: auto;
    line-height: 25px !important;
    white-space: initial;
    font-size: 25px !important;
    font-weight: bold !important;
    color:white;
    margin: 0 !important;
}



/*** CLients Block ***/
.aq-block-aq_clients_block .owl-item:after {
    content: "|";
    font-size: 65px;
    color: #ECECED;
    margin-left: 60px;
}
.aq-block-aq_clients_block .owl-item:last-child:after {
    content: "";

}


/*** Blog Posts ***/
.blog-short-preview {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
}

.blog-short-preview.detail {
    padding: 20px;
    padding-top: 20px;
}
.shadow-background {
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.37) 10%,rgba(0,0,0,0) 68%);
}
.blog-short-preview .read {
 position:absolute;
    
 background: #C5C5C5;
    color:#fff;
    -webkit-transform: rotate(270deg) translateX(-100%);
    -webkit-transform-origin: 0px 0px;
    
 transform: rotate(270deg) translateX(-100%);
    transform-origin: 0px 0px;
    
 top: 0px;
 left: 0;
 display: block;
 text-align: center;
 height: 30px;
 padding-top: 3px;
 font-size: 15px;
 visibility: hidden;
}

.blog-short-preview.read .read {
    display: block;
    visibility: visible;
}

.blog-short-preview.read {
    padding-left: 45px;
}
.blog-short-preview h1 {
    color: #565656;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 20px;
    display: inline;
}
.blog-short-preview .tags {
    color: #9E9E9E;
}

.blog-short-preview .tags b {
    color: black;
    margin-left: 5px
}

.blog-short-preview .tags b:first-child {
    margin-left:2px;
}
span.tags {
    display:block;
}
span.taglist {
    display:block;
}

.blog-short-preview .taglist a {
    margin-left:5px;
}

.blog-short-preview .taglist a:first-child {
    margin-left:4px;
}

.blog-short-preview span.date {
    color: #990000;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    display: table-cell;    
}
.single .blog-short-preview span.date {display: inline-block; }
.blog-short-preview .media-body > a{display:block;}
.blog-short-preview .media-body > a .media-heading{display:table-cell;}

.blog-short-preview p {
    font-size: 14px;
}

.blog-short-preview a, .blog_post_info a {
    color: #008BD0 !important;
    font-weight: 600;
}
.blog_post_info a {
    text-decoration:underline;
}
.jobs h5.media-heading {
    width: 100%;
    border-bottom: solid 1px rgb(238, 232, 232);
    padding-bottom: 10px;
    margin-top: -2px;
    font-size: 12px;
}

.blog-short-preview.jobs {
    padding: 15px 35px;
    padding-bottom: 35px;
}
.jobs a.read-more-link, a.read-more-buttom-ribbon {
    background: url(img/blue-ribbon-button.png) no-repeat;
    color: white !important;
    padding: 15px 83px;
    position: absolute;
    right: 53px;
    bottom: -22px;
    min-height: 51px;
    min-width: 295px;
    font-size: 15px;
    background-size:100% 51px
}
.jobs a.read-more-link, a.read-more-buttom-ribbon :hover{
	color:#5C5A54;
}
.jobs i.icon-tag {
    display: none;
}
h5.media-heading.desc {
    display: none;
}
h5.media-heading.desc.show {
    display:block !important;
}
.jobs h5.media-heading.desc {
    display:block;
}
/*** Sub Menu ***/

.category-menu {
    z-index: 2;
    position: relative;
}

.category-menu li {
    border-bottom: 1px solid #DADADA;
}
.category-menu li.list-heading-img {
    border: none;
    padding-bottom: 50px;
}
.category-menu .list-heading h5 {
    width: 85%;
    color: #DB002C;
    border-left: 4px solid #DB002C;
    padding-left: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 10px 0;
}


.category-menu a {
    /* width: 85%; */
    color: #565656;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    border-left: 3px solid transparent;
    display: block;
    margin: 10px 0;
}

.category-menu a:hover, .category-menu a.current-cat {
    color: #990000;
    border-left: 3px solid #990000;
}

.category-menu * > ul > li a {
    /* width: 85%; */
    color: #565656;
    border-left: 0px solid transparent;
    display: block;
}

/* because why not... */

.category-menu * > ul > li >ul > li {
    border-bottom: 0px solid #DADADA;
    padding-left: 20px;
}
.category-menu * > ul > li > ul > li  a {
    /* width: 85%; */
    color: #565656;
    padding-left: 20px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
    border-left: 0px solid transparent;
    display: block;
    margin: 10px 0;
}

.category-menu  ul *  a.current-cat {

}

.current-cat-deep {
    color: #DB002C !important;
}

/*** Newsroom ****/
.filter-posts {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #F7F4F4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F7F4F4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#F7F4F4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F4F4',GradientType=0 ); /* IE6-9 */
    height: 90px;
    border-top: 1px solid #ccc;
    box-shadow: 0 5px 5px #ccc;
    margin-top: -26px;
    margin-bottom: 90px;
    
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    border-bottom: solid 1px white;
}
.filter-posts a{
    color: #636363;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 30px;

    min-height: 13px;
    max-height: 53px;
}
.filter-posts .active a{
    color:white;
}
.filter-posts .active a, .filter-box:hover a{
    color:white
}
.filter-box span {
    margin: 0 auto;
    margin-top: 17px;
}
.filter-box a:hover span, .filter-posts .active a span{
    background-position: bottom !important;
}
.filter-box.filter-box-social {
    line-height: 73px;
    padding-right: 80px !important;
}
.filter-posts .active, .filter-box:hover {
    background: #990000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ce001f 0%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ce001f 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ce001f 0%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ce001f 0%,#990000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ce001f 0%,#990000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce001f', endColorstr='#bf001d',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    position: relative;
    z-index: 10;
    border-bottom: solid 1px #990000;
}
.filter-box.active .border,.filter-box:hover .border{
    display:none;
}
.filter-box .border {
    border: solid 3px #E2E2E2;
    border-top: none;
    border-bottom: none;
    height: 43%;
    position: absolute;
    top: 28px;
    left: 0px;
    z-index:0;
}
.filter-posts .active:before,.filter-posts .a:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 50px 0;
    border-color: #990000 transparent transparent;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -50px;
}

.filter-heading {
    font-weight: 600;
}

.filter-box {
    line-height: 81px;
    float: left;
    display: inline-block;
    position: relative;
    height: 100%;
}

.filter-box .logo {
    width: 100%;
    text-align: center;

    height: 100%;
}

.category-list {
    margin-bottom: 40px;
}

.category-list a {
    width: 245px;
    color: #565656;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding: 5px 0 5px 18px;
    display: inline-block;
}

.list-heading {
    color: #CE001F;
    /* border-left: 3px solid #CE001F; */
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-box {
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);*/
    color: gray;
    margin-top: 40px;
}
.contact-box h4 {
    color: #565656;
    margin: 0;
    margin-top: 10px;
}
.contact-box a {
margin-top: 10px;
float: left;
width:100%;
}
.contact-box .meta{
    color: #565656;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 10px;
    margin-top: 2px;
}
.caption .meta {
    color: #565656;
    font-weight: bold;
    line-height: 27px;
    padding-bottom: 35px;
    margin-top: 2px;
}
.contact-box span.btn:hover,.contact-form-box .btn:hover {

}
    .contact-form-box{
        height: auto !important;
        padding-bottom:30px!important;
    }
    @media (max-width: 992px) {
        .footer-contact-wrapper .contact-form-box {
            height: auto !important;
            padding-bottom: 30px!important;
            font-size: 16px!important;
        }
    }
.contact-box span {
    float: left;
    width: 100%;
    margin-top: 3px;
}
.contact-box img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.closed-banner .aq-block {
height: 100%;
webkit-transition: height 0.8s;  -moz-transition: height 0.8s;  transition: height 0.8s;
}
.row.closed-banner .form-wrapper .innerimg {
    bottom: -380px;
    top: auto;
}

.form-wrapper .innerimg
{
    bottom: 150px;
}


.row.form-banner {
    height: 950px;
    padding-top: 50px;
}
.row.closed-banner {
    height: 350px;
    overflow: hidden;
    /* padding-top: 50px; */
    position: relative;    
}
.form-banner .form-wrapper {
    background: rgba(72, 72, 72, 0.93);
    margin-top: 20px;
    border-radius: 0 0 60px 0px;
    box-shadow: 12px 2px 18px rgba(0, 0, 0, 0.8);
    border: solid 1px #7D7A73;
    color: white;
    float: right;
    margin-left: 15px;
}
.form-banner {
  background-repeat: no-repeat;
  background-size: cover;
    height: 100% !important;
}

.form-banner .aq-block {
    height: 100%;
}
.form-wrapper h3 {
color: white;
}
.form-wrapper input[type=submit] {
width:100%
;
border: solid 3px rgba(47, 74, 88, 0.9);  border-radius: 0;  background: rgba(0, 157, 248, 0.77);  text-transform: uppercase;  font-size: 15px;  font-weight: bold;  color: white;
}
/**
global Box shadow
**/
.ehi-box-shadow {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);
}

.ehi-content-link.a {
    color: #008BD0;
    text-decoration: underline;
}
/**
 ehi button
**/
.ehi-btn.btn {
    border: solid 3px #96B7CA;
    border-radius: 0;
    background: rgba(0, 157, 248, 0.77);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;

    color: white;
}

.ehi-btn.btn:hover {
    background: #009DF8;
}
input.ehi-btn:hover {
        background: #009DF8 !important;
}

.input-group-btn.ehi-btn {

}

/**
Advertising Block START
**/
.ehi-ad-box {
    width: 100%;
    min-width: 100%;
    border: 0px solid black;
    padding: 10px;
    background-color: white;
    margin-bottom: 45px !important;
}

.ehi-ad-box > a {
    width: 100%;
}

.ehi-ad-box > img {

}

.ehi-ad-box-inner  {
    position: absolute;
    bottom: 10px;
    padding-top: 25px;
    padding: 10px;
    margin-right: 10px;
}

/**
white theme for text
**/
.ehi-ad-box-color-white {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.ehi-ad-box-color-white > * {
    color: white;
}

/**
black theme for text
**/
.ehi-ad-box-color-black {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ehi-ad-box-color-black > * {
    color: #2b2b2b;
}

.ehi-ad-box-title  {

}


.ehi-ad-box-sub-title  {

}


.ehi-ad-box-text {

}

/**
Advertising Block END
**/


/**
NEWSLETTER REGISTER BLOCK START
**/

.ehi-newsletter-regist-box {
    margin-bottom: 20px;
}
.ehi-newsletter-regist-box .btn {
    padding: 10px 20px;
}

.ehi-newsletter-regist-box .btn i {
    font-size: 10px;
    margin-top: 4px;
    float: left;
    height: 16px;
}
.ehi-newsletter-regist-box * h4 {
    color: #565656;
}

.ehi-newsletter-input {
    padding: 15px !important;
    line-height: 2.53 !important;;
    font-size: 14px !important;;
    height: 46px !important;;
    background-color: #fafafa !important;




}

.header-banner-text-nb  {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    top: 20%;
}


.scontainer {
    padding-top:50px;
}

.category-menu.search {
    padding-top:73px;
}

.topSearchBox {
    position: absolute;
    top: -154px;
}

.no-padding {
    padding-left: 0px
}

.boledcateg {
    color: #000000 !important;
    font-weight: bold;
}

.rev_slider * a:link {
    text-decoration:none ;
}

.tp-caption a:hover {
  color: #009FF0!important;
}

.event-ribbon {
  float: left;
  position: absolute;
  top: -10px;
  left: -15px;
}

.rectangle {
      /*  background: #7f9db9;*/
        background-image: -webkit-linear-gradient(-19deg, #7f9db9 95%, transparent 80%) ;
        height: 31px;
        /*width: 318px;*/
        padding-right:33px;
        position: relative;
        float: left;
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
        -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
        z-index: 100;
    }
    .blog-short-preview.read * .rectangle {
    }
    .rectangle p {
        font-size: 13px;
        color: #fff;
      /*  text-shadow: 1px 1px 2px rgba(0,0,0,0.2); */
        /* text-align: center; */
        padding-left: 20px;
        line-height: 31px;
        font-weight: 700;
    }
    .triangle-l {
        border-color: transparent #7d90a3 transparent transparent;
        border-style: solid;
        border-width: 15px;
        height: 0px;
        width: 0px;
        position: relative;
        /* float: left; */
        z-index: 5;
        top: 16px;
        left: -15px;
    }

    .blog-short-preview.read * .triangle-l {
    }


.awards-event-ribbon .rectangle {
    /*background: #e88e36;*/
    background-image: linear-gradient(-19deg, #e88e36 95%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #e88e36 95%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #e88e36 95%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #e88e36 95%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #e88e36 95%, transparent 80%);

}

.awards-event-ribbon .triangle-l {
        border-color: transparent #bc7b39 transparent transparent;
}

.kongresse-event-ribbon .rectangle{
    /*background: #d5014e;*/
    background-image: linear-gradient(-19deg, #d5014e 95%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #d5014e 95%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #d5014e 95%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #d5014e 95%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #d5014e 95%, transparent 80%);
}

.kongresse-event-ribbon .triangle-l {
    border-color: transparent #a0007a transparent transparent;
}

.messe-event-ribbon .rectangle {
    /*background: #0088d6;*/
    background-image: linear-gradient(-19deg, #0088d6 95%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #0088d6 95%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #0088d6 95%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #0088d6 95%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #0088d6 95%, transparent 80%);

}

.messe-event-ribbon .triangle-l {
    border-color: transparent #0165a3 transparent transparent;
}

.workshop-event-ribbon .rectangle {
    /*background: #d500a6;*/
    background-image: linear-gradient(-19deg, #d500a6 95%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #d500a6 95%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #d500a6 95%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #d500a6 95%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #d500a6 95%, transparent 80%);

}

.workshop-event-ribbon .triangle-l {
    border-color: transparent #a0007c transparent transparent;
 }

.meeting-event-ribbon .rectangle {
    /*background: #95d600;*/
    background-image: linear-gradient(-19deg, #95d600 95%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #95d600 95%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #95d600 95%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #95d600 95%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #95d600 95%, transparent 80%);
}

.meeting-event-ribbon .triangle-l {
    border-color: transparent #72a000 transparent transparent;
}


    @media screen and (min-width: 100em)
        .header-banner-text .container {
            padding-left: 14%;
        }

.menu-item-504.active > a {
    color:#484848 !important;
}

.linkbackwrapp {
    margin-bottom: 20px;
    padding-left: 30px;
}

.padding-bottom-ten {
    padding-bottom: 30px;
    padding-bottom: 30px;
}
#socialshareprivacy {
    padding-right: 80px;
}

.related_post_item h4 span {
    color: #990000;
}


.related_post_item a {
  color: #565656;
  font-weight: 600;
  margin-bottom: 15px;
}

.related_post_item h4 {
    color: #565656;
    font-weight: 600;
    margin-bottom: 15px;
}

.related_post_item  {
    overflow: hidden;
    padding:10px;
    /*margin-left:20px;*/
    background-color: white;
    height:400px;
}

.tp-caption._white, ._white {
    font-family: "Asap" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.tp-caption._white a, ._white {
    font-weight: 600 !important;
    font-size: 14px !important;
}


#relatedPostsSlider {
    margin-bottom: 30px;
    box-shadow:inset 36px 0 45px -6px rgba(255, 255, 255, 0.8), inset -36px 0 45px -6px rgba(255, 255, 255, 0.8);
}
/*
.vnewsicon {
    width: 91px;
    height: 91px;
    border-radius: 50px;
    position: absolute;
    right: 12px;
    top: -35px;
    z-index: 900;
    background-image: url("/images/vnews.png");
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    transform: rotate(0);
    box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 2px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 2px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 4px 2px 10px rgba(0,0,0,0.3);
}

.vnewsicon:hover {
    transform: rotate(-360deg);
}
*/
#relatedPostsSliderWrapper .owl-item .related_post_item{width:96% !important;margin: 10px 8px 10px 0px!important;padding: 10px!important;}
#relatedPostsSliderWrapper .owl-item{
	/*width:96% !important;*/
	/*min-width: 407px;
	max-width: 410px;;*/
display: inline-block!important;
}
#relatedPostsSliderWrapper .owl-theme .owl-controls .owl-buttons .owl-prev{
	height:400px !important;
}
#relatedPostsSliderWrapper {

}

#after, #before {
    z-index: 200;
}

#before {
    color:white;
    cursor:pointer;
    padding:10px;
    padding-left: 10px;
}

#after {
    color:white;
    cursor:pointer;
    padding:10px;
}

.post-slider-controls:hover {
  background-color: #36B0F6;

}

.post-slider-controls {
    background-color:rgba(0, 0, 2, 0.7);
}

.post-slider-blend {
  position: absolute;
  top:0px;
  height:420px;
  width: 200px;
  z-index: 1;
}
.post-slider-blend-left {
  left:0px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.post-slider-blend-right{
  right: 0px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

/**
*
* container content fuck you
**/
.topfilterme * h3 {
    line-height: 54px;
}

.topfilterme * h3:hover, .topfilterme * .active * h3,.filter-box:hover * .active * h3  {
    color:white;
}

.topfilterme > .container > .col-md-12 {
    padding: 0;
}

.filter-box.active * .newsroom-sprite-rt, .filter-box:hover * .newsroom-sprite-rt {
            background-image: url("/images/ehi_retail_institute.png");
            display:block;
            width:170px;
            height:43px;
            margin-top:18px;
            background-position: 0 -43px;
}

.newsroom-sprite-rt {
    background-image: url("/images/ehi_retail_institute.png");
    display:block;
    width:170px;
    height:43px;
    margin-top:18px;
    background-position: 0 0;
}



        .filter-box.active * .newsroom-sprite-pr, .filter-box:hover * .newsroom-sprite-pr {
            background-position: 0px -44px;
        }

        .newsroom-sprite-pr {
            background-image: url("/images/ehi_retail_institute_presse.png");
            display:block;
            width:170px;
            height:43px;
            margin-top:18px;
            background-position: 0 0;
        }

        .filter-box.active * .newsroom-sprite-rtt, .filter-box:hover * .newsroom-sprite-rtt {
            background-position: 0 -29px;
        }

        .newsroom-sprite-rtt {
            background-image: url("/images/retail_technology.png");
            display:block;
            width:141px;
            height:29px;
            margin-top:25px;
            background-position: 0 0;
        }

        .filter-box.active * .newsroom-sprite-stsh, .filter-box:hover * .newsroom-sprite-stsh {
            background-position: 0px -46px;
        }

        .newsroom-sprite-stsh {
            background-image: url("/images/stores_shops.png");
            display:block;
            width:122px;
            height:42px;
            margin-top:26px;
            background-position: 0 0;
        }

.topfilterme * h3 {
    line-height: 54px;
    font-size: 16px;
    color: #636363;
    text-decoration:none;
}
.topfilterme * h3:hover, .topfilterme * .active * h3, .filter-box:hover * h3  {
    color:white;
}

/**
.filter-box.active * .newsroom-sprite-rt, .filter-box:hover * .newsroom-sprite-rt {
        background-position: 0 0;
}
**/

.newsroom-sprite-stso {
    background-image: url("/images/stores-shop-newsroom-spread.png");
    width:101px;
    height:60px;
    margin-top:18px;
    background-position: 0 -58px;
}

.filter-box.active * .newsroom-sprite-stso, .filter-box:hover * .newsroom-sprite-stso {
    background-position: 0 0;

}

.newsroomhead {
    font-size:35px;
    padding-top:28px;
}


/*search block */
.search-block .desc {
    color: white;
    /* width: 313px; */
    display: block;
    float: left;
    padding-bottom: 10px;
}

.search-block h3 {
    color: white;
}
.search-block .btn {
    padding: 16px 25px;
    border-color: rgb(51, 82, 100);
    margin-left: -18px;
}

.search-block a {
    font-weight: bold !important;
    text-decoration: underline !important;
}
/*Productslider*/
#product-slider .product {
    background: white;
    margin: 10px;
    padding: 20px;
    width: 220px;
    height: 340px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.34);
    cursor: pointer;
	margin-left: 5px;
}
#product-slider .product h3 {
    font-size:15px;
}
#product-slider .product .price {
    font-size:25px;
    font-weight:bold;
    position:absolute;
    bottom: 30px;}

#lang_sel {
  z-index: 9;
}
#lang_sel li {width:40px;}

#lang_sel ul ul li a {
  background-color: rgb(110, 110, 110);
}

#lang_sel ul ul li a img.iclflag {
  width: 18px;
  height: 10px;
  top: 4px;
  left: -5px;
  margin-left: 0px;
}


#lang_sel {
  z-index: 9;
  margin-top: 11px;
}

#lang_sel a {
  border: none;
}


#lang_sel img.iclflag {
  width: 18px;
  height: 10px;
  top: 6px;
  margin-left: 4px;
}

#lang_sel a.lang_sel_sel {
  max-height: 20px;
  background-color: rgb(110, 110, 110);
  padding-left: 0px;
  padding-bottom: 35px;
  margin-top: -10px;
}

#lang_sel ul ul {
  position: relative;
  top: 0px;
  border-top: none;
}

#lang_sel ul ul a {
  padding: none;
  width: 40px;
}
#lang_sel ul ul a, #lang_sel ul ul a:visited, #lang_sel a:hover, #lang_sel ul ul a:hover{background-color: rgb(110, 110, 110);}

.page_title_holder {
  padding: 18px 0;
  margin-bottom: 40px!important;
  padding-bottom: 0px!important;
  /* padding-top: 70px!important; */
}

.wpcf7 a:hover {
  color: #00A1F2;
}

.wpcf7 a {
  font-weight: 600; color: #fff; text-decoration: none;
}
.blog-short-preview.ehi-box-shadow.clearfix.jobs .media-body{
	width:100% !important;
}
span.wpcf7-not-valid-tip {
  color: #FF6D6D;
}

div.wpcf7-validation-errors {
  border: none;
  color: #FF6D6D;
  text-align: right;
  padding-right: 20px;
}

.category-menu ul,
.category-menu ol,
.category-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.entry-content a {
    color: #00A1F2 !important;
    text-decoration: none !important;
}

.entry-content a.accordion-toggle  {
    text-decoration: none !important;
}

.header_menu .navbar-nav > li {
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
    font-size: 13px;
    min-height: 36px;
}
#menu-top-menu-de li.active a{
    color:#00A1F2!important;
}
/* yep so this is happening */
div.header_menu > div > ul.navbar-nav > li:hover {
  background-color: white;
}

div.header_menu > div.navbar-menu-fix > ul.navbar-nav > li:hover {
  background-color: transparent;
}

.header_menu .navbar-nav > li > a {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-image: url('/images/pipe_very_important.png');
  background-repeat: no-repeat;
  background-position: right 40%;
}

.header_menu .nav > li > a:hover {
  background-color: transparent;
  color: #00A1F2;
}

a.login-link.de:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 11px;
  padding-left: 2px;
}

#loginFormSpecial p.login-submit input {
  border: solid 3px #A0B7C6;
  border-radius: 0;
  background: #009FF0 !important;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

#loginFormSpecial p.login-submit input:hover {
  background-color: #36B0F6 !important;
}

.login-link.active {
  color: #00A1F2 !important;
}

.login-box-forgot-password {
  font-size: 13px;
  max-width: 157px;
  line-height: 12px;
  font-weight: 600; color: #00A1F2; text-decoration: none;
}
.login-box-forgot-password:hover {
	color: #999!important;
}
.desc > a {
  text-decoration: none !important;
}

.post_content a {
  color: rgb(116, 116, 116);
}

.post_content a:hover {
  color: #00A1F2;
}

.member-companies {
  background: white;
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.member-companies-content {
}

.member-companies-title {
  font-weight: bold;
  color: gray;
}

.spanreset {
    padding-top:5px;
}
.comment-form .form-submit {
    position:relative;
}

.no-padding-top {
    margin-top:0;
}
.mega-current_page_item > a{
    color: #3aa7f5 !important;
}

.home-height-box {
    height: 340px;
    overflow: hidden;
}

.login-register-block-container {
  display: inline-block;
  width: 100%;
}

.login-register-block-content-container {
    font-size:14px;
}

.login-register-block-login {
  color: white;
}

.login-register-block-login .wppb-user-forms input {
  line-height: 20px;
}

.login-register-block-register {
  display: inline-block;
  overflow: hidden;
  border-left: 1px solid white;
  color: white;
}

.login-register-block-background {
  background-image: url('/images/background_login_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* thank you firefox */
.login-register-block-container #wppb-login-wrap > form:nth-child(1) > p:nth-child(2) > input:nth-child(2),
.login-register-block-container #wppb-login-wrap > form:nth-child(1) > p:nth-child(1) > input:nth-child(2) {
  height: 30px;
  min-height: 30px;
}



.alogin-register-block-background .header-banner-fullwidth {
  border-top: none;
}

.login-register-block-background p.form-submit {
  position: relative;
  float: right;
}

.login-register-block-register form {
  display: inline-block;
}

.login-register-background-gradient {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgb(179, 179, 179);
  border-bottom: 1px solid rgb(179, 179, 179);
  background-color: rgba(68, 69, 70, 0.9);
}

.login-register-background-outer-block {
  display: inline-block;
  width: 100%;
}

.login-register-block-container h3 {
  color: white;
}

.login-register-block-container p {
  color: white;
}

.login-register-block-background-mens {
  position: absolute;
  bottom: -61px;
  left: 160px;
  width: 329px;
  height: 347px;
  background-image: url('/images/mens1.png');
}

.home-height-small-news {
    /**height: 153px;**/
    overflow: hidden;
}

.type-ribbon > *{
            color:white;
}

.desc.show > .rectangle{
    color:white;
    padding-right: 36px !important;
    padding-right:10px;
    padding:5px;
    float:none;
    position: inherit;
    height:auto;
    background-image: -webkit-linear-gradient(-19deg, #adadad 90%, transparent 80%);
    /*-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);*/
    background-image: linear-gradient(-19deg, #adadad 90%, transparent 80%);
    background-image: -webkit-linear-gradient(-19deg, #adadad 90%, transparent 80%) ;
    background-image: -moz-linear-gradient(-19deg, #adadad 90%, transparent 80%);
    background-image: -ms-linear-gradient(-19deg, #adadad 90%, transparent 80%);
    background-image: -o-linear-gradient(-19deg, #adadad 90%, transparent 80%);		
}

.largespace {
    /*margin-bottom: 100px;*/
}

.logoutButton {
    border: 3px solid #96b7c9 !important;  border-radius: 0;
    background-color: #009FF0;
    text-transform: uppercase;  font-size: 12px;  font-weight: bold;  
    color: white !important;
    padding: 4px 20px !important;
    bottom: 7px;
    margin: 0 !important;
}

.logoutButton:hover {
  background-color: #36B0F6;
}

div #logoutBox {
    position: absolute;
    background: white;
    z-index: 9999;
    color: black;
    padding: 15px;
    top: 36px;
    box-shadow: 3px 3px 3px rgba(123, 123, 123, 0.32);
}

div.blog-short-preview.media.detail.ehi-box-shadow > div > hr {
    clear:both;
}
div.desc h3 {
  color: white;
}

.password-recovery-container li.wppb-form-field {
  display: block !important;
}

/* this is just a plain copy of the login-register-block-container and can probably condensed down */
.request-password-block-container {
  display: inline-block;
  width: 100%;
}

.request-password-block-content-container {
  width: 50%; min-width: 50%; float: left;
  padding: 20px;
}

.request-password-background-gradient {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgb(179, 179, 179);
  border-bottom: 1px solid rgb(179, 179, 179);
  background-color: rgba(100, 100, 100, 0.90);
}

.request-password-block-login .wppb-user-forms input {
  line-height: 20px;
}

.request-password-block-background {
  background-image: url('../../../uploads/2015/02/aufmacher_themen.jpg');
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 140px;
}

.request-password-block-container h3,
.request-password-block-container {
  color: white;
 
}
.request-password-block-container p {
    font-size:14px;
}
/* thank you firefox */
.request-password-block-container #wppb-login-wrap > form:nth-child(1) > p:nth-child(2) > input:nth-child(2),
.request-password-block-container #wppb-login-wrap > form:nth-child(1) > p:nth-child(1) > input:nth-child(2) {
  height: 30px;
  min-height: 30px;
}

.request-password-block-container p.form-submit input {
  border: 3px solid #96b7c9 !important;
  border-radius: 0;
  background: #009FF0!important;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}



.request-password-block-background .header-banner-fullwidth {
  border-top: none;
}

.request-password-block-background p.form-submit {
  float: left;
  display: inline-block;
  position: relative;
  right: none;
  left: none;
  margin-left: 24px;
  margin-top: 115px;
}
.request-password-block-background p.forgot-pwd {
  margin-top: 25px !important;
}
@media only screen and (max-width: 450px) {
  .request-password-block-background p.forgot-pwd{
	margin-right: 54px !important;
	margin-top: -18px !important;
  }
}
@media only screen and (max-width: 450px) {
  .request-password-block-background p.form-submit {
	float: right;
	margin-top: 0px;
	margin-right: -9px;
  }
}

#wppb-recover-password > ul {
  width: 300px;
  float: left;
  display: inline-block;
}

#wppb-recover-password > ul > li > label {
  width: 100%;
}

.request-password-block-background wppb-user-forms ul {
  background-color: red;
  width: 50%;
  float: left;
  display: inline-block;
}

.request-password-block-pw_box {
  background: url('/images/pw-box.png');
  display: inline-block;
  position: absolute;
  width: 588px;
  height: 455px;
  top: -126px;
  background-repeat: no-repeat;
  background-size:  467px;
  left:590px;
}

#wppb-register-user > ul.right {
  float: none;
  clear:both;
}

div.login-register-block-register > .wppb-user-forms ul li.wppb-default-username {
  display: none !important;
}

div.login-register-block-register > .wppb-user-forms ul li {
  display: block!important;
  padding-bottom: 10px !important;
}

.login-register-background-gradient .header-banner-fullwidth {
  border-top: 0px;
}

/* because why not */
#loginBox p.login-remember {
  display: none;
}

#loginBox p.login-username {
  padding-bottom: 5px;
}

#loginBox p.login-username input {
  height: 20px;
}

#loginBox p.login-password {
  padding-bottom: 5px;
}

#loginBox p.login-password input {
  height: 20px;
}

#loginBox p.login-submit{
  padding-bottom: 5px;
}

div.wpcf7-validation-errors {
  /* padding-left: 388px !important; */
}

div.wpcf7-mail-sent-ok {
  border:none !important;
}

.red-ribbon {
  display: inline-block;
  background-image: url('/images/red_ribbon.png');
  width: 240px;
  height: 54px;
}

.red-ribbon-container {
  display: table;
  width: 240px;
  height: 48px;
}

.red-ribbon-container p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: white;
  overflow: hidden;
  font-weight: bold;
  padding-left: 10px;
}

.red-ribbon-fake {
  display: none;
  width: 240px;
  height: 54px;
}

.horizontal_tab >  .nav-tabs > li.active > a {
  color: white !important;
  text-decoration: none !important;
}

.horizontal_tab >  .nav-tabs > li > a {
  color: #9c9c9c !important;
  text-decoration: none !important;
}


#edit_profile {
    border: solid 3px #99D0FE;  border-radius: 0;
    background-color: #005B82;
    text-transform: uppercase;  font-size: 12px;  font-weight: bold;  
    color: white !important;
    padding: 4px 20px !important;
    bottom: 7px;
    margin: 0 !important;
}

#edit_profile :hover {
  background-color: #36B0F6;
}

.customers_slider_info_box {
  width: 240px;
  height: 240px;
  position: absolute;
  top: -10px;

  display: none;
  background: white;

  border-left: 4px lightgray solid;
  border-right: 4px lightgray solid;

  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4) !important;
  padding-top: 15px;
  line-height: 10px;
  overflow: hidden;
  z-index: 999;
}

.customers_slider_info_box_content {
  line-height: 15px;
  padding: 15px;
}

.customers_slider_info_box_picture_container {
  padding: 10px;
  height: 144px;
  white-space: nowrap;
  text-align: center;
}

.customers_slider_info_box_picture_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.customers_slider_info_box_picture_img {
  vertical-align: middle;
  max-height: 124;
}

.customers_slider_info_box_picture {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.customers_slider_info_box_divider_container {
  display: inline-block;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.customers_slider_info_box_divider {
  background-color: lightgray;
  height: 3px;
}

/* the next 400 lines should not exist because the megamenu plugin does not autocreate the css for some reason */
#mega-menu-wrap-mainmenu-166, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 ul, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 p, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 img, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 div, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 a {
  background: none;
  border: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #666;
  font-family: Asap;
  margin: 0;
  opacity: 1;
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  text-align: left;
  text-transform: none;
  vertical-align: baseline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  list-style-type: none;
  line-height: 1.7;
  box-sizing: border-box;
  float: none;
  visibility: visible;
  overflow: visible;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-decoration: none;
  clip: auto;
  height: auto;
  outline: none;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 a {
  display: inline;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 table, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 td, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 tr, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 th {
  border: 0;
  margin: 0;
  background: none;
}
#mega-menu-wrap-mainmenu-166 {
  background: #fff;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 {
  padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 .mega-menu-clear {
  clear: left;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 p {
  margin-bottom: 10px;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 input, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 img {
  max-width: 100%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item:hover > a {
  background: rgba(51, 51, 51, 0);
  color: #3aa7f5;
  font-weight: normal;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout li.mega-menu-item ul.mega-sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-item a:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-align-bottom-left.mega-toggle-on > a {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  -o-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-align-bottom-right.mega-toggle-on > a {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  -o-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu.mega-menu-item {
  position: static;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item {
    display: list-item;
    margin: 0 0 0px 0;
    clear: both;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item > a {
  outline: none;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  line-height: 40px;
  font-weight: normal;
  height: 40px;
  vertical-align: baseline;
  text-align: left;
  display: block;
  color: #3c3c3c;
  text-transform: none;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  font-family: inherit;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: #f1f1f1;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  left: 0;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1 {
  width: 16.66667%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2 {
  width: 33.33333%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3 {
  width: 50%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4 {
  width: 66.66667%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5 {
  width: 83.33333%;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6 {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6 {
    width: 50%;
    clear: none;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {
    clear: left;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  display: block;
  float: left;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  width: 150px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-1 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-2 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-3 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-4 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-5 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-columns-6 {
  width: 100%;
  clear: both;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  vertical-align: baseline;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
  background: #ddd;
  font-weight: normal;
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a {
    padding-left: 20px;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 > li.mega-menu-item-has-children > a:after {
  content: '\f140';
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-item li.mega-menu-item-has-children > a:after {
  content: '\f139';
  float: right;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-item li.mega-menu-item-has-children > a:after {
    content: '\f140';
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li a {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li a {
    text-align: left;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li a:before {
  float: right;
  margin: 0 0 0 6px;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li a:before {
    float: left;
    margin: 0 6px 0 0;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {
  content: '\f141';
  float: left;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {
    content: '\f140';
    float: right;
  }
}
#mega-menu-wrap-mainmenu-166 #mega-menu-mainmenu-166 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: -100%;
  top: 0;
}
#mega-menu-wrap-mainmenu-166 .mega-menu-toggle {
  display: none;
}
#mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label, #mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label:active, #mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label:focus {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label {
    display: block;
  }
}
#mega-menu-wrap-mainmenu-166 .mega-menu-toggle + label:after {
  content: "\f333";
  color: #3c3c3c;
  display: block;
  line-height: 40px;
  font-family: 'dashicons';
  font-size: 24px;
  background: #fff;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding-right: 5px;
}
#mega-menu-wrap-mainmenu-166 .mega-menu-toggle:checked + label:after {
  content: "\f153";
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mainmenu-166 .mega-menu-toggle ~ #mega-menu-mainmenu-166 {
    display: none;
  }
  #mega-menu-wrap-mainmenu-166 .mega-menu-toggle:checked ~ #mega-menu-mainmenu-166 {
    display: block;
  }
}
#mega-menu-wrap-mainmenu-166 {
  clear: both;
  /** Dynamic CSS generated in 0.1150 seconds **/
  /** Cached CSS generated by MaxMenu on Wednesday 3rd of December 2014 09:54:42 AM **/
}
#mega-menu-wrap-mainmenu-166 {
  clear: both;
}

/** Dynamic CSS generated in 0.4306 seconds **/
/** Cached CSS generated by MaxMenu on Monday 2nd of February 2015 02:00:17 PM **/

.login-register-block-forgot-link {
  position: relative;
  top: -70px;
  font-size: 14px;
  font-weight: 600; color: #fff; text-decoration: none; 
}

.login-register-block-forgot-link:hover {
  color: #00A1F2;
}
.login-register-block-register #wppb-register-user ul.mydata_newsletter a{
	font-weight: 600; color: #fff; text-decoration: none;
}
.login-register-block-register #wppb-register-user ul.mydata_newsletter a span, #wppb-edit-user  ul.mydata_newsletter a span{
	text-decoration: none !important;
}
.login-register-block-register #wppb-register-user ul.mydata_newsletter a:hover{
	 color: #00A1F2;
}
.mediaHomeWrapper {
            max-height: 150px;
            min-height: 150px;
            margin-bottom: 10px;
            overflow: hidden;
			  width: 100% !important;
}

a[title="thisSeemsLikeAReallyBadIdea"] {
  border: solid 3px #99D0FE!important;
  border-radius: 0!important;
  background-color: #005B82!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  font-weight: bold!important;
  color: white !important;
  padding: 4px 20px !important;
  margin: 0 !important;
  font-size: 16px!important;
  font-weight: 700!important;
}

a[title="thisSeemsLikeAReallyBadIdea"]:hover {
  background-color: #36B0F6;
}

.contact-form-box .wpcf7-not-valid-tip {
  line-height: 18px;
  color: #CB1616 !important;
}

.contact-form-box .wpcf7-validation-errors {
  display: none!important;
}

/* LOGIN */
.login-register-block-register #wppb-register-user .wppb-field-error, #wppb-edit-user .wppb-field-error, #wppb-recover-password .wppb-field-error {
    background: transparent;
    border: 0;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.wppb-default-e-mail > span {
    margin-left: 10% !important;
}
.wppb-error {
    color: red !important;
}
.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.wppb-user-forms select,
.wppb-user-forms textarea {
    margin-top: 2px !important;
}

#wppb-register-user .wppb-field-error input,
#wppb-edit-user .wppb-field-error input,
#wppb-recover-password .wppb-field-error input {
    border: 2px solid red;
    margin-top: 0 !important;
}
.wppb-form-field > span.wppb-form-error {
    border: 0 !important;
    margin-top: 0 !important;
    color: red;
}
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    min-height: 11px !important;
}

/* mobile stuff */


.revslider-mobile {
  display: none;
}

.mobile-header-fix {
  display: none;
}
        @media (min-width: 993px) and (max-width: 1199px) {
            .ehi-mobile {
                margin-bottom:30px;
            }
        }
@media only screen
and (max-width: 1199px) {
  /* login page */
  /*.login-register-block-forgot-link {
    top: 0px;
  }*/
  .shortcode-margin {
    display: none;
  }
  .mega-menu li.mega-menu-item a.depth-0 {
      font-size: 16px;
  }
  .contact-form-box {
      margin-left: 40px;
  }

  /*.login-register-block-register {
    border: none;
  }

  .login-register-block-login {
    border-bottom: 1px solid white;
  }*/

  .page_title_holder {
    display: none;
  }

  .revslider-desktop {
    display: none!important;
  }

  .revslider-mobile {
    display: block;
  }

  .mobile-header-fix {
    display: none;
    height: 40px;
  }
  .page-template-page-templatespagebuilder-newsroom-php .mobile-header-fix {
    display: none;
  }
  .page-template-page-templatespagebuilder-newsroom-php .page_title_holder {
      display: block;
  }
  .row.filter-posts.topfilterme {
        background: none;
        box-shadow: none;
        border: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .topfilterme > .container > .col-md-12 {
        padding: 0 15px;
    }
    .filter-box {
        width: 50% !important;
        display: inline-block;
        float: left;
        height: 90px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #F7F4F4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#F7F4F4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#F7F4F4 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#F7F4F4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F4F4',GradientType=0 ); /* IE6-9 */
        box-shadow: 0 5px 5px #ccc;
    }
    .filter-box.filter-box-social {
        width: 25% !important;
    }
    .filter-box .border {
        display: none;
    }
    .filter-box div[class^=newsroom-sprite-] {
        width: 130px;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 24px auto 0;
    }
     .newsroom-sprite-rt{
        height:32px;
    }
    .newsroom-sprite-pr{
        height:32px;
    }
    .filter-posts a {
        width: 100%;
        height: 100%;
        padding: 0 14px;
        min-height: 89px;
    }
    .filter-posts .active:before,
    .filter-posts .a:before {
        display: none;
    }
    .filter-box.active * .newsroom-sprite-pr,
    .filter-box:hover * .newsroom-sprite-pr {
        background-position: 0px -33px;
    }
    .filter-box.active * .newsroom-sprite-stsh,
    .filter-box:hover * .newsroom-sprite-stsh {
        background-position: 0 -43px;
    }
    filter-box.active * .newsroom-sprite-rt, .filter-box:hover * .newsroom-sprite-rt {
        width: 130px;
        margin-top: 24px;
        background-position: 0 -33px;
    }
   
    .newsroom-sprite-stsh {
        height: 54px;
    }
    .row.filter-posts.topfilterme:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }


    /* styles mobile revslider */
    .ehi-container-padding {
        padding: 0px !important;/*30px*/
        padding-top: 5px!important;
        padding-bottom: 10px !important;
    }
    .tab-content .ehi-container-padding {
        padding: 20px !important;/*30px*/
    }

    .ehi-mobile {
        background-color: rgba(68, 69, 70, 0.9);
        border-radius: 0px 0px 30px 0px;
        padding: 25px;
        color: #fff;
        margin-left:5px;
    }
    .ehi-mobile-themen{
        margin:15px;
    }
    .class-15932, .class-57453{margin-top:11px!important;}
    .class-15932 .ehi-mobile, .class-57453 .ehi-mobile{background-color: transparent;margin-left:0px!important;margin-right:0px!important;padding:0px!important;}
    .parent-pageid-17 .blog-short-preview, .page-id-17 .blog-short-preview{
        margin-left:5px;
    }
    body.home .ehi-mobile, body.page-id-16247 .ehi-mobile, body.page-id-52609 .ehi-mobile {
    	/* mobile revslider background */
        background-color: none;
        padding: 0px;
    }
    body.home .ehi-container-padding, body.page-id-16247 .ehi-container-padding, body.page-id-52609 .ehi-container-padding {
    	/* mobile revslider background image */
        padding: 0px;
    }    
    h3.ehi-mobile-headline {
        color: #fff;
    }
    a.ehi-mobile-link {
        text-decoration: underline;
    }
}

ul.category-menu {
  padding-left: 0px;
    background-color: white;
    padding-top: 3px;
}

.stores_shops {
  background-image: url("/images/stores_shops.png");
  background-size: contain;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}

.retail_technology {
  background-image: url("/images/retail_technology.png");
  background-size: contain;
  width: 64px;
  height: 64px;
  display: inline-block;
  background-repeat: no-repeat;
}
li.mydata_newsletter input {
z-index: 999;
position: relative;
}

.seo-text .container {
    font-size: 12px;
}
/* HOME White border FIX need to be corrected */
.home .fullwidth_aq_video_block .row, .fullwidth_aq_home_main_block .row {
    margin: 0;
}

.home .fullwidth_aq_video_block.aq-block, .fullwidth_aq_home_main_block .row .aq-block,.home .aq-block-aq_video_block {
    padding: 0;
}


.noshowehi {
            display:none !important;
}
.scroll-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  z-index:999999;
  cursor:pointer;
  /*display:none;*/
  padding-left:0px !important;
  padding-right:0px !important;
}
/* Fullwidth fix FIX need to be corrected */
 .fullwidth-aq-block .row {
    padding: 0;
    position: auto;
    width: 100%;
    margin: 0;
    right: 0;
}
.fullwidth-aq-block .aq-block{
    margin:0;
    padding:0;
}


.imgfix {
    padding:0 !important;
}

.post-thumbnail-background-list {
    width:300px;height: 200px;display:block;
    background-size: cover;
    background-position: center center;
}
/* Start - Changes by John*/
ul.category-menu{
    margin-bottom:0px;
}
ul.category-menu.search {
  padding-top: 3px;
}
.blog_post_body a, .blog-short-preview a, .entry-content a, .mega-nav-wrapper .contact-box a, .ehi-content-link.a{
	font-weight: 600; color: #00A1F2!important; text-decoration: none;
}
.jobs a.read-more-link, a.read-more-buttom-ribbon{
	color: #fff!important;
}
.blog_post_body a:hover, .blog-short-preview a:hover, .entry-content a:hover, li.mega-menu-item:hover .contact-box a:hover, .ehi-content-link.a:hover{
	color: #999!important;
}
.fixed_header.site_header {
    opacity: 1;
}
.current-cat-deep {
    color: #990000 !important;
}
#wppb-register-user .wppb-field-error input, #wppb-edit-user .wppb-field-error input, #wppb-recover-password .wppb-field-error input{
	border: 2px solid #ff6868;
}
.contact-form-box .wpcf7-not-valid-tip, span.wpcf7-not-valid-tip, .wppb-form-field > span.wppb-form-error,#wppb_general_top_error_message, .wppb-error, .wppb-warning, .wppb-required{
	color:#ff6868!important;
	font-weight:normal;
}
.wppb-success, .wpcf7-mail-sent-ok, #wppb_form_success_message {
  color: #48e7a2!important;
}
span.mega-nav-wrapper {
  background: -moz-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%);
  background: -o-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%);
  background: -webkit-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%);
  background: linear-gradient(to bottom, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%);
}
.aq-block-aq_sidebar_block{margin-bottom:40px}
.aq-block-aq_contact_block .contact-box{margin-top:0px;margin-bottom:35px;}
.mega-current-page-ancestor > a {color: #3aa7f5 !important;}
/*change by john start*/
div.mega-nav-wrapper {
  background: -moz-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%)!important;
  background: -o-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%)!important;
  background: -webkit-linear-gradient(top, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%)!important;
  background: linear-gradient(to bottom, #FFFFFF 61%,rgba(161, 219, 255, 1) 127%)!important;
}
.container.content_container{position:relative;}
body.single .blog-short-preview .media-body h1 {color: #565656; font-weight: 600; font-size: 20px; line-height: 18px;}
body.single .blog-short-preview .media-body h2 {color: #565656; font-weight: 600; font-size: 18px; line-height: 20px;}
body.single .blog-short-preview .media-body h3 {color: #565656; font-weight: 600; font-size: 16px; line-height: 20px;}
body.single .blog-short-preview .media-body h4 {color: #565656; font-weight: 600; font-size: 14px; line-height: 20px;}
body.single .blog-short-preview .media-body .entry-content ul {list-style-type: square;font-size: 14px;}
body.single .blog-short-preview .media-body .wp-caption.alignright {padding-bottom:10px;}
.home-height-box img{width:100%!important;height:auto%!important;}
/*change by john end*/
.page-id-17 .media-body,.parent-pageid-17 .media-body{
    overflow:visible;
}
html {
	-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}/*
.nav-tabs {
  margin-bottom: 11px !important;
}*/
        @media (min-width:903px){
            .nav-tabs {
                margin-bottom: 35px !important;
            }
        }
.media-body p, .media-body .panel-body{
    font-size:14px !important;
    color:#565656 !important;
}
        body.single .blog-short-preview .media-body .wp-caption-text {color: #565656; font-size: 12px !important; font-style:normal; line-height: 1.3;}
#wppb_form_success_message {
  padding-left:0px;
}
div.header_menu > div > ul.navbar-nav a.active, div.header_menu > div > ul.navbar-nav li:hover {
  color: #00A1F2;
}
.shortcode-wrapper .rev_slider .tp-caption{
margin-left:-40px!important;
}
.shortcode-wrapper .rev_slider .tp-caption.background-400{
margin-left:0px!important;
}
.search-block.member{
margin-left:20px!important;
}

body.home .background-black-home, body.page-id-16247 .background-black-home, body.page-id-52609 .background-black-home {min-width:6000px!important;}
body.home .background-black-home ul.slider-link-list {
  left:initial!important;
  right: 330px;
}

body.page-id-16247 .background-black-home ul.slider-link-list, body.page-id-52609 .background-black-home ul.slider-link-list {
  left:initial!important;
  right: 330px;
}
.new-signup-press span.btn-small:before {
    display: none;
}
.new-signup-press span.btn-small{
    padding: 5px 60px 5px 20px;
    background:#0C9DF5 ;
    display:block;
    position:relative
}
.new-signup-press.download-press span.btn-small {
    padding-right: 20px;
    margin-left: 70px;
}
/*.aq-block-aq_json_slider_block{clear:both;}*/
.aq-block-aq_json_slider_block.col-md-12{clear:both;}
.dropdown-menu{font-size: 14px;}
.class-15932 .col-md-12,.class-57453 .col-md-12 {padding:0px!important;}
.single .media-body,.single .media{overflow: visible;}
img.lazyOwl{display: block!important;margin: 0px auto;}
.heading1, .heading,.tp-caption {font-family:'Asap'!important;}
.search-block.member {font-size:14px;}
.search-block.member input[type=text]{font-size:14px;color:#565656;}
a.read-more-link{white-space: nowrap;  }
.owl-item .related_post_item h4 {margin-bottom: 5px;min-height: 50px;}
.post_comments_list{font-size:14px;}
.post_comment_box textarea{font-size:14px;color:#565656;}
.dropdown-submenu > a .caret {
    display: inline-block;
    float: right;
    margin: 10px;
    border-top: 8px solid #ccc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.dropdown-menu a,.dropdown-submenu a{padding:10px 5px!important;margin:0px 5px!important;}
.navbar-collapse, .dropdown-menu ,.dropdown-submenu {z-index:99999999999999999;}
.social_share_privacy_area li.settings_info .settings_info_menu{z-index:100!important;}
.blog_post_info .post_content{font-size:14px;}
.blog_post_info .post_content h1{color: #565656;font-weight: 600;font-size: 20px;}
.login-submit .button-primary {
    border: 3px solid #005b82;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #009ff0;
    color: #ffffff;
    padding: 10px 35px;
}
.login-submit .button-primary:hover, .login-submit .button-primary:focus, .login-submit .button-primary:active, .login-submit .button-primary.active{
    background-color: #36B0F6;
    border-color: #285e8e;
    color: #ffffff;
}
#loginBox .login-submit .button-primary {
    border: 3px solid #a0b7c6;
    margin: 0 !important;
    padding: 4px 20px !important;
    right: 10px !important;
    bottom: 0;
    margin-top: 10px !important;
    position: relative !important;
}
.contact-box .meta span.telclass{color: #565656!important;}
.contact-box .meta span.telclass a{color: #565656!important;margin-top:0px;}
/* End - Changes by John*/

/* Newsroom */

.container-fluid.newsroom {
    margin-top: 30px;
    white-space: nowrap;
    min-width: 200%;
    /*float: right;*/
    /*margin-right: -60%;*/
}
.container-fluid.newsroom .post .media-heading {
    white-space: normal;
}
.container-fluid.newsroom .row:first-of-type > .post {
    margin-top: 40px;
}
.container-fluid.newsroom .row:first-of-type + .row> .post {
    margin-bottom: 50px;
}

.container-fluid.newsroom .post {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 25px 5px;
    padding: 10px;
    overflow: hidden;
    height: 460px;
    width: 20%;
    max-width: 350px;
    -webkit-transition: width .15s linear, height .15s linear, -webkit-transform .15s linear;
        -moz-transition: width .15s linear, height .15s linear, -moz-transform .15s linear;
        -o-transition: width .15s linear, height .15s linear, -o-transform .15s linear;
        transition: width .15s linear, height .15s linear, scale .15s linear, transform .15s linear;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}
.container-fluid.newsroom .posts-row + .posts-row {
    margin-top: -40px;
}
.container-fluid.newsroom .posts-row > .post {
    margin-top: 40px !important;
}
.container-fluid.newsroom .posts-row > .post .tags,
.container-fluid.newsroom .posts-row > .post .taglist {
    text-align: left;
}
.container-fluid.newsroom .post .media a img {
    margin-bottom: 10px;
}

.container-fluid.newsroom .post.has-children {
    padding: 0;
}

.container-fluid.newsroom .post .media-heading .date {
    color: #bf001d;
}
.container-fluid.newsroom .post.half-visible {
    /* opacity: 0.5 ;*/
}
.container-fluid.newsroom .post img {
    width: 100%;
    height: auto;
}
.container-fluid.newsroom .has-children .post img {
	max-height: 120px;
}
.container-fluid.newsroom .post:not(.has-children) {
	border-bottom: 12px solid #fff;
}

.container-fluid.newsroom .post:not(.has-children):hover {

    -webkit-transform: scale(1.1, 1.1);  /* Saf3.1+, Chrome */
         -moz-transform: scale(1.1, 1.1);  /* FF3.5+ */
          -ms-transform: scale(1.1, 1.1);  /* IE9 */
           -o-transform: scale(1.1, 1.1);  /* Opera 10.5+ */
              transform: scale(1.1, 1.1);
    box-shadow: 10px 10px 5px 2px rgba(40, 40, 40, 0.4);
    opacity: 1;
    z-index: 9999;
}

.container-fluid.newsroom .posts-row > .post.half-width {
    width: 16%;
    max-width: 250px;
}
.container-fluid.newsroom .post.half-width .date {
    width: 100%;
}

.container-fluid.newsroom .post.has-children {
    margin-top: 0;
    overflow: initial;
}

.container-fluid.newsroom .post.has-children > div {
    height: 49%;
    display: block;
    margin: 0 0 10px 0 !important;
    width: 100%;
}

.container-fluid.newsroom .post.has-children > div:hover {
    margin-top: 0;
}
.container-fluid.newsroom .post .wp-post-image {
    background-size: cover;
    background-position: center;
    width: auto;
    height: 160px;
    display: block;
}
.container-fluid.newsroom .post.has-children .wp-post-image {
    height: 140px;
}

.container-fluid.newsroom .post .article-body {
    white-space: normal;
    /*max-height: 190px;*/
    word-break: normal;
    text-align: justify;
    text-overflow: ellipsis;
}

.container-fluid.newsroom .post.has-children .article-body {
    margin-top: 15px;
    font-size: 0;
    display: none;
}
/*.container-fluid.newsroom .post.has-children .article-body .tags,
.container-fluid.newsroom .post.has-children .article-body .taglist {
    font-size: 14px;
}*/
.container-fluid.newsroom .post.has-children.half-width .article-body {
	display:none;
}
.container-fluid.newsroom .post.has-children.half-width .read-mode-link {
	display:none;
}

.date-pagination {
    text-align: center;
}
.date-pagination .dates {
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
}

.date-pagination .date-container a {
    /*color: #333;*/
    color: #00A1F2;
    text-decoration: none;
}
.date-pagination .date-container a.disabled {
    cursor: not-allowed;
}
.date-pagination .date-container:hover {
    cursor: pointer;
}
.date-pagination .date-container:hover a {
    color: #333;
}

.date-pagination a.prev,
.date-pagination a.next {
    background-color: #fff;
    border-radius: 10px;
    color: #008BD0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.date-pagination a.prev {
    margin-right: 2px;
}

.date-pagination a.next {
    margin-left: 2px;
}

.date-pagination a.prev:hover,
.date-pagination a.next:hover {
    background-color: #008BD0;
    color: #fff;
}
.date-pagination a.prev[disabled],
.date-pagination a.next[disabled] {
    background-color: #d3d3d3;
    color: #008BD0;
}
.date-pagination a.prev[disabled]:hover,
.date-pagination a.next[disabled]:hover {    
    cursor: not-allowed;
}

.date-pagination a.prev {
    margin-right: 9px;
}
.date-pagination a.next {
    margin-left: 9px;
}

.date-pagination .date-container {
    display: inline-block;
    position: relative;
    width: 75px;
}

.date-pagination .date-container h6 {
    color: #666666;
    position: absolute;
    margin-top: 0;
    /*top: -30px;*/
    left: 0;
    right: 0;
    width: 90px;
    margin-left: -10%;
}
.date-pagination .date-container.active h6 {
    margin-left: -30%;
    width: 130px;
}

.date-pagination .date-container.active h6 a {
    color: #C80C2D;
    font-size: 18px;
}

.date-pagination .date-container h6 a:hover {
    cursor: pointer;
}

.date-pagination .date-container h6 a,
.date-pagination .date-container.active h6 a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}
.date-pagination .date-container.active .date-mark {
    background-color: #C80C2D;
    width: 5px;
}

.date-pagination, 
.date-pagination .date-container.active .date-mark {
    min-height: 80px;
}

.date-pagination .date-mark {
    border-radius: 40%/5%;
    background: #a5a5a5;
    height: 40px;
    width: 5px;
    margin: 30px 3px 0 3px;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: height .3s linear;
    -webkit-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}

.date-pagination .dot {
    border-radius: 4px;
    background-color: #a5a5a5;
    display: inline-block;
    height: 8px;
    margin-right: 9px;
    margin-left: 9px;
    vertical-align: middle;
    width: 8px;
}
.date-pagination .dates .dot {
    margin-top: 25px;
}
.date-pagination .dot {
    margin-top: 5px;
}
/*.spinner {
    position: absolute;
    background: #e9e9e9;
    z-index: 9999;
    min-height: 120px;
    width: 150%;
    margin-left: -25%;
}*/

.filter-posts + .content_container.hidden-block .aq-block-aq_posts_block,
.filter-posts + .content_container.hidden-block .aq-block-aq_sidebar_news_block,
.filter-posts + .content_container.hidden-block .fullwidth_aq_form_banner_block,
.filter-posts + .content_container.hidden-block .aq-block-aq_contact_block {
    /*display: none !important;*/
} .aq-block.aq-block-aq_contentpage_block.col-md-9.cf,.aq-block.aq-block-aq_posts_block.col-md-9.cf{
    float:right;
}
.aq-block-filtered_ajax_post_list {
    clear: both;
    /*display: none;*/
    position: relative;
}
.extra-btns .newsroom-switch {
    display: inline-block;
    height: 30px;
    margin: 10px 0 0 10px;
    font-size: 34px;
    width: 70px;
    text-decoration: none;
}
.extra-btns .newsroom-switch span { 
    font-size: 14px;
    vertical-align: top;

}
.extra-btns .newsroom-switch:first-of-type {
    margin-left: 20px;
}

.extra-btns .newsroom-switch:hover,
.extra-btns .newsroom-switch.active {
    color: #0880c7;
}
.hide-form-btn .banner-close {
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .date-pagination {
        margin-top: 150px;
    }
}
div.wpcf7-response-output{margin-top:1em;}
#wppb-recover-password p.wppb-success{max-width:550px;}
@media screen and (max-width: 1199px) {

}

