@charset "utf-8";
#contentwrapper{ 
    position: relative;
    width: 100%;
    -moz-transition: left 100ms ease-in-out, right 100ms ease-in-out;
    -webkit-transition: left 100ms ease-in-out, right 100ms ease-in-out;
    transition: left 100ms ease-in-out, right 100ms ease-in-out;
}


.pushmenu{
 display:none;

}

nav.pushmenu.rock.right.open {
    display: none;
}
nav.pushmenu.rock.right.open.dipak {
    display: block;
}

.menutoggler { 
   /* font-size: 38px;*/
    /*font-weight: bold;*/
    position: fixed;
    background: transparent;
    top: 150px;
    text-shadow: 1px 1px 2px gray;
    left: 0;
    z-index: 500;
    padding:0px;
    /*background: #eee;*/
    border: 1px solid transparent;
    cursor: pointer;
}

.menutoggler.right{ 
   
    right: 20px !important;
}

.pushmenu{ /* shared class for horizontal push menu */
    background-color: #004275;
    color: #fff;
    width: 300px; /* default menu width */
    height: 100%;
    position: fixed;
    z-index: 1000;
    font-size: 16px;
    top: -100%;
    clear: both;
    display: block;
    visibility: 'hidden';
    overflow-y: auto;
    -moz-transition: all 100ms ease-in-out; /* Menu transition. Actual duration controlled by script */
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.pushmenu.left{ /* Additional push menu style when orientation is "left" */
    border-right: 4px solid black;
    box-shadow: 8px 0 5px rgba(174, 174, 174, 50);
}

.pushmenu.right{ /* Additional push menu style when orientation is "right" */
    border-left: 4px solid #999;
    box-shadow: -8px 0 5px rgba(0, 0, 0, .5);
    width: 300px;
}


.pushmenu .closebutton{ /* label button inside UL to close menu */
    position: absolute;
    right: 5px;
    top: 11px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pushmenu .closebutton:hover{
    color: lightyellow;
}


.pushmenu a{
color: white;
}

.pushmenu h2{
    color: #fff;
    margin-left: 0px;
    font-family: 'Rosario', sans-serif;
    font-size: 1.3em;
    letter-spacing: 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    text-transform: uppercase;
}



.pushmenu ul.mainnav{ /* Push menu main UL style */
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
}

.pushmenu ul.mainnav li{
    margin-bottom: 10px;
}

.pushmenu ul.mainnav a{
    font-size: 1.2em;
    padding: 13px;
    padding-left: 25px;
    display: block;
    color: white;
    text-decoration: none;
}

.pushmenu ul.mainnav a i{ /* Fontawesome icon style */
    margin-right: 5px;
}


.pushmenu  ul.mainnav a:hover{
    background: darkred;
    color: white;
}

.pushmenu.open + .menutoggler{ /* Style of menu toggler when menu is opened */
    opacity: 0.3;
}

.contact-form{ font-size:14px; color:#fff; font-family:Arial, Helvetica, sans-serif;}


 

  .textbox { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 275px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 



.cate_phone_font{ width:80%;}

