/* RIGHT TO LEFT */


/* STYLE GLOBAL */

.widget .block {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.widget .block .block_content {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: white;
}

.widget .block .title_block {
    border: none;
    background: none;
}


/* WIDGET HTML */

.widget .block.widget-html .block_content,
.widget .block.widget-raw-html .block_content,
.widget .block.widget-links .block_content {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget.banner-bottom img {
    margin-top: 45px;
}


/* HTML SERVICE TOP*/

.box-services {
    color: #4d4d4d;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    overflow: hidden;
    min-width: 190px;
}

.box-services:first-child {
    margin-left: 30px;
}

.box-services:nth-child(1) span.pull-left {
    width: 18px;
    height: 21px;
}

.box-services:nth-child(2) span.pull-left {
    width: 19.5px;
    height: 21px;
}

.box-services:nth-child(3) span.pull-left {
    width: 21px;
    height: 42px;
}

.box-services:nth-child(2) span {
    margin-top: 7px;
}

.box-services span {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    position: relative;
    width: 25px;
    z-index: 1;
    font-size: 21px;
    text-align: center;
}

#header_right .box-services .pull-left {}

.box-services span .icon-truck {
    display: block;
    transform: rotateY(180deg);
    webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.box-services span.text {
    display: none;
}


/*.box-services span .icon-phone:before {
  content: "";
}

.box-services span .icon-phone {
  background: url(https://player-gt.nl/themes/theme/css/modules/airmanagewidgets/assets/icon-phone.png) left top;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.box-services span .icon-truck:before {
  content: "";
}

.box-services span .icon-truck {
  background: url(https://player-gt.nl/themes/theme/css/modules/airmanagewidgets/assets/icon-truck.png) left top;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.box-services:hover span .icon-phone { background-position: left 23px;}
.box-services:hover span .icon-truck {
  background-position: left 21px;
}*/

.box-services span i {
    color: #4d4d4d;
    font-size: 20px;
}

.box-services .media-body>div {
    font-size: 13px;
    margin: 0;
    line-height: 35px;
}

.box-services small {
    font-size: 100%;
    display: none;
}

.box-services .media-body {
    padding-left: 12px;
}

.rtl .box-services .media-body {
    padding-right: 10px;
    padding-left: inherit;
}

.box-services:hover {
    cursor: pointer;
    color: #ccc;
}

.box-services:hover small {
    display: block;
}

.box-services:hover .media-body>div {
    line-height: 17px;
}

.box-services:hover span i {
    color: #ccc;
}


/* Title Product Block*/


/* .products_block.leomanagerwidgets .block_content {
  border-top: 2px solid #3498db;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
} */

.products_block.lmanagerwidgets .title_block {
    background: #3498db;
    display: inline-block;
    margin: 0;
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.products_block.lmanagerwidgets .title_block:after {
    display: none;
}

.products_block.lmanagerwidgets .product_list .product_block {
    border-top: none;
}

.products_block.lmanagerwidgets .product_list .product_block.last_item {
    border: none;
}

.widget.yellow .title_block {
    background: #ffae4d;
}

.widget.yellow .block_content {
    border-color: #ffae4d;
}


/* Manufacture Logo Carousel */

#manucarousel .logo-manu {
    border-left: 1px solid #ebeef2;
    border-bottom: 1px solid #ebeef2;
}

#manucarousel .carousel-inner {
    border-left: 1px solid #ebeef2;
    min-height: 168px;
}

.rtl #manucarousel .carousel-inner {
    border-right: 1px solid #ebeef2;
    border-left: inherit;
}

#manucarousel .row:last-child .logo-manu {
    border-bottom: none;
}

.widget .widget-manufacture {
    margin-top: 40px;
    text-align: center;
}

.widget .widget-manufacture .title_block {
    color: #384044;
    padding: 73px 20px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    margin: 0;
    font-size: 21px;
    font-weight: 300;
}

.widget .widget-manufacture .title_block:after {
    display: none;
}

.widget .widget-manufacture .block_content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eaebed;
}


/* CONTACT US WIDGET */

.widget.contact-us {
    line-height: 25px;
}

.widget.contact-us span.icon-map-marker {
    background: url(https://player-gt.nl/themes/theme/css/modules/airmanagewidgets/assets/address.png) no-repeat 0px 8px;
    width: 32px;
    height: 44px;
}

.widget.contact-us span.icon-mobile-phone {
    background: url(https://player-gt.nl/themes/theme/css/modules/airmanagewidgets/assets/phone.png) no-repeat 0px 0px;
    width: 32px;
    height: 44px;
    margin-top: -2px;
}

.widget.contact-us span {
    display: inline-block;
    text-align: center;
    font-size: 0;
    margin-right: 10px;
    float: left;
}

.rtl .widget.contact-us span {
    padding-right: 4px;
    padding-left: inherit;
}

.rtl .widget.contact-us span {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .widget.contact-us span {
    float: right;
}


/* Social-us WIDGET */

.social-us {
    margin-top: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
}

.social-us > a {
    /*display: flex !important;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.social-us span {
    border-radius: 50%;
    color: #949595;
    cursor: pointer;
    /* display: inline-block !important; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 36px;
    height: 36px;
    /* line-height: 36px; */
    padding: 0 5px 0 7px;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    /* z-index: 1; */
}

.social-us a>span:before {
    display: block;
}

.social-us span.unvisible {
    display: none !important;
}

.social-us span:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 2px #949595;
    -moz-box-shadow: 0 0 0 2px #949595;
    box-shadow: 0 0 0 2px #949595;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    left: -5px;
    border-radius: 50%;
    content: "";
    height: 100%;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.social-us a:hover span {
    color: white;
    background-color: #63686B;
}

.social-us a:hover span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 2px #63686B;
    -moz-box-shadow: 0 0 0 2px #63686B;
    box-shadow: 0 0 0 2px #63686B;
}

.social-us a:last-child span {
    margin-right: 0;
}


/* Newsletter Block Footer */

#newsletter_block_footer .block_content {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#newsletter_block_footer .form-group .button {
    background: #3498db;
    border: none;
    padding: 6px 12px;
    height: 36px;
    color: white;
    text-transform: uppercase;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rtl #newsletter_block_footer .form-group .button {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .button {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .button {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .button {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

#newsletter_block_footer .form-group .form-control {
    background: #363636;
    border: none;
    height: 36px;
    width: 80%;
    color: #949595;
    display: inline-block;
    float: left;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rtl #newsletter_block_footer .form-group .form-control {
    float: right;
}

.rtl #newsletter_block_footer .form-group .form-control {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .form-control {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .form-control {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.rtl #newsletter_block_footer .form-group .form-control {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
}


/* STYLE TITLE GROUP */

.group-widget {
    padding: 0 10px;
    margin-bottom: 15px;
}

.group-widget .widget {
    padding: 0;
}

.group-widget .title_group {
    margin: 0;
}

.group-widget .title_group span {
    background: #3da4e7;
    display: inline-block;
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 20px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.group-widget.blue .title_group span {
    background: #3da4e7;
}

.group-widget.blue .group_content {
    border-color: #3da4e7;
}

.group-widget.biege .title_group span {
    background: #499b6d;
}

.group-widget.biege .group_content {
    border-color: #499b6d;
}

.group-widget.green .title_group span {
    background: #144333;
}

.group-widget.green .group_content {
    border-color: #144333;
}

.group-widget.purple .title_group span {
    background: #ac72c3;
}

.group-widget.purple .group_content {
    border-color: #ac72c3;
}

.group-widget.orange .title_group span {
    background: #351508;
}

.group-widget.orange .group_content {
    border-color: #351508;
}

.group-widget.yellow .title_group span {
    background: #ffae4d;
}

.group-widget.yellow .group_content {
    border-color: #ffae4d;
}

.group-widget .group_content {
    background: white;
    border-top: 2px solid #3da4e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.rtl .group-widget .group_content {
    float: right;
}

.group-widget .group_content .block {
    margin-bottom: 0;
}

.group-widget .group_content .banner_product {
    padding: 0;
}

.group-widget .group_content .banner_product p {
    margin-bottom: 0;
}

.group-widget .products_block .block_content {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footernav p,
#footernav .block {
    margin-bottom: 0;
}


/*** colonne_6 ***/

.inline_block {
    display: inline-block;
}

.colonne_6 {
    overflow: hidden;
    width: 100%;
    clear: both;
    text-align: center;
    float: left;
    margin-bottom: 16px;
}

.colonne_6 .title {
    color: #384044;
    text-align: left;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: "Museo", sans-serif;
}

.colonne_6 .push_six li {
    position: relative;
    width: 372px;
    height: auto;
    margin: 8px 8px 0 0;
}

.colonne_6 .push_six li>a {
    text-align: left;
}

.colonne_6 .push_six li .text {
    font-size: 14px;
}

.colonne_6 .black_40 {
    color: #888;
}

.colonne_6 .push_six li span.wrapper_button {
    height: 30px;
    position: absolute;
    bottom: 33px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 0;
}

.colonne_6 .push_six li span span.arrow_push {
    height: 0;
    width: 0;
    display: block;
    border: 8px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}

.colonne_6 .push_six li span.button_30 {
    height: 23px;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    position: relative;
    text-transform: uppercase;
}

.colonne_6 .push_six li a img {
    opacity: 1;
    filter: alpha(100);
}

.colonne_6 .push_six li a:hover img {
    opacity: 0.9;
    filter: alpha(90);
}

.colonne_6 .push_six li a:hover .text {
    color: #1a1a1a;
}


/*** clone_10 ***/

.clone_10 {
    margin-top: 20px;
}

.clone_10 a {
    color: rgb(165, 165, 165)
}

.clone_10 a img {
    opacity: 1;
    filter: alpha(100);
    margin-bottom: 4px;
}

.clone_10 a:hover img {
    opacity: 0.9;
    filter: alpha(90);
}

.clone_10 a:hover .text {
    color: #1a1a1a;
}