@font-face{
    font-family: segouiregular;
    src:url('../fonts/segoeui.ttf');
}
body{
    background:#FFF;
    color:#333;
    line-height: 1.4;
    font-size: 18px;
    /*font-family: segouiregular;*/
    font-family:Times New Roman;
}
*{
    margin:0;
    padding:0;
}
ul, li{
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
.navbar-toggle{
    float:left;
}

.jc_header{
    background:url('../images/Header.jpg') no-repeat;
    padding-top:20px;
}
.jc_wrapper{
    /*text-align: center;*/
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.jc_contentwrapper{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    /*font-size: 18px;*/
}
.jc_contentwrappersecondary{
    width: 100%;
    max-width: 1046px;
    margin: 0 auto;
}
/*============================================================================
                                            Header
==============================================================================*/

nav.ch-nav{
    /*background-color: #fff;*/
    margin-bottom:0px;
    line-height:0;
    border:none;
}
.logo{
    text-align: center;
    padding-bottom:15px;
}
/*.logo a{
    display:block;
}
.logo a img{
    width:306px;
    height:130px;
    color:#fff;
}*/
.navbar-toggle .icon-bar{
    background-color:#d8d8d8;
}
nav.ch-nav .navbar-collapse{
    text-align: center;
    padding-right: 0;
    padding-top:10px;
    padding-bottom:20px;
}
.navbar-nav{
    float:none;
    display:inline-block;
}
nav.ch-nav a{
    color:#fff;
    font-size: 18px;
    font-family: sans-serif;
}
.menu li span{
    color:#C99A32;
}
.nav>li>a {
    color: #000000;
    /*text-shadow: 0px 1px #000;*/
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-family:Times New Roman;;
}
.nav>li>a:hover{
    color:#C99A32;
}
.nav>li+li>a{
    border-left:1px solid #7a7575;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    background: #314D68;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.nav ul{
    right: 10em;
}

div.jc_lace{
    background-image: url('../images/Lace.png');
    background-repeat: repeat-x;
    min-height: 50px;
    z-index: 1100;
    position: absolute;
    width: 100%;
}
div.ws_images{
    z-index: -1 !important;
}
/*.logo-image{
    background-image: url(images/Lace.png);
    height: 20px;
    background-color:#13283D;
}*/

/** Home Page Content **/
.jc_testimonialsplitter{
    border-right: 1px solid #D4D4D4;
}
.jc_testimonial_content{
    color: #47484d;
    text-align: left;
    padding-left: 0px;
}
.jc_homeContent{
    box-shadow: inset 0 15px 8px -10px rgba(120,120,120,0.8);
    padding: 34px 0;
}
.jc_testimonialsBlock{
    padding-bottom: 20px;
    clear: both;
}
.jc_testimonialsBlock img{
    margin: 0 auto;
    margin-top: 4px;
    margin-right: 40px;
}
.jc_testimonials_author{
    padding-bottom: 18px;
}
.jc_testimonials_content_border{
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 35px;
}
/**
        Facebook
**/
.jc_twitter{
    /*border: 1px solid #CCC;
    overflow: auto;*/
    border: 1px solid #CCC;
    overflow: auto;
    height: 363px;
    text-align: left;
}
.jc_fbmessageblock{
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}
.jc_fbuser a img{
    width: 50px;
    height: 50px;
    float: left;
}
.jc_fbmessageimage img{
    width:auto; 
    height:auto;
}
.jc_fbmessagecontent{
    /*font-family: segouiregular;*/
}
/** Footer **/
footer{
    padding: 10px 0;
    border-top: 1px solid #D4D4D4;
    text-align: left;
    font-family: Times New Roman;
}
footer.jc_wrapper{
    margin-top: 10px;
}
.jc_copyright{
    padding: 19px 0;
    color: #8B8B8B;
    font-size: 16px;
}
.jc_social{
    overflow: hidden;
    padding-top: 10px;
}
.jc_social ul li{
    list-style: none;
    float: left;
    padding-right: 30px;
}
.jc_social ul{
    overflow: hidden;
    float: right;
}
/****** 
        Content Area :
***/
.jc_content{
    min-height: 600px;
    background: url('../images/Lace-innerpage.jpg') repeat-x;
    /*background-color: #EFEFEF;*/
    /*box-shadow: inset 0 23px 40px -14px rgba(50,50,50,0.2);*/
    padding-top: 65px;
}
.jc_aboutme{
    padding-top: 4px;
}
.jc_pagetitle-mobile{
    display: none;
}
.jc_pagetitle{
    color: #C7982C;
    font-size: 24px;
    /*font-weight: bold;*/
    padding-bottom: 10px;
}
/**
    Media Page
*/
.jc_media-contentblock{
    padding-bottom: 50px;
    padding-left: 0px;
}
.jc_mediasecondrow{
    padding-bottom: 50px;
}

.jc_mediaheader{
    background-color: #eaeaea;
    border: 1px solid #d0d0d0;
    padding: 8px;
    min-height: 350px;
}
.jc_mediatitle{
    font-size: 22px;
    color: #000;
    padding-top: 6px;
}
.jc_mediacontent{
    font-size: 18px;
    color: #4d4e54;
    padding: 18px 8px 8px 8px;
}
.jc_mediaimage{
    border: 1px solid #d0d0d0;
}
.jc_image{
    width: 100%;
}

/**
    Contact Page:
**/
.jc_contactblock{
    margin-right: 20px;
    border-right: 1px solid #c1c1c1;
    min-height: 240px;
}
.jc_contactblockcontainer:last-of-type .jc_contactblock{
    border: none;
}
.jc_contactblockcontainer{
    padding-left: 0px;
}
#jc_map{
    height: 300px;
    width: 100%;
}
.jc_mapcontainer{
    margin: 20px 0 60px 0;
    min-height: 200px;
    
}
.jc_leftpaddingnone{
    padding-left: 0px;
}
/**
    Projects:
*/
.jc_project-contentblock{
    padding-bottom: 50px;
    padding-left: 0px;
}
.jc_projecttitle{
    font-size: 22px;
    color: #000;
    padding-top: 6px;
    text-align: center;
}

div.jc_posterbig{
    padding-left:0px;
    padding-right: 0px;
}
.jc_projectsecondrow{
    padding-bottom: 50px;
}

/**
    Slider : 
*/
.ws_playpause{
    /*display: none;*/
}