.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.left.page-title .background,.centered.page-title .background {
    background-image: url("../../img/default_header.jpg");
}
.description_left .page_parents,.centered_content .page_parents {
    position: static;
    margin-top: 0;

}
.centered_content .page_parents {
    float: none;
}
.centered_content .page_parents li {
    display: inline-block;
}
.description_left .page_parents li:first-child,.centered_content .page_parents li:first-child {
    padding-left: 0;
}
.description_left .page_parents li a,.centered_content  .page_parents li a{
    color: #eee;
}
.description_left .page_parents li a:hover,.centered_content .page_parents li a:hover{
    color: #009dcd;
}
/**/
.form-actions {
    background: none;
    border: none;
    padding-left: 0
}
.form-actions input[type="submit"] {
     font-size: 13px;
    font-weight: 400;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 8px 21px;
    background: #009dcd;
    border: 2px solid #009dcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    margin-right: -20px;
}
.my_space {
    margin-top: 90px;
}
/*my-content*/
.my-content{
    margin-bottom: 35px;
}
/*blog*/
#blogmasonry .blog-content{
    padding-left: 30px !important;
}
.information {
    float: left;
    width: 100%;
    padding: 18px 0px;
    font-size: 11px;
}
.post_format_standart h1{
    padding-left: 0px;
}
.post_format_standart .blog-content{
    padding-left: 0px;
}
.content .information{
    border-top: 1px solid #ededed;
}

.blog-multimedia .owl-buttons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -44px;
    bottom: -21px;
    z-index: 10;
    height: auto;
    width: auto;
}
.blog-multimedia .owl-buttons .owl-prev,
.blog-multimedia .owl-buttons .owl-next {
   display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}

.blog-multimedia .owl-buttons i {
    background-color: #fff;
    padding: 5px 10px;
    font-size: 30px;
    color: #ccc;
}
/*search*/
.searh-holder .form-actions{
    background: none;
    border: none;
    padding: 0px;
    margin-top: 0px !important;
    display: block;
    height: 20px !important;
}
.searh-holder .form-submit{
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;;
    height: 20px;
    top:12px;
    right: 14%;
    z-index: 9;
}
/*comment*/
.comment-wrapper{
    margin-top: 15px !important;
}
.comment-form .form-actions{
    padding: 0;
    background: none;
    border: none;
}
.comment-form .form-actions .save{
    float: left;
    margin-right: 5px;
}
.col-sm-10 .content{
    background-color:  #f6f6f6 ;
    padding: 5px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
}
.indented{
    margin-left: 144px;
}
.content .submitted{
    margin-bottom: 3px;
}

.content.field-item {
    word-wrap: break-word;
}
.comment-wrapper h2{
    margin-top: 20px;
}
/*contact*/

.contact_form .span12{
    width: 100%;
}
.view-content .span12 .form-actions{
    background: none;
    border: none;

}

.span12 .form-actions .save .form-submit{
    height: 36px;
    width: 100px;

}
/*sidebar*/
.view-sidebar-achives .views-summary li{
    margin-left: 0px !important;
    list-style: none;
    padding-left: 0px;
    width: 100%;
    float: left;
    padding: 9px 0px ;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.view-sidebar-categories .views-summary li{
    margin-left: 0px !important;
    list-style: none;
    padding-left: 0px;
    width: 100%;
    float: left;
    padding: 9px 0px ;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*menu*/
.hasSubMenu{
    list-style: none !important;

}
.hasSubMenu span{
    font-family: bignoodletitling;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    padding-right: 0px;
    letter-spacing: 0.8px;
}
.panel-2col .three-cols{
    width: 100%;
}
.panel-2col-stacked #portfolio-filter ul{
    position: relative;
    left: 24%;
}
.panel-2col-stacked .portfolio_big_title{
  padding-right: 300px;
}
.panel-2col .portfolio_big_title{
    padding-left: 300px;
}
/*recent comment*/
.content .item-list ul li{
    list-style: none;
    margin-left: 0px;
    padding: 9px 0px;
}
/*contact_form*/
.view-contact-home .span12{
    margin-left: 0px;
}
.view-contact-home .form-actions{
    margin: 0px;
    padding: 0px;
}
.view-contact-home .col-sm-6:first-child{
  /*  margin-left: -15px;
    margin-right: 13px;*/
}
.view-contact-home .contact_form input[type="text"], .contact_form select{
    width: 100% !important;
    height: 34px;
}
.view-contact-home .form-submit{
    margin-left: 0px;
}
/*contact-1 column*/
.view-contact-1-column .google_map_field_display{
    width: 100%;
    height: 400px;
}

.view-contact-1-column .span12{
    margin-left: 0px;
}
.view-contact-1-column .contact_form input[type="text"], .contact_form select{
    width: 100% !important;
}
.view-contact-1-column .col-sm-6:first-child{
   /* margin-left: -15px;
    margin-right: 15px;*/
}
.view-contact-1-column .form-submit{
    margin-left: -19px;
}
.view-contact-2-column .form-submit{
    margin-left: -19px;
}
.view-contact-2-column .col-sm-6:first-child{
    margin-left: -15px;
    margin-right: 15px;
}
.view-contact-2-column .google_map_field_display{
    width: 124%;
    height: 400px;
    margin-left: -124px;
}
.view-contact-2-column .span12{
    margin-left: 0px;
}
.view-contact-2-column .contact_form input[type="text"], .contact_form select{
    width: 100% !important;
}

#content {
    padding: 40px 0;
}
.top_nav .cart {
    position: relative;
    z-index: 33;
}
ul.menu li.leaf,ul.menu li.expanded  {
    list-style: none;
}

ul.menu li {
    margin: 0;
}
body.admin-menu header#header.fixed_header {
    margin-top: 29px;
}
body.toolbar header#header.fixed_header {
    margin-top: 30px;
}
body.toolbar.toolbar-drawer header#header.fixed_header {
    margin-top: 65px;
}
.right_search_container .form-actions {
    display: none;
}
.header_3 .header_bar {
    background: #fff;
    color: #555;
}
.header_3 .header_bar h3,.header_3 .header_bar .socials li i {
    color: #555;
}
.header_2 .header_bar .socials li i {
    color: #fff;
}
.header_bar .socials {
    list-style: none;
}
.header_bar .socials li {
    display: inline;
    padding-right: 20px;
}
.header_bar .socials li a {
    font-size: 20px;
}
.header_3 nav .menu > li.current_page_item,
.header_3 nav .menu > li:hover,
.header_3 nav .menu > li.current-menu-parent,
.header_3_body nav .menu > li.current-menu-ancestor{
    background: #444;
}
.header_3 nav .menu > li > a {
    color: #f6f6f6;
}
.top-page .top_nav .sub-loggin {
    padding-bottom: 0;
    margin-top: 0;
}
.top_nav_sub.login .item-list,.top_nav_sub.login .form-item {
    display: block;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.top_nav_sub.login .item-list a {
    display: block;
}
.top_nav_sub.login .form-actions {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.top-page .top_nav_sub.login input.form-submit {
    height: 26px;
    line-height: 20px;
}
.top_nav .socials {
    margin-top: 0 !important;
}
.top_nav .socials li {
    width: 40px;
}

.simplenews-subscribe input[type="submit"]{
    background: none;
    border: none;
    float: left;
    color: #f5f5f5;
    padding-top: 4px;
    padding-bottom: 4px;
}
[class^="col-"] .dynamic_page_header .description {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}
.product-single .product-images {
    margin-left: -15px;
    margin-bottom: 2em;
}
.product-single .price_rating {
    float: left;
    border: 1px solid #ededed;
    width: 94%;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.product-single .price_rating .price_rating_content {

}
.product-single .price_rating .price_square {
    float: left;
}
.product-single .price_rating .rating {
    float: right;
    display: block;
}
.product-single .price_square .price .amount {
    margin-top: 0;
}
.product-single .price .amount {
    font-size: 22px;
    font-weight: 600;
    float: left;
    margin-top: -4px;
    color: #009dcd;
}
.product-single .fivestar-static-item .form-item {
    margin: 0;
}
.product-single .fivestar-static-item .fivestar-basic,.product-single .fivestar-static-item .description {
    display: inline-block;
}
.product-single .form-item-quantity label {
    float: left;
    padding-top: 7px;
    padding-right: 11px;
    font-size: 30px;
    font-family: Bebas Neue;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
}
.product-single .posted_in {
    font-weight: 600;
}
.product-single .posted_in .field,
.product-single .posted_in .field-item {
    display: inline-block;
}
.product-single .posted_in .field-item:after {
    content: ",";
    margin-right: 2px;
    margin-left: 1px;
}
.product-single .posted_in .field-item:last-child:after {
    content: "";
}
.product-single .tabbable {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
#respond input[type="text"] {
    width: 100%;
}
#respond .comment-form a {
    color: #009dcd;
}
#respond input[type="submit"] {
    padding: 8px 21px;
}
.product-single .commerce-add-to-cart .add_buttons {
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-single .commerce-add-to-cart input[type="submit"] {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 8px 21px;
    background: #009dcd;
    border: 2px solid #009dcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
}
.flexslider {
    z-index: 8;
}
ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}
ul.products li.product {
    float: left;
    margin: 0 1.6% 5.0em 0;
    padding: 0;
    position: relative;
    width: 22.6%;
    border: 1px solid #ededed;
}
ul.products li.product:hover {
    border: 1px solid #009dcd;
}

.product-teaser .star-rating {
    float: left;
    position: absolute;
    top: 12px;
    left: 13px;
    z-index: 9;
}
.product-teaser .price {
    float: right;
    position: absolute;
    top: 12px;
    right: 13px;
    font-weight: 700;
    font-size: 16px;
    color: #009dcd;
    z-index: 9;
}
.product-teaser  h4 {
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    padding-top: 14px;
    text-transform: uppercase;
}
.product-teaser  .add-to {
    position: relative;
    text-align: center;
    bottom: -40px;
}
.product-teaser  .add-to .commerce-add-to-cart input[type="submit"] {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 11px 17px;
    font-weight: 600;
    font-size: 14px;
    left: 50%;
    margin-left: 15px;
    margin-top: -18px;
    text-shadow: none;
}
.product-teaser .bg-shop .summary-teaser {
    padding-right: 10px;
    padding-left: 10px;
}
.product-teaser .summary-teaser {
    font-size: 12px;
    color: #444;
    text-align: center;
    margin-top: 18px;
}
.product-teaser .fivestar-static-item .form-item {
    margin: 0;
}
.product-teaser .fivestar-static-item .description {
    display: none;
}
.header_page.basic {
    margin-top: 0;
}
.tabs.primary {
    margin: 0;
    padding: 0;
}
ul.tabs.primary {
    padding-left: 0;
    margin: 30px 0 20px;
}
.tabs.primary li {
    display: inline-block;
}
.tabs.primary li a {
    display: block;
    font-size: 13px;
    border: none;
    padding: 8px 11px;
    color: #6d7a83;
    font-weight: 500;
    margin-right: 0;
}
.tabs.primary li.active a {
    border-top: 2px solid #009dcd;
    display: block;
    color: #2f383d;
    font-size: 13px;
    font-weight: 500;
}
.tabs.primary li a:hover {
    background-color: #ccc;
}
.tabs.primary li.active a:hover {
    background-color: #ddd;
}
.top_nav .cart-contents .view-content {
    padding-bottom: 20px;
}
.top_nav .cart-contents table {
    width: 100%;
}
.top_nav .cart-contents .links {
    display: block;
    padding-bottom: 20px;
}
.top_nav .cart-contents .links li {
    margin-right: 5px;
}
.top_nav .cart-contents .links li a {
    padding: 5px 8px;
}
.top_nav .cart-contents .line-item-summary {
    margin-bottom: 2em;
}
.commerce-line-item-views-form table {
    width: 100%;
}
.view-content table,.commerce-line-item-views-form table {
    width: 100%;
}
table tr.even,
table tr.odd {
    background: #fff;
}
table thead th {
    border-bottom: 2px solid #000;
    padding: 0 10px 0 0 !important;
    vertical-align: middle;
    color: #000;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
}
table tbody td {
    border: 0;
    border-bottom: 1px dotted #ccc;
    padding: 16px 10px 16px 20px;
    vertical-align: middle;
}
table input[type="text"] {
    width: 50%;
}
table input[type="submit"] {
    float: none;
}
.commerce-line-item-views-form input.delete-line-item {
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: #009dcd;
    border: 2px solid #009dcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
}
.commerce-line-item-actions input[type="submit"] {
    margin-left: 5px;
}
.commerce-line-item-views-form .line-item-total .line-item-total-label {
    text-transform: capitalize;
}
.commerce-line-item-views-form .line-item-total .line-item-total-raw {
    font-weight: bold;
}
.checkout-buttons {
    margin-top: 15px;
}
.checkout-buttons .checkout-continue,.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 8px 21px;
    background: #009dcd;
    border: 2px solid #009dcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;

}
.checkout-buttons .checkout-continue {
    margin-right: 5px;

}
.checkout-buttons .checkout-cancel,.checkout-buttons .checkout-back {
    margin-left: 5px;

}
.view-content table {
    width: 100%;
}
.view-content table tr.even,
.view-content table tr.odd {
    background: #fff;
}
.item_price table tbody td,.item_price table tbody tr{
    border-bottom: none;
    border-top: none;
}
.item_price table {
    text-align: left;
}
.item_price table td.component-total {
    font-size: 32px;
    color: #191919;
}
.product-variations .attribute-widgets {
    float: none;
}
.product-variations .attribute-widgets select {
    background: #fff;
}
.commerce-line-item-views-form .form-actions {
    background: none;
    border: none;
}
.commerce-line-item-views-form .form-actions input[type="submit"] {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 8px 21px;
    background: #009dcd;
    border: 2px solid #009dcd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
}
input[type="text"],input[type="password"] {
    height: 44px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d0d0d0;
}
.checkout-buttons .checkout-cancel:focus, .checkout-buttons .checkout-back:focus, .checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover {
    background: none;
    color: #018fe2;
    text-decoration: none;
}
.team {
    margin-bottom: 30px;
}
.clients_el .controls {
    margin-bottom: 135px;
}
#header.fixed_header .nav_top {
    margin-top:2px;
}
.fixed_header nav .menu li ul.non_mega_menu {
    top: 58px !important;
}
.about-home-5col {
    margin-bottom: 35px;
}
.clients_el {
    margin: 20px 0;
}
.service-3-col {
    margin-top: 20px;
}
.services_medium .icon_wrapper,.services_medium h4,.services_medium i {
    z-index: 9;
}
.services_medium p {
    z-index: 9;
}
.content_portfolio {
    margin: 30px 0;
}
.recent_portfolio .pagination {
    position: relative;
}
.recent_portfolio .pagination a {
    z-index: 9;
}
.mt-20 {
    margin-top: 20px;
}
.mt--20 {
    margin-top: -20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt--30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt--40 {
    margin-top: -40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt--50 {
    margin-top: -50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt--60 {
    margin-top: -60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb--20 {
    margin-bottom: -20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb--30 {
    margin-bottom: -30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb--40 {
    margin-bottom: -40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb--50 {
    margin-bottom: -50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb--60 {
    margin-bottom: -60px;
}
.pt-20 {
    padding-top: 20px;
}
.pt--20 {
    padding-top: -20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt--30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt--40 {
    padding-top: -40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt--50 {
    padding-top: -50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt--60 {
    padding-top: -60px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb--20 {
    padding-bottom: -20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb--30 {
    padding-bottom: -30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb--40 {
    padding-bottom: -40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb--50 {
    padding-bottom: -50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb--60 {
    padding-bottom: -60px;
}
.cart-contents table tbody td {
    padding: 0;
}
#portfolio-filter ul {
    z-index: 9;
}
.recent-content.widget dt {
    float: left;
    padding-right: 10px;
}
.recent-content dl {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
    webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.recent-content dt img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}
.breadcrumbs {
    background-color: #f6f6f6;
}
.breadcrumbs {
    color: #000000;
    font-size: 13px;
}
.breadcrumbs h1.title {
    color: #000000 !important;
}
.tweet_list .tweet p,.tweet_list .tweet a {
    display: inline-block;
    padding-right: 10px;
}
.footer_social_bar {
    height: auto
}
.composer_content {
    padding-bottom: 0;
}
.row .header {
    margin-bottom: 20px;
}
.simplenews-subscribe input[type="text"] {
    float: left;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #444 !important;
    height: 30px;
    float: left;
    width: 169px;
    border-right: 0px !important;
    background: #272727 !important;
    margin-top: 8px; 
}
.simplenews-subscribe input[type="submit"] {
    background: none;
    float: left;
    color: #f5f5f5;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 0px !important;
    width: 86px !important;
    border: none !important;
    height: 30px;
}
.section-style {
    padding: 60px 0;
}
.contact_form input[type="text"], .contact_form select {
    margin-bottom: 0;
}
.right_search_container input[type="text"] {
    height: 68px;
}
.twitter-block i {
    float:left;
    color: #fff;
    font-size: 20px;
    margin-top: 28px;
    margin-right: 10px;
}
.twitter-block .twitter-widget {
    float:left;
}
#faq-filter ul {
    z-index: 9;
}
.side-nav li.active a {
    color: #009dcd;
}
.not_found_error .search-form {
    float: left;
    width: 100%;
}
.not_found_error .search-form form {
    text-align: center;
}
.not_found_error .search-form .form-actions {
    height: auto !important;
    display: inline-block;
}
.not_found_error .search-form input[type="text"] {
    float: none;
    height: 33px;
    width: 288px;
}
.not_found_error .search-form .search {
    float: none;
}
.not_found_error .search-form .form-actions input[type="submit"] {
    border: 1px solid #ededed;
    position: inherit;
    margin-top: 0;
    margin-left: -4px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    width: 120px;
    font-size: 17px;
    display: inline-block;
}
.header_3 header#header.sticky_header.fixed_header {
    background: #555 !important;
}
.header_3.header_wrapper {
    border-bottom: 1px solid #555;
}
.header_3.header_wrapper .fixed_header {
    border-bottom: 1px solid #555;
}
.header_3 nav .menu > li.current_page_item,.header_3 nav .menu > li:hover,.header_3 nav .menu > li.current-menu-parent,.header_3 nav .menu > li.current-menu-ancestor {
    background: #444;
}
.dark_clients .caroufredsel_wrapper {
    width: 100% !important;
}
.block-views .header h2, .themeple_sc .header h2 {
    color: #2f383d;
    line-height: 28px;
    font-size: 30px;
    text-transform: uppercase;
}
.block-views .header {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 28px;
}
.home_service {
    margin-top: 20px;
}
.services_small_container {
    padding-bottom: 0;
}
.one-staff .social_widget ul li i {
    z-index: 9;
}
.dynamic_page_header.style_1 {
    margin-bottom: 40px;
}
.clients_el .controls {
    margin-top: 95px;
}
.span9 .dynamic_page_header .description {
    padding-left: 0;
    padding-right: 0;
}
#blogmasonry .blog-article.grid .media:after {
    z-index: 9;
}






.centered {
    text-align: center!important;
    width: 257px;
    display: block;
    margin: 0 auto;
}

span.img_testimonial {
    display: none;
}

div#franchiseclinic h1 {
    color: red;
}