body, html {
    background-color: #fff;
}

a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}
div.sertif {
    margin: 30px 0;
}
div.sertif img {
    border: 1px solid #EEEEEE;
    height: auto !important;
    width: 137px !important;
}
/***** NAV *****/

#nav {
    background-color: #3e4757;
    position: relative;
}
#nav nav button {
    font-size: 0;
    background-color: #47484d;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url("../images/mobilemenu.png");
    background-position: center;
    border: 0;
    display: none;
    outline: none;
}
#nav nav {
    padding: 10px 0;
}
#nav nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#nav nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav nav ul li a span {
    padding: 7px 22px;
    margin: 0 5px 0 0;
    list-style: none;
    background-color: #31708f;
}
#nav nav ul li a {
    font-family: 'bebas_neue_regular';
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
}
#nav nav ul li a:hover {
    font-family: 'bebas_neue_regular';
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}
#nav .search {
}
#nav .search form {
    position: relative;
    display: none;
}
#nav .search input {
    padding: 14px 60px 15px 10px;
    font-family: 'arsenalregular';
    width: 100%;
    outline: none;
}
#nav .search button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 0;
    outline: none;
    width: 50px;
    display: table;
    margin: 0 0 0 auto;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 50px;
    background-image: url("../images/search.png");
    background-color: #e5771f;
    background-position: center;
    background-repeat: no-repeat;
}
#nav .search .search-but {
    width: 50px;
    display: table;
    margin: 0 0 0 auto;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 50px;
    background-image: url("../images/search.png");
    background-color: #5085a5;
    background-position: center;
    background-repeat: no-repeat;
}
/***** UP *****/
#up {
    padding: 5px 0 15px 0;
    background-color: #fff;
}
#padmenu .leftmenu {
    width: 170px;
    position: relative;
    margin-top: 20px;
}
#padmenu .leftmenu-nav.open .leftmenu {
    margin: 0;
}
#padmenu .leftmenu-nav.open .leftmenu .leftmenu-title:first-child {
    display: none;
}

#padmenu .col-md-12 {
    padding: 0;
}
#padmenu .leftmenu button {
    border: 0;
    background-color: #f7f7f7;
    height: 41px;
    width: 34px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -34px;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background-image: url("../images/leftmenu-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
}
#padmenu .leftmenu .leftmenu-nav.open {
    display: block;
}
#padmenu .leftmenu .leftmenu-nav {
    position: absolute;
    z-index: 1;
    width: 170px;
    display: none;
}

#up .slogan {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    padding: 30px 0 0 0;
    color: #000000;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

#up .phone:after {
    content: " ";
    position: absolute;
    width: 68px;
    height: 68px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/sites/all/themes/motor/images/phone.png");
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    top: -18px;
    right: -35px;
}
#up .phone {
    background-color: rgb(248, 248, 248);
    padding: 4px 40px 4px 18px;
    position: relative;
    display: block;
    float: left;
}
#up .phone span.work {
    font-family: 'arsenalregular';
    font-size: 14px;
    color: #07142a;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    bottom: 4px;
    position: relative;
}
#up .phone span.tel {
    font-family: 'bebas_neue_regular';
    font-size: 22px;
    line-height: 22px;
    color: #31708f;
    margin: 0;
    display: inline-block;
    padding: 0;
}
#up .contacts-wrap {
    padding-right: 0;
}
#up .contacts {
    display: table;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 auto;
    padding: 23px 0 0 0;
}

#up .address {
    font-family: 'arsenalitalic';
    font-size: 16px;
    line-height: 16px;
    position: relative;
    color: #ffffff;
    background-color: #31708f;
    padding: 7px 20px 7px 40px;
    display: block;
    float: left;
}
#up .address a {
    font-family: 'arsenalitalic';
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
/***** HEADER *****/
header {
}

header.inner.service {
    background-color: #f7f7f7;
}
header.inner .header-title {
    margin-top: 30px;
}

header .header-bg {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-color: #edeae4;
}
header .header-left {
    height: 300px;
    position: relative;
    /*background-image: url("../images/header-left.png");*/
    background-position: center bottom;
    background-repeat: no-repeat;
}
header .header-wrap {
    position: relative;
    height: 300px;
    padding: 40px 0 0 20px;
    background-image: url("../images/yamaha.png");
    background-position: right bottom;
    background-repeat: no-repeat;
	    background-color: #Fff;
}
header .header-bg .container {
    background-image: url("../images/header-left.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
header .header-wrap:after {
    /* content: " ";
     height: 300px;
     width: 70px;
     background-image: url("../images/header-wrap.png");
     background-position: 0 0;
     background-repeat: no-repeat;
     position: absolute;
     right: -70px;
     top: 0;
     z-index: 1;*/
}
header  .header-title {
font-family: 'bebas_neue_regular';
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    color: #273A60;
    margin: 0;
    padding: 0;
}
header .header-adwards-1 {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    background-color: #31708f;
    padding: 3px 5px 3px 25px;
    color: #faf9fd;
    background-image: url("../images/header-check.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    display: table;
}
header .header-adwards-2 {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    background-color: #940a0e;
    padding: 3px 10px 3px 10px;
    color: #faf9fd;
    display: table;
    margin: 1px 0 0 15px;
}
header .header-adwards-3 {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    background-color: #5085a5;
    padding: 3px 10px 3px 10px;
    color: #faf9fd;
    display: table;
    margin: 1px 0 0 15px;
}
header .header-adwards {
    position: relative;
    margin: 50px 0 0 25px;
}
header .header-adwards:before {
    content: " ";
    height: 7px;
    width: 178px;
    background-image: url("../images/header-adwards-line.png");
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: 122px;
    top: -45px;
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
header .header-adwards:after {
    content: " ";
    height: 7px;
    width: 125px;
    background-image: url(../images/header-adwards-line.png);
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: 180px;
    top: 75px;
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
header.inner .but {
    background-color: #5085a5;
    margin: 30px 0 0 0;
}
header.inner .but:hover {
    background-color: #31708f;
}
header.inner .but:after {
    background-color: #31708f;
}

.but {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #faf9fd;
    background-color: #5085a5;
    width: 220px;
    text-align: center;
    padding: 15px 10px;
    display: table;
    max-width: 100%;
    margin: 50px 0 0 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.but:hover {
    background-color: #31708f;
    text-decoration: none;
    color: #faf9fd;
}
.but:after {
    content: " ";
    background-color: #31708f;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

header > .col-md-8 {
    padding-right: 0;
}
header > .col-md-4 {
    padding: 0;
}

/***** CERT *****/
#cert {
    text-align: right;
    padding: 15px 0;
    border: 1px solid #b9b8bb;
    background-position: center;
    background-image: url("../images/wave.png");
}
#cert .container {
    font-size: 0;
    line-height: 0;
}
#cert .cert-item:last-child {
    margin: 0;
}
#cert .cert-item {
    display: inline-block;
    margin: 0 4px 0 0;
    width: 96px !important;
}
#cert .cert-gallery {
    max-width: 1000px;
    display: inline-block !important;
}
#cert .cert-title-wrap {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    color: #faf9fd;
    height: 104px;
    float: left;
}
#cert .cert-title {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    color: #faf9fd;
    top: 40px;
    position: relative;
    right: -5px;
}
#cert .cert-title span {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    color: #faf9fd;
    margin: 0;
    background-color: #fd1546;
    padding: 3px 7px 3px 10px;
    position: relative;
    bottom: -5px;
}
/***** CONTENT *****/
#content {
}
#content .slider {
}
#content .slider img {
    width: 100%;
}
.leftmenu {
}
.leftmenu .leftmenu-title {
    font-family: 'bebas_neue_regular';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #30a9e1;
    padding: 12px 10px 12px 20px;
    background-color: #e2f4fd;
    border-bottom: 1px solid #fff;
}
.leftmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.leftmenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content .certificates {
    padding: 15px 12px;
    text-align: center;
    margin: 22px 0 0 0;
    border: 1px solid #b9b8bb;
    background-position: center;
    background-image: url(../images/wave.png);
}
#content .certificates .cert-item {
    margin: 0 0 8px 0;
    display: block;
    text-align: center;
}
#content .certificates .cert-item a {
    display: inline-block;
}
#content.content-inner {

}

#content .deadline {
    background-color: #f7f7f7;
    margin: 0;
}
#content .deadline-item {
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #fff;
    padding: 25px 0 25px 25px;
    font-family: 'arsenalbold_italic';
    font-size: 16px;
    color: #605f5c;
}
#content .deadline-item span {
    font-family: 'arsenalbold_italic';
    font-size: 16px;
    color: #e31f26;
}

.departure {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/map.png");
    padding: 20px 15px 350px 15px;
    background-color: #f7f7f7;
    margin: 25px 0 0 0;
    display: block;
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #30a9e1;
    text-align: center;
    text-decoration: none;
}
.departure  span {
    color: #bd0750;
}
#depart div {
    width: 280px;
}
#depart {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("../images/order.png");
    padding: 20px 15px 330px 15px;
    background-color: #f7f7f7;
    margin: 0;
    display: block;
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin-right: -150px;
}
#depart  span {
    color: #5085a5;
}
header.inner .breadcrumb {
    border-top: 0;
}
.breadcrumb {
    font-family: 'arsenalregular';
    font-size: 14px;
    line-height: 14px;
    color: #737c8c;
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
}
.breadcrumb a {
    font-family: 'arsenalregular';
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 0 15px 0 0;
    color: #737c8c;
}
.breadcrumb a:after {
    content: " ";
    width: 9px;
    height: 9px;
    background-image: url("../images/breadcrumb-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 2px;
    top: 4px;
}
.order.graybg {
    background-color: #f7f7f7;
}

#content.content-inner .order {
    padding: 25px 15px 10px 15px;
}

#content .staff {
}
#content .staff .staff-item {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    text-align: center;
}
#content .staff.row {
    margin-left: -5px;
    margin-right: -5px;
}
#content .staff .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

#content .staff .staff-text {
    padding: 20px 12px;
}
#content .staff .staff-item p {
    font-family: 'arsenalregular';
    color: #021a30;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
#content .staff .staff-item .staff-title {
    font-family: 'arsenalbold_italic';
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #30a9e1;
}

#content .certificates .certificates-title {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #fd1546;
    padding: 4px 10px;
    text-align: center;
    width: 100%;
    color: #faf9fd;
    margin: 0 0 20px 0;
}

.leftmenu ul li a:hover, .leftmenu ul li.active a {
    background-color: #30a9e1 !important;
    text-decoration: none;
}
.leftmenu ul li:nth-child(odd) a {
    background-color: #f2f2f2;
}
.leftmenu ul li:nth-child(even) a {
    background-color: #f7f7f7;
}
.leftmenu ul li a {
    font-family: 'bebas_neue_regular';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #021a30;
    text-decoration: none;
    display: block;
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid #fff;
}

#content .gallery.row {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}
#content .gallery .gallery-item {
    margin-bottom: 4px;
}
#content .gallery .gallery-item img {
    border: 1px solid #c5c5c7;
}
#content .gallery .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

#content .advantages:first-child {
    margin: 30px 0 0 0;
}
#content .advantages {
    margin: 15px 0 0 0;
}
#content .advantages .advantages-title {
    font-family: 'bebas_neuebook';
    font-size: 24px;
    line-height: 26px;
    color: #31708f;
    margin: 0 0 15px 0;
    padding: 0;
}
#content .advantages p {
    font-family: 'arsenalregular';
    font-size: 16px;
    line-height: 24px;
    color: #021a30;
}
#content .advantages img {
    display: table;
    margin: 0 0 0 auto;
}
#content .contacts-worktime {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #e31f26;
    text-align: center;
}

#content .map-address {
    margin-bottom: 25px;
}
#content .map-address-title {
    font-family: 'arsenalbold_italic';
    background-color: #e31f26;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px 14px 20px;
    border-right: 1px solid #fff;
}
#content .map-address-item:nth-child(even) {
    background-color: #f7f7f7;
}
#content .map-address-item:nth-child(odd) {
    background-color: #f2f2f2;
}
#content .map-address-item:hover {
    background-color: #edeae4;
}
#content .map-address-item {
    padding: 14px 20px 14px 20px;
    border-right: 1px solid #fff;
    color: #021a30;
    font-family: 'arsenalregular';
    font-size: 14px;
    cursor: pointer;
}
#content .map-address-item div {
    display: none;
}

.ya_map {
    font-family: arial;
    font-size: 12px;
    color: #454545;
}

#map #yandexMap {
    width: 100%;
    height: 290px;
}

#content .awards {
    padding: 20px 20px;
    background-color: #edeae4;
}
#content .awards .awards-item {
    font-family: 'arsenalbold_italic';
    color: #605f5c;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 6px 0 6px 30px;
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-image: url("../images/check.png");
}

#content .title {
    margin: 0 0 20px 0;
    font-family: 'bebas_neue_regular';
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: normal;
    color: #021a30;
}
#content h1 {
    font-family: 'bebas_neue_regular';
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: normal;
    color: #021a30;
}
#content_down {
    margin: -20px 0 20px 0;
}
#content h2, #content_down h2 {
    font-family: 'bebas_neuebook';
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    color: #31708f;
}
#content h3, #content_down h3 {
    font-family: 'bebas_neue_regular';
    font-size: 22px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    color: #e31f26;
}

#content .advantage {
    background-color: #edeae4;
    padding: 25px 10px;
    text-align: center;
}
#content .advantages-img {
    padding-right: 0;
}
#content p, #content_down p {
    font-family: 'arsenalregular';
    font-size: 16px;
    line-height: 24px;
    color: #021a30;
}
#content .advantage li {
    font-family: 'arsenalbold_italic';
    font-size: 14px;
    line-height: 14px;
    color: #605f5c;
    background-image: url("../images/check.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 3px 30px 0 30px;
    list-style: none;
    margin: 0;
    display: inline-block;
}
#content .advantage li:last-child {
    padding: 3px 0 0 30px;
}
#content table, #content_down table {
    width: 100%;
}
#content table tr, #content_down table tr {
    border-bottom: 1px solid #fff;
}
#content table tr:hover td, #content_down table tr:hover td {
    background-color: #edeae4;
}
#content table th, #content_down table th {
    font-family: 'arsenalbold_italic';
    background-color: #273A60;
    color: #edeae4;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px 14px 20px;
    border-right: 1px solid #fff;
}
#content table td:first-child, #content table th:first-child, #content_down table td:first-child, #content_down table th:first-child {
    padding: 14px 20px 14px 40px;
}
#content table b, #content_down table b {
    font-family: 'arsenalbold';
}
#content table td, #content_down table td {
    padding: 14px 20px 14px 20px;
    border-right: 1px solid #fff;
    color: #021a30;
    font-family: 'arsenalregular';
    font-size: 14px;
}
#content table tr:nth-child(odd), #content_down table tr:nth-child(odd) {
    background-color: #f2f2f2;
}
#content table tr:nth-child(even), #content_down table tr:nth-child(even) {
    background-color: #f7f7f7;
}
#schema .steps {
    margin: 30px 0;
}
#schema.inner .steps {
    margin: 30px 0 0 0;
}

#schema .steps .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
#schema .steps .nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#schema .steps .nav li.active a {
    color: #fff;
    background-color: #5085a5;
}
#schema .steps .nav li a {
    font-family: 'arsenalbold_italic';
    font-size: 14px;
    line-height: 14px;
    color: #605f5c;
    margin: 0;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
  /*  width: 256px;*/
	width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #f7f7f7;
}

#schema .steps-wrap {
    background-color: #f7f7f7;
    margin: 0;
    padding: 25px 0;
}

#schema .steps .steps-item {
    position: relative;
}

#schema .steps .steps-item:after {
    content: " ";
    position: absolute;
    width: 111px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/steps/arrow.png");
    top: 40px;
    right: -55px;
}
#schema .steps .steps-wrap .col-md-3:last-child .steps-item:after {
    display: none;
}
#schema .steps .steps-wrap .col-md-3:nth-child(odd) .steps-item:after {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#schema .steps .steps-item img {
    display: table;
    margin: 0 auto;
}
#schema .steps .steps-item span {
    font-family: 'bebas_neue_regular';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #000000;
    margin: 10px 0;
}
#schema .steps .steps-item p {
    font-family: 'arsenalregular';
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #021a30;
    margin: 10px 0;
}

#schema .steps .steps-wrap.active {
    display: block;
}
#schema .steps .steps-wrap {
    display: none;
}
#schema h2, .textBlock h2 {
    font-family: 'bebas_neuebook';
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    color: #31708f;
}
#schema h3, .textBlock h3 {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    color: #940a0e;
}

#schema p, .textBlock p {
    font-family: 'arsenalregular';
    font-size: 16px;
    line-height: 24px;
    color: #021a30;
}
.textBlock {
    padding-bottom: 30px;
}

/***** ORDER *****/
.order {

    background-color: #f7f7f7;
}
.order .subtitle {
    font-family: 'arsenalregular';
    font-size: 12px;
    line-height: 12px;
    color: #969595;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.order .title {
    font-family: 'bebas_neuebook';
    font-size: 42px;
    line-height: 42px;
    color: #31708f;
    padding: 0;
    margin: 14px 0 18px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
.order .split {
    height: 1px;
    width: 50px;
    background-color: #31708f;
    margin: 0 auto 20px auto;
    display: table;
}
.order .container {
    padding: 20px 0 0 0;
}
.order form {
}
.order .form input {
    font-family: 'arsenalregular';
    font-size: 14px;
    line-height: 14px;
    background-color: #edeae4;
    color: #444444;
    border: 0;
    outline: none;
    width: 100%;
    margin: 0 0 8px 0;
    text-align: center;
    padding: 10px;
}
.order .form textarea {
    font-family: 'arsenalregular';
    font-size: 14px;
    line-height: 14px;
    background-color: #edeae4;
    color: #444444;
    border: 0;
    outline: none;
    width: 100%;
    margin: 0 0 8px 0;
    text-align: center;
    padding: 10px;
    height: 120px;
    resize: none;
}
.order .form a:hover {
    background-color: #31708f;
    color: #fff;
}
.order .form a {
    font-family: 'arsenalbold_italic';
    font-size: 16px;
    line-height: 16px;
    background-color: #5085a5;
    color: #fff;
    border: 0;
    outline: none;
	display: block;
    width: 100%;
    margin: 0 0 8px 0;
    text-align: center;
    padding: 18px 10px;
}

.result{
font-family: 'bebas_neue_regular';
    font-size: 22px;
    line-height: 25px;
    color: #e31f26;
    text-transform: uppercase;
    background: #F7F7F7;
    text-align: center;
}

/***** products *****/
#products {
}

#products .product-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#products .product-item {
    margin-bottom: 10px;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.2s ease-in-out; /** Firefox **/
    -o-transition: all 0.2s ease-in-out; /** Opera **/
}
#products .title {
    font-family: 'bebas_neue_regular';
    font-size: 22px;
    line-height: 18px;
    color: #31708f;
    text-transform: uppercase;
    margin: 25px 0 22px 0;
    padding: 0;
}
#products .wave {
    padding: 15px 0;
    border: 1px solid #b9b8bb;
    background-position: center;
    background-color: #8fc1e3;
}
#products .product-item .more {
    width: 100%;
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    background-color: #edeae4;
}
#products .product-item img {
    display: table;
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #b9b8bb;
}

#products .product-item span {
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 0;
}
/***** DOWNTEXT *****/

#downtext {
    padding: 30px 0;
}
#downtext h2 {
    font-family: 'bebas_neuebook';
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    color: #e31f26;
}
#downtext p {
    font-family: 'arsenalregular';
    font-size: 16px;
    line-height: 24px;
    color: #021a30;
}
/***** LOGOS *****/
#logos {
    padding: 20px 0;
    border: 1px solid #b9b8bb;
    background-position: center;
    background-image: url(../images/wave.png);
}
#logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
#logos ul li {
    margin: 0;
    padding: 10px 0;
    position: relative;
    list-style: none;
    display: inline-block;
}
#logos ul li:hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 11px;
    height: 6px;
    margin-left: -5px;
    background-image: url("../images/angle.png");
    background-repeat: no-repeat;
    background-position: center;
}
#logos ul li:hover:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 11px;
    height: 6px;
    margin-left: -5px;
    background-image: url("../images/angle.png");
    background-repeat: no-repeat;
    background-position: center;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#logos ul li:hover img {
    border: 1px solid #b9b8bb;
}
#logos ul li img {
    border: 1px solid transparent;
    margin: 0 2px;
    width: 105px;
}
/***** FOOTER *****/
footer {
    font-family: 'arsenalregular';
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    background-color: #3e4757;
    padding: 16px 0;
}

/**/
.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(42,40,37, 0.9);
    display: none;
}
.popup {
    z-index: 1001;
    display: none;
    position: absolute;
    top: 30px;
    width: 390px;
    background-color: #fff;
    padding: 27px 60px 37px 60px;
}
.popup .popup-close {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url('../images/popup-close.png');
    background-position: center;
    display: table;
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}
.popup .popup-title {
    font-family: 'arsenalregular';
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 40px 0;
    padding: 0;
    text-transform: uppercase;
}
.popup .required label:after {
    content: "*";
    color: #d3400d;
    font-family: 'arsenalregular';
    font-size: 13px;
    line-height: 13px;
    position: absolute;
}
.popup label {
    color: #86817a;
    font-family: "arsenalregular";
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 3px 0;
    display: block;
    padding: 0;
}
.popup input {
    width: 100%;
    max-width: 267px;
    margin: 0 0 12px 0;
    border: 1px solid #c2c2c2;
    padding: 7px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'arsenalregular';
    font-size: 15px;
    line-height: 15px;
    color: #000;
    outline-color: #3a3835;
}
.popup .popup-text {
    font-family: "arsenalregular";
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 40px 0;
    padding: 0;
    text-transform: uppercase;
}
.popup p {
    color: #86817a;
    font-family: "arsenalregular";
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}
.popup p span {
    color: #d3400d;
}

.popup button {
    border: 0;
    outline: none;
    font-family: 'bebas_neue_regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #faf9fd;
    background-color: #e31f26;
    width: 220px;
    text-align: center;
    padding: 15px 10px;
    display: table;
    max-width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popup button:after {
    content: " ";
    background-color: #941438;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.popup button:hover, .popup button:focus {
    background-color: #c01a49;
    text-decoration: none;
    color: #faf9fd;
}
#tnx {
    padding: 27px 48px 37px 48px;
}
#tnx button {
}

#edit-advanced {
    display: none;
}
.search-info {
    display: none;
}

ul.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}
ul.pagination .next, ul.pagination .pager-last {
    display: none;
}
ul.pagination li span {
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    width: 26px;
    text-align: center;
    background-color: #30a9e1;
    color: #fff;
}
#search-form {
    display: none;
}
ul.pagination li a {
    margin: 0;
    color: #000;
    padding: 5px 0;
    display: inline-block;
    width: 26px;
    text-align: center;
    background-color: #f7f7f7;
}

/****/
#user-login {
    margin: 30px 0;
}
#user-login label {
    display: block;
    margin-top: 20px;
}
#user-login button {
    margin-top: 20px;
}
.err {
    background-color: #ff9db2 !important;
}

@media (min-width: 320px) and (max-width: 500px) {
    .csstransforms3d .cl-effect-2 a span::before {
        display: none !important;
    }
}