/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        margin: 0 auto;
        position: relative;}
    #logo{
        display: block;
        float: none;
        text-align: center;
    }
    #top-bar {
        position: relative;
    }
    #menu_warpper{
        margin:0;
        width: 100%;
        text-align: center;
        height: auto;
}

    .nav-collapse li{
        display: block;
        border-bottom: 1px solid #55325A;
        padding: 10px;
    }
    .one3,.one6{
        width: 100%;
        display:block;
        margin:5px 1%;
        padding: 2px;
    }
    .footer_copy{
        margin-top: 50px;
    }
.ptxt{
    }
    .ptxt{
        width: 100%;
        display: block;
    }
    .ppic{
        display:block;
        width:350px;
        height: 275px;
        border-radius: 5%;
        -webkit-border-radius: 5%;
    }
                            }
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
}



/**/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}