             */ .footer {
                width: 100%;
                padding: 60px 0 0;
                position: relative;
                z-index: 3;
                color: #6b6e80;
            }

            .footer .footer-box {
                position: relative;
                margin-bottom: 30px;
                text-align: center;
                background-color: #ffffff;
                padding: 20px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

            .footer .footer-box h3 {
                margin-top: 0;
                margin-bottom: 20px;
                font-family: 'Open Sans', sans-serif;
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                color: #434a54;
                text-transform: uppercase;
            }

            .footer .footer-box p {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
            }

            .footer .footer-box p {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
            }

            .footer .footer-box .footer-icon {
                position: absolute;
                left: 10px;
                top: 10px;
                display: block;
                width: 60px;
                height: 60px;
                background-color: #772953;
                color: #ffffff;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                border-radius: 100%;
            }

            @media screen and (min-width: 768px) and (max-width: 992px) {
                .footer .footer-box .footer-icon {
                    position: absolute;
                    left: 10px;
                    top: -30px;
                }
            }

            .footer .footer-box .footer-icon .fa {
                font-family: 'FontAwesome';
                font-size: 30px;
                line-height: 40px;
                font-weight: 400;
            }

            .footer .footer-box .footer-icon .glyphicon {
                font-family: 'Glyphicons Halflings';
                font-size: 30px;
                line-height: 40px;
                font-weight: 400;
            }

            .footer .footer-box .footer-icon .fa,
            .footer .footer-box .footer-icon .glyphicon {
                position: absolute;
                left: 0;
                top: 10px;
                width: 60px;
                height: 60px;
                text-align: center;
                color: #ffffff;
            }

            .social .social-text {
                position: relative;
                z-index: 3;
                text-align: center;
            }

            .social .social-text .page-title {
                margin-bottom: 30px;
            }

            .social .social-text .page-title h2 {
                font-family: 'Open Sans', sans-serif;
                font-size: 36px;
                line-height: 40px;
                font-weight: 400;
            }

            .social .social-text .page-title h2::after {
                content: '';
                display: none;
            }

            .social .social-text h1,
            .social .social-text h2,
            .social .social-text h3,
            .social .social-text h4,
            .social .social-text h5,
            .social .social-text h6,
            .social .social-text small,
            .social .social-text p,
            .social .social-text strong {
                color: #ffffff;
            }

            .social-icon>li>a {
                position: relative;
                z-index: 3;
                display: block;
                width: 50px;
                height: 50px;
                margin-right: 0px;
                margin-bottom: 10px;
                text-align: center;
                color: #999;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                border-radius: 100%;
                border: 1px solid #999;
                -webkit-transform: rotateY(0deg);
                -moz-transform: rotateY(0deg);
                -ms-transform: rotateY(0deg);
                -o-transform: rotateY(0deg);
                transform: rotateY(0deg);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .social-icon>li>a>.fa {
                font-family: 'FontAwesome';
                font-size: 34px;
                line-height: 34px;
                font-weight: 400;
            }

            .social-icon>li>a>.glyphicon {
                font-family: 'Glyphicons Halflings';
                font-size: 34px;
                line-height: 34px;
                font-weight: 400;
            }

            .social-icon>li>a>.fa,
            .social-icon>li>a>.glyphicon {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -17px;
                margin-top: -17px;
                width: 34px;
                height: 34px;
                text-align: center;
            }

            .social-icon>li:last-child>a {
                margin-right: 0;
            }
            

            body {
                background: url(../images/wood.jpg) no-repeat center center fixed;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }
    
            body {
                padding-top: 10px;
                padding-bottom: 10px;
                background-color: #fff;
            }
    
            .container {
                background: #fff;
                /*opacity: 0.9;*/
            }
    
            @media (min-width: 768px) {
                .navbar {
                    border-radius: 0px;
                    margin: 0 -15px;
                }
    
                .navbar {
                    position: relative;
                    min-height: 50px;
                    margin-bottom: 20px;
                    border: 1px solid transparent;
                    /*margin-top: 70px;*/
                }
            }
    
            .navbar {
                border-radius: 0px;
                margin: 0 -15px;
            }
    
            hr {
                margin-top: 20px;
                margin-bottom: 20px;
                border: 0;
                border-top: 1px solid #772953;
            }
    
    
            a,
            a:hover,
            a:focus,
            a:active,
            a.active {
                outline: 0;
                color: #18bc9c;
            }
    
            .nav>li>a {
                position: relative;
                display: block;
                padding: 15px 14px;
            }