/** 
    Joomla Site CSS Template
    by ak@virtech.kz
**/

@font-face {
    font-family: 'GothaProLig';
    src: url('fonts/GothaProLig.eot');
    src: url('fonts/GothaProLig.eot') format('embedded-opentype'),
         url('fonts/GothaProLig.woff2') format('woff2'),
         url('fonts/GothaProLig.woff') format('woff'),
         url('fonts/GothaProLig.ttf') format('truetype'),
         url('fonts/GothaProLig.svg#GothaProLig') format('svg');
}
@font-face {
    font-family: 'GothaProReg';
    src: url('fonts/GothaProReg.eot');
    src: url('fonts/GothaProReg.eot') format('embedded-opentype'),
         url('fonts/GothaProReg.woff2') format('woff2'),
         url('fonts/GothaProReg.woff') format('woff'),
         url('fonts/GothaProReg.ttf') format('truetype'),
         url('fonts/GothaProReg.svg#GothaProReg') format('svg');
}
@font-face {
    font-family: 'GothaProMed';
    src: url('fonts/GothaProMed.eot');
    src: url('fonts/GothaProMed.eot') format('embedded-opentype'),
         url('fonts/GothaProMed.woff2') format('woff2'),
         url('fonts/GothaProMed.woff') format('woff'),
         url('fonts/GothaProMed.ttf') format('truetype'),
         url('fonts/GothaProMed.svg#GothaProMed') format('svg');
}
@font-face {
    font-family: 'GothaProBol';
    src: url('fonts/GothaProBol.eot');
    src: url('fonts/GothaProBol.eot') format('embedded-opentype'),
         url('fonts/GothaProBol.woff2') format('woff2'),
         url('fonts/GothaProBol.woff') format('woff'),
         url('fonts/GothaProBol.ttf') format('truetype'),
         url('fonts/GothaProBol.svg#GothaProBol') format('svg');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('fonts/RobotoCondensed.eot');
    src: url('fonts/RobotoCondensed.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensed.woff2') format('woff2'),
         url('fonts/RobotoCondensed.woff') format('woff'),
         url('fonts/RobotoCondensed.ttf') format('truetype'),
         url('fonts/RobotoCondensed.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/RobotoBoldCondensed.eot');
    src: url('fonts/RobotoBoldCondensed.eot') format('embedded-opentype'),
         url('fonts/RobotoBoldCondensed.woff2') format('woff2'),
         url('fonts/RobotoBoldCondensed.woff') format('woff'),
         url('fonts/RobotoBoldCondensed.ttf') format('truetype'),
         url('fonts/RobotoBoldCondensed.svg#RobotoBoldCondensed') format('svg');
}

/* body and html main things */
body .body *{
	transition: all .2s ease;
}
html{
    transition: none;
}
body{
    background: url(img/bg.png) repeat top center;
    min-width: 1140px;
    font-family: 'GothaProReg';
    transition: none;
}
.body{
    margin: 0 auto;
    padding: 0px;
    display: block;
    transition: none;
    overflow-x: hidden;
}
.wrapper{
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

/* h1 logo */
h1#logo{
    padding: 0;
    margin: 0;
}
h1#logo > a{
    display: inline-block;
    background: url(img/logo.png) no-repeat top center;
    width: 306px;
    height: 52px;
    text-indent: -9999px;
}
h1#logo > a:hover{
    text-decoration: none;
}
h1#logo > a:focus{
    outline: none;
    text-decoration: none;
}

/* bx slider reset */
.bx-wrapper .bx-viewport{
    left: 0px;
    box-shadow: none;
    border: none;
}



/* h2 black */
h2{
    text-align: center;
    text-transform: uppercase;
    font-family: 'GothaProBol';
    font-size: 22px;
    color: #333;
    margin: 50px 0px;
}
h2 > span{
    display: inline-block;
}
h2 > span:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 12px;
    background: url(img/line-black.png) no-repeat center center;
    margin-right: 50px;
}
h2 > span:after{
    content: '';
    display: inline-block;
    width: 70px;
    height: 12px;
    background: url(img/line-black.png) no-repeat center center;
    margin-left: 50px;
}

/* h2 white */
h2.white{
    color: #fff;
}
h2.white > span{
    
}
h2.white > span:before{
    background: url(img/line-white.png) no-repeat center center;
}
h2.white > span:after{
    background: url(img/line-white.png) no-repeat center center;
}
/* h2 blue */
h2.blue{
    color: #359dd2;
}
h2.blue > span{
    
}
h2.blue > span:before{
    background: url(img/line-blue.png) no-repeat center center;
}
h2.blue > span:after{
    background: url(img/line-blue.png) no-repeat center center;
}





/* header */
header{
    padding: 30px 0px;
}
header .call-now{
    text-align: right;
    position: relative;
}
header .call-now > div{
    display: inline-block;
    padding: 10px 20px;
    background: #359dd2;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 5px;
    font-family: 'GothaProMed';
}
header .call-now > div:after{
    content: '';
    display: block;
    position: absolute;
    right: -26px;
    bottom: 10px;
    width: 26px;
    height: 12px;
    background: url(img/corner.png) no-repeat center center;
}


header .phone{
    padding: 0px 0px 0px 60px;
    background: url(img/phone.png) no-repeat left 15px center;
}
header .phone > div:first-child{
    color: #999;
    font-family: 'RobotoCondensed';
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
header .phone > div:last-child a{
    color: #2e323d;
    font-size: 21px;
    line-height: 21px;
}
header .phone > div:last-child a:hover{
    text-decoration: none;
}
header .phone > div:last-child a > span{
    color: #999;
}



/* main-menu */
.main-menu{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36bd57+0,34b454+49,34b454+49,11a535+50,109a32+100 */
    background: #36bd57; /* Old browsers */
    background: -moz-linear-gradient(top,  #36bd57 0%, #34b454 49%, #34b454 49%, #11a535 50%, #109a32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #36bd57 0%,#34b454 49%,#34b454 49%,#11a535 50%,#109a32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #36bd57 0%,#34b454 49%,#34b454 49%,#11a535 50%,#109a32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36bd57', endColorstr='#109a32',GradientType=0 ); /* IE6-9 */
    text-align: center;
}
.main-menu ul > li{
    display: inline-block;
}
.main-menu ul > li:after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 42px;
    background: url(img/menu-divider.png) no-repeat center center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.main-menu ul > li > a{
    color: #fff;
    font-family: 'RobotoBoldCondensed';
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 18px 10px 12px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
_:-moz-tree-row(hover), .main-menu ul > li > a{
	padding: 10px 15px 10px 12px;
}
.main-menu ul > li > a:hover,
.main-menu ul > li.current > a{
    text-decoration: none;
    background: none;
    color: #ffde5b;
}
.main-menu ul > li > a:focus{
    background: none;
}


.main-menu ul > li > ul{
    display: none;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 9;
    padding: 0;
    width: 300px;
    text-align: left;
}
.main-menu ul > li > ul > li{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36bd57+0,34b454+49,34b454+49,11a535+50,109a32+100 */
    background: #109a32; /* Old browsers */
    width: 100%;
    position: relative;
}
.main-menu ul > li > ul > li:hover,
.main-menu ul > li > ul > li.active{
    background: #2fb04f;
}
.main-menu ul > li > ul > li:after{
    display: none;
}
.main-menu ul > li > ul > li > a{
    padding: 10px 15px;
    display: block;
}
.main-menu ul > li:hover ul{
    display: block;
}


.main-menu ul > li > ul > li > ul{
    display: none !important;
    position: absolute;
    left: 300px;
    top: 0;
}
.main-menu ul > li > ul > li:hover > ul{
    display: block !important;
}
.main-menu ul > li > ul > li > ul > li{
    background: #2fb04f;
}


/* slider-wrapper */
.slider-wrapper{
    background: url(img/slider-bg.png) no-repeat top center;
    padding: 50px 0px;
}
.slider-wrapper .bx-wrapper{
    margin: 0;
}
.slider-wrapper .slider > div{
    
}
.slider-wrapper .slider > div > .caption{
    position: absolute;
    width: 500px;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 30px 50px 30px;
    text-align: justify;
    color: #fff;
    font-family: 'RobotoCondensed';
    background: rgba(44, 141, 208, 0.5);
}
.slider-wrapper .slider > div > .caption p{
    margin: 0;
}
.slider-wrapper .bx-wrapper .bx-pager{
    position: absolute;
    bottom: 15px;
    width: 500px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #359dd2;
}



/* content-container */
.content-container{
    padding: 50px 0px 0px;
}
.content-container img{
    max-width: 100%;
}



/* block */
.block{
    
}
.block-1{
    
}
.block-1 .left-aside{
    
}
.block-1 .features > div{
    width: 350px;
    height: 172px;
    margin-bottom: 30px;
    position: relative;
}
.block-1 .features > div.f1{
    background: url(img/feature-1-sample.png) no-repeat center center;
}
.block-1 .features > div.f2{
    background: url(img/feature-2-sample.png) no-repeat center center;
}
.block-1 .features div.our-coll{
	height: 300px;
    background: url(img/feature-2-sample.png) no-repeat 25% 50%/135% 100%;
    background-size: cover;
}
.block-1 .features .our-coll .coll-motto{
	height:300px;
	font-size: 14px;
    line-height: 14px;
}
.block-1 .features > div.f3{
    background: url(../../images/fasad.jpg) no-repeat top center;
    background-size: 100%;
}
.block-1 .features > div .caption{
    position: absolute;
    width: 220px;
    height: 172px;
    padding: 20px;
    background: rgba(14,137,45,0.8);
    top: 0;
    right: 0;
    color: #fff;
}
.block-1 .features > div .caption > div:first-child{
    text-transform: uppercase;
    font-family: 'GothaProBol';
    margin-bottom: 10px;
}
.block-1 .features > div .caption > div:last-child{
    
}
.block-1 .features > div .caption > div:last-child p{
    margin: 0;
}
.block-1 .features > div.f1 .caption{
    background: rgba(14,137,45,0.8) url(img/feature-1.png) no-repeat right 15px bottom 15px;
}
.block-1 .features > div.f2 .caption{
    background: rgba(14,137,45,0.8) url(img/feature-2.png) no-repeat right 15px bottom 15px;
}
.block-1 .features > div.f3 .caption{
    background: rgba(14,137,45,0.8) url(img/feature-3.png) no-repeat right 15px bottom 15px;
}



.block-1 .right-aside{
    
}




/* block 2 */
.block-2{
    background: url(img/team-bg.png) no-repeat top center;
    height: 745px;
    padding: 50px 0px;
}
.team{
    text-align: center;
}
.team > div{
    display: inline-block;
}
.team > div > .image img{
    width: 190px;
    border-radius: 200px;
}
.team > div > .title{
    margin: 15px 0px 45px;
    color: #ffde5b;
    text-transform: uppercase;
    font-family: 'GothaProBol';
    font-size: 16px;
    padding: 0px 50px;
    height: 40px;
    position: relative;
    vertical-align: middle;
}
.team > div > .title:after{
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -25px;
    margin: 0 100px;
}
.team > div > .desc{
    color: #fff;
    padding: 0px 50px;
    font-size: 15px;
    height: 50px;
    line-height: 16px;
    vertical-align: middle;
}
.team > div > .readmore{
    text-align: center;
    padding: 30px 0px;
}
.team > div > .readmore > a{
    display:  inline-block;
    padding: 5px 50px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-family: 'GothaProBol';
    font-size: 12px;
}
.team > div > .readmore > a:hover{
    background: #fff;
    color: #359dd2;
    text-decoration: none;
}




/* block 3 */
.block-3{
    padding: 50px 0px;
}
.block-3 .useful{
    
}
.block-3 .useful > div{
    
}
.block-3 .useful > div:hover > div{
    background: #41b55d;
}
.block-3 .useful > div > div{
    background: #359dd2;
    color: #fff;
    height: 160px;
}
.block-3 .useful > div > div > .title{
    padding: 10px 10px 10px 40px;
    background: url(img/plus-square.png) no-repeat left 15px top 15px;
    text-transform: uppercase;
    font-family: 'GothaProBol';
}
.block-3 .useful > div > div > .intro{
    padding: 10px 15px;
    font-size: 12px;
    line-height: 15px;
}
.block-3 .useful > div > div > .readmore{
    text-align: right;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.block-3 .useful > div > div > .readmore > a{
    display: inline-block;
    padding: 5px 30px 5px 15px;
    background: transparent url(img/plus-white.png) no-repeat right 10px center;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-family: 'GothaProBol';
    font-size: 12px;
}
.block-3 .useful > div > div > .readmore > a:hover{
    background: #fff url(img/plus-green.png) no-repeat right 10px center;
    color: #41b55d;
    text-decoration: none;
}
.block-3 .useful > div:first-child{
    
}
.block-3 .useful > div:nth-child(2){
    margin-top: 20px;
}
.block-3 .useful > div:last-child{
    margin-top: 40px;
}


/* map */
.map{
    position: relative;
}
.block-4 .map:before{
    content: '';
    display: block;
    width: 100%;
    height: 58px;
    background: url(img/white-corner.png) no-repeat top center;
    position: absolute;
    top: 0;
    z-index: 9;
}
.block-4 .caption{
    position: absolute;
    top: 150px;
    right: 150px;
    width: 400px;
    background: rgba(255,255,255,0.9);
    padding: 15px;
    font-size: 14px;
    line-height: 15px;
    font-family: 'GothaProMed';
    border-radius: 0px 30px 0px 30px;
}
.block-4 .caption p{
    margin: 0;
}
.block-4 .caption span{
    color: #2980b9
}

#totop{
    display: none;
    position: fixed;
    bottom: 35px;
    left: 200px;
    color: #000;
    z-index: 999;
    background: url(img/totop.png) no-repeat center center;
    width: 128px;
    height: 128px;
    padding: 85px 25px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'RobotoBoldCondensed';
    opacity: 0.4;
}
#totop:hover{
    text-decoration: none;
    opacity: 1;
}
#totop:focus{
    outline: none;
}


/* footer */
footer{
    background: #2980b9;
    padding: 30px 0px;
}
footer .logo{
    
}
footer .logo a{
    display: inline-block;
    width: 244px;
    height: 56px;
    background: url(img/logo-footer.png) no-repeat center center;
    text-indent: -9999px;
}
footer .phones .phone{
    color: #fff;
    text-align: right;
    padding: 0px 0px 0px 40px;
    background: url(img/footer-phone.png) no-repeat left top 10px;
    margin-bottom: 10px;
}
footer .phones .phone > div:first-child{
    font-size: 12px;
    line-height: 15px;
    font-family: 'RobotoCondensed';
    text-transform: uppercase;
}
footer .phones .phone > div:last-child{
    font-size: 20px;
    line-height: 18px;
}
footer .footer-menu{
    background: url(img/vertical-line.png) repeat-y top left;
}
footer .footer-menu li{
    
}
footer .footer-menu li > a{
    padding: 2px 0px;
    color: #bde5ff;
    font-size: 12px;
    font-family: 'RobotoCondensed';
}
footer .footer-menu li > a:hover,
footer .footer-menu li > a:focus{
    background: none;
    color: #fff;
}
footer .footer-menu li > ul{
    display: none;
}
footer .counters{
    text-align: right;
}

.virtech{
    display: inline-block;
    width: 80px;
    height: 40px;
    background: url(img/virtech-logo.png) no-repeat center center;
    background-size: 80px;
}


/* bc */
.breadcrumb{
    padding: 10px 0px;
    margin-bottom: 5px;
}
.breadcrumb .divider{
    display: none;
}
.breadcrumb li a,
.breadcrumb li span{
    color: #000;
    font-size: 12px;
}
.breadcrumb>li+li:before{
    color: #000;
}

.main-slier > div > img{
    
}

/* search results */
#search-searchword{
    width: 520px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
    #search-searchword:focus{
        outline: none;
    }
.btn-group button{
    width: 32px;
    height: 32px;
    background: #ccc url(img/search.png) no-repeat center center;
}
.searchintro{
    margin: 20px 0px;
    text-align: center;
}
#searchForm fieldset{
    margin-bottom: 20px;
}
#searchForm fieldset legend{
    margin: 0;
}
#searchForm .radio, 
#searchForm .checkbox{
    display: inline-block;
    width: 210px;
    margin-left: 20px;
}
.search-result-item{
    margin-bottom: 10px;
}
.ordering-box{
    margin-top: 20px;
}
.result-title a{
    font-size: 18px;
    color: #3e4095;
}

/* article-item */
.article-item{
    margin-bottom: 50px;
}
.article-item > h2{
    text-align: left;
    margin-top: 0px;
}
.article-item > h2:before,
.article-item > h2:after{
    display: none;
}
.article-item > .text{
    
}
.article-item .image{
    text-align: center;
}
.article-item .image img{
    max-width: 500px;
}
.article-item .caption{
    font-size: 14px;
    line-height: 15px;
    font-family: 'GothaProMed';
}
.article-item .caption p{
    margin: 0;
}
.article-item .caption span{
    color: #2980b9
}

/* blog */
.blog{
    margin-bottom: 50px;
}
.blog > h2{
    text-align: left;
    margin-top: 0px;
}
.blog > h2:before,
.blog > h2:after{
    display: none;
}
.blog .category-desc{
    
}
.blog > .item{
    
}


/* our-methodics */
.our-methodics{
    
}
.our-methodics > .item{
    margin-bottom: 15px;
}
.our-methodics > .item > a{
    text-transform: uppercase;
    color: #2980b9;
    font-family: 'GothaProBol';
}
.our-methodics > .item > a:hover{
    text-decoration: none;
    color: #333;
}


.sigplus-gallery ul li{
    display: inline-block;
    text-align: center;
}


#page-16,
#page-17{
    min-height: 800px;
}
#page-16 .item,
#page-17 .item{
    text-align: center;
    height: 800px;
    position: relative;
}
#page-16 .item a,
#page-17 .item a{
    display: table-cell;
    width: 730px;
    height: 800px;
    vertical-align: middle;
}
#page-16 .item img,
#page-17 .item img{
    display: inline-block;
}


.sigplus-gallery.sigplus-noscript>ul{
    overflow: hidden !important;
}


/* gallery-blog */
.gallery-blog{
    
}
.gallery-blog > .items > .item{
    text-align: center;
    height: 210px;
    overflow: hidden;
}
.gallery-blog > .items > .item a{
    display: block;
}
.gallery-blog > .items > .item a:hover{
    text-decoration: none;
    filter: contrast(1.2);
    -webkit-filter: contrast(1.2);
    -moz-filter: contrast(1.2);
}
.gallery-blog > .items > .item .image{
    background: url(img/folder3.png) no-repeat center center;
    height: 128px;
    padding: 19px 40px;
}
.gallery-blog > .items > .item .image img{
    width: 115px;
    border-radius: 10px;
}
.gallery-blog > .items > .item .title{
    padding: 10px 0px;
    font-family: 'GothaProBol';
    color: #333;
	min-height:80px;
    line-height: 15px;
}
/*--------------------------Блок статей---------------------------*/
.block-article{
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #11a435;
}
.block-article:after, .block-article:before{
    content: " ";
    display: table;
}
.block-article:after{
    clear: both;
}
.block-article .article-image{
    float: left;
    margin: 0 20px 20px 0;
}
.block-article a img{
    width: 220px;
}
.article-title{
    font-weight: bold;
    margin-bottom: 10px;
}
.article-title a{
    text-decoration: none;
    color: #000;
}

/* Раздел Специалисты */
.collective{
    min-height: 530px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.collective .title{
    font-size: 120%;
    font-weight: bold;
}
.collective img{
    display: block;
    margin: 0 auto;
}
.collective .readmore{
    color: #36bd57;
    display: block;
    text-align: center;
    padding: 3px 0;
    border: 1px solid #36bd57;
    font-size: 90%;
    margin-top: 10px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 150px;
    height: 25px;
    left: 50%;
    margin-left: -95px;
}
.collective .readmore:hover{
    color: white;
    background: #36bd57;
    text-decoration: none;
}
.collective .title{
    min-height: 70px;
}

div.boxplus-imagecaption.boxplus-overlaycaption{
    height: auto !important;
    font-size: 12px;
    font-family: 'RobotoCondensed';
}
.anchor{
	color:#333;
	text-decoration:underline;
	cursor:pointer;
}
.anchor:hover{
	color:#333;
}