@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
/*@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);*/

body {
    font-family: 'Cuprum', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    color: #555;
}

.header-bg {
    background: url("../image/header.jpg") no-repeat center bottom;
    min-height: 100px;
}

.header-tels {
    color: #fff;
    padding-left: 30px;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {color: #000;}

h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}

.main-logo-link {
    display: block;
}

.main-link {
    display: block;
    cursor: pointer;
}

div.myimage1 {
    cursor: pointer;
}

.main-bg {
    background: url("../image/main-bg.jpg") top center no-repeat;
}

.main-black-bg {
    background: url("../image/black-bg.jpg") repeat;
}

.main-yellow-bg {
    background: url("../image/yellow-bg.jpg") repeat;
}

.content-bg {
    background: url("../image/content.jpg") no-repeat top center;
    min-height: 100px;
}

.footer-bg {
    background: url("../image/footer.jpg") no-repeat top center;
    min-height: 100px;
}

.main-service {
    text-align: center;
}
.main-content h1 {
    text-align: center; 
    color: #000; 
    font-weight: bold;
}

.main-service img {
    border: 1px solid #000;
}

.main-service h2 {
    padding: 5px;
    margin: 0px;
    font-size: 24px;
    color: #000;
}

.subpage h1 {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    -moz-transform: rotate(-2deg); /* Для Firefox */
    -ms-transform: rotate(-2deg); /* Для IE */
    -webkit-transform: rotate(-2deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-2deg); /* Для Opera */
    transform: rotate(-2deg);
}

footer div {
    color: #fff;
}

footer h3 {
    padding: 15px 0px;
    color: #ccc;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #eee;
    text-decoration: underline;
}

/* Карусель в футере */
.underfooter {
    padding: 40px 0px;
}

.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url("/_tpl/videcom/plugin/a17.png") no-repeat;
    overflow:hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03ldn { background-position: -243px -33px; }
.jssora03rdn { background-position: -303px -33px; }

.header-menu {
    padding: 0;
    margin: 0;
}

.header-menu li {
    list-style: none;
    display: inline-block;
}

.header-menu li a {
    display: block;
    color: #fff;
    padding: 42px 20px 48px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.header-menu li:nth-child(4) a {
    display: block;
    color: #fff;
    padding: 32px 20px 48px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.header-menu li a:hover {
    color: #000;
    text-decoration: none;
    background: url("../image/yellow-bg.jpg") repeat;
}

.header-menu li a.active {
    color: #000;
    text-decoration: none;
    background: url("../image/yellow-bg.jpg") repeat;
}

main h1 {text-align: center; font-size: 28px;}

p {padding: 4px 0px;}

a {color: #030303;}
a:hover { color: #212121;}

.leftmenu {
    /*    padding-top: 8px;*/
}

/*.leftmenu li {
    list-style: none;
    margin-bottom: 8px;
    vertical-align: middle;
    height: 40px;
    min-height: 40px;

}

.leftmenu li a {
    display: block;
    height: 100%;
    padding: 2px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 40px;
    line-height: 15px;
    background: #f6f8f9;  Old browsers 
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);  IE10+ 
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );  IE6-9 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    text-align: center;

}

.leftmenu li a:hover, .leftmenu li a.active {
    text-decoration: none;
    background: #fceabb;  Old browsers 
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);  IE10+ 
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );  IE6-9 
    color: #333;
    box-shadow: none;
}

.leftmenu li a.active {
    border: 1px solid #c9c9c9;
}*/



table.our_work td {
    vertical-align: bottom;
    text-align: center;
    height: 45px;
    min-height: 45px;
    text-transform: uppercase;
    font-size: 13px;
}

table.our_work img {
    max-width: 220px;
    width: 220px;
}

.our_work_a:hover {
    opacity: 0.8;
}


.jssora03l {
    width: 55px; 
    height: 55px; 
    top: 123px; 
    left: 8px;
}

.jssora03r {
    width: 55px; 
    height: 55px; 
    top: 123px; 
    right: 8px
}

.slider1 {
    position:relative;
    margin:0 auto;
    width:915px;
    height:180px;
    overflow:hidden;
}

.slider1slides {
    cursor:move;
    position:absolute;
    left:0px;
    top:0px;
    width:915px;
    height:180px;
    overflow:hidden;
}

.myimage1 {
    position: relative;
    height: 380px;
    width: 240px;
    text-transform: uppercase;
}


.myimage1_animate {
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 100%;
    top: 330px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    transition: all 0.4s;
}

.myimage1:hover .myimage1_animate {
    top: 380px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.myimage1_animate2 {
    position: absolute;
    height: 50px;
    line-height: 30px;
    width: 100%;
    top: -50px;
    font-size: 17px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    transition: all 0.4s;
}

.myimage1:hover .myimage1_animate2 {
    top: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.myimage1 img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.myimage1:hover img {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    opacity: 0.3;
}

.xs-h1 h1{
    font-size: 14px !important;
}

.aside-top {
    background: url("../image/aside-top.png") no-repeat;
    height: 17px;
}

.aside-bg {
    background: url("../image/aside-bg.png") repeat-y;    
}

.aside-bg h3 {
    text-align: center;
}

.aside-bottom {
    background: url("../image/aside-bottom.png") no-repeat;
    height: 17px;
}

.leftmenu li {
    list-style: none;
    margin-bottom: 8px;


}

.leftmenu li a {
    background: url("/_tpl/videcom/image/yellow-bg.jpg") repeat scroll 0 0 #f6f8f9;
    border: 1px solid #333;
    height: 40px;
    line-height: 15px;
    padding: 4px;
    text-align: center;
    display: table-cell;
    width: 240px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.leftmenu li a:hover, .leftmenu li a.active {
    text-decoration: none;
    background: #333;
    text-shadow: 1px 1px #000;
    background-image: url('/_tpl/videcom/image/black-bg.jpg');
    color: #ffc603;
    box-shadow: none;

}

.our_work_a {
    display: block;
    min-height: 180px;
    text-align: center;
}

.sub_plus {
    position: relative;
}

.sub_plus span{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 12px 11px;
    height: 100%;
    color: #333;
    text-shadow: none;
    font-size: 28px;
    z-index: 2;
}

.active span, li a:hover span{
    color: #fff;
}

ul.subpage_menu {
    padding: 5px;

}

ul.subpage_menu li {
    background: none;
    text-align: left;
}

ul.subpage_menu li a {
    border: none;
    background: none;
    text-align: left;
    border-bottom: 1px dashed #555; 
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
}

ul.subpage_menu li a:hover {
    background: none;
    border: none;
    border-bottom: 1px dashed #555;
    color: #555;
    text-shadow: none;
}

.service-block {
    position: relative; 
    display: block;
    width: 180px;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.service-block:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.service-block img {
    border: 1px solid #000;
    border-radius: 6px;
    /*    -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;*/
}

.service-block-main {
    position: relative; 
    display: block;
    width: 240px;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.service-block-main:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.service-block-main img {
    border: 1px solid #000;
    border-radius: 6px;
    /*    -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;*/
}

/*.service-block img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}*/

.service-block-inside {
    position: absolute; 
    bottom: 0;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    min-height: 30px;
    vertical-align: middle;
    text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

aside h3 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dotted #212121;
}
.mainproductlink {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.mainproductlink h2{
    font-size: 18px;
    
}

.mainproductlink img:hover {
    opacity: 0.7;
}

table.instruk td {
    padding: 4px;
    font-size: 22px;
}

.instruk img:hover {
    opacity: 0.8;
}