html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

.clear{
    clear:both;
    margin:0 !important;
    padding:0 !important;
    display: block;
}

b,strong {
    font-weight: bold;
}

body {
    font-family: Arial;
    color: #FFF;
    background-image: url('../../img/bg.png');
    background-repeat: repeat;
}

div.wrap {
    width: 960px;
    min-height: 100%;
    margin: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

div#header {
    width: 100%;
    min-height: 143px;
    background: #202020;
}

.logo {
    width: 202px;
    height: 88px;
    float: left;
    margin-top: 26px;
    text-align: left;
}

.logo a#logo {
    background: url('/img/logo.png') no-repeat;
    width: 202px;
    height: 78px;
    display: block;
}

.logo h1 a {
    font-size: 20px;
    color: #b2b2b2;
    text-decoration: none;
    margin-left: 10px;
}

div#top {
    float: right;
    min-height: 28px;
    line-height: 28px;

    margin-top: 12px;

    font-size: 14px;
    font-weight: bold;
}

div#top img {
    float: right;
    width: 52px;
    height: 52px;

    margin-top: -12px;
    margin-right: -6px;
}

div#top span.call {
    color: #21d9d3;
}

div#top address {
    display: inline;
}

div#top span.slogan {
    color: #7e7e7e;
    font-size: 13px;

    letter-spacing: -1px;
}

div#header div.wrap > ul {
    display: block;
    float: right;
    margin-top: 30px;
}

div#header div.wrap > ul > li {
    float: right;
    margin-right: 17px;

    position: relative;
    z-index: 100;
}

div#header div.wrap > ul > li > a {
    display: block;
    min-height: 30px;
    min-width: 101px;
    line-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 10px;
    text-decoration: none !important;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    /* border: 3px solid #202020;*/
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

div#header div.wrap > ul > li.selected > a {
    background: rgb(33,212,206); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxZDRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDcwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(33,212,206,1) 0%, rgba(20,112,109,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,212,206,1)), color-stop(100%,rgba(20,112,109,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d4ce', endColorstr='#14706d',GradientType=0 ); /* IE6-8 */
}

div#header div.wrap > ul > li:hover > a{
    background: #000;
    color: #1fcac5;
}

div#header div.wrap > ul > li:first-child {
    margin-right: 0;
}

div#header div.wrap > ul > li > div.submenu {
    display: block;
    background: url('../../img/submenu.png') no-repeat 150px 5px;
    padding-top: 10px;
    opacity:0;
    position: absolute;
    top: 100%;
    width: 170px;
    display: none;
}
div#header div.wrap > ul > li > div.submenu > ul {
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    border: 3px solid rgba(33,33,33,0.8);
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}
div#header div.wrap > ul > li > div.submenu > ul > li:first-child > a{
    border-radius: 8px 8px 0 0 ;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}
div#header div.wrap > ul > li > div.submenu > ul > li:last-child > a{
    border-radius: 0 0 8px 8px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}
div#header div.wrap > ul > li:hover > div.submenu {
    display: block;
    opacity:1;
}

div#header div.wrap > ul > li > div.submenu > ul > li{
    width: 100%;
}

div#header div.wrap > ul > li > div.submenu > ul > li > a {
    display: block;
    min-height: 30px;
    line-height: 30px;
    text-decoration: none !important;
    color: #FFF;
    padding-right: 4%;
    font-size: 12px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
div#header div.wrap > ul > li > div.submenu > ul > li > a:hover {
    background: #000;
    color: #1cb5b0;
}

div#header div.clear {
    clear: both;
    padding: 10px;
}

div#content{
    min-height: 447px;
    background: url('/img/contentbg.png') repeat-x 0 100%;
    padding: 20px 4px 300px;
}

div#content .box{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #fff;
    box-shadow:inset 0 0 0px 1px #E1E1E1;
    border-radius: 4px;
    padding: 10px 20px;
    color: #727272;
    margin-bottom: 30px;
    overflow: hidden;
    behavior: url('/statics/css/ie-css3.htc');
}

.contacttext {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
}

.contacttext b {
    font-weight: bold !important;
    font-size: 12px;
}

div#content .box h3,div#content .box h4,div#content {
    color: #485053;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
div#content div.box h3 span{color: #179692;}

div.box i {
    font-size: 12px;
    color: #727272;
}

div.right{
    width:58%;
    float:right;
}

div.pageright {
    width: 300px;
    float: right;
    margin-left: 10px;
}

div.left{
    width: 40%;
    float: left;
    position: relative;
}

div.pageleft {
    width: 645px;
    float: right;
}

#page.box {
    min-height: 308px;
}

#page.box h4 {
    background-image: url('/img/page-title.png');
    width: 612px;
    height: 44px;
    line-height: 44px!important;
    color: #fff !important;
    font-size: 15px !important;
    display: block;
    margin-right: -12px!important;
    padding-right: 10px!important;
    margin-bottom: 15px;
}

#page.box i {
    font-weight: normal;
    margin-top: -4px;
    position: relative;
    line-height: normal;
    display: block;
}

#page.box h4 time {
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

#page.box .workBoxBg {
    float: right;
    width: 281px;
    height: 167px;
    background: url("/img/sprite.png") no-repeat -33px 145px transparent;
    margin-left: 15px;
    margin-bottom: 20px;
    position: relative;
}

#page.box .workBox {
    width: 281px;
    height: 145px;
    border: 1px solid #727272;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    z-index: 2;
}

#page.box .workBox a {
    display: block;
    overflow: hidden;
    width: 281px;
    height: 145px;
}

#page.box .workBox a:hover {
    -webkit-box-shadow: inset 0 0 154px 3px #000;
    -moz-box-shadow: inset 0 0 154px 3px #000;
    box-shadow: inset 0 0 154px 3px #000;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}


div#content div.left div.box:after {
    background: url("/img/sprite.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 25px;
    width: 100%;
}

div#content div.left #sells.box:after{
    background: url("/img/sprite.png") no-repeat scroll 0 0 transparent;
    bottom: 285px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    left: 25px;
    width: 100%;
}

div.box h3 img{
    background: url("/img/sprite.png") no-repeat scroll -46px -24px transparent;
    float: right;
    height: 47px;
    margin-left: 3px;
    width: 47px;
}

#profile {
    height: 400px;
}

div.box#profile h3 img{background: url("/img/sprite.png") no-repeat scroll 0 -24px transparent;}
div.box#contact h3 img{background: url("/img/sprite.png") no-repeat scroll -92px -24px transparent;}
small{
    font-size: 0.8em;
}

#profile .text {
    line-height: 15px !important;
    font-weight: normal !important;
}

div.box#contact {
    height: 400px;
}

#contact form input[type="text"] {
    width: 90%;
    height: 33px;
    color: #727272;
    font-size: 12px;
    line-height: 33px;
    padding-right: 5px;
    margin-bottom: 9px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#contact form textarea {
    width: 90%;
    height: 160px;
    font-size: 12px;
    padding-right: 5px;
    font-size: 12px;
    font-family: arial;
    color: #727272;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
    line-height: normal;
    overflow: hidden;
}

#contact form button, #page button {
    border: 0px;
    cursor: pointer;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    color: #fff;
    text-align: center;
    width: 116px;
    height: 34px;
    line-height: 34px;
    margin-top: 9px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 21px;
    background: rgb(50,50,50); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(38,38,38,1) 26%, rgba(28,28,28,1) 56%, rgba(45,45,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(26%,rgba(38,38,38,1)), color-stop(56%,rgba(28,28,28,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-8 */.
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#contact form button:hover, #page button:hover {
    background: rgb(50,50,50); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(bottom, rgba(50,50,50,1) 0%, rgba(38,38,38,1) 26%, rgba(28,28,28,1) 56%, rgba(45,45,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(50,50,50,1)), color-stop(26%,rgba(38,38,38,1)), color-stop(56%,rgba(28,28,28,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-8 */.
}

#contact span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: red;
}

#mainBlock {
    height: 456px;
}

#mainBlock .text {
    line-height: 15px !important;
    font-weight: normal !important;
}

div#news ul li,div#sells ul li{
    text-indent: 10%;
    font-size: 12px;
    color: #485053;
    font-weight: bold;
    margin-bottom: 12px;
}

div#news ul li span ,div#sells ul li span {
    color: #179692;
}

div#customers{
    height: 118px;
    padding: 7px !important;
    background: rgb(234,234,234) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(248,248,248,1) 10%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(10%,rgba(248,248,248,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 10%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 10%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 10%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(248,248,248,1) 10%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}
div#customers div#logos {
    float: right;
    height: 135px;
    overflow: hidden;
    padding: 0 0px;
    width: 911px;
    position: relative;
}
div#customers div#logos > div {
    position: relative;
    right: 0;
    width: 5000px;
}
div#customers div#logos > div div {
    float: right;
    position: relative;
    right: 0;
    z-index: 1;
}
div#customers div#logos img {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    float: right;
    margin-top: 25px;
    opacity: 0.65;
    position: relative;
    bottom: 20px;
}
div#customers div#logos ul li {
    float: right;
    height: 110px;
    margin-top: 9px;
    padding: 0 3px;
    position: relative;
}
div#customers div#logos img:hover {
    opacity: 1;
}

div#footer{
    background: #161618;
    min-height: 309px;
}
div#footer div#computer{
    background: url("../../img/sprite.png") no-repeat scroll 0 -157px transparent;
    color: #000000;
    height: 92px;
    line-height: 18px;
    padding: 55px 70px 65px 125px;
    position: relative;
    top: -211px;
    width: 285px;
    word-spacing: 3px;
}
div#footer div#computer p q:before, div#footer div#computer p q:after {
    content: '"';
}
div#footer div#computer p q{
    text-align: center;
    display: block;
}
div#footer div#computer p{
    position: relative;
    height: 100%;
}
div#footer div#computer p:not(:first-child){
    display: none;
}
#bird{
    position: absolute;
    right: 25px;
    top: -46px;

    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
#bird:hover{
    top: -38px;

    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
}
#bird img{
    background: url("/img/sprite.png") -395px -105px;
    height: 52px;
    width: 86px;
}
div#footer div#computer p span{
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
}

footer {
    margin-top: -180px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    z-index: 9999999;
    position: relative;
    height: 189px;
    border-bottom: 1px solid #1d1d1f;
}

footer div.block {
    width: 114px;
    float: right;
    margin-left: 38px;   
    font-size: 12px;
}

footer div.block h5
{
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-bottom: 1px solid #616161;
}

footer div.block ul li {
    line-height: 22px;
    border-bottom: 1px solid #616161;
}

footer div.block ul li a {
    text-decoration: none;
    color: #616161;
    display: block;
}

footer div.block ul li a:hover {
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s; 
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s; 
}

#cloud {
    width: 332px;
    height: 163px;
    background-color: #1c1c1e;
    float: right;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    margin-right: 20px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#cloud p {
    margin: 10px;
    font-weight: bold;
}

#cloud p span {
    margin-left: 10px;
    color: #636364;
    text-decoration: none;
}

#cloud p span a {
    color: #636364;
    text-decoration: none;
}

#cloud p span a:hover {
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s; 
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s; 
}

#copyrights {
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    border-top: 1px solid #0f0f11;
}

#copyrights .right {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 696px;
}

#copyrights .right img {
    margin-left: 7px;
}

#copyrights .right a {
    text-decoration: none;
    color: #fff;
}

#copyrights .right div {
    font-size: 11px;
    margin-top: 5px;
}

#copyrights .right p  {
    margin-bottom: 7px;
}

#copyrights .left {
    width: 224px;
    float: right;
    margin-left: 20px;
    margin-top: 26px;
}

#copyrights .left img {
    float: left;
}

div.left div.box img.sprite{
    background: url("../../img/sprite.png") no-repeat scroll -385px 0 transparent;
    position: absolute;
    left: 24px;
    height: 99px;
    margin: -19px -29px;
    width: 96px;
}
div.left div.box#news img.sprite {
    background-position: -263px -58px;
}
div.left div.box a.more{
    background: url("../../img/sprite.png") no-repeat scroll -313px -27px transparent;
    display: block;
    float: left;
    height: 24px;
    width: 47px;
    text-decoration: none;
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
div.left div.box#news a.more{
    background-position: -264px -27px;
}
div.left div.box a.more:after{
    content: "גלה עוד";
    color: #fff;
    font-size: 0.8em;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 0 rgba(0,0,0,0.5);
}
div.left div.box a.more:hover{
    opacity: 1;

    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
}

.facebook {
    background-image: url('../../img/facebook.png');
    opacity: 0.5;
    width: 44px;
    height: 68px;
    display: block;
    cursor: pointer;
    float: right;
}

.facebook:hover {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.twiter {
    background-image: url('../../img/twiter.png');
    opacity: 0.5;
    width: 60px;
    height: 70px;
    display: block;
    cursor: pointer;
    float: right;
}

.twiter:hover {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.rss {
    background-image: url('../../img/rss.png');
    opacity: 0.5;
    width: 45px;
    height: 43px;
    display: block;
    cursor: pointer;
    float: right;
    margin-top: 11px;
}

.rss:hover {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}


.google {
    background-image: url('../../img/google.png');
    opacity: 0.5;
    width: 74px;
    height: 70px;
    display: block;
    cursor: pointer;
    float: right;
}

.google:hover {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.page-nav {
    height: 39px;
    line-height: 39px;
    margin-bottom: 15px;
}

.page-nav a {
    display: block;
    margin-left: 10px;
    float: right;
    color: #137e7b;
    text-decoration: none;
    font-size: 12px;
}

.page-nav a:hover {
    text-decoration: underline;
    color: #137e7b;
}

.page-nav span {
    float: right;
    margin-left: 10px;
    color: #137e7b;
    font-weight: normal;
    font-size: 13px;
}

.page-nav img {
    float: right;
    border: 0px;
    width: 34px;
    height: 39px;
}

.linkMap a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

#page #contact {
    width: 510px;
    float: right;
    color: #137e7b;
    display: inline-block;
}

#page form#contact label{
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

#page #contact label div {
    float: right;
    width: 180px;
}

#page form#contact label input[type="text"],
#page form#contact label textarea{
    width: 300px;
    height: 33px;
    font-family: arial;
    color: #727272;
    font-size: 12px;
    line-height: 33px;
    padding-right: 5px;
    margin-bottom: 9px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}
#page form#contact label textarea{
    height: 100px;
    resize: none;
    line-height: normal;
    overflow: hidden;
}

#page form#contact label span {
    display: block;
    color: red;
    padding: 5px 2px;
}

#page form#contact input[type="text"]:focus,#page form#contact textarea:focus{
    background: rgba(30,30,30,.3);
    box-shadow: 0 0 3px #555;
}

#page form#contact .checkboxlists {
    float: right;
    margin-bottom: 10px;
}

#page form#contact .checkboxlists input[type="checkbox"] {
    float: right;
    margin-left: 10px;
}

#page form#contact .error{
    box-shadow: 0 0 3px #c7030a;
}

#page form#contact input[type="submit"]{
    float: left;
    height: 28px;
    margin-left: 10%;
    width: 65px;
    cursor: pointer;
    background: none repeat scroll 0 0 cyan;
    border: 3px solid #3B3B3B;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: black;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#page form#contact input[type="submit"]:hover{
    border-color: black;
    background: #46AFFC;
    text-shadow: -1px -1px #267BBA;
}

.error{
    box-shadow:0 0 4px 1px #DE3636;
    border:1px solid #DE3636;
}

.workBook-desc {
    /*overflow: hidden; FireFox bug */
}

.workBook-desc .workBook-left {
    line-height: normal;
    float: right;
    display: block;
    width: 370px;
    margin-left: 10px;
    margin-top: 15px;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}

.workBook-desc .workBook-left .text {
    padding-bottom: 3px;
    display: block;
    margin-top: 5px;
}

.workBook-desc .workBook-left .text b {
    font-weight: bold;
    font-size: 14px;
}

.workBook-desc .workBook-left .text b a {
    text-decoration: none;
    color: #727272;
}

.workBook-desc .workBook-left .text i {
    font-weight: normal;
    font-size: 12px;
}

.workBook-desc .workBook-left .text i p {
    margin-bottom: 0px;
    padding: 0px;
}

.text p a, .text i a, #page i a {
    color: #14817e;
    text-decoration: underline;
    font-weight: bold;
}

.workBook-desc a.workButton,.workBook-desc a.enterSite {
    height: 28px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: black;
    width: 70px;
    text-align: center;
    background-color: #20bdba;
    color: #fff;
    line-height: 28px;
    border: 1px solid #eee;
    display: block;
    text-decoration: none;
    margin-top: 8px;
    float: left;
    margin-left: 20px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.workBook-desc a.workButton:after {
    content: "קרא עוד >>";
}

.workBook-desc a.enterSite:after {
    content: "כניסה לאתר";
}

.workBook-desc a.workButton:hover,.workBook-desc a.enterSite:hover {
    background-color: #14817e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.workBook-desc img {
    float: right;
    display: block;
    width: 265px;
    height: 200px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.workBook-desc#article img {
    width: auto !important;
    height: auto !important;
    margin-right: 15%;
}

.works-p {
    clear: both !important;
    font-size: 12px !important;
    line-height: normal !important;
    font-weight: normal !important;
    padding-top: 2px !important;
}

#articles-p a.workButton {
    float: left;
}

.workBook-desc#works img {
    width: auto !important;
    height: auto !important;
    clear: both;
}

img.articles-img {
    border: 2px solid #eee;
    box-shadow:inset 0 0 0px 1px #E1E1E1;
    border-radius: 4px;
    margin-left: 10px;
    width: 200px;
    height: 150px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.articles-p {
    margin-left: 0px;
}

#workCats h4 {
    color: #147f7b !important;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #c7c7c7;
}

#workCats ul li {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #c7c7c7;
    color: #626262;
    font-size: 12px;
    font-weight: normal;
}

#workCats ul li.current a {
    font-weight: normal;
    color: #1fcac5;
}

#workCats ul li a {
    color: #626262;
    text-decoration: none;
    height: 29px;
    display: block;
    cursor: pointer;
}

#workCats ul li a:hover {
    color: #1fcac5;
    font-weight: normal;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

div#gallery {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: url('/img/gal_bg.png') repeat-x;
    border-bottom: 2px solid #C5CFD2;
}

.lof-slidecontent, .lof-slidecontent a {
    color:#FFFFFF;	
    width:960px;
    height:398px;
    margin-right:  auto;
    margin-left: auto;

}
.lof-slidecontent a.readmore{
    color:#58B1EA;
    font-size:95%;	
}

.lof-slidecontent{
    position:relative;
    overflow:hidden;
}
.lof-slidecontent .preload{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:150px;
    text-align:center;
    background:#FFF
}
.lof-slidecontent .preload div{
    height:100%;
    width:100%;
}

.lof-main-outer{
    position:relative;
    height:100%;
    width:960px;
    height:398px;
    z-index: 3px;
    overflow:hidden;
}

/*******************************************************/
.lof-main-item-desc{
    z-index:100;
    position:absolute;
    bottom:150px;
    left:30px;
    width:200px;
    padding:10px;
    direction:ltr;
    cursor:pointer;
    text-align:center;
    background-color: #e9edee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    behavior: url('/statics/css/ie-css3.htc');
}

.lof-main-item-desc .clear {
    float:none;
    clear:both;
    height:0px;
}

.lof-main-item-desc i{
    padding:0;
    margin:5px 0 0 0;
    text-align:center;
    clear:both;
}

.lof-main-item-desc h4{
    padding:0;
    margin:5px 0 0 0;
    text-align:center;
    color:#485053;
    clear:both;
    font-size:32px;
    white-space:nowrap;
}

.lof-main-item-desc h4 a{
    text-decoration:none;
    color:#485053;
}

.lof-main-item-desc:hover h4 a{
    text-decoration:none;
    color:#455966;
}

.lof-main-item-desc i a{	
    margin:0;
    font-size:14px;
    color: #949b9d;
    font-weight: bold;
    padding:3px 5px;
    font-family:Arial,Verdana,sans-serif;
    text-decoration:none;
}

.lof-main-item-desc h2 {
    font-size: 18px;
    font-weight:bold;
    clear:both;
    color:#435a63;
}

/* main flash */
ul.lof-main-wapper{
    overflow:hidden;
    padding:0px;
    margin:0;
    position:absolute;
}

ul.lof-main-wapper li{
    overflow:hidden;
    padding:0px;
    margin:0px;
    float: left;
    position:relative;
    width:  960px;
}
.lof-opacity  li{
    position:absolute;
    top:0;
    left:0;
    float:inherit;
}
ul.lof-main-wapper li img{
    padding:0px;	
}

/* item navigator */
.lof-slidecontent ul.lof-navigator{
    position:absolute;
    bottom: 25px;
    right: 10px;
    background: #485053;
    padding: 4px 30px;
    border-radius: 10px;
}


ul.lof-navigator li{
    padding: 4px 6px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 15px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    float: left;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

ul.lof-navigator li.active , ul.lof-navigator li:hover  {
    background: rgb(33,212,206); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxZDRjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDcwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(33,212,206,1) 0%, rgba(20,112,109,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,212,206,1)), color-stop(100%,rgba(20,112,109,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(33,212,206,1) 0%,rgba(20,112,109,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d4ce', endColorstr='#14706d',GradientType=0 ); /* IE6-8 */
    float: left;
}

#rec-box-holder ul li {
    font-size: 12px;
}

.pages-num {
    float: right;


}
.pages-num li {
    font-size: 12px;        
}

.pages-num li{
    float:left;
}
.pages-num li a{
    width:20px;
    height:20px;
    display:block;
    text-align: center;
    line-height: 20px;
    color:#40464b;
    background-color: #eee;
    margin-left: 5px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.pages-num li.active a {
    background-color: #20bdba;
    color: #fff;   
}

.pas-icon {
    width: 600px;
    height: 4px;
    background-image: url('/img/page-pas.png');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.comments {
    font-size: 12px !important;
}

.comments fieldset label {
    float: right;
    color: #727272;
    font-weight: bold;
    width: 100px;
    height: 35px;
    line-height: 34px;
    display: block;
}

.comments fieldset input[type="text"] {
    width: 300px;
    height: 33px;
    color: #727272;
    font-size: 12px;
    line-height: 33px;
    padding-right: 5px;
    margin-bottom: 9px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    float: right;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.comments fieldset textarea {
    width: 298px;
    height: 100px;
    font-size: 12px;
    padding-right: 5px;
    font: 12px arial;
    color: #727272;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
    line-height: normal;
    overflow: hidden;
}

.comments input[type="submit"] {
    border: 0px;
    cursor: pointer;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin-top: 9px;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 21px;
    background: rgb(50,50,50);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(38,38,38,1) 26%, rgba(28,28,28,1) 56%, rgba(45,45,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(26%,rgba(38,38,38,1)), color-stop(56%,rgba(28,28,28,1)), color-stop(100%,rgba(45,45,45,1)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#2d2d2d',GradientType=0 );
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.comments input[type="submit"]:hover {
    background: rgb(50,50,50);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(bottom, rgba(50,50,50,1) 0%, rgba(38,38,38,1) 26%, rgba(28,28,28,1) 56%, rgba(45,45,45,1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(50,50,50,1)), color-stop(26%,rgba(38,38,38,1)), color-stop(56%,rgba(28,28,28,1)), color-stop(100%,rgba(45,45,45,1)));
    background: -webkit-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: -o-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    background: linear-gradient(to top, rgba(50,50,50,1) 0%,rgba(38,38,38,1) 26%,rgba(28,28,28,1) 56%,rgba(45,45,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#2d2d2d',GradientType=0 );  
}

.comments ul.allcomments {
    list-style: none !important;
    list-style-type:decimal !important;
    margin-right: 20px;
    line-height: 15px !important;
}

.comments ul.allcomments li {
    border-bottom: 1px dashed #727272;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.comments ul.allcomments li img {
    float: right;
    margin-left: 8px;
    border-radius: 3px;
    box-shadow: 0 0 3px #137E7B;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.comments ul.allcomments li span  {
    font-size: 11px;
    font-weight: normal !important;
    text-decoration: underline;
}

.comments ul.allcomments li span.text {
    font-size: 12px;
    text-decoration: none;
    width: 315px;
    display: block;
}

#commentserrors {
    display:none;
    background-color: #fff;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#commentserrors span.success {
    color: green;
    font-family: arial;
    font-size: 13px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    display: block;
}

#commentserrors ul {
    list-style-type: square;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

#commentserrors ul li {
    margin-bottom: 7px;
    font-family: arial;
    font-size: 13px;
    color: red;
}

#commentserrors i {
    display: block;
    background: url('/img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;

}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
    background: url('/img/star.gif') left -1000px repeat-x;
}
.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}
#stwrapper{
    display: none;
}

.map {
    background: url('/img/map.png') no-repeat;
    width: 380px;
    height: 193px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}

.map .tick {
    position: absolute;
}

.map .tick.a {
    left: 26px;
    top: 43px;
}
.map .tick.b {
    left: 45px;
    top: 74px;
}
.map .tick.b .wrap {
    width: 67px;
}

.map .tick.c {
    left: 141px;
    top: 22px;
}
.map .tick.d {
    left: 150px;
    top: 26px;
}
.map .tick.e {
    left: 164px;
    top: 35px;
}
.map .tick.f {
    left: 164px;
    top: 86px;
}
.map .tick.g {
    left: 164px;
    top: 47px;
}

.map .tick .wrap {
    position: relative;
    width: 59px;
    height: 50px;
}

.map .tick .wrap i {
    background: url('/img/tick.png') 8px 0px no-repeat;
    width: 28px;
    height: 33px;
    display: block;
    margin: 0px !important;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.map .tick .wrap p {
    display: none;
    font-size: 12px;
    margin-top: -92px;
    background: #21d9d3;
    padding: 7px;
    border: 1px solid #fff; 
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url('/statics/css/ie-css3.htc');
}

.faqs {
    margin-top: 20px;
}

.que-box {
    width: 502px;
    height: 30px;
    background-color: #1fcac5;
    border-radius: 13px 13px 13px 13px;
    behavior: url(/css/ie-css3.htc);
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
}

.que-box h3 {
    color: #fff !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: arial !important;
}

.que-box h3 span {
    float: left !important;
    font-size: 11px !important;
    margin-left: 11px !important;
    color: #fff  !important;
}

.que-box h3 span a {
    color: #fff !important;
    text-decoration: none !important;
}

.que-box h3 span a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.que-box:hover {
    background-color: #14817e;
    color: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.que-box:hover h3 {
    color: #fff !important;
}

.faq {
    width: 502px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    font-size: 12px !important;
}

.que {
    margin-right: 10px;
    margin-top: 10px;
}

.avatar {
    float: right !important;
    margin: 0  !important;
    margin-left: 10px !important;
    width: 50px  !important;
    height: 50px  !important;
}

.que .con {
    float: right;
    width: 420px;
}

.que span {
    color: #B7222F;
    font-weight: bold;
}

.que hr {
    width: 97%;
    margin-right: -1px;
}

.errors {
    color: red;
    float: right;
}

.errors span {
    color: green !important;
}

.sbHolder{
    width: 300px !important;
    height: 33px;
    font-family: arial;
    color: #727272;
    font-size: 12px;
    line-height: 33px !important;
    padding-right: 5px;
    margin-bottom: 9px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

.sbSelector{
    display: block;
    height: 36px;
    left: 0;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 0px;
    top: 0;
    width: 278px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #727272;
    outline: none;
    text-decoration: none;
}

.sbToggle{
    background: url('/img/select-icons.png') 0px 0px no-repeat;
    display: block;
    height: 20px;
    outline: none;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
}

.sbToggleOpen{
    background: url('/img/select-icons.png') 0px 0px no-repeat;
}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions{
    background-color: #212121;
    border: solid 1px #515151;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px !important;
    width: 303px;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li{
    padding: 0 7px;
    border-bottom: dotted 1px #515151;
}

.sbOptions li:hover {
    background: #000;
}

.sbOptions a{
    display: block;
    outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #4ce2b6;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #4ce2b6;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

#searchbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #fff;
    box-shadow: inset 0 0 0px 1px #E1E1E1;
    border-radius: 4px;
    padding: 10px 20px;
    color: #727272;
    margin-bottom: 30px;
    overflow: hidden;
    behavior: url('/statics/css/ie-css3.htc');  
}

#searchbox h4 {
    color: #147f7b;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 48px;
}

#searchbox h4:before {
    display: block;
    background: url('/img/sprite.png') -44px -74px;
    width: 51px;
    height: 50px;
    float: right;
    margin-left: 1px;
    content: "";
}

#searchbox input[type="text"] {
    width: 80%;
    height: 33px;
    color: #727272;
    font-size: 12px;
    line-height: 33px;
    padding-right: 5px;
    margin-bottom: 9px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
}

#searchbox button {
    display: block;
    border: 0px;
    background: url('/img/search.png');
    width: 28px;
    height: 24px;
    outline: 0;
    float: left;
    margin-top: 3px;
    cursor: pointer;
}

#searchbox button:hover {
    opacity: 0.5;
    filter: alpha(opacity = 50); 
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.workBoxBg img.sprite {
    background: url("../../img/sprite.png") no-repeat scroll -484px 0 transparent;
    position: absolute;
    left: 24px;
    height: 99px;
    z-index: 5;
    width: 96px;
    margin-top: -4px;
    margin-left: -30px;
}

.clouds span a:hover {
    color: #147f7b;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.clouds span a {
    margin-left: 10px;
    color: #444444;
    text-decoration: none;
}

.box.block h4 {
    color: #147f7b !important;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 48px;
}

.recBox {
    background: #F8F8F8;
    width: 440px;
    margin: 0 auto;
	line-height: 30px;
    min-height: 210px;
    padding: 10px;
    -webkit-border-radius: 63px;
    -moz-border-radius: 63px;
    border-radius: 63px;
    position: relative;
    behavior: url('/statics/css/ie-css3.htc');
    margin-bottom: 177px;
    padding-bottom: 20px;
    font-size: 14px;
	-moz-box-shadow: inset 0 0 5px #F0F0F0;
	-webkit-box-shadow: inset 0 0 5px#F0F0F0;
	box-shadow: inner 0 0 5px #F0F0F0;
}

.recBox .wrap1 {
    margin-right: 20px;
    margin-top: 20px;
    width: 380px;
}

.recBox .wrap1 span.author {
    display: block;
    position: absolute;
    left: 56px;
    bottom: 9px;
}

.recBox:after {
    display: block;
    content: "";
    background: url('/img/bubble.png');
    width: 191px;
    height: 133px;
    right: 49px;
    position: absolute;
    bottom: -123px;
}

.recBox.flip:after {
    background: url('/img/bubble-1.png');
    right: auto;
    left: 49px;
}

.social {
    float: right;
    margin-left: 4px;
}

#rank.rankbox {
    width: 193px;
    float: right;
    margin-top: 5px;
}

.leftarticlebox {
    margin-top: 10px;
}

.articlebox {
    border: 2px solid #000;
    overflow: hidden;
    margin-top: 10px;
    padding: 4px;
}

.articlebox span.authorarea {
    display: block;
    border-bottom: 2px solid #158b87;
    font-size: 14px;
    color: #000;
    padding-bottom: 2px;
    width: 96%;
    font-weight: normal;
    margin-bottom: 3px;
    position: relative;
}

.articlebox span.authorarea:after {
    position: absolute;
    left: -32px;
    top: 0px;
    background: url('/img/webid-icon.png');
    width: 34px;
    height: 39px;
    content: "";
    z-index: 5;
}