@charset "UTF-8";
/* CSS Document */

.blocks h3 {
    font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";*/
                text-align: center;
             font-size: 60px !important;
    line-height: 60px;
             font-weight: normal;
                margin-left: auto;
                margin-right: auto;
             color: #cc9900 !important;
    margin-bottom: 30px;
    text-transform: none;
         }

.contacts_blocks h3, {
    font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";*/
             font-size: 60px !important;
             font-weight: normal;
             color: #cc9900 !important;
    text-transform: none;
         }
.contacts h3, .feedback h3 {
    font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "serif";*/
             color: #cc9900 !important;
         }
.grid_4 h3 {
     color: #cc9900 !important;  
}
.current span {
    color: #444;
}

/* Logo */
         .dropSh {
        -webkit-filter: drop-shadow(-3px 3px 1px #003300);
}
         .logoBox {
             line-height: 24px;
             color: white;
             text-align: center;
             width: 200px;
             margin: 10px 0 0 0;
             padding-top: 10px;
             float: left;
         }
         .logoBox p {
             font-size: 14px;
             color: #66ffcc;
         }
         .logoBox img {
             -webkit-filter: drop-shadow(-3px 3px 1px #003300);            
         }

/* Body */


         .grid_5 p {
             font-size: 18px;
             line-height: 30px;
             margin-top: 8px;
         }
         .captionBkg {
             background: rgba(204, 153, 0, 0.65);
             padding: 10px 0 10px 0;
             position: relative;
             margin-top: 20px;
             
         }
         .blocks {
             text-align: center;
             overflow-x: hidden;
         }
         
         .cpanel {
             border-bottom: medium #cc9900 solid;
         }
         .contacts_block a {
             font-style: italic;
             font-size: 16px;
         }

/* Footer*/

.footL{
        width: 30%;
    float: left;
    visibility: hidden;
    }
.footC {
        width: 40%;
    text-align: center;
    margin:0 auto;
   display:inline-block
    }
.footC span {
    color: #66ffcc !important;
    line-height: 34px;
}
.footC a {
    color: #cc9900;
}
.footR {
        width: 30%;
    float: right;
    padding-top: 10px;
    text-align: right;
    }

.logoFoot {
             line-height: 24px;
             color: white;
             text-align: center;
             width: 200px;
             margin: 10px 0 0 0;
             float: none;
         }

.footLogo {
    text-align: center;
    vertical-align: top;
    margin-bottom: 4px;
}
.footLogo img {
    width: 170px;
}

.copyright img {
    width: auto;
}
.footLinks {
    margin-top: 0px;
    width: 150px;
    text-align: right;
    float: right;
}

.linkL {
    margin-right: 6px;
    float: left;
}
.linkL img, .linkR img {
    opacity: .5;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.linkL a:hover > img {
    opacity: 1;
}
.linkR {
    margin-left: 6px;    
}
.linkR a:hover > img {
    opacity: 1;
}

@media only screen and (max-width: 480px) {
             
             body{
                 background-position: -230px top;
             }
    
    /* Logo */
                         
             .logoBox {
             float: none !important;
                 text-align: center;
                 align-self: center;
                 margin-left: auto;
                 margin-right: auto;
         }
    
    /* Body */
    
             .blocks {
                 padding-top: 0;
             
         }
             .blocks img {
             width: 100%;
         }
             .blocks h3, .contacts_blocks h3, .gallery h3 {
                 text-align: center;
                 font-size: 52px;
                 line-height: 54px;
                 letter-spacing: -1px;
                 margin-left: auto;
                 margin-right: auto;
                 margin-top: 0;
         }
             .captionBkg {
                 display: none;
         }
    
    /* Footer */
    
.footL {
        visibility: visible;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
.footC {
        width: 100%;
    }
.footR {
    display: none;
    }
    
    .footLinks {
        float: none;
        margin-bottom: 20px;
        text-align: center;
        width: 150px;
        margin: 0 auto;
         }
    .linkL {
        width: 50%;
        margin-right: 0;
        margin-left: auto;

}
    .linkR {
        margin-left: 0;
    margin-right: auto;
}
    
    .footLogo {
    width: 100%;
    text-align: center;
}
    .footLogo img {
    width: 170px;
}
    .sf-menu a {
        margin-bottom: 10px;
        padding-bottom: 10px;
	}

         }

