﻿/*DEFAULT COMMON STYLES*/
/**DEfault Style*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,600);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
/*styles*/

html, body, form, #banner-mobile, container, row, #mainbody, li, ul, navbar, nav {
    -webkit-overflow-scrolling: touch;
}
.navHomBackLink {display:none}
body {
    background: #ffffff;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #111;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

#header {
    z-index: 99999999999999999999999999999;
}

#mainbody {
    color: #000;
    font-size: 1.2em;font-weight:400;
    line-height: 28px;
    padding: 0px 0px 100px 0px;
    margin-top: 0px;
    min-height: 400px;
}

#banner-forprintonly{display:none;}

#banner-mobile {
    overflow-x: hidden;
}

/* Typhography */
h1, h2, h3, h4, h5 {
    margin: 0 0 15px 0;
    padding: 0;
   
    font-family: 'Crimson Text', serif;
    letter-spacing: -1px;
}

.text-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-brown {
    color: #ffd1ab;
}

.text-maroon {
    color: maroon;
}

.text-blue {
    color:#1a2655;
}
p {
    margin: 15px 0;
}

#fedlinks   > a { text-decoration:none;  }
.navbutton {
    padding: 6px 7px 7px 7px;
    color: #fff;
    float: right;
    z-index: 9999999999;
    position: fixed;
    top: 5px;
    right: 10px;
    font-size: 1.8em;
}


.swiper-container, .swiper-wrapper, .swiper-slide, #banner-desktop {
    background: #011c37;
}

.grayscale {
    /* for Webkit browsere, Chrome 19+, Safari 6+ ... */
    -webkit-filter: grayscale(1);
    /* this is for Firefox 3.5+, Firefox mobile */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
    /* for IE6+ */
    filter: gray;
}

.gradient-homebar {
    padding: 25px 0px;
    background-color: #fefefe;
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 50%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(50%, rgba(235,235,235,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 50%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 50%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 50%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 50%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=0 );
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.26);
}

.shadow-bottom {
    -webkit-box-shadow: 0px 7px 33px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 7px 33px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 7px 33px 0px rgba(0,0,0,0.34);
}


.homecalevent {
    background-color: #1a2655;
    padding: 30px;
    color: #fff;
    font-family: 'Lato';
    font-size: 16pt;
}

.barlinktext {
    padding: 12px 10px 12px 15px;
    background-color: #eee;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 14px;
    width: 95%;
}

    .barlinktext > a {
        text-decoration: none;
        color: #233e61;
    }


#video-home-img {
    background: #000000;
    text-align: center;
    z-index: 1;
}

.video-text-desc {
    padding: 15px;
    line-height: normal;
    text-align: justify;
    background-color: #e1e1e1;
}

#sitemap {
    background-color: #011e3b;
    color: #f1f1f1;
    background-color: #333333;
    padding: 15px;
    color: #eee;
    background: rgba(29,51,80,1);
    background: -moz-linear-gradient(top, rgba(29,51,80,1) 0%, rgba(52,91,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29,51,80,1)), color-stop(100%, rgba(52,91,142,1)));
    background: -webkit-linear-gradient(top, rgba(29,51,80,1) 0%, rgba(52,91,142,1) 100%);
    background: -o-linear-gradient(top, rgba(29,51,80,1) 0%, rgba(52,91,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(29,51,80,1) 0%, rgba(52,91,142,1) 100%);
    background: linear-gradient(to bottom, rgba(29,51,80,1) 0%, rgba(52,91,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3350', endColorstr='#345b8e', GradientType=0 );
}

#footer {
    background-color: #333333;
    padding: 25px 0;
    color: #eee;
    margin: 0;
}

#courtbldg {
    float: right;
    position: absolute;
    bottom: -15px;
    right: 0;
}

ul.sitemapLink > li > a {
    color: #86b9ff;
}

    ul.sitemapLink > li > a:hover {
        color: #fff;
    }


.border-fixed {
    z-index: 999999999999999999;
    position: fixed;
    width: 100%;
}

#border-4desktop {
    border: 0;
    background-color: #ff0000;
    border-radius: 0px;
    margin-bottom: 0;
  
    padding: 5px;
    width: 100%;
}

#subpage-intro {
    background-color: #011c37;
    color: #fff;
    min-height: 130px;
    font-family: 'Open Sans', serif;  text-align:justify;
}

/********************************** HEADER AND COMMON STYLES FOR IPHONE & IPAD DEVICES (portrait and landscape)  ***********************************************/

/* Header - IPHONE 4,5,6,plus (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    /* Styles */

    #header {
        background: #011e3b url('../_img/@media/mobile/header_bg.jpg') repeat-x top center;
        min-height: 72px;
    }

    #logo {
        margin-top: 1px;
        margin-left: -10px;
        height: 72px;
        vertical-align: middle;
    }

    #logo-desktop, #logo-tablet {
        display: none;
    }

    .navbutton {
        padding-top: 8px;
        font-size: 1.5em;
        color: #fff;
    }

    #navtextmenu {
        display: none;
    }


    #banner-mobile {
        margin-top: 70px;
    }


    #searchfield, #sitemap {
        display: none;
    }

    #pushmenu-headertitle {
        margin-top: 80px;
    }




    /*link style*/


    a {
        color: #1a2655;
        text-decoration: underline;
    }

        a.pmenu:hover {
            color: #091fd4;
            text-decoration: none;
        }

    .barlinktext {
        width: 100%;
        margin-bottom: 5px;
    }

    .border-fixed {
        top: 72px;
    }
}

/* Header -  IPADs/Mini  (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */



    #header {
        background: #011e3b url('../_img/@media/tablet/header_bg_tablet.jpg') repeat-x top center;
        min-height: 110px;
    }

    #logo-tablet {
        display: inherit;
    }

    #logo, #logo-desktop {
        display: none;
    }

    #navtextmenu, #searchfield, #sitemap {
        display: none;
    }



    #banner-mobile {
        margin-top: 98px;
        height: auto;
    }

    #pushmenu-headertitle {
        margin-top: 130px;
    }

    .navbutton {
        padding-top: 14px;
        font-size: 2.4em;
        color: #fff;
        right: 20px;
    }

    .border-fixed {
        top: 110px;
    }
}

/* Header -  Desktop and Laptop  (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1025px) {


    #header {
        background: #011e3b url('../_img/@media/desktop/header_bg_desktop.jpg') repeat-x top center;
        min-height: 150px;margin:0;padding:0
    }

    #showRightPush, #cbp-spmenu-s1, #cbp-spmenu-s2, #logo {
        display: none;
    }

    #logo-desktop {
        display: inherit;
    }

    #logo-tablet {
        display: none;
    }

    #navtextmenu {
        display: none;
        padding: 5px;
        height: auto;
        background-color: #ff0000;
        color: #fff;
        margin-top: 139px;
        z-index: 99999999;
    }

    #hearder-leftcol {
        width: 50%;
        padding: 0;
    }

    #hearder-rightcol {
        width: 50%;
    }


    #searchfield, #sitemap {
        display: inherit;
    }

    #banner-mobile {
        margin-top: 165px;
        height: auto;
    }



    #sitemap {
        height: auto;
        padding: 35px 0px 50px 0px;
    }

    .sitemap-title, .sitemap-title > a {
        font-weight: normal;
        text-transform: capitalize;
        font-size: 16pt;
        padding-bottom: 10px;
        color: #e1e1e1;
    }
     
    ul.list-unstyled {
        line-height: 28px;
        font-size: 13pt;
    }

    .border-fixed {
        top: 145px;
    }
}

/********************************** BANNER  ***********************************************/

/* banner-mobile -  IPHONE 4,5,6,plus (PORTRAIT) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:portrait) {

    #banner-desktop {
        display: none;
    }

    .swiper-mobiletitle {
        font-size: 35pt;
        font-weight: 400;
        width: 100%;
        min-height: 100px;
        padding: 10px 40px 40px 50px;
    }

    .swiper-mobilesubtext {
        font-size: 23pt;
    }

    .mobilesubtext{display:inherit}
    .dekstopsubtext {
        display: none;
    }
    img.banner-menu {
        width: 80%;
        margin-bottom: 15px;
        text-align: center;
    }

    h1.subpage-title {font-size:1.7em
    }
      #subpage-intro {
        margin-top: 60px;
        padding: 30px 0;
        font-size: 12pt;
        font-weight: 300;line-height:24px;
    }
}

/* banner-mobile - IPHONE 4,5,6,plus (LANDSCAPE) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:landscape) {

    #banner-desktop {
        display: none;
    }


    .swiper-mobiletitle {
        font-size: 30pt;
        font-weight: 400;
        padding: 10px 70px 40px 50px;
    }

    .swiper-mobilesubtext {
        font-size: 17pt;
    }

     .mobilesubtext{display:inherit}
    .dekstopsubtext {
        display: none;
    }

    img.banner-menu {
        width: 60%;
        margin-bottom: 15px;
        text-align: center;
    }

}

/* banner-mobile - IPADs/Mini  (PORTRAIT) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */

    #banner-desktop {
        display: none;
    }


    .swiper-container {
        height: 40%;
    }

    .swiper-mobiletitle {
        font-size: 20pt;
        font-weight: 400;
        width: 100%;
        bottom: 0px;
        padding: 10px 50px 30px 50px;
    }

    .swiper-mobilesubtext {
        font-size: 15pt;
    }

     .mobilesubtext{display:none}
    .dekstopsubtext {
        display: inherit;
    }
}

/* banner-desktop -  DESKTOP and LAPTOP  (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1025px) {

    #banner-mobile {
        display: none;
    }

    #banner-desktop {
        display: inherit;
        margin-top: 130px;
        padding: 0px 0px;
    }

    #subpage-intro {
        margin-top: 150px;
        padding: 30px 0;
        font-size: 15pt;
        font-weight: 300;line-height:36px;
    }
     .mobilesubtext{display:none}
    .dekstopsubtext {
        display: none;
    }
}





/**********************************  MAIN CONTENT ***********************************************/

/* content-mobile -  IPHONE 4,5,6,plus (PORTRAIT) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:portrait) {
    .homecalevent {
        font-size: 11pt;
        padding: 20px 15px;
        line-height: 22px;
    }

    h2 {
        font-size: 1.3em;
        text-transform: capitalize;
    }

    .barlinktext {
        font-size: 11pt;
    }



    .video-text-desc {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* content-mobile -  IPHONE 4,5,6,plus (LANDSCAPE) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:landscape) {


    .video-text-desc {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* content-mobile - IPADs/Mini  (PORTRAIT) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait) {
    /* Styles */
    .homecalevent {
        font-size: 12pt;
        padding: 13px 20px;
    }

    .barlinktext {
        margin-bottom: 11px;
    }


    h2 {
        font-size: 1.4em;
    }

    .video-text-desc {
        font-size: 13px;
        letter-spacing: 1px;
    }
}
/* content-mobile - IPADs/Mini  (LANDSCAPE) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape) {
    /* Styles */
    .homecalevent {
        font-size: 15pt;
        padding: 35px 25px;
    }

    .barlinktext {
        margin-bottom: 25px;
    }


    .video-text-desc {
        font-size: 15px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 1.5em;
    }
}

/* content-desktop -  DESKTOP and LAPTOP  (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1025px) {
    #mainbody {
        margin-top: 30px;
    }

    .homecalevent {
        padding: 38px 33px;
        font-size: 18pt;
        line-height: 35px;font-weight:300
    }

    .barlinktext {
        margin-bottom: 27px;
        font-size: 14pt;
        font-weight: normal;
        padding: 15px 10px 15px 20px;
    }

    .video-text-desc {
        font-size: 16px;
    }
    .navHomBackLink {display:inherit}
}




/**********************************  SITEMAP AND FOOTER  ***********************************************/
/* footer-mobile -  IPHONE 4,5,6,plus (PORTRAIT) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:portrait) {
    #footer {
        font-size: 12px;
    }
}

/* footer-mobile -  IPHONE 4,5,6,plus (LANDSCAPE) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation:landscape) {
    #footer {
        font-size: 13px;
    }
}
