@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed:400&subset=latin,latin-ext);

@-ms-viewport { width: device-width; }

BODY
{
    height: 100%;
    border: none;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    cursor: default;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
    background-color: #ffffff;
    color: #212429;
}
A
{
    text-decoration: none;
}
TABLE
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
}
TD
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
}
DIV
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
}
INPUT
{
    outline: none;
}
TEXTAREA
{
    outline: none;
    overflow: auto;
}
.os_small_text
{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12;    
}
.white
{
    color: #ffffff;
}
.dark
{
    color: #212429;
}
.color1
{
    color: #f17100;
}
.color2
{
    color: #4e4f50;
}
.color3
{
    color: #838280;
}
.langLink
{
    padding-top: 14;
    padding-bottom: 13;
    padding-left: 10;
    padding-right: 10;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 11;
    xborder-radius: 4px;
    color: #ffffff;
}
.langLink:hover
{
    background-color: #ffffff;
    color: #f17100;
}
.topRow
{
    height: 40;
    background-color: #a7a9ac;
    _background-image: linear-gradient(135deg, #ff8400 45%, #cb5600 55%);
}
.navigationRow
{
    height: 100;
    background-color: #ffffff;
}
.advertRow
{
    height: 150;
    background-color: #f17100;
    background-image: url(images/advertRowBg.png);
}
.advertRow_v2
{
    height: 150;
    background-color: #313b76;
    background-image: url(images/advertRowBg_v2.png);
}
.bottomRow
{
    height: 60;
    background-color: #212429;
    color: #72767e;
}
.navigationRowLink
{
    display: inline-block;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15;
    letter-spacing: -0.2;
    color: #212429;
    padding: 20;
    padding-top: 41;
    padding-bottom: 41;
    xborder: solid red 1px;
}
.navigationRowLink:hover
{
    background-color: #f1f1f1;
    color: #f17100;
}
.dropdown-menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-right: -19px;
}
.dropdown-menu li
{
    display: inline-block;
}
.dropdown-menu li a, .dropbtn
{
    display: block;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15;
    letter-spacing: -0.2;
    color: #212429;
    cursor: pointer;
    padding: 20;
    padding-top: 41;
    padding-bottom: 41;
}
.dropdown-menu li a:hover, .dropdown:hover .dropbtn
{
    background-color: #f1f1f1;
    color: #f17100;
}
.dropdown
{
    display: inline-block;
}
.dropdown-content
{
    margin-top: -0px;
    padding-top: 0;
    margin-left: 0px;
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #f1f1f1;
    min-width: 160px;
    _overflow: hidden;
    _box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.3);
}
div.dropdown-content a
{
    display: block;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13;
    letter-spacing: -0.2;
    border-radius: 0px;
    color: #212429;
    padding: 15px 20px;
    border-bottom: solid rgba(0,0,0,0.06) 1px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: left;
}
div.dropdown-content a:hover
{
    color: #f17100;
}
.dropdown:hover .dropdown-content
{
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.3s;
    animation-name: fadeInDown;
    animation-duration: 0.3s;
    transform-origin: center top;
    display: block;
}
.advertButton
{
    display: inline-block;
    position: relative;
    padding: 18;
    padding-left: 50;
    padding-right: 50;
    border-radius: 4px;
    _border-style: solid;
    _border-width: 1;
    _border-color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15;
    color: #212429;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.0);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.advertButton:hover,
.advertButton:active
{
    background-color: #ffffff;
    color: #f17100;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}
.advertButton_v2
{
    display: inline-block;
    position: relative;
    padding: 14;
    padding-left: 50;
    padding-right: 50;
    border-radius: 4px;
    border-style: solid;
    border-width: 1;
    border-color: #ffffff;
    background-color: transparent;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16;
    color: #ffffff;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.advertButton_v2:hover,
.advertButton_v2:active
{
    background-color: #ffffff;
    color: #212429;
}
.advertButton_v3
{
    display: inline-block;
    position: relative;
    padding: 18;
    padding-left: 50;
    padding-right: 50;
    border-radius: 4px;
    background-color: #dadada;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #212429;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.advertButton_v3:hover,
.advertButton_v3:active
{
    background-color: #f17100;
    color: #ffffff;
    box-shadow: 0px 5px 0px 0px #bc5800;
}
.title_seperator
{
    display: inline-block;
    width: 60;
    height: 2;
    background-color: #f17100;
}
.mainTab
{
    display: inline-block;
    border-radius: 100px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #505050;
    padding: 6;
    padding-left: 20;
    padding-right: 20;
    margin-left: 5;
    margin-right: 5;
}
.mainTab:hover
{
    background-color: #f17100;
    color: #ffffff;
}
.productTitle
{
    display: inline-block;
    width: 220;
    text-align: right;
    background-image: linear-gradient(90deg, transparent, #b2dcf1 80%);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #313b76;
    padding: 10;
    margin-bottom: 10;
}
.productTitle::after
{
    display: inline-block;
    position: absolute;
    z-index: -1;
    content: '';
    width: 30;
    height: 30;
    margin-top: -6;
    margin-left: -6;
    border-radius: 4px;
    background-color: #b2dcf1;
    transform: rotate(45deg);
}
.productTitle:hover
{
    background-image: linear-gradient(90deg, transparent, #f17100 80%);
    color: #ffffff;
}
.productTitle:hover::after
{
    background-color: #f17100;
}
.productTab
{
    display: inline-block;
    width: 100%;
    text-align: left;
    _background-color: #f17100;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    padding: 20;
    padding-top: 12;
    padding-bottom: 12;
    xbox-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.productTab:hover
{
    background-image: linear-gradient(#e03f00, #e03f00);
    _background-image: linear-gradient(rgba(0,0,0,0.3), transparent, rgba(0,0,0,0.3));
    padding-left: 37;
}
.productTab:hover i
{
    width: 15;
    height: 16;
    padding-top: 1;
    padding-left: 2;
    margin-left: -25;
    margin-top: 1;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    color: #e03f00;
    font-weight: 600;
    text-shadow: none;
}
.productBox
{
    width: 250;
    padding-bottom: 15;
    border-style: solid;
    border-color: #dadada;
    border-width: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 8;
    margin-bottom: 10;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.productBox h2
{
    margin: 0;
    color: #4e4f50;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.productBox:hover h2
{
    color: #f17100;
}
.carouselButton
{
    display: inline-block;
    position: relative;
    width: 28;
    height: 18;
    padding-top: 10;
    font-size: 10;
    text-align: center;
    color: #212429;
    background-color: #ffffff;
    border-radius: 4px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}      
.carouselButton:hover
{
    color: #ffffff;
    background-color: #f17100;
}
.clearfix
{
    float: none;
    clear: both;
}
.mainCarousel
{
    width: 100%;
}
.mainCarousel ul
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.mainCarousel li
{
    float: left;
    display: inline-block;
    position: relative;
    width: 750;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsList
{
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15;
    color: #525358;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsList:hover h3
{
    color: #f17100;
}
.newsList h3
{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14;
    color: #212429;
    margin: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsList p
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13;
    color: #525358;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsItem
{
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 25;
    color: #525358;
    border-bottom-style: dashed;
    border-bottom-width: 1;
    border-bottom-color: rgba(0,0,0,0.2);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsItem:hover h3
{
    color: #f17100;
}
.newsItem h3
{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14;
    color: #525358;
    margin: 0;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.newsItem p
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13;
    color: #525358;
    margin-bottom: 25;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.sideLinks
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 30;
    padding-top: 10;
    padding-bottom: 10;
    color: #212429;
}
.sideLinks:hover
{
    background-color: #f17100;
    color: #ffffff;
}
.bannerText
{
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 5;
    margin-right: 5;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 38;
    letter-spacing: -1.5;
    color: #ffffff;
    text-shadow: 0px 1px 4px rgba(0,0,0, 0.3);
    -webkit-animation-name: bannerText;
    -webkit-animation-duration: 0.6s;
    animation-name: bannerText;
    animation-duration: 0.6s;
}
@-webkit-keyframes bannerText
{
    from{opacity: 0; left: -150;}
    to{opacity: 1; left: 0;}
}
@keyframes bannerText
{
    from{opacity: 0; left: -150;}
    to{opacity: 1; left: 0;}
}
.subBannerText
{
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 5;
    margin-right: 5;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 22;
    letter-spacing: -1.5;
    color: #ffffff;
    text-shadow: 0px 1px 4px rgba(0,0,0, 0.3);
    opacity: 0;
    -webkit-animation-name: subBannerText;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-name: subBannerText;
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes subBannerText
{
    from{opacity: 0; top: -30;}
    to{opacity: 1; top: 0;}
}
@keyframes subBannerText
{
    from{opacity: 0; top: -30;}
    to{opacity: 1; top: 0;}
}
.contactButton
{
    display: inline-block;
    width: 222;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #212429;
    padding: 14;
    
}
.contactButton:hover
{
    color: #f17100;
}
.contactButtonActive
{
    display: inline-block;
    width: 222;
    position: relative;
    z-index: 1;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #f17100;
    padding: 14;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: linear-gradient(90deg, #e1e1e1, #ffffff);
}
.title1
{
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32;
    color: #f17100;
}
.title2
{
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 13;
    color: #f17100;
}
.title_small
{
    display: inline-block;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #223e4c;
}
.bgTitle
{
    xdisplay: inline-block;
    background-color: #223e4c;
    padding: 5;
    padding-left: 7;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    letter-spacing: -0.8;
    color: #f3ac33;
}
.bgText
{
    xdisplay: inline-block;
    background-color: #f3ac33;
    padding: 3;
    padding-left: 5;
    padding-right: 5;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
    letter-spacing: -0.8;
    color: #223e4c;
}
.title_white
{
    display: inline-block;
    font-family: Ubuntu Condensed;
    font-weight: 400;
    font-size: 21;
    color: #ffffff;
}
.refLine0
{
    display: inline-block;
    width: 100%;
    padding: 12;
    margin-top: 4;
    margin-bottom: 4;
    background-color: #dfdfdf;
    xborder-radius: 6px;
    cursor: pointer;
}
.refLine0:hover
{
    background-color: #d1d1d1;
}
.refLine1
{
    display: inline-block;
    width: 100%;
    padding: 12;
    margin-top: 4;
    margin-bottom: 4;
    background-color: rgba(0,167,157, 0.2);
    xborder-radius: 6px;
    cursor: pointer;
}
.refLine1:hover
{
    background-color: rgba(0,167,157, 0.35);
}
.refLine0:hover i
{
    margin-top: -6;
    margin-left: -7;
    font-size: 27;
}
.refLine1:hover i
{
    margin-top: -6;
    margin-left: -7;
    font-size: 27;
}
.lightboxThumb
{
    display: inline-block;
    width: 250;
    height: 188;
    overflow: hidden;
    background-color: #000000;
    _background-image: linear-gradient(125deg, #ff861b 25%, #ed4800 75%);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
._lightboxThumb::before
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: #f17100;
    width: 40;
    height: 30;
    padding-top: 10;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20;
    content: '\f00e';
    text-align: center;
    color: #ffffff;
    margin-top: 168;
    margin-left: 198;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb img
{
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
._lightboxThumb:hover img
{
    opacity: 0.2;
}
.lightboxThumb:hover img
{
    transform: scale(1.2);
}
.lightboxThumb:hover::before
{
    margin-top: 75;
    margin-left: 105;
    background-color: #ffffff;
    color: #f17100;
    transform: scale(1.3);
}
.lightboxThumb_v2
{
    display: inline-block;
    width: 350;
    overflow: hidden;
    background-color: #000000;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #a1a1a1;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v2::before
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: #f17100;
    width: 30;
    height: 23;
    padding-top: 7;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 14;
    content: '\f00e';
    text-align: center;
    color: #ffffff;
    margin-top: 150;
    margin-left: 308;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v2 img
{
    width: 100%;
    border-radius: 3px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v2:hover
{
    box-shadow: 0px 0px 0px 1px #f58220;
}
.lightboxThumb_v2:hover img
{
    transform: scale(1.2);
    opacity: 0.7;
}
.lightboxThumb_v2:hover::before
{
    margin-top: 85;
    margin-left: 160;
    background-color: #ffffff;
    color: #f17100;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    transform: scale(1.6);
}
.lightboxThumb_v3
{
    display: inline-block;
    width: 250;
    overflow: hidden;
    background-color: #000000;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px 1px #a1a1a1;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v3::before
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    width: 50;
    height: 38;
    padding-top: 12;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 22;
    content: '\f00e';
    text-align: center;
    color: #000000;
    margin-top: 130;
    margin-left: 192;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v3 img
{
    width: 100%;
    border-radius: 3px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v3:hover
{
    box-shadow: 0px 0px 0px 1px #f58220;
}
.lightboxThumb_v3:hover img
{
    transform: scale(1.1);
    opacity: 0.5;
}
.lightboxThumb_v3:hover::before
{
    margin-top: 145;
    margin-left: 207;
    background-color: #ffffff;
    color: #f17100;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    transform: scale(1.2);
}
      .certBox
      {
          display: inline-block;
          width: 240;
          padding-right: 14;
          margin-left: 6;
          margin-right: 6;
          overflow: hidden;
          border-radius: 6px;
          border-style: solid;
          border-width: 1;
          border-color: #d1d1d1;
          background-color: #f1f1f1;
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: ease;
      }
      .certBox:hover
      {
          background-color: #dadada;
          border-color: #b1b1b1;
      }
      .certBox:hover img
      {
          border-color: #b1b1b1;
      }
      .certBox:hover p
      {
          color: #f17100;
      }
      .certBox img
      {
          width: 100%;
          margin: 5;
          padding: 1;
          border-radius: 4px;
          border-style: solid;
          border-width: 1;
          border-color: #d1d1d1;
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: ease;
      }
      .certBox p
      {
          position: absolute;
          float: left;
          text-align: center;
          margin-left: -1;
          margin-top: 12;
          width: 263;
          font-family: Open Sans Condensed;
          font-weight: 700;
          font-size: 18;
          transition-property: all;
          transition-duration: 0.2s;
          transition-timing-function: ease;
      }
.mailInfo
{
    position: absolute;
    z-index: -1;
    width: 425;
    margin-left: 150;
    margin-top: 313;
    padding-top: 13;
    padding-bottom: 13;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
    color: #ffffff;
    border-radius: 4px;
    background-color: #f17100;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: mailInfo;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: mailInfo;
    animation-duration: 0.6s;
    transform-origin: left top;
}
@-webkit-keyframes mailInfo
{
    from{opacity: 0; margin-top: 280;}
    to{opacity: 1; margin-top: 313;}
}
@keyframes mailInfo
{
    from{opacity: 0; margin-top: 280;}
    to{opacity: 1; margin-top: 313;}
}
.serviceMailInfo
{
    position: absolute;
    z-index: 1;
    width: 600;
    height: 263;
    margin-left: -50;
    margin-top: -50;
    padding-top: 280;
    padding-bottom: 13;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    border-radius: 4px;
    background-color: rgba(0,140,207,0.7);
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: serviceMailInfo;
    -webkit-animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: serviceMailInfo;
    animation-duration: 0.6s;
    transform-origin: left top;
}
@-webkit-keyframes serviceMailInfo
{
    from{opacity: 0;}
    to{opacity: 1;}
}
@keyframes serviceMailInfo
{
    from{opacity: 0;}
    to{opacity: 1;}
}

input::-webkit-input-placeholder{color: #afafaf;}
input:-moz-placeholder{color: #afafaf;}
input::-moz-placeholder{color: #afafaf;}
input:-ms-input-placeholder{color: #afafaf;}
textarea::-webkit-input-placeholder{color: #afafaf;}
textarea:-moz-placeholder{color: #afafaf;}
textarea::-moz-placeholder{color: #afafaf;}
textarea:-ms-input-placeholder{color: #afafaf;}
.edit
{
    display: inline-block;
    width: 100%;
    padding: 10;
    margin-top: 8;
    margin-bottom: 8;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13;
    border-radius: 4px;
    border: none;
    border-style: solid;
    border-width: 1;
    border-color: rgba(33,36,41,0.2);
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,0.3);
    color: #212429;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.edit:focus
{
    border-color: #f17100;
}
.stdText
{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15;
    color: #212429;
}
.stdButton
{
    display: inline-block;
    padding: 12;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    border: solid #014ba6 1px;
    background-color: #ffffff;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14;
    color: #f17100;
    cursor: pointer;
}
.stdButton:hover
{
    background-color: #f17100;
    color: #ffffff;
}
.button_dark
{
    display: inline-block;
    position: relative;
    padding: 12;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    border-style: solid;
    border-width: 1;
    border-color: #212429;
    background-color: transparent;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
    color: #212429;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.button_dark:hover,
.button_dark:active
{
    background-color: #212429;
    color: #ffffff;
}
.button_white
{
    display: inline-block;
    position: relative;
    padding: 12;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    border-style: solid;
    border-width: 1;
    border-color: #ffffff;
    background-color: transparent;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14;
    color: #ffffff;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.button_white:hover,
.button_white:active
{
    background-color: #ffffff;
    color: #f17100;
}

/* ---------------------
     MOBILE CLASSES
--------------------- */

.mobileMenuButton
{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 18;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    background-color: #f17100;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24;
    color: #ffffff;
}
.mobileMenuButtonActive
{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 18;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    background-color: #b14700;
    box-shadow: inset 0px 2px 6px rgba(0,0,0,0.7);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24;
    color: #ffffff;
}
.mobileMenu
{
    display: inline-block;
    position: absolute;
    z-index: 1000;
    width: 250;
    text-align: left;
    padding: 18;
    border-radius: 5px;
    margin-top: 63;
    margin-left: -205;
    background-color: #f17100;
    box-shadow: 0px 8px 12px 1px rgba(0,0,0,0.5);
    visibility: hidden;
}
.mobileMenu a
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 16;
    border-radius: 4px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18;
    text-transform: uppercase;
    color: #ffffff;
}
.mobileMenu a:hover
{
    background-color: #ffffff;
    color: #f17100;
}
.topRowMobile
{
    height: 45;
    background-color: #f17100;
}
.langLinkMobile
{
    padding-top: 6;
    padding-bottom: 6;
    padding-left: 12;
    padding-right: 12;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 13;
    border-radius: 5px;
    color: #ffffff;
}
.langLinkMobile:hover
{
    background-color: #ffffff;
    color: #f17100;
}
.navigationRowMobile
{
    height: 120;
    background-color: #ffffff;
}
.productBoxMobile
{
    width: 250;
    padding-bottom: 15;
    border-style: solid;
    border-color: #dadada;
    border-width: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 8;
    margin-bottom: 10;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.productBoxMobile h2
{
    margin: 0;
    color: #f17100;
    font-size: 17;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.productBoxMobile:hover h2
{
    color: #313b76;
}
.lightboxThumbMobile
{
    display: inline-block;
    width: 250;
    height: 188;
    background-color: #000000;
    background-image: linear-gradient(125deg, #f17100 25%, #313b76 75%);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumbMobile::before
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: #f17100;
    width: 40;
    height: 30;
    padding-top: 10;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20;
    content: '\f00e';
    text-align: center;
    color: #ffffff;
    margin-top: 168;
    margin-left: 198;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumbMobile img
{
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumbMobile:hover img
{
    opacity: 0.2;
}
.lightboxThumbMobile:hover::before
{
    margin-top: 74;
    margin-left: 105;
    background-color: #ffffff;
    color: #f17100;
    transform: scale(1.3);
}
.mainCarouselMobile
{
    width: 100%;
    height: 160px;
    display: inline-block;
}
.mainCarouselMobile ul
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.mainCarouselMobile li
{
    float: left;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

/* ---------------------
     ANIMATION CLASSES
--------------------- */

@-webkit-keyframes carouselButton {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,140,207, 0.6);
  }

  to {
    -webkit-box-shadow: 0px 0px 0px 9px rgba(0,140,207, 0.0);
  }
}

@keyframes carouselButton {
  from {
    box-shadow: 0px 0px 0px 0px rgba(0,140,207, 0.6);
  }

  to {
    box-shadow: 0px 0px 0px 9px rgba(0,140,207, 0.0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}