@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,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:300,400,500,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: Roboto;
    font-weight: 400;
    font-size: 14;
    background-color: #ffffff;
    color: #707070;
}
A{
    text-decoration: none;
}
TABLE{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14;
}
TD{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14;
}
DIV
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14;
}
TEXTAREA
{
    overflow: auto;
    outline: none;
}
INPUT
{
    outline: none;
}
.mainMenu
{
    display: inline-block;
    position: fixed;
    width: 190;
    _height: 73%;
    height: 483;
    padding: 30;
    margin-top: 35;
    _border-top-left-radius: 10px;
    _border-top-right-radius: 10px;
    _border-bottom-left-radius: 10px;
    _border-bottom-right-radius: 10px;
    _background-color: rgba(255,255,255, 0.9);
    background-color: #dfdfdf;
    background-image: url(images/big_menu_shade.png);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 24px rgba(0,0,0, 0.3);
    -webkit-animation-name: mainMenuFade;
    -webkit-animation-duration: 1s;
    animation-name: mainMenuFade;
    animation-duration: 1s;
}
.mainMenu hr
{
    height: 1;
    background-color: rgba(0,0,0,0.15);
    border: none;
}
.footer
{
    height: 50;
    border-top-style: solid;
    border-top-color: #00a79d;
    border-top-width: 2;
    background-color: #dfdfdf;
}
.footer td
{
    font-weight: normal;
    font-size: 12;
    font-family: Ubuntu;
    color: #ffffff;
}
.mainLinksPanel
{
    display: inline-block;
    width: 100%;
}
.mainLinks
{
    display: inline-block;
    position: relative;
    margin-left: 15;
    margin-top: 4;
    padding-top: 8;
    padding-bottom: 8;
    padding-left: 20;
    padding-right: 20;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13;
    color: #454545;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.mainLinks:hover
{
    color: #ffffff;
    border-color: #ffffff;
    background-color: #e31e25;
    background-image: linear-gradient(#cb1b21, #ff5d63);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.footerLinks
{
    display: inline-block;
    margin-right: 40;
    _padding-bottom: 2;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12;
    color: #303297;
    border-bottom-style: solid;
    border-bottom-width: 2;
    border-bottom-color: transparent;
}
.footerLinks:hover
{
    color: #e31e25;
    border-bottom-color: #e31e25;
}
.indexInfoPanel
{
    display: inline-block;
    overflow: hidden;
    width: 285;
    height: 380;
    background-color: #ffffff;
    background-image: radial-gradient(#ffffff 50%, #e1e1e1);
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
}
.mainLinksButton
{
    display: inline-block;
    width: 85%;
    position: relative;
    margin-top: 10;
    padding: 3;
    padding-left: 10;
    padding-right: 10;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 16;
    line-height: 1.5;
    color: #303297;
    text-align: center;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.7);
}
.productsMenu
{
    display: inline-block;
    position: absolute;
    text-align: left;
    margin-left: -75;
    margin-top: 38;
    width: 200;
    padding: 20;
    padding-bottom: 10;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.35);
    -webkit-animation-name: productsMenu;
    -webkit-animation-duration: 0.3s;
    animation-name: productsMenu;
    animation-duration: 0.3s;
}
.productsMenu hr
{
    height: 1;
    background-color: #cfcfcf;
    border: none;
}
.productsMenu span
{
    position: absolute;
    display: inline-block;
    z-index: -1;
    width: 110;
    height: 40;
    margin-top: -60;
    margin-left: 110;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff, #dfdfdf);
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.35);
}
.productsMenu a
{
    display: inline-block;
    width: 220;
    font-family: 'Myriad Pro', 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-size: 12;
    _line-height: 1.5;
    padding-left: 20;
    padding-top: 10;
    padding-bottom: 10;
    margin-top: -9;
    margin-bottom: -9;
    margin-left: -20;
    color: #858585;
}
.productsMenu a:hover
{
    background-color: #cfcfcf;
    color: #ffffff;
}
.subLinksPanel
{
    position: absolute;
    display: inline-block;
    margin-top: 70;
    width: 250;
    height: auto;
    padding: 20;
    border-radius: 6px;
    _background-color: rgba(0,0,0,0.6);
    _background-image: linear-gradient(rgba(0,0,0,0.6), transparent);
    background-image: linear-gradient(#ffffff, #f1f1f1, #dfdfdf);
    box-shadow: 0px 0px 18px rgba(0,0,0,0.35);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-name: fadeInDown;
    animation-duration: 1s;
}
.subLinksPanel hr
{
    height: 1;
    background-color: #cfcfcf;
    border: none;
}
.subLinks
{
    display: inline-block;
    width: 100%;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 14;
    _line-height: 1.5;
    color: #656565;
}
.subLinks:hover
{
    color: #e31e25;
}
.seperatorHR
{
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-top-style: dashed;
    border-top-width: 1;
    border-top-color: #cacaca;
}
.footerHR
{
    margin-top: 15;
    margin-bottom: 15;
    border: none;
    border-top-style: solid;
    border-top-width: 1;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-style: solid;
    border-bottom-width: 1;
    border-bottom-color: rgba(255,255,255,0.9);
}
.bannerText
{
    display: inline-block;
    position: relative;
    float: right;
    z-index: 2;
    margin-top: 38;
    font-family: 'Myriad Pro', 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-size: 38;
    color: #ffffff;
    text-shadow: 0px 2px 8px rgba(0,0,0, 0.4);
    -webkit-animation-name: bannerText;
    -webkit-animation-duration: 1s;
    animation-name: bannerText;
    animation-duration: 1s;
}
.pageTitle
{
    display: inline-block;
    position: relative;
    width: 97%;
    z-index: 2;
    margin-top: 107;
    font-family: 'Myriad Pro', 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-size: 32;
    color: #ffffff;
    text-shadow: 0px 1px 5px rgba(0,0,0, 0.5);
    padding: 5;
    padding-top: 20;
    padding-left: 20;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: rgba(0,0,0,0.4);
    _background-image: linear-gradient(90deg, rgba(0,0,0,0.5), transparent);
}
.title1
{
    display: inline-block;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 16;
    color: #f43639;
}
.title2
{
    display: inline-block;
    width: 100%;
    font-family: Ubuntu;
    font-weight: 300;
    font-size: 32;
	color: #252525;
	padding-bottom: 10;
	background-image: url(images/title-hline2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 30;
}
.title2 strong
{
    font-weight: 500;
}   
.productBox
{
    display: inline-block;
    width: 270;
    height: auto;
    border-radius: 4px;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.productBox:hover
{
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.7);
}
.productBox img
{
    display: inline-block;
    width: 270;
    height: 180;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.productBox p
{
    display: inline-block;
    width: 250;
    margin: 0;
    padding: 10;
    padding-top: 15;
    padding-bottom: 15;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13;
    color: #858585;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.productBox:hover p
{
    color: #e31e25;
}
.listStyle0
{
    display: inline-block;
    width: 96%;
    padding: 16;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 8px;
	list-style: none;
	background-image: linear-gradient(90deg, #f1f1f1, #ffffff 80%, #f1f1f1);
	border-style: solid;
	border-width: 1;
	border-color: #eaeaea;
	border-radius: 50px;
}

.listStyle1
{
    display: inline-block;
    width: 96%;
    padding: 16;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 8px;
	list-style: none;
	background-image: linear-gradient(90deg, rgba(225,39,42,0.2), #ffffff 80%, rgba(225,39,42,0.2));
	border-style: solid;
	border-width: 1;
	border-color: rgba(225,39,42,0.1);
	border-radius: 50px;
}
.workBox
{
    display: inline-block;
    width: 230;
    height: 120;
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.workBoxTitle
{
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 250;
    height: 25;
    padding-top: 9;
    margin: 0;
    background-color: #00a79d;
    border-radius: 4px;
    text-align: center;
    font-family: 'Myriad Pro Bold', 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 13;
    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;
}
.workContentOverlay
{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    text-align: center;
    vertical-align: middle;
    -webkit-animation-name: fadeInBig;
    -webkit-animation-duration: 0.5s;
    animation-name: fadeInBig;
    animation-duration: 0.5s;
}
.workContentPanel
{
    display: inline-block;
    width: 800;
    height: 420;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0,0,0, 0.5);
}
.workContentPanel TD
{
    font-family: 'Myriad Pro', 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 13;
    font-weight: 600;
    color: #505050;
}
.workContentPanelSoftImage
{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-position: center center;
    opacity: 0.3;
}
.closeButton
{
    display: inline-block;
    position: absolute;
    z-index: 10;
    margin-left: 766;
    width: 24;
    height: 20;
    text-align: center;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 2;
    border-left-color: #c1c1c1;
    border-bottom-style: solid;
    border-bottom-width: 2;
    border-bottom-color: #c1c1c1;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4;
    padding-top: 8;
    font-family: 'Myriad Pro Bold', 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 13;
    color: #c1c1c1;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.closeButton:hover
{
    background-color: #c1c1c1;
    color: #ffffff;
}
.lightboxThumb
{
    display: inline-block;
    overflow: hidden;
    width: 160;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin-right: 3;
    margin-top: 4;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb img
{
    width: 100%;
}
.lightboxThumb:hover
{
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.5);
}
.lightboxThumb_v2
{
    display: inline-block;
    overflow: hidden;
    width: 201;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    margin-left: 6;
    margin-right: 6;
    margin-bottom: 14;
    border-style: solid;
    border-width: 2px;
    border-color: #dadada;
    padding: 3;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.lightboxThumb_v2 img
{
    width: 100%;
}
.lightboxThumb_v2:hover
{
    border-color: #e31e25;
}
#slideshow span {background:none !important;filter:none !important;}
#content_slide span {background:none !important;filter:none !important;}
.currentOne
{
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    width: 6;
    height: 6;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    border-style: solid;
    border-color: rgba(255,255,255,0.6);
    border-width: 1.5;
    padding: 2;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}
.currentOneOn
{
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    width: 6;
    height: 6;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5;
    padding: 2;
    background-clip: content-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.currentOne_v2
{
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    width: 6;
    height: 6;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    border-style: solid;
    border-color: #252525;
    border-width: 2;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}
.currentOneOn_v2
{
    display: inline-block;
    cursor: hand;
    cursor: pointer;
    width: 6;
    height: 6;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    border-style: solid;
    border-color: transparent;
    border-width: 2;
    background-color: #252525;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

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: 8;
    margin-top: 8;
    margin-bottom: 8;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13;
    border-radius: 4px;
    border-style: solid;
    border-width: 2;
    border-color: #d1d1d1;
    background-color: #ffffff;
    background-clip: padding-box;
    color: #505050;
    transition-property: box-shadow border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.edit:focus
{
    border-color: #f43639;
}
.stdText
{
    font-family: Roboto;
    font-weight: 500;
    font-size: 13;
    color: #58595b;
}
.stdButton
{
    display: inline-block;
    padding: 8;
    padding-left: 30;
    padding-right: 30;
    border-radius: 4px;
    border: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    background: linear-gradient(#ce1b1e, #f76365);
    font-family: Roboto;
    font-weight: 500;
    font-size: 12;
    color: #ffffff;
    cursor: pointer;
}
.stdButton:hover
{
    background: linear-gradient(#f03e41, #b3181a);
}

/* ANIMATIONS */

@-webkit-keyframes productsMenu
{
    from{opacity: 0;}
    to{opacity: 1;}
}
@keyframes productsMenu
{
    from{opacity: 0;}
    to{opacity: 1;}
}
@-webkit-keyframes bannerText
{
    from{opacity: 0; top: 150;}
    to{opacity: 1; top: 0;}
}
@keyframes bannerText
{
    from{opacity: 0; top: 150;}
    to{opacity: 1; top: 0;}
}
@-webkit-keyframes bannerTextSoft
{
    from{opacity: 0; top: 350;}
    to{opacity: 1; top: 115;}
}
@keyframes bannerTextSoft
{
    from{opacity: 0; top: 350;}
    to{opacity: 1; top: 115;}
}
.overlayPanel
{
    display:inline-block;
    width: 500;
    padding: 50;
    background-color: #000000;
    background-clip: padding-box;
    border-radius: 8px;
    border-style: solid;
    border-width: 10;
    border-color: rgba(255,255,255, 0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
    -webkit-animation-name: bounceIn;
    -webkit-animation-duration: 0.7s;
    animation-name: bounceIn;
    animation-duration: 0.7s;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }

  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(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}