/* 
    Created on : 01/10/2014, 04:32:02 •
    Author     : 
    Theme Name : Amelia
    Description: Amelia , Portfolio HTML Template
    Version    : 1.0
    Author: 
   
*/



@import url(../../../../../fonts.googleapis.com/css@family=Roboto_3A400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(font-awesome.min.css);
/*
@import url(bootstrap.min.css);
@import url(brankic.css);
@import url(jquery.funnyText.css);
@import url(animate.css);
@import url(lightbox.css);
@import url(tooltip.css);
*/





/*general*/
/*
*{
    padding: 0px;
    margin: 0px;
    outline: hidden;
}

a:active,a:focus,a.active{
    outline: none;
}


body {

    -webkit-font-smoothing:antialiased;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;

}
*/

/*LOADING OVERLAY*/
/*
.overlay{
    text-align: center;
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;

}




#load {
    position:absolute;
    width:600px;
    height:36px;
    left:50%;
    top:40%;
    margin-left:-300px;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor:default;
}

#load div {
    position:absolute;
    width:20px;
    height:36px;
    opacity:0;
    font-family:Helvetica, Arial, sans-serif;
    animation:move 2s linear infinite;
    -o-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    -webkit-animation:move 2s linear infinite;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    color:#71b5e1;
}

#load div:nth-child(2) {
    animation-delay:0.2s;
    -o-animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
    animation-delay:0.4s;
    -o-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
    animation-delay:0.8s;
    -o-animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
    animation-delay:1s;
    -o-animation-delay:1s;
    -moz-animation-delay:1s;
    -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}

@keyframes move {
    0% {
        left:0;
        opacity:0;
    }
    35% {
        left: 41%; 
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        -webkit-transform:rotate(0deg); 
        -o-transform:rotate(0deg);
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        -webkit-transform:rotate(-180deg); 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-moz-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-webkit-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%;
        -webkit-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}

@-o-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}
*/







/*scroll*/
/*
scrollbar {  
    width: 8px;  
}  
scrollbar-track {  
    background-color: #1a1a1a;  
    border-left: 1px solid #1a1a1a;  
}  

scrollbar-thumb {  
    background-color: #71b5e1;  
    border-radius: 5px;
}  

scrollbar-thumb:hover{  
    background-color: #aaa;  
}  



::-webkit-scrollbar {  
    width: 8px;  
}  
::-webkit-scrollbar-track {  
    background-color: #1a1a1a;  
    border-left: 1px solid #1a1a1a;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #71b5e1;  
    border-radius: 5px;
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  



h1,h2,h3,h4,h5,h6,p,a,span,strong{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding:0px;

}


::selection{

    background-color:  #71b5e1;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #71b5e1;
}

:-moz-input-placeholder {
    color: #71b5e1;

}

::-moz-input-placeholder { 
    color: #71b5e1;

}

:-ms-input-placeholder {  
    color: #71b5e1;

}


::-webkit-textarea-placeholder {
    color: #71b5e1;
}

:-moz-textarea-placeholder {
    color: #71b5e1;

}

::-moz-textarea-placeholder {
    color: #71b5e1;

}

:-ms-textarea-placeholder {  
    color: #71b5e1;

}
ul,ol,ul li,ol li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;

}
*/
.nopadding{
    padding: 0;
}


.no-padding-left{
    padding-left: 0px;
}


.no-padding-right{

    padding-right: 0px
}

.margin7{
    margin: 0 7px
}

a,a:hover{
    text-decoration: none;
}


.colorgreen{
    color:#71b5e1 ;
}


.colorblue{
    color:#71b5e1 ;
    font-size: 24px;
}

.otstup{
    text-indent: 20px; /* Отступ первой строки в пикселах */
    text-align: justify;
}

.otstup-center{
    text-align: center;
}

.otstup-right{
    text-align: right;
}

.ahref1{
    font-family:'attentica';
    font-size:59px;
    color: #1A1A1A;
}



.colorblack{
    color:#1a1a1a ;
}


.colorwhite{
    color:#ffffff ;
}


.black{
    background-color: #1a1a1a ;
    color: #ffffff;

}



.black2{

    background-color: #343434;

    color: #ffffff;

}


.black2 h3{
    color: #FF4F40;
}

.black2 h3 span,.green h3 span{

    color: #71b5e1;


}



.green{
    background-color: #ffffff;
    color: #ffffff;
}


.green h3 , .green p{
    color: #1a1a1a;


}


/*
.blog-short{
    height: 345px;


}



.blog-tall{

    height: 690px;    

}
*/



/*tool tips*/
/*
.tooltipster-default {
    border-radius: 5px; 
    border: 2px solid #000;
    background: #71b5e1;
    color: #fff;
}




.section{
    padding: 90px 0px;
    position: relative;

}

input[type="text"],input[type="email"],input[type="tel"]
,input[type="password"],input[type="number"],textarea {
    text-transform: uppercase;

    font-size: 24px;
    font-weight: 100;
    height: 58px;
    margin-bottom: 23px;
    width: 100%;
    border: 2px solid #748667;
    padding: 0px 40px;
    color: #ffffff;
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

}


input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover
,input[type="password"]:hover,input[type="number"]:hover {

}


input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus
,input[type="password"]:active ,input[type="number"]:active,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus
,input[type="password"]:focus  ,input[type="number"]:focus,textarea:active,textarea:focus {

    outline: none;

}



input[type="submit"]{
    text-align: center;
    width: 100%;
    height: 58px;
    border:2px solid #71b5e1;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.3s linear;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    background-color: #71b5e1 ;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}



input[type="submit"]:hover{
    background-color: #ffffff;
    color: #71b5e1;
    border:1px solid #748667;

}

textarea{
    height: 302px;
    text-transform: uppercase;
    padding: 10px 40px;

}

.heading{
    padding-bottom: 50px;
    text-align: center;
    margin: 0px 0px 55px 0px;
    background:url(../images/heading-line.png) no-repeat center bottom;
}


.heading  span{

    font-size: 72px;
    font-weight: 900;
    line-height: 85px;    


    color: #71b5e1;
}



.heading h2{


    font-size: 72px;
    font-weight: 100;
    line-height: 85px;
}
*/



.description{
    text-align: center;
    font-size:16px ;
    font-weight:300 ;
    line-height:21px ;
    margin-bottom: 50px;
    text-transform: lowercase;

}



.the-pagination{
    background-color: #1a1a1a;
    text-align: center;
    padding: 45px 0;
}


.the-pagination p{
    color: #71b5e1;
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    display: inline-block;
    text-transform: lowercase;
    margin-right:23px; 


}


.the-pagination ul{
    display: inline-block;

}


.the-pagination ul li{

    display: inline;
}



.the-pagination ul li a{
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 50px;
    background-color: #343434;
    border:none;
    display: inline-block;
    color: #ffffff;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 100;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
}



.the-pagination ul li a:hover,
.the-pagination ul li a.active{
    color: #1a1a1a;
    background-color:#71b5e1 ;

}



/*end general*/



/*animations*/

.social-icons ul li a:hover i, .icon-share li a:hover i{
    -webkit-animation: toBottomFromTop 0.6s forwards;
    -moz-animation: toBottomFromTop 0.6s forwards;
    animation: toBottomFromTop 0.6s forwards;
    color: #1a1a1a;
}

.post{
    padding-bottom: 75px;
}
.post-img{text-align: center;
          position: relative;
}

.post-img img{
    height: auto;
}

iframe{
    width: 100%;
}

.blog-short iframe{
    min-height: 345px;
}


.post iframe{
    width: 100%;
    min-height: 520px;
}


.post-gallary{
    position: relative;

}
.video-wrapper, .post-gallary{
    position: relative;
}

.slider-control{
    z-index: 99999;

}

.owl-scroller-slides {
	overflow: hidden;
}

.owl-scroller-control {
	display: none;
}

.owl-carousel + .owl-scroller-control {
	display: block;
}

.owl-scroller-nav,
.slider-control a{
    display: inline-block;
    position: absolute;
    top: 46%;
    color: #ffffff;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 3px;
    background-color:#71b5e1;
    font-size: 30px;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    z-index:99999;
	cursor: pointer;
}

.slider-control a:hover{
    background-color: #1a1a1a;

}

.slider-control .bx-prev{
    right: 0px;
}
.slider-control .bx-next{
    left: 0px;


}


.post-title{
    color: #71b5e1;
    margin-top: 90px;
    margin-bottom: 50px;
}


.post-title h2{
    font-size: 92px;
    font-weight: 100;
    font-family: 'attentica';

}



.post-meta{



}


.post-meta div h3{
    color: #71b5e1;  
    font-size: 24px;
    font-weight: 500;

}

.post-meta div h3 a{
    font-weight: 300;
    color: #3d3d3d;
    text-transform: capitalize;

}



.post-meta div{
    margin-right: 30px;
    display: inline-block;
}


.post-meta .icon-share{
    float: right;
    margin-top: -20px;
    margin-bottom: 40px;
}


.post-meta .icon-share li{
    float:  left;

}


.post-meta .icon-share li a{
    color: #fff;
    width: 57px;
    height: 57px;
    line-height: 68px;
    background-color: #3d3d3d;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;

}



.post-meta .icon-share li i{

    font-size: 22px;
}


.post-inner{

}


.post-inner p{

    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: none;


}
.comments-area{
    background-color: #71b5e1;
    padding: 85px 0;
}

.comments-area h2{
    color: #282828;
    font-size: 36px;
    font-weight:300 ;
    margin-bottom: 48px;

}


.commentslist{
    position: relative;
}



.commentslist li{
    margin-bottom: 48px;
}

.commentslist > li:last-child{

}

.commentslist li ol{
    margin-top: 48px;
}
.commentslist li ol li{
    margin-left: 180px;

}

.comment-avatar{

    float: left;
    overflow: hidden;
    margin-right: 38px;
}



.comment-avatar img{
    width:  145px;
    height: 160px;

}



.comment-content{
    overflow: hidden;


}


.comment-content header {
    margin-bottom: 38px;
}



.comment-content h3{
    font-size: 24px;
    font-weight: 300;
}



.comment-content header h3 a {
    color: #3d3d3d;
    margin-right: 30px;
    opacity: 0.8;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.comment-content header h3 a:hover {
    opacity: 1;
}

.comment-content header h3 .replay{
    color: #ffffff;;

}



.comment-content p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #3d3d3d;    
}



.leave-comment{
    background-color: #282828;
    padding: 90px 0 160px 0;

}


.leave-comment-title {
    margin-bottom:65px ;
}


.leave-comment-title h2{

    color:#71b5e1;
    font-size: 36px;
    font-weight: 300;
}

.leave-comment textarea{
    height: 220px;
}
/********************************** END single blog ******************************************/










/********************************** START blog 1 ******************************************/
.tow-half-post,.full-width-post{
    margin-bottom: 34px;

}



.half-post,.full-post{
    overflow: hidden;
}




.half-post img , .full-post img{


}


.half-post iframe , .full-post iframe{

    min-height: 434px;
}

.half-post-inner ,.full-post-inner {
    width: 100%;
    margin-top: 10px;
    height: 250px;
}



.half-post-left ,.full-post-left{
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    text-align: center;

}


.half-post-data ,.full-post-data {
    height:50%;
    width: 125px;
    background-color: #343434;



}

.half-post-data p ,.full-post-data p{

    padding: 23% 0;
    color:#ffffff;


}


.half-post-link , .full-post-link {
    height:50%;
    width: 125px;
    background-color: #71b5e1;

}

.half-post-link a  , .full-post-link a{


}

.half-post-link a span , .full-post-link a span{
    padding: 28px 0;
    color:#ffffff;
    font-size: 70px;
    font-weight: 100;



}


.half-post-link:hover span , .full-post-link:hover span{

    -webkit-animation: toRightFromLeft 0.8s ;
    -moz-animation: toRightFromLeft 0.8s ;
    animation: toRightFromLeft 0.8s;
    color: #1a1a1a;
}




.half-post-right ,.full-post-right{
    height: 100%;
    background-color: #eaeaea;
} 


.half-post-content , .full-post-content{
    margin-left: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;


}


.half-post-content h3, .full-post-content h3{
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    color:#1a1a1a;
    line-height: 36px;
}


.half-post-content p, .full-post-content p{
    margin-top: 25px;
    text-transform: capitalize;
    color:#1a1a1a;
    font-size: 18px;
    font-weight: 300;
    line-height:24px ;
}
/********************************** END  blog 1 ******************************************/




/********************************** START  blog 2 ******************************************/
.blog-item{margin-bottom: 25px;
           float: left;

}



.blog-with-video iframe{
    width: 100%;
    height: 345px;
}




.blog1{
    padding: 29px 30px;
    margin-bottom: 25px;
}


.blog-with-video, .blog3 ,.blog2{
    margin-bottom: 25px;


}


.blog2 img{

    float: left;
    min-width: 296px;
    margin-right: 30px;
    height: 344px;


    overflow: hidden;


}








.blog2 .content, .blog3 .content{
    padding: 29px 30px;
}




.blog1 h3,.blog2 h3, .blog3 h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
	font-family: 'Roboto', sans-serif;
}



.blog1 h3 span, .blog2 h3 span, .blog3 h3 span{
    font-weight: 300;

}

.blog1 p, .blog2 p, .blog3 p{
    margin: 30px 0px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;


}


.blog1 .read-more a,.blog2 .read-more a ,.blog3 .read-more a{

    font-size:24px;
    font-weight: 300;

}

.blog1 .read-more a:hover,.blog2 .read-more a:hover ,.blog3 .read-more a:hover{

    text-decoration: underline;
    color: #000;
}


/********************************** END  blog 2 ******************************************/








/********************************** START  blog 3 ******************************************/

.post-3{
    margin-bottom: 15px;

}


.post3-img{
    float: left;
    height: 100%;

}

.post3-img img{
    margin-right: 27px;
}


.post3-content{
    text-align: center;
    padding: 50px 27px 33px 27px ;
    height: 100%;

}


.post3-content h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

.post3-content h3 span{


    font-weight: 300;
}


.post3-content p{

    margin-bottom: 20px;
}


.post3-content .read-more{
    position: relative;

}
.post3-content .read-more a{
    color: #fff;

}


/********************************** END  blog 3 ******************************************/


/* go up */


.go-up{

    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    right: 8px;
    bottom: 100px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;


    background-color: #71b5e1;
    color: #ffffff;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.go-up:hover{

    background-color: #1a1a1a;
    border:1px solid #71b5e1;
}

.go-up i{
    color: #ffffff;
}
.go-up:hover i{
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;

}




    /* -------------------------------------------------- */
    /*  Back Top   - NEW
    /* -------------------------------------------------- */

     /*

        #back-top {
        position: fixed;
        right: 40px;
        bottom: 40px;
        z-index: 999;
        display: none;
        width: 50px;
        height: 50px;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        background-color: rgba(255,255,255,.25);
        text-align: center;
        
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: all .25s ease;
                transition: all .25s ease;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }
    
    #back-top:after {
        width: 40px;
        height: 40px;
        text-align: center;
        color: #e1e1e1;
        font-size: 20px;
        font-family: 'fontello';
        content: "\ed4e";
        line-height: 48px;
        
        -webkit-transition: all .25s ease;
                transition: all .25s ease;
    }
    
    #back-top:hover {
        border-color: transparent;
        background-color: #2980b9;
    }
    
    #back-top:hover:after { color: #fff; }
    
    .rouble {
  font-family: 'rouble';
}

#object{
    background-color: #fe5652;

    visibility: hidden;
}

p, h1, h2, h3, h4, h5, h6, li {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

*/








/*keyframes*/
/*to bottom*/
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/*to right*/


@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* bounceY*/

@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}


@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}



@-webkit-keyframes  bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}




.delay1{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;

}

.delay2{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;

}


.delay3{
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;

}



.delay4{
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;

}



.delay5{
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;

}




.delay6{
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;

}





.delay7{
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;

}





.delay8{
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;

}










    .bottom-footer {
        padding: 37px 0;
        border-width: 1px;
        border-style: solid;
        border-color: #2c2a2e;
        border-color: rgba(207,207,207, .12);
        background-color: rgba(0,0,0,.95);
        color: #4b4b4c;
        text-transform: none;
    }
    
    .ie8 .bottom-footer {
        background-image: url(../images/overlay-ie-bottom-footer.png);
        background-repeat: repeat;
    }
    
    .page-template .bottom-footer {
        border-color: #ececec;
        background-color: #fafafa;
        color: #777;
    }
    
    .ie8 .page-template .bottom-footer {
        border-color: #ececec;
        background-image: none;
        background-color: #fafafa;
        color: #777;
    }

        .copyright { font-size: 12px; }
        .developed { font-size: 11px; }

            .copyright a,
            .developed a { color: #2980b9; }

.baner1 {
    text-align: right;
    padding: 0 30px 0 0;
    text-shadow: #5dc8e5 0 0 9px; /* Свечение голубого цвета */
    color: #0083bd;
}


.doc1 {
    text-align: left;
    margin: 10px;
    padding: 10px;
    text-shadow: #5dc8e5 0 0 9px; /* Свечение голубого цвета */
    color: #0083bd;
}

.blog-bg {
    background: #f4f4f4;
}


.content {
    height: 344px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.content1{
    padding: 0;
}
