/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
* {
    outline: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    background-size: 100% 100%;
    /*min-width:440px !important;*/
}

a {
    color: #181A1C;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #FECE1A;
        text-decoration: none;
    }

.andtitle a {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 20px;
}

h1 {
    margin: 10px;
}

p {
    font-weight: normal;
    color: #fff;
}

.divleft {
    float: left;
}

.divright {
    float: right;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clr {
    clear: both;
}

html, body {
    height: 100%;
}

.pagein {
    min-height: 87%;
}

.pagesec {
    min-height: 69%;
}

.navbar {
    background-color: #FFF;
    margin-bottom: 0;
    min-height: 90px;
}

.navbar-fixed-top {
    min-height: 55px;
    padding-top: 0;
    border-bottom: 4px solid #f58220;
}

.navbar-inner {
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
}
/*.navbar .brand img 	{ width:93px;height:83px;}*/

.navbar-nav {
    padding-top: 25px !important;
}

    .navbar-nav li {
        margin-left: 0px !important;
    }

.navbar .nav > li > a {
    vertical-align: middle;
    text-shadow: none;
    color: #d24628;
    transition: border-color 1s ease;
    font-weight: normal;
}

.nav-item {
    margin-top: 8px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-weight: normal;
    color: #d24628 !important;
    background-color: transparent !important;
    border-color: #CCC;
    border-left: 1px solid #d24628;
    line-height: 10px !important;
}

.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 8px !important;
}



.nav-item li {
    margin-left: 0px !important;
    margin-top: 8px !important;
}

.nav-item > a {
    font-weight: normal;
    color: #d24628 !important;
    background-color: transparent !important;
    cursor: pointer;
}

    .nav-item > a.active {
        font-weight: bold !important;
    }


    .nav-item > a:hover {
        /*font-weight:bold !important;*/
        color: #144a76 !important;
        background-color: transparent !important;
    }

    .nav-item > a:focus {
        /*font-weight:bold !important;*/
        color: #144a76 !important;
        background-color: transparent !important;
    }

/*.nav-item:hover {

    
     color:black !important;
     background-color:grey !important;
}*/

.nav-home {
    padding: 0px !important;
    padding-top: 4px !important;
}
/*.nav > li.disabled > a { background-color:#b8c8d6 !important; color:#144a76 !important;}*/
.nav-tabs > li.completed > a {
    background-color: #144a76 !important;
    color: #FFF !important;
    background-image: url('/IOPWeb/Images/completedicon.png');
    background-repeat: no-repeat;
    background-position: 10px;
}



.nav-tabs > li.active > a {
    background-color: #d0e6f7 !important;
    color: #144a76 !important;
    font-weight: bold;
    box-shadow: 1px 1px grey;
}

.nav-tabs > li > a {
    font-size: 16px;
}

.srclist {
    margin-left: 5%;
    margin-right: 5%;
}

.tabheader,
.tabheader:hover,
.tabheader:focus {
    /*color: #555;*/
    color: black !important;
    cursor: default !important;
    background-color: #ccc !important;
    border: 1px solid #ddd !important;
    /*border-bottom-color: transparent;*/
}

.nav-tabs > li.done > a,
.nav-tabs > li.done > a:hover,
.nav-tabs > li.done > a:focus {
    /*color: #555;*/
    cursor: default !important;
    color: white !important;
    background-color: #144a76 !important;
    border: 1px solid #ddd;
    /*border-bottom-color: transparent;*/
}
/*.nav-tabs > li.completed > a { background-color:#144a76 !important; color:#FFF !important; border-bottom-color: #07b205 !important;     border-bottom: solid 4px; }
.nav-tabs > li.completed:hover > a { background-color:#144a76 !important; color:#FFF !important; border-bottom-color: #07b205 !important;     border-bottom: solid 4px; }*/

.navbar .nav > li:hover > a, .navbar .nav > .head > a, .navbar .nav > .head > a:hover, .navbar .nav > .head > a:focus {
    color: #f58220;
    background-color: #f6f6f6;
    transition: border-color 1s ease;
}

.navbar .nav > li:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #454545;
}

.navbar .nav > li > a span {
    color: #454545;
}

.nav-pills {
    margin-bottom: 30px;
}

    .nav-pills > li > a {
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 5px;
        padding-left: 25px;
        padding-right: 25px;
        border: 1px solid #181A1C;
    }

        .nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
            background: #181A1C;
            color: #fff;
        }

.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #f58220;
    color: #000;
}
/*.navbar .navc	{ text-align:center}*/

/*Menu start*/
.navbar .menu > li > a {
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    font-weight: bold;
    text-shadow: none;
    color: #454545;
    transition: border-color 1s ease;
}

.navbar .menu > li:hover > a, .navbar .menu > .head > a, .navbar .menu > .head > a:hover, .navbar .menu > .head > a:focus {
    color: #f58220;
    transition: border-color 1s ease;
}

.navbar .menu > li:hover > a, .navbar .menu > .active > a, .navbar .menu > .active > a:hover, .navbar .menu > .active > a:focus {
    color: #454545;
}

.navbar .menu > li > a span {
    color: #454545;
}
/*Menu end*/

/*buttonlink*/

a.btncrg {
    -moz-appearance: button;
    background: #144a76 url(../images/btn_left.png) no-repeat left center;
    padding: 0 5px 0 20px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;    
    font-size: 16px !important;
    margin: 10px;
    text-decoration: none !important;
    outline:none !important;
     border-bottom-left-radius:15px;
        border-top-left-radius:15px;
     -webkit-box-shadow: 1px 1px 1px 1px grey;
          box-shadow: 1px 1px 1px 1px grey;  
}

    a.btncrg:hover {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_left_hover.png) no-repeat left center;    
       
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;       
        font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-left-radius:15px;
        border-top-left-radius:15px;
        text-decoration: none !important;
    }


    a.btncrg:focus {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_left_hover.png) no-repeat left center; 
             
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;       
       font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-left-radius:15px;
         border-top-left-radius:15px;
        text-decoration: none !important;
    }

a.btnclf {
    -moz-appearance: button;
    background: #144a76 url(../images/btn_right.png) no-repeat right center;
    padding: 0 20px 0 5px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;
    font-size: 16px !important;
    margin: 10px;
    text-decoration: none !important;
    outline: none !important;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 1px 1px 1px 1px grey;
    box-shadow: 1px 1px 1px 1px grey;
}


    a.btnclf:hover {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_right_hover.png) no-repeat right center;
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;      
        font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-right-radius:15px;
         border-top-right-radius:15px;
        text-decoration: none !important;
    }


    a.btnclf:focus {
      -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_right_hover.png) no-repeat right center; 
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;      
         font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-right-radius:15px;
         border-top-right-radius:15px;
        text-decoration: none !important;
    }

.btnhra {
    -moz-appearance: button;
    border: 1px solid #144a76;       
    padding: 3px 10px;
    color: #FFF !important; 
    background-color: #144a76;  
    font-size: 16px !important;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: 1px 1px 1px 1px grey;
    box-shadow: 1px 1px 1px 1px grey;
    border: 1px solid #144a76
}

.btnhra:active, .btnhra:hover, .btnhra:focus {
  
    color: #144a76 !important; 
    background-color: #d0e6f7;  
  
    border: 1px solid #144a76
}

ul.errorhra {
    margin: 0; 
    padding: 0 0 10px 15px;
    color: red;
}

a.btntext {
    -moz-appearance: button;
     border:1px solid #144a76;
    background: #144a76 url(../images/btn_text.png) no-repeat right center;
    margin: 2px;
    margin-left: 10px;
    padding: 0 10px 0 10px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;
    font-size: 16px !important;
    margin: 10px;
    text-decoration: none !important;
    outline:none !important;
       -webkit-box-shadow: 1px 1px 1px 1px grey;
          box-shadow: 1px 1px 1px 1px grey; 
}

    a.btntext:hover {
        -moz-appearance: button;
       border:1px solid #144a76;
        background:#d0e6f7 ;      
        
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;  
        
        /*font-weight:bold;*/        
        font-size: 16px !important;
        text-decoration: none !important;
    }

    a.btntext:focus {
        -moz-appearance: button;
       border:1px solid #144a76 !important;
        background:#d0e6f7 ;
       
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;   
       
         /*font-weight:bold;*/        
        font-size: 16px !important;
        text-decoration: none !important;
    }

/*Buttonlinkend*/


/*button*/

button.btncrg {
    -moz-appearance: button;
    background: #144a76 url(../images/btn_left.png) no-repeat left center;
    padding: 0 5px 0 20px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;    
    font-size: 16px !important;
    margin: 10px;
    text-decoration: none !important;
    outline:none !important;
     border-bottom-left-radius:15px;
        border-top-left-radius:15px;
     -webkit-box-shadow: 1px 1px 1px 1px grey;
          box-shadow: 1px 1px 1px 1px grey; 
           border:1px solid #144a76; 
}

button.btncrg:hover {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_left_hover.png) no-repeat left center;    
       
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;       
        font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-left-radius:15px;
        border-top-left-radius:15px;
        text-decoration: none !important;
    }


button.btncrg:focus {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_left_hover.png) no-repeat left center; 
             
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;
        text-decoration: none;       
       font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-left-radius:15px;
         border-top-left-radius:15px;
        text-decoration: none !important;
    }

button.btnclf {   
    background: #144a76 url(../images/btn_right.png) no-repeat right center;
    padding: 0 20px 0 5px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;
    font-size: 16px !important;
    margin: 10px;
    text-decoration: none !important;
    outline: none !important;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 1px 1px 1px 1px grey;
    box-shadow: 1px 1px 1px 1px grey;
    border:1px solid #144a76;
}


button.btnclf:hover {
        -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_right_hover.png) no-repeat right center;
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;         
        font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-right-radius:15px;
         border-top-right-radius:15px;
        text-decoration: none !important;
    }


button.btnclf:focus {
      -moz-appearance: button;
        border:1px solid #144a76;
        background: #d0e6f7 url(../images/btn_right_hover.png) no-repeat right center; 
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;            
         font-size: 16px !important;
        /*font-weight:bold;*/
        border-bottom-right-radius:15px;
         border-top-right-radius:15px;
        text-decoration: none !important;
    }



button.btntext {
    -moz-appearance: button;
     border:1px solid #144a76;
    background: #144a76 url(../images/btn_text.png) no-repeat right center;
    margin: 2px;
    margin-left: 10px;
    padding: 0 10px 0 10px;
    display: block;
    color: #FFF !important;
    line-height: 30px;
    height: 30px;
    font-size: 16px !important;   
    text-decoration: none !important;
    outline:none !important;
       -webkit-box-shadow: 1px 1px 1px 1px grey;
          box-shadow: 1px 1px 1px 1px grey; 
           border:1px solid #144a76;
}

    button.btntext:hover {
        -moz-appearance: button;
       border:1px solid #144a76;
        background:#d0e6f7 ;      
        
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;  
        
        /*font-weight:bold;*/        
        font-size: 16px !important;
        text-decoration: none !important;
    }

    button.btntext:focus {
        -moz-appearance: button;
       border:1px solid #144a76 !important;
        background:#d0e6f7 ;
       
        display: block;
        color: #144a76 !important;
        line-height: 30px;
        height: 30px;   
       
         /*font-weight:bold;*/        
        font-size: 16px !important;
        text-decoration: none !important;
    }

/*Buttonend*/


/******
2. Layout
**********************************************************************/
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #F4F8F9;
    padding: 20px 30px;
}

    .highlighted-box h1 {
        margin: 0px;
    }

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}

.circle-border {
    display: inline-block;
    background-image: url(../images/spirit.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.error {
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

    .zoom-in:hover {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }

.sum {
    background-position: 0 0;
}

    .sum:hover {
        background-position: 0 -75px;
    }

.das {
    background-position: -75px 0;
}

    .das:hover {
        background-position: -75px -75px;
    }

.mon {
    background-position: -150px 0;
}

    .mon:hover {
        background-position: -150px -75px;
    }

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
    display: inline-block;
    border: 1px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}

    .button:hover, .button:active {
        background-color: #181A1C;
        color: #fff;
    }

.button-sp, .button-sp:visited, .button-sp:focus {
    border: none;
    background-color: #FECE1A;
    color: #181A1C;
}

    .button-sp:hover, .button-sp:active {
        background-color: #181A1C;
        color: #FECE1A;
    }

.button-ps, .button-ps:visited, .button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #FECE1A;
}

    .button-ps:hover, .button-ps:active {
        background-color: #FECE1A;
        color: #181A1C;
    }
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #191a1c;
}

    .thumbnail .more {
        display: block;
        z-index: 4;
        position: absolute;
        top: -100px;
        left: 50%;
        margin: 0 auto;
        margin-left: -41px;
        width: 80px;
        height: 80px;
        font-size: 40px;
        color: #fff;
        text-decoration: none;
        line-height: 70px;
        text-align: center;
    }

    .thumbnail:hover .more {
        top: 40%;
        margin-top: -40px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .thumbnail h3,
    .thumbnail p {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 4;
    }

    .thumbnail h3 {
        color: #FECE1A;
        margin-top: 10px;
        font-size: 20px;
    }

    .thumbnail > p {
        padding-bottom: 20px;
    }

    .thumbnail .mask {
        opacity: 0.85;
        filter: alpha(opacity=85);
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #181A1C;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2 s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .thumbnail:hover .mask {
        top: 0;
    }
/*
2.4 Socail icons
************/
.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px;
    auto;
}

    .social li {
        display: inline-block;
        line-height: 32px;
        font-family: 'Porta';
        font-size: 32px;
        padding: 0 5px;
    }

        .social li a {
            margin: 0;
            padding: 0;
            width: 32px;
            height: 32px;
            color: #FECE1A;
        }

            .social li a:hover {
                color: #181A1C;
            }
/*
3. Sections 
***************************************************************************/
.section {
    padding-bottom: 20px;
}

    .section .container {
        padding-top: 50px;
        min-height: 340px;
    }

    .section .title {
        float: left;
        text-align: left;
        padding: 10px;
        margin-bottom: 30px;
    }

        .section .title h1 {
            font-weight: normal;
            margin-bottom: 20px;
            padding: 0;
        }

    .section .subtitle h2 {
        color: #333;
        line-height: 18px;
        padding: 0 0 0 10px;
        font-weight: bold;
    }

    .section .andtitle h2 {
        color: #333;
        line-height: 18px;
        padding: 0 0 0 10px;
        font-weight: bold;
    }



    .section .search {
        background: url(../images/src_bg.gif) repeat-x 0 0;
        padding-top: 20px;
    }

        .section .search h4 {
            color: #333;
            line-height: 18px;
            float: left;
            text-transform: uppercase;
        }

        .section .search .srcnear {
            float: left;
        }

        .section .search .btnbox {
            padding: 0 20px;
            background: url(../images/inp_bg.jpg) repeat-x 0 0;
            border: 1px solid #f58220;
            height: 31px;
            border-radius: 2px;
        }

        .section .search .calbox {
            width: 117px;
            background: url(../images/icon_cal.png) no-repeat top right;
        }

        .section .search .timbox {
            width: 117px;
            background: url(../images/icon_time.png) no-repeat top right;
        }

        .section .search .advsrc {
            margin: 70px 10px 0 0;
        }

    .section .title > p {
        font-size: 20px;
        color: #FFF;
        font-weight: lighter;
    }

        .section .title > p.main {
            font-size: 15px;
            color: #141414;
            font-weight: lighter;
            padding: 0;
            margin-left: 12px;
            text-transform: uppercase;
        }

        .section .title > p.sub {
            font-size: 13px;
            color: #565656;
            font-weight: lighter;
            padding: 0;
            margin-left: 12px;
        }

.primary-section { /* background:#181A1C;*/
}

    .primary-section .triangle {
        border-top: 40px solid #FECE1A;
    }

    .primary-section .title {
        border-bottom: 1px solid #FFF;
    }

        .primary-section, .primary-section .title p, .primary-section h3 {
            color: #141414;
        }

            .primary-section h1 {
                color: #141414;
            }
/*.secondary-section 			{ background:#FFF;}*/
.secondary-section h1, .secondary-section .title p {
    color: #333;
}
/* Third section use bacground image */
.third-section { /*padding:15px*/
}

.popcontainer .taball {
    padding-top: 10px;
}

    .popcontainer .taball .calbox {
        width: 150px;
        background: url(../images/icon_cal.png) no-repeat top right;
    }

.popcontainer .poptitle {
    border-bottom: 3px solid #f58220;
}

    .popcontainer .poptitle h2 {
        color: #333;
        line-height: 18px;
        padding: 0 0 0 10px;
        font-weight: bold;
    }

.popcontainer .loclege {
    background-color: #e8e8e8;
    min-height: 30px;
    border-top: 1px solid #FFF;
    line-height: 30px;
    width: 100%;
}

    .popcontainer .loclege span {
        color: #f58220;
    }

    .popcontainer .loclege div {
        float: left;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
    }

    .popcontainer .loclege .exttit {
        background: #ecc9ac url(../images/edge.jpg) no-repeat top right;
        padding: 0 15px;
        font-weight: bold;
    }

.popcontainer .selc {
    border-bottom: 1px dotted #666;
    background-color: #fff8df;
    margin: 3px 0;
}

.popcontainer .norm {
    border-bottom: 1px dotted #666;
    margin: 3px 0;
}

.popcontainer .tabcon {
    float: left;
    padding: 10px 60px 10px 10px;
    font-size: 13px;
}

.popcontainer .collapse {
    float: left;
}

.popcontainer .tabbtn {
    float: right;
    padding: 15px 15px 0 0;
}

.popcontainer .padchrt {
    padding-top: 50px;
}

.popcontainer .padmap {
    padding-top: 10px;
}

.tab-content .btnbox {
    width: 105px;
    background: url(../images/inp_bg.jpg) repeat-x 0 0;
    border: 1px solid #f58220;
    height: 30px;
    border-radius: 2px;
}

.tab-content .txrbox {
    width: 450px;
    height: 180px;
}

.taball .txsbox {
    width: 350px;
    height: 90px;
}

.taball .btnbox {
    width: 105px;
    background: url(../images/inp_bg.jpg) repeat-x 0 0;
    border: 1px solid #f58220;
    height: 30px;
    border-radius: 2px;
}
/*.popcontainer .shadetabs			{ border-bottom:1px solid #333;height:25px;padding-left:20px}
.popcontainer .shadetabs a			{ display:block;float:left;margin-left:1px;font-size:13px;padding:0 10px;outline:none}
.popcontainer .shadetabs a			{ background-color:#f58220;border-left:1px solid #f58220;border-right:1px solid #f58220;font-size:13px;text-decoration:none;color:#FFF;height:24px;}
.popcontainer .shadetabs a:hover	{ background-color:#FFF;border-left:1px solid #202020;border-right:1px solid #202020;border-top:1px solid #202020;border-bottom:1px solid #FFF;font-size:13px;text-decoration:none;color:#333;height:24px;}
.popcontainer .shadetabs a.sel		{ background-color:#FFF;border-left:1px solid #202020;border-right:1px solid #202020;border-top:1px solid #202020;border-bottom:1px solid #FFF;font-size:13px;text-decoration:none;color:#333;height:24px;}*/

.third-section .container {
    padding-top: 20px;
    position: relative;
}

.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}

.sub-section {
    margin-top: 30px;
}

    .sub-section .title {
        padding: 0;
    }

a.as {
    background: url(../images/arrow_as.png) no-repeat 0px 7px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    outline: none;
    text-decoration: underline;
}

    a.as:hover {
        background: url(../images/arrow_as.png) no-repeat 0px 7px;
        padding: 0 0 0 10px;
        text-transform: uppercase;
        outline: none;
        text-decoration: none;
        color: #000;
    }


.subcontainer .srclist a {
    font-size: 16px;
    text-decoration: underline;
    color: #384f8f;
    cursor: pointer;
}

    .subcontainer .srclist a:hover {
        font-size: 16px;
        text-decoration: none;
        color: #384f8f;
    }
     .subcontainer .srclist a:focus {
        font-size: 16px;
        text-decoration: none;
        color: #384f8f;
    }

.subcontainer .actlist {
    padding: 20px 30px 0;
}

    .subcontainer .actlist td {
        color: #333;
        font-size: 16px;
    }

    .subcontainer .actlist .padchrt {
        padding-top: 50px;
    }

.subcontainer .loclege {
    background-color: #e8e8e8;
    min-height: 30px;
    border-top: 1px solid #FFF;
    line-height: 30px;
    width: 100%;
}

    .subcontainer .loclege span {
        color: #f58220;
    }

    .subcontainer .loclege div {
        float: left;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
    }

    .subcontainer .loclege .exttit {
        background: #ecc9ac url(../images/edge.jpg) no-repeat top right;
        padding: 0 15px;
        font-weight: bold;
    }

.clrred {
    color: #920b0b;
}

/*******
3.1 Services  
***************************************/
.service {
    margin-top: 20px;
}

    .service, .service h2 {
        padding-top: 15px;
    }

        .service p {
            padding: 0px 50px;
            height: 60px;
        }

        .service img {
            width: 75px;
            height: 75px;
        }

        .service h3 {
            font-weight: bold;
            text-transform: uppercase;
            color: #454545;
        }

/*
3.2 Portfolio
***************************************/
.single-project {
    margin-bottom: 30px;
    background: #181A1C;
}

    .single-project img {
        width: 100%;
    }

.project-description {
    padding-right: 20px;
}

    .project-description p {
        padding-left: 0;
    }

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FECE1A;
}

    .project-title h3 {
        float: left;
        margin-top: 0;
        padding: 0;
        width: 80%;
    }

    .project-title .close {
        color: #FECE1A;
        margin-top: 10px;
    }

    .project-info span, .project-title h3 {
        color: #FECE1A;
    }

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

    .project-info span {
        width: 80px;
        display: inline-block;
    }

    .project-info div {
        margin-bottom: 5px;
    }

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

    .team .thumbnail:hover .social {
        z-index: 5;
    }

        .team .thumbnail:hover .social a {
            color: #fff;
        }

    .team .thumbnail .mask {
        background: #FECE1A;
    }

        .team .thumbnail .mask h2 {
            margin-top: 20%;
        }

        .team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
            color: #181A17;
        }

.about-text {
    margin-top: 30px;
}

    .about-text p {
        padding: 0;
    }
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
    list-style-type: none;
    position: relative;
    margin: 0px;
}

    .skills li {
        margin-bottom: 30px;
        background: #FFF;
        height: 40px;
        padding: 1px;
    }

        .skills li h3 {
            position: relative;
            font-size: 15px;
            padding: 0;
            margin: 0;
            left: 10px;
            z-index: 1;
            color: #181A1C;
        }

        .skills li .bar {
            height: 40px;
            position: absolute;
            background-color: #FECE1A;
        }
/*
3.4 Clients
**********************************************************************/
.client-slider img {
    border: 1px solid white;
}

    .client-slider img:hover {
        background-color: #FECE1A;
    }

.client-nav {
    list-style: none;
    margin-top: 10px;
}

    .client-nav li {
        float: left;
        display: block;
        margin-left: 10px;
    }

        .client-nav li a {
            display: inherit;
            padding: 5px;
            background: #FECE1A;
            border-radius: 3px;
            width: 20px;
            height: 20px;
        }

            .client-nav li a:hover {
                background: #181A1C;
            }

.testimonial p {
    color: #181A1C;
    background: #FECE1A;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

    .testimonial .whopic img {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        float: left;
    }

    .testimonial .whopic strong {
        float: left;
        margin-top: 10px;
        padding-left: 10px;
    }

    .testimonial .whopic small {
        display: block;
        font-size: 12px;
    }

.testimonial-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}
/*
3.5 Price table
******************************************************************/
.price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}

.price-column {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

    .price-column h3 {
        background-color: #181A1C;
        text-transform: uppercase;
        text-align: center;
        color: #FECE1A;
        padding: 40px 0px;
        font-size: 36px;
        margin-top: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

    .price-column .list {
        list-style: none;
        margin: 20px 50px;
    }

        .price-column .list li {
            font-weight: lighter;
            color: #747C89;
            font-size: 20px;
            border-bottom: 1px solid #747C89;
            padding: 25px 0px;
        }

            .price-column .list li.price {
                text-align: center;
                font-size: 31px;
                background-color: white;
                color: #747C89;
                margin-top: 25px;
            }

.price-text {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #181A1C;
    font-weight: normal;
}
/*
3.6 Newsletter
********************************************************************/
.newsletter, .newsletter h2 {
    color: #D7DDDE;
}

    .newsletter .title h2 {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .newsletter form {
        text-align: right;
    }

    .newsletter input {
        margin-top: 10px;
        padding: 15px;
        height: auto;
    }

    .newsletter button {
        margin: 0 0 0 20px;
    }

    .newsletter .button-sp:hover, .newsletter .button-sp:active {
        background-color: #FFF;
        color: #181A1C;
    }

/*
3.7 Contact
********************************************************************/
.contact {
    background: #FECE1A;
}

    .contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
        color: #181A1C;
    }

    .contact textarea, .contact input[type="text"], .contact input[type="email"] {
        padding: 10px;
        line-height: 20px;
        height: auto;
    }

    .contact textarea {
        height: 120px;
    }

    .contacts, .contact .social {
        color: #fff;
        list-style: none;
        margin-left: 10px;
    }

        .contacts > li {
            margin-top: 15px;
        }

            .contacts > li > a {
                color: #fff;
            }

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .contact-info p {
        font-weight: normal;
    }

    .contact-info .icon {
        margin: 10px auto;
        font-size: 30px;
    }

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

    .contact .social li {
        line-height: 32px;
        padding: 10px 10px;
        font-family: 'Porta';
        font-size: 50px;
        transition: margin 0.4s;
        -webkit-transition: margin 0.4s;
    }

        .contact .social li a {
            color: #fff;
        }

            .contact .social li a:hover {
                color: #181A1C;
            }

.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
}

    .contact-form h3 {
        color: #838589;
        padding-bottom: 20px;
    }

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

    .message-btn:hover {
        background-color: #FECE1A;
    }

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #181A1C;
}

.black {
    color: #181A1C;
}
/*
3.8 Footer
********************************************************************/
.footer {
    background-color: #000;
    color: #FFF;
}

    .footer a {
        text-decoration: none;
        color: #FFF;
    }

        .footer a:hover {
            font-size: 14px;
            text-decoration: underline;
            color: #FFF;
        }

    .footer .lick {
        margin: 0 0 0 20px;
    }

    .footer .cipr {
        width: 200px;
        font-size: 11px;
        line-height: 11px;
        border-left: 1px solid #FFF;
        padding: 0 10px;
        margin: 0 10px;
    }

    .footer > p {
        color: #7b7b7b;
        margin: 0;
    }

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: 1px solid #fff;
    display: none;
    background: #FECE1A;
}

    .scrollup > a {
        position: relative;
        top: 7px;
        color: #fff;
    }
/*
4 Responsible
********************************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media all and (transform-3d), (-webkit-transform-3d) {
}

@media (max-device-width: 480px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {

    .blank {
        display: none !important;
    }



    .row {
        margin-top: -5px;
    }

    .nav-item {
        border: none;
        text-align: center;
        width: 100%;
    }


        .nav-item > a:hover {
            background-color: #e7e7e7 !important;
        }

        .nav-item > a:focus {
            background-color: #e7e7e7 !important;
        }

    .navbar-nav {
        padding-top: 0px !important;
    }

        .navbar-nav .homebtn {
            display: none !important;
        }

    a.nycgov-homelink1 {
        margin: 2px 0 2px;
        background-color: white;
        padding: 5px 5px !important;
        display: block;
        border-radius: 3px;
        color: black;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        height: auto !important;
    }

    .section .subcontainer { /*padding-top:15px;*/
        min-height: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .section .subtitle {
        float: left;
        text-align: left;
        width: 100%;
    }

    .section .andtitle {
        float: left;
        text-align: left;
        width: 100%;
    }

    .navbar-brand img {
        width: 120px;
        height: auto;
        margin: 10px;
    }

    .banner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .lick {
        width: auto;
    }

        .lick a {
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 30px;
            padding: 5px 0;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
        }

            .lick a:hover {
                color: #fff;
                display: block;
                float: left;
                font-weight: bold;
                margin-right: 30px;
                padding: 5px 0;
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
            }

    .pgcontainer {
        margin: 0 auto; /*height:20px;*/
        width: 100%;
    }

    .subpage {
        margin: 0 auto;
        width: 100%;
    }

        .subpage a {
            display: block;
            padding: 10px 5px;
            text-decoration: none;
            color: #FFF;
            background-color: #204a75;
            margin: 0 3px 5px;
            text-align: center;
        }

            .subpage a:hover {
                display: block;
                padding: 10px 5px;
                text-decoration: none;
                color: #FFF;
                background-color: #204a75;
                margin: 0 3px 5px;
                text-align: center;
            }
    /*.vbtn				{ display:block; width:100%; text-align:center; margin-right:5px }*/

    .cvrmrg {
        margin-top: 30px;
    }

    #contlink {
        background: #e6e6e6 url(../images/conten_link_bg.png) no-repeat bottom center; /*min-height:535px; padding-top:30px*/
    }

    .conwhit {
        background-color: #FFF;
    }

    .compage {
        margin: 0 auto;
        width: 100%;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    }

        .compage a.ibtn {
            display: block;
            width: 100%;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            margin-right: 3px;
        }

            .compage a.ibtn:hover {
                display: block;
                width: 100%;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #d24628;
                margin-right: 3px;
                cursor: pointer;
            }

    a.linkbtn {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #333;
        margin-right: 3px;
    }

        a.linkbtn:hover {
            display: block;
            width: 100%;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #d24628;
            margin-right: 3px;
        }

    .srclist h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
        padding: 5px 5px 5px 30px;
       margin-top: 20px !important;
        margin-bottom: 15px !important;
    }


          .srclist h5 > a {
            color: #FFF !important;
            cursor: pointer !important;
            text-decoration: none !important;
            font-size: 16px !important;
            width: 100%;
             display:block;
             padding: 2px;
        }

           .srclist h5 > a:focus {
                background-color: #d0e6f7;
                color: #144a76 !important;
            }

              .srclist h5 > a:hover {
                background-color: #d0e6f7;
                 color: #144a76 !important;
            }

    .srclist h6 {
        background: #144a76 url(../images/arrow_dw.gif) no-repeat center right;
       font-size: 16px;
        color: #FFF;
        padding: 5px 30px 5px 20px;
        margin: 10px;
        cursor: pointer;
    }
    .grobox h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 14px;
        color: #FFF;
        padding: 5px 30px 5px 30px;
        font-weight: bold;
        margin: 0;
    }

    .srclist h4 {
        padding: 0 0 15px;
        color: #144a76;
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
    }

    .boxint {
        border: 1px solid #d3d3d3;
        padding: 10px 0;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .infoin {
        width: 150px;
        height: 28px;
        border: 1px solid #6179a0;
        padding: 0 4px;
    }
     .infoin:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infotx {
        width: 70px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infotx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infohx {
        width: 50px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infohx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infoex {
        width: 120px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infoex:focus {
           outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .menuho {
        float: left;
        padding-top: 15px;
        color: #d54821;
        width: 100%;
    }

        .menuho span {
            display: none;
        }

        .menuho ul {
            display: none;
        }

        .menuho a {
            display: block;
            font-size: 14px;
            text-decoration: none;
            color: #d54821;
            padding: 10px;
            background-color: #CCC;
            border-bottom: 2px solid #FFF;
        }

            .menuho a:hover {
                display: block;
                font-size: 14px;
                text-decoration: none;
                color: #333;
                padding: 10px;
                background-color: #ddd;
                border-bottom: 2px solid #FFF;
                cursor: pointer;
            }

        .menuho .tinp {
            display: none;
        }

    .dotxt {
        width: 100%;
        height: 70px;
    }

    .section .subtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        margin-bottom: 1px;
        min-width: 100%;
        text-align: center;
    }

        .section .subtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .subtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 100%;
        }

    .section .andtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        margin-bottom: 1px;
        min-width: 100%;
        text-align: center;
    }

        .section .andtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .andtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 100%;
        }

    .footer .fotr {
        margin: 20px 0 20px 20px;
        float: left;
    }

    .small-nyc-logo {
        height: 15px;
        margin: 0 10px 0 -1px;
        width: 40px;
    }

    .blktop td {
        font-size: 0.75em;
    }

    .subcontainer .tablpd {
        margin-top: 10px;
    }

        .subcontainer .tablpd th {
            background-color: #b8c8d6;
            color: #144a76;
            height: 40px;
        }

        .subcontainer .tablpd tr {
            background-color: #f4f4f4;
            color: #333;
            height: 38px;
        }

        .subcontainer .tablpd td {
            line-height: 16px;
        }

    .lineno {
        margin: 0 0;
        width: 100%;
    }

    .linelf {
        margin: 0 0;
        width: 100%;
    }

    .linebt {
        border-bottom: 1px solid #ccc;
        margin: 0 0;
        width: 100%;
    }

    .lineno {
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .btntab {
        padding: 0 10px;
    }

        .btntab div {
            width: 100%;
        }

        .btntab .clearfix {
            display: none;
        }

/*button*/

a.btncrg {   
    margin: 2px !important;
}
a.btnclf {
    margin: 2px !important;
}

a.btntext {
      margin: 2px !important;
    padding: 0 5px 0 5px !important;
   
}

    a.btntext:hover {
            margin: 2px !important; 
         padding: 0 3px 0 3px !important;
    }

    a.btntext:focus {
          margin: 2px !important;
        padding: 0 3px 0 3px !important;
    }


/*Button end*/
}

@media (max-width: 767px) {
    .blank {
        display: none !important;
    }

    .nav-item .homebtn {
        display: none !important;
    }

    .row {
        margin-top: -5px;
    }

    .nav-item {
        float: right;
        margin-left: 20%;
        border: none;
    }

        .nav-item > a:hover {
            background-color: #e7e7e7 !important;
        }

        .nav-item > a:focus {
            background-color: #e7e7e7 !important;
        }

    .navbar-nav {
        padding-top: 0px !important;
    }

        .navbar-nav .homebtn {
            display: none !important;
        }

    a.nycgov-homelink1 {
        margin: 2px 0 2px;
        background-color: white;
        padding: 5px 5px !important;
        display: block;
        border-radius: 3px;
        color: black;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        height: auto !important;
    }

    .section .subcontainer {
        padding-top: 15px;
        min-height: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .section .subtitle {
        float: left;
        text-align: left;
    }

    .section .andtitle {
        float: left;
        text-align: left;
    }

    .section .subtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 152px;
        text-align: center;
    }

        .section .subtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .subtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 152px;
        }

    .section .andtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 125px;
        text-align: center;
    }

        .section .andtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .andtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 127px;
        }

    .pgcontainer {
        margin: 0 auto;
        width: 100%;
    }

    .small-nyc-logo {
        height: 15px;
        margin: 0 10px 0 -1px;
        width: 40px;
    }

   

             .srclist h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
       padding: 5px 5px 5px 30px;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
       
    }
          .srclist h5 > a {
            color: #FFF !important;
            cursor: pointer !important;
            text-decoration: none !important;
            font-size: 16px !important;
            width: 100%;
             display:block;
            padding: 2px;
        }
             .srclist h5 > a:focus {
                background-color: #d0e6f7;
                color: #144a76 !important;
            }

              .srclist h5 > a:hover {
                background-color: #d0e6f7;
                 color: #144a76 !important;
            }

    .srclist h6 {
        background: #144a76 url(../images/arrow_dw.gif) no-repeat center right;
        font-size: 16px;
        color: #FFF;
        padding: 5px 30px 5px 20px;
        margin: 10px;
        cursor: pointer;
    }


    .grobox h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 14px;
        color: #FFF;
        padding: 5px 30px 5px 30px;
        font-weight: bold;
        margin: 0;
    }

    .srclist h4 {
        padding: 0 0 15px;
        color: #144a76;
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
    }

    .banner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .boxint {
        border: 1px solid #d3d3d3;
        padding: 10px 0;
        width: 250px;
        margin-bottom: 5px;
        text-align: center;
    }

    .navbar-brand img {
        width: 120px;
        height: auto;
        margin: 10px;
    }

    .navbar-header {
        height: 70px;
    }

    .compage {
        margin: 0 auto;
        width: 680px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    }

        .compage a.ibtn {
            display: block;
            width: 100%;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            margin-right: 3px;
        }

            .compage a.ibtn:hover {
                display: block;
                width: 100%;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #d24628;
                margin-right: 3px;
                cursor: pointer;
            }

    a.linkbtn {
        display: block;
        width: 210px;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #333;
        margin-right: 3px;
    }

        a.linkbtn:hover {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #d24628;
            margin-right: 3px;
        }

    #contlink {
        background: #e6e6e6 url(../images/conten_link_bg.png) no-repeat bottom center; /*min-height:535px; padding-top:30px*/
    }

    .lick {
        width: 65%;
    }

        .lick a {
            width: 30%;
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 10px;
            padding: 5px 0;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
        }

            .lick a:hover {
                width: 30%;
                color: #fff;
                display: block;
                float: left;
                font-weight: bold;
                margin-right: 10px;
                padding: 5px 0;
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
            }

    .linelf {
        border-left: 2px solid #ccc;
        min-height: 152px;
        margin: 5px 0;
    }

    .linebt {
        border-bottom: 1px solid #ccc;
        margin: 0 5px;
    }

    .btntab {
        padding: 10px; /*border-bottom:1px solid #e5e5e5;*/
    }

    .infoin {
        width: 150px;
        height: 28px;
        border: 1px solid #6179a0;
        padding: 0 4px;
    }
     .infoin:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infotx {
        width: 70px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infotx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infohx {
        width: 50px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infohx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infoex {
        width: 120px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infoex:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .menuho {
        float: right;
        padding-top: 40px;
        color: #d54821;
    }

        .menuho a {
            font-size: 12px;
            text-decoration: none;
            color: #d54821;
        }

            .menuho a:hover {
                font-size: 12px;
                text-decoration: underline;
                color: #d54821;
                cursor: pointer;
            }

        .menuho .tinp {
            width: 80px;
            height: 24px;
            font-size: 12px;
            padding: 0;
            border-radius: 0;
        }

    .subcontainer .tablpd {
        margin-top: 10px;
    }

        .subcontainer .tablpd th {
            background-color: #b8c8d6;
            color: #144a76;
            height: 40px;
        }

        .subcontainer .tablpd tr {
            background-color: #f4f4f4;
            color: #333;
            height: 38px;
        }

    .subpage {
        margin: 0 auto;
        width: 100%;
    }

        .subpage a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            text-decoration: none;
            color: #FFF;
            background-color: #204a75;
            margin-right: 3px;
        }

            .subpage a:hover {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                text-decoration: none;
                color: #FFF;
                background-color: #204a75;
                margin-right: 3px;
            }

    .dotxt {
        width: 100%;
        height: 70px;
    }

    .navbar-nav li {
        padding: 0px !important;
    }
    /*button*/

a.btncrg {   
    margin: 2px !important;
}
a.btnclf {
    margin: 2px !important;
}

a.btntext {
      margin: 2px !important;
    padding: 0 5px 0 5px !important;
   
}

    a.btntext:hover {
            margin: 2px !important; 
         padding: 0 3px 0 3px !important;
    }

    a.btntext:focus {
          margin: 2px !important;
        padding: 0 3px 0 3px !important;
    }


/*Button end*/
}

@media (min-width: 768px) and (max-width: 991px) {

    a.nycgov-homelink1 {
        padding: 5px 10px !important;
    }

    .homebtnbar {
        display: none !important;
    }

    .section .subcontainer {
        padding-top: 15px;
        min-height: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .section .subtitle {
        float: left;
        text-align: left;
    }

    .section .andtitle {
        float: left;
        text-align: left;
    }

    .section .subtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 152px;
        text-align: center;
    }

        .section .subtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .subtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 152px;
        }

    .section .andtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 125px;
        text-align: center;
    }

        .section .andtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .andtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 127px;
        }

    .pgcontainer {
        margin: 0 auto;
        width: 100%;
    }

    .small-nyc-logo {
        height: 15px;
        margin: 0 10px 0 -1px;
        width: 40px;
    }

  

             .srclist h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
        padding: 5px 5px 5px 30px;
        margin-top: 20px !important;  
        margin-bottom: 15px !important;    
    }

      

          .srclist h5 > a {
            color: #FFF !important;
            cursor: pointer !important;
            text-decoration: none !important;
            font-size: 16px !important;
            width: 100%;
             display:block;
            padding: 2px;
        }

          .srclist h5 > a:focus {
                background-color: #d0e6f7;
                color: #144a76 !important;
            }

              .srclist h5 > a:hover {
                background-color: #d0e6f7;
                 color: #144a76 !important;
            }

    .srclist h6 {
        background: #144a76 url(../images/arrow_dw.gif) no-repeat center right;
        font-size: 13px;
        color: #FFF;
        padding: 5px 30px 5px 20px;
        margin: 10px;
        cursor: pointer;
    }

.grobox h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 14px;
        color: #FFF;
        padding: 5px 30px 5px 30px;
        font-weight: bold;
        margin: 0;
    }

    .srclist h4 {
        padding: 0 0 15px;
        color: #144a76;
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
    }

    .banner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .boxint {
        border: 1px solid #d3d3d3;
        padding: 10px 0;
        width: 250px;
        margin-bottom: 5px;
        text-align: center;
    }

    .navbar-brand img {
        width: 120px;
        height: auto;
        margin: 10px;
    }

    .navbar-header {
        height: 70px;
    }

    .compage {
        margin: 0 auto;
        width: 680px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    }

        .compage a.ibtn {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            margin-right: 3px;
        }

            .compage a.ibtn:hover {
                display: block;
                width: 210px;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #d24628;
                margin-right: 3px;
                cursor: pointer;
            }

    a.linkbtn {
        display: block;
        width: 210px;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #333;
        margin-right: 3px;
    }

        a.linkbtn:hover {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #d24628;
            margin-right: 3px;
        }

    #contlink {
        background: #e6e6e6 url(../images/conten_link_bg.png) no-repeat bottom center; /*min-height:535px; padding-top:30px*/
    }

    .lick {
        width: 65%;
    }

        .lick a {
            width: 30%;
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 10px;
            padding: 5px 0;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
        }

            .lick a:hover {
                width: 30%;
                color: #fff;
                display: block;
                float: left;
                font-weight: bold;
                margin-right: 10px;
                padding: 5px 0;
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
            }

    .linelf {
        border-left: 2px solid #ccc;
        min-height: 152px;
        margin: 5px 0;
    }

    .linebt {
        border-bottom: 1px solid #ccc;
        margin: 0 5px;
    }

    .btntab {
        padding: 10px; /*border-bottom:1px solid #e5e5e5;*/
    }

    .infoin {
        width: 300px;
        height: 28px;
        border: 1px solid #6179a0;
        padding: 0 4px;
    }
     .infoin:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infotx {
        width: 70px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infotx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infohx {
        width: 50px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infohx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infoex {
        width: 175px;
        height: 28px;
        border: 1px solid #6179a0;
    }
     .infoex:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .menuho {
        float: right;
        padding-top: 40px;
        color: #d54821;
    }

        .menuho a {
            font-size: 12px;
            text-decoration: none;
            color: #d54821;
        }

            .menuho a:hover {
                font-size: 12px;
                text-decoration: underline;
                color: #d54821;
                cursor: pointer;
            }

        .menuho .tinp {
            width: 80px;
            height: 24px;
            font-size: 12px;
            padding: 0;
            border-radius: 0;
        }

    .subcontainer .tablpd {
        margin-top: 10px;
    }

        .subcontainer .tablpd th {
            background-color: #b8c8d6;
            color: #144a76;
            height: 40px;
        }

        .subcontainer .tablpd tr {
            background-color: #f4f4f4;
            color: #333;
            height: 38px;
        }

    .subpage {
        margin: 0 auto;
        width: 100%;
    }

        .subpage a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            text-decoration: none;
            color: #FFF;
            background-color: #204a75;
            margin-right: 3px;
        }

            .subpage a:hover {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                text-decoration: none;
                color: #FFF;
                background-color: #204a75;
                margin-right: 3px;
            }

    .dotxt {
        width: 100%;
        height: 70px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .homebtnbar {
        display: none !important;
    }

    .section .subcontainer {
        padding-top: 15px;
        min-height: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .section .subtitle {
        float: left;
        text-align: left;
    }

    .section .andtitle {
        float: left;
        text-align: left;
    }

    .section .subtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 203px;
        text-align: center;
    }

        .section .subtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .subtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 203px;
        }

    .section .andtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 130px;
        text-align: center;
    }

        .section .andtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .andtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 170px;
        }

    .pgcontainer {
        margin: 0 auto;
        width: 100%;
    }

    .small-nyc-logo {
        height: 15px;
        margin: 0 10px 0 -1px;
        width: 40px;
    }

   
             .srclist h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
         padding: 5px 5px 5px 30px;       
        margin-top: 20px !important;
        margin-bottom: 15px !important;
       
    }


          .srclist h5 > a {
            color: #FFF !important;
            cursor: pointer !important;
            text-decoration: none !important;
            font-size: 16px !important;
            width: 100%;
            display:block;
             padding: 2px;
        }

            .srclist h5 > a:focus {
                background-color: #d0e6f7;
                color: #144a76 !important;
            }

              .srclist h5 > a:hover {
                background-color: #d0e6f7;
                 color: #144a76 !important;
            }

    .srclist h6 {
        background: #144a76 url(../images/arrow_dw.gif) no-repeat center right;
        font-size: 16px;
        color: #FFF;
        padding: 5px 30px 5px 20px;
        margin: 10px;
        cursor: pointer;
    }

.grobox h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 14px;
        color: #FFF;
        padding: 5px 30px 5px 30px;
        font-weight: bold;
        margin: 0;
    }

    .srclist h4 {
        padding: 0 0 15px;
        color: #144a76;
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
    }

    .banner {
        width: 930px;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .boxint {
        border: 1px solid #d3d3d3;
        padding: 10px 0;
        width: 250px;
        margin-bottom: 5px;
        text-align: center;
    }

    .vbtn {
        display: block;
        width: 330px;
        text-align: center;
    }

    .navbar-brand img {
        width: 120px;
        height: auto;
        margin: 10px;
    }

    .navbar-header {
        height: 70px;
    }

    .compage {
        margin: 0 auto;
        width: 680px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    }

        .compage a.ibtn {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            margin-right: 3px;
        }

            .compage a.ibtn:hover {
                display: block;
                width: 210px;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #d24628;
                margin-right: 3px;
                cursor: pointer;
            }

    a.linkbtn {
        display: block;
        width: 210px;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #333;
        margin-right: 3px;
    }

        a.linkbtn:hover {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #d24628;
            margin-right: 3px;
        }

    #contlink {
        background: #e6e6e6 url(../images/conten_link_bg.png) no-repeat bottom center; /*min-height:535px; padding-top:30px*/
    }

    .lick {
        width: 65%;
    }

        .lick a {
            width: 30%;
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 10px;
            padding: 5px 0;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
        }

            .lick a:hover {
                width: 30%;
                color: #fff;
                display: block;
                float: left;
                font-weight: bold;
                margin-right: 10px;
                padding: 5px 0;
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
            }

    .linelf {
        border-left: 2px solid #ccc;
        min-height: 152px;
        margin: 5px 0;
    }

    .linebt {
        border-bottom: 1px solid #ccc;
        margin: 0 5px;
    }

    .btntab {
        padding: 10px; /*border-bottom:1px solid #e5e5e5;*/
    }

    .infoin {
        width: 400px;
        height: 28px;
        border: 1px solid #6179a0;
        padding: 0 4px;
    }
    .infoin:focus {
        outline: 1px solid #A38851;   
        outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infotx {
        width: 70px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
     .infotx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infohx {
        width: 50px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
     .infohx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infoex {
        width: 200px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
    .infoex:focus {
        outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .menuho {
        float: right;
        padding-top: 40px;
        color: #d54821;
    }

        .menuho a {
            font-size: 12px;
            text-decoration: none;
            color: #d54821;
        }

            .menuho a:hover {
                font-size: 12px;
                text-decoration: underline;
                color: #d54821;
                cursor: pointer;
            }

        .menuho .tinp {
            width: 80px;
            height: 24px;
            font-size: 12px;
            padding: 0;
            border-radius: 0;
        }

    .subcontainer .tablpd {
        margin-top: 10px;
    }

        .subcontainer .tablpd th {
            background-color: #b8c8d6;
            color: #144a76;
            height: 40px;
        }

        .subcontainer .tablpd tr {
            background-color: #f4f4f4;
            color: #333;
            height: 38px;
        }

    .subpage {
        margin: 0 auto;
        width: 100%;
    }

        .subpage a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            text-decoration: none;
            color: #FFF;
            background-color: #204a75;
            margin-right: 3px;
        }

            .subpage a:hover {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                text-decoration: none;
                color: #FFF;
                background-color: #204a75;
                margin-right: 3px;
            }

    .dotxt {
        width: 100%;
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .homebtnbar {
        display: none !important;
    }

    .section .subcontainer {
        padding-top: 15px;
        min-height: 340px;
        width: 940px;
        margin: 0 auto;
    }

    .section .subtitle {
        float: left;
        text-align: left;
    }

    .section .andtitle {
        float: left;
        text-align: left;
    }

    .banner {
        width: 940px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .lick {
        width: 75%;
    }

        .lick a {
            width: 30%;
            color: #fff;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 2.12766%;
            padding: 5px 0;
            text-decoration: none;
            font-size: 16px;
            line-height: 20px;
        }

            .lick a:hover {
                width: 30%;
                color: #fff;
                display: block;
                float: left;
                font-weight: bold;
                margin-right: 2.12766%;
                padding: 5px 0;
                text-decoration: none;
                font-size: 16px;
                line-height: 20px;
            }

    .pgcontainer {
        margin: 0 auto;
        /*height: 20px;*/
        width: 940px;
    }

    .subpage {
        margin: 0 auto;
        width: 1004px;
    }

        .subpage a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            text-decoration: none;
            color: #FFF;
            background-color: #204a75;
            margin-right: 3px;
        }

            .subpage a:hover {
                display: block;
                padding: 10px 20px;
                font-size: 14px;
                text-decoration: none;
                color: #FFF;
                background-color: #204a75;
                margin-right: 3px;
            }

    .cvrmrg {
        margin-top: 30px;
    }

    #contlink {
        background: #e6e6e6 url(../images/conten_link_bg.png) no-repeat bottom center; /*min-height:535px; padding-top:30px*/
    }

    .conwhit {
        background-color: #FFF;
    }

    .compage {
        margin: 0 auto;
        width: 680px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    }

        .compage a.ibtn {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            margin-right: 3px;
        }

            .compage a.ibtn:hover {
                display: block;
                width: 210px;
                padding: 15px 0;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #d24628;
                margin-right: 3px;
                cursor: pointer;
            }

    a.linkbtn {
        display: block;
        width: 210px;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        color: #333;
        margin-right: 3px;
    }

        a.linkbtn:hover {
            display: block;
            width: 210px;
            padding: 15px 0;
            text-align: center;
            font-size: 14px;
            text-decoration: none;
            color: #d24628;
            margin-right: 3px;
        }

   

             .srclist h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
         padding: 5px 5px 5px 30px;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
       
    }

       

          .srclist h5 > a {
            color: #FFF !important;
            cursor: pointer !important;
            text-decoration: none !important;
            font-size: 16px !important;
            width: 100%;
             display:block;
             padding: 2px;
        }

            .srclist h5 > a:focus {
                background-color: #d0e6f7;
                color: #144a76 !important;
            }

              .srclist h5 > a:hover {
                background-color: #d0e6f7;
                 color: #144a76 !important;
            }



    .srclist h6 {
        background: #144a76 url(../images/arrow_dw.gif) no-repeat center right;
        font-size: 16px;
        color: #FFF;
        padding: 5px 30px 5px 20px;
        margin: 10px;
        cursor: pointer;
    }

    .grobox h5 {
        background: #144a76 url(../images/arrow_blu.png) no-repeat 8px 10px;
        font-size: 16px;
        color: #FFF;
        padding: 5px 0 5px 30px;
        font-weight: bold;
        margin: 0;
    }

    .srclist h4 {
        padding: 0 0 15px;
        color: #144a76;
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
    }

    .boxint {
        border: 1px solid #d3d3d3;
        padding: 10px 0;
        width: 300px;
        text-align: center;
    }

    .infoin {
        width: 400px;
        height: 28px;
        border: 1px solid #6179a0;
        padding: 0 4px;
    }
    .infoin:focus {
        outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }





    .infotx {
        width: 70px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
     .infotx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infohx {
        width: 50px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
     .infohx:focus {
         outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .infoex {
        width: 200px;
        height: 28px;
        border: 1px solid #6179a0;
        padding-left: 4px;
    }
    .infoex:focus {
        outline: 1px solid #A38851;
           outline: -webkit-focus-ring-color auto 5px;
           outline-color:#A38851;
    }

    .vbtn {
        display: block;
        width: 310px;
        text-align: center;
    }

    .menuho {
        float: right;
        padding-top: 45px;
        color: #d54821;
    }

        .menuho a {
            font-size: 14px;
            text-decoration: none;
            color: #d54821;
        }

            .menuho a:hover {
                font-size: 14px;
                text-decoration: underline;
                color: #d54821;
                cursor: pointer;
            }

        .menuho .tinp {
            width: 125px;
            height: 24px;
            font-size: 12px;
            padding: 0;
            border-radius: 0;
        }

    .dotxt {
        width: 620px;
        height: 70px;
    }

    .section .subtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 182px;
        text-align: center;
    }

        .section .subtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .subtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 206px;
        }

    .section .andtitle a {
        border: 1px solid #144a76;
        background-color: #144a76;
        float: left;
        color: #FFF;
        line-height: 20px;
        padding: 7px 15px;
        margin-right: 1px;
        min-width: 130px;
        text-align: center;
    }

        .section .andtitle a:hover {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
        }

        .section .andtitle a.sel {
            border: 1px solid #144a76;
            background-color: #FFF;
            color: #144a76;
            padding: 7px 15px;
            min-width: 168px;
        }

    .footer .fotr {
        margin: 0 0 20px;
    }

    .small-nyc-logo {
        height: 15px;
        margin: 0 10px 0 -1px;
        width: 40px;
    }

    .subcontainer .tablpd {
        margin-top: 10px;
    }

        .subcontainer .tablpd th {
            background-color: #b8c8d6;
            color: #144a76;
            height: 40px;
        }

        .subcontainer .tablpd tr {
            background-color: #f4f4f4;
            color: #333;
            height: 38px;
        }

    .lineno {
        margin: 5px 0;
    }

    .linelf {
        border-left: 2px solid #ccc;
        min-height: 152px;
        margin: 5px 0;
    }

    .linebt {
        border-bottom: 1px solid #ccc;
        margin: 0 5px;
    }

    .btntab {
        padding: 10px; /*border-bottom:1px solid #e5e5e5;*/
    }
}



/*Selective*/
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.blktop {
    background-color: #000;
    height: 28px;
    color: #FFF;
    font-size: 12px;
}

.edgpad {
    padding-top: 15px;
}

sup {
    color: #d24628;
}

.clrgy {
    color: #999;
    font-size: 14px;    
}


.clrblack {
    color: black;
    font-size: 14px;
}

.srclist .clred {
    color: #d24628;
}

.fotr {
    width: 220px;
}

/*.tablpd {
    padding: 0 10px 15px;
}*/

.srclist p {
    padding: 0 0 15px;
    color: #333;
    margin: 0 10px;
}

.srclist label {
    color: #333;
    margin-left: 5px;
    font-weight: normal !important;
}

.tabgry {
    padding: 0 10px 15px;
}

    .tabgry td {
        padding: 6px 4px;
        background-color: #e4e4e4;
        font-size: 14px;
    }


.mrlft {
    margin-right: 1px;
}

.srclist .taball {
    padding: 10px;
}

.srclist .accdn a, .srclist .accdn a:hover {
    color: #FFF;
}

.grobox {
    border: 1px solid #144a76;
    margin: 10px;
}

.srclist .allpad {
    padding: 10px 0;
}

.txwidh {
    width: 100%;
    height: 70px;
    border: 1px solid #6179a0;
    resize: none;
}

.thcent th {
    text-align: center;
}


.bdrlf {
    border-right: 1px solid #FFF;
}

.padin {
    padding: 0 5px;
}

a.tptxr {
    text-decoration: none;
    color: #FFF;
}

    a.tptxr:hover {
        text-decoration: underline;
        color: #FFF;
    }

.nyhome {
    padding: 0 10px;
    margin-bottom: 4px;
}

.nypad {
    padding: 0 0 0 32px;
}

.padny {
    padding-right: 8px;
}

.footer .input-search {
    background-color: #616161;
    border-color: #727272;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 2px medium 2px 2px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold; /*height: 20px;*/
    outline: medium none;
    padding: 3px 6px;
    height: 30px;
    width: 79px;
}

.footer .ico-search {
    background: #616161 url(../images/sprite-ico-search.png) no-repeat scroll left -8px;
    border-color: #727272;
    border-radius: 0 4px 4px 0;
    border-style: solid solid solid none;
    border-width: 2px 2px 2px medium;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 24px;
}

.footer .copyright {
    color: #fff;
    font-size: 10px;
}

    .footer .copyright p {
        float: left;
        line-height: 14px;
        margin: 0;
    }

.srclist .bclr {
    color: #144a76;
}

.footer .copyright a {
    font-size: 10px;
}

.footer .input-search {
    color: #FFF;
}

.subcontainer .srclist p a {
    color: #144a76;
    font-size: 14px;
}

.subcontainer .srclist label a {
    color: #144a76;
    font-size: 14px;
}

.subcontainer .srclist p a:hover {
    color: #144a76;
    font-size: 14px;
    text-decoration: none;
}

.subcontainer .srclist label a:hover {
    color: #144a76;
    font-size: 14px;
    text-decoration: none;
}

.clvrbox {
    border: 1px solid #e7e7e7;
    margin-top: 0px;
}

.tablpd .whitbdr td {
    border-bottom: 1px solid #FFF;
}

.tablpd.tablpo td {
    padding-left: 10px;
    border: 1px solid #fffcf1;
    background-color: #eee;
}


input[type="radio"],
input[type="checkbox"] {
    cursor:pointer !important;    
}

@media (max-width: 485px) {
    button.btncrg {
        margin: 2px;
        font-size: 12px !important;
    }

    button.btntext {
        margin-left: 2px;
        margin: 2px;
        font-size: 12px !important;
        padding: 0 5px 0 5px;
    }

    button.btnclf {
        margin: 2px;
        font-size: 12px !important;
    }

    button.btncrg:hover {
        margin: 2px;
        font-size: 12px !important;
    }

    button.btntext:hover {
        margin-left: 2px;
        margin: 2px;
        font-size: 12px !important;
        padding: 0 5px 0 5px;
    }

    button.btnclf:hover {
        margin: 2px;
        font-size: 12px !important;
    }

    .srclist .taball {
        padding: 1px 1px 10px 1px;
    }
}
.hide-text {
    display: none !important;
}
@media only screen and (max-width: 700px) {

    svg {
        width: 200px;
    }
}

#hasDatepicker-text, #Midname-text, #firName-text, #idnycNum-text, #lasName-text {
    fill: red;
    font-size: 10px !important;
    font-weight: bold;
}