/* CSS Document */
@charset "utf-8";
html,  body,  div,  p,  form,  ul,  li,  p,  label,  span,  img,  h1,  h2,  h3,  h4, h5, h6, table {
    margin: 0;
    padding: 0;
    border: none;
}
@font-face {
    font-family:'calibri-regular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/calibri.woff') format('woff'),
        url('../fonts/calibri.ttf') format('truetype'),
        url('../fonts/calibri.otf') format('opentype'),
        url('../fonts/calibri.svg#calibri-regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}
@font-face {
    font-family:'calibri-bold';
    src: url('../fonts/calibri-bold.eot');
    src: url('../fonts/calibri-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/calibri-bold.woff') format('woff'),
        url('../fonts/calibri-bold.ttf') format('truetype'),
        url('../fonts/calibri-bold.otf') format('opentype'),
        url('../fonts/calibri-bold.svg#calibri-bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

html, body{
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
}
ul.listnone, ol.listnone  {list-style: none;}
ul.list{
    margin:10px 0 0 15px;
    display:inline-block;
}
ul.list.half li{
    width:47%;
    height:auto;
    float:left;
    margin-left:3%;
}
a.ttip{
    border-bottom:#999 dashed 1px;
    text-decoration:none;
    cursor:help;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.clear-left{
    clear:left;
}
.fixed{
    position: fixed;
    z-index: 2000;
}
.fixed.top{
    top: 0;
    left: 0;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.visible-xss {
    display: none !important;
}
.square{
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;
}
.vertical-center {
    /* this class should be called in row or wrapper(outer) div.*/
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    /* In legacy web browsers such as Firefox 9
       we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.
       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
/* can be called inside the vertical-center class. this class haven't width property */
.vertical-c {
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center; 
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
   hence the bootstrap's container won't be aligned to the center anymore.
   Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
.voffset-1 { margin-top:1% !important;}
.voffset-2 { margin-top:2% !important;}
.voffset-3 { margin-top:3% !important;}
.voffset-4 { margin-top:4% !important;}
.voffset-5 { margin-top:5% !important;}
.voffset-6 { margin-top:6% !important;}
.voffset-8 { margin-top:8% !important;}
.voffset-10 { margin-top:10% !important;}
.voffset-25 { margin-top:25% !important;}
.voffset-b-1 { margin-bottom:1% !important;}
.voffset-b-2 { margin-bottom:2% !important;}
.voffset-b-3 { margin-bottom:3% !important;}
.voffset-b-4 { margin-bottom:4% !important;}
.voffset-b-5 { margin-bottom:5% !important;}
.voffset-b-6 { margin-bottom:6% !important;}
.voffset-b-8 { margin-bottom:8% !important;}
.voffset-b-10 { margin-bottom:10% !important;}

.offset-al-1{ margin:1% !important;}
.offset-al-2{ margin:2% !important;}
.offset-al-3{ margin:3% !important;}
.offset-al-5{ margin:5% !important;}
.offset-r-1 { margin-right:1% !important;}
.offset-r-2 { margin-right:2% !important;}
.offset-r-3 { margin-right:3% !important;}
.offset-r-5 { margin-right:5% !important;}
.offset-l-1 { margin-left:1% !important;}
.offset-l-2 { margin-left:2% !important;}
.offset-l-3 { margin-left:3% !important;}
.offset-l-5 { margin-left:5% !important;}

.col-pdn-left-0{
    padding-left:0 !important;
}
.col-pdn-right-0{
    padding-right:0 !important;
}
.col-pdn-both-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.container.white{
    background: #fff;
}
.btn-warning.dark{
    background: #e28c12;
}
.text-center{
    text-align: center !important;
}
#toTop{
    display: none;
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 9999;
}
#itm-img-center{
    background-color: #000 !important;
}
#itm-img-center .img-responsive{
    margin: 0 auto !important;;
    display: block !important;
}
body, html{
    min-width:300px !important;
}
body {
    background: #fff;
    text-align: left;
    font-family:'calibri-regular';
}
.text-smallcaps{
    font-variant: small-caps;
}

.text-info{
    color:#0555a0;
    font-size: 17px;
    line-height: 24px;
}
.text-primary{
    color:#013d75;
}
.text-muted{
    color:#444;
}
.text-small{
    font-size: 12px;
    line-height: 14px;
}
.text-small br{
    margin: 0 !important;
}
.thumbnail .caption{
    overflow:hidden;
}
/* carousel control & button */
.carousel-control{
    width: 25px;
}
.carousel-control.left, .carousel-control.right {background-image:none; filter:none;}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 0;
    color: #890e0e;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 0;
    color: #890e0e;
}
/* END */

#wrapper{
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
}
#wrapper.comments{
    min-height: 350px !important;
}
#wrapper #header{
    width:100%;
    display:block;
    overflow: visible;
    background: #fff;
    /*    background-size: 65%;*/
    border-top:#0f0101 12px solid;
}
#header .sitename{
    color:#0d0101;
    text-transform:uppercase;
    text-shadow: 0 0 1px rgba(0, 44, 104, .5);
    font-size:28px;
    line-height: 32px;
    font-weight: bold;
}
#header .site-descp{
    color:#af1c14;
    text-shadow: 0 0 1px rgba(50, 50, 50, .2);
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.hotline{
    font-size:18px;
    line-height: 20px;
    color: #dc2110;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0, 55, 132, .2);
}
.hotline .text{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 0 0 1px rgba(180, 61, 73, .2);
}
#menu-top{
    width:100%;
    min-height:40px;
    float:right;
    display:inline-block;
    text-transform: uppercase;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    font-size: 15px;
}
.navbar-inverse {
    background:none;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    background: #dc2110;
    border:none;
    margin-right: 3px;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
.navbar-inverse .navbar-nav > li.last > a {
    border-right: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color:#f33524;
    border:none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #dc2110;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #f33524;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f33524;
}

.media-24, .media-32, .media-64{
    text-align: center;
}
.media-24 .media-icn{
    width:24px;
    height:24px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 4px;
}
.media-24 .media-icn.fb{
    background:url(../images/fb-icon24x24.png) 0 -24px no-repeat;
}
.media-24 .media-icn.fb:hover{
    background-position:0 0;
}
.media-24 .media-icn.tw{
    background:url(../images/tw-icon24x24.png) 0 -24px no-repeat;
}
.media-24 .media-icn.tw:hover{
    background-position:0 0;
}
.media-24 .media-icn.gp{
    background:url(../images/gp-icon24x24.png) 0 -24px no-repeat;
}
.media-24 .media-icn.gp:hover{
    background-position:0 0;
}
.media-24 .media-icn.ut{
    background:url(../images/ut-icon24x24.png) 0 -24px no-repeat;
}

.media-32 .media-icn{
    width:32px;
    height:32px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 6px;
}
.media-32 .media-icn.fb{
    background:url(../images/social_icon_32x32.png) 0 0 no-repeat;
}
.media-32.reverse .media-icn.fb{
    background:url(../images/social_icon_32x32_reverse.png) 0 0 no-repeat;
}
.media-32 .media-icn.fb:hover{
    background-position:0 -32px;
}
.media-32 .media-icn.tw{
    background:url(../images/social_icon_32x32.png) -32px 0 no-repeat;
}
.media-32.reverse .media-icn.tw{
    background:url(../images/social_icon_32x32_reverse.png) -32px 0 no-repeat;
}
.media-32 .media-icn.tw:hover{
    background-position:-32px -32px;
}
.media-32 .media-icn.gp{
    background:url(../images/social_icon_32x32.png) -64px 0 no-repeat;
}
.media-32.reverse .media-icn.gp{
    background:url(../images/social_icon_32x32_reverse.png) -64px 0 no-repeat;
}
.media-32 .media-icn.gp:hover{
    background-position:-64px -32px;
}
.media-32 .media-icn.ut{
    background:url(../images/social_icon_32x32.png) -96px 0 no-repeat;
}
.media-32.reverse .media-icn.ut{
    background:url(../images/social_icon_32x32_reverse.png) -96px 0 no-repeat;
}
.media-32 .media-icn.ut:hover{
    background-position:-96px -32px;
}

.media-64 .media-icn{
    width:64px;
    height:64px;
    overflow:hidden;
    display:inline-block;
    margin:0 0 0 6px;
}
.media-64 .media-icn.fb{
    background:url(../images/social_icon_64x64.png) 0 0 no-repeat;
}
.media-64 .media-icn.fb:hover{
    background-position:0 -64px;
}
.media-64 .media-icn.tw{
    background:url(../images/social_icon_64x64.png) -64px 0 no-repeat;
}
.media-64 .media-icn.tw:hover{
    background-position:-64px -64px;
}
.media-64 .media-icn.gp{
    background:url(../images/social_icon_64x64.png) -128px 0 no-repeat;
}
.media-64 .media-icn.gp:hover{
    background-position:-128px -64px;
}
.media-64 .media-icn.ut{
    background:url(../images/social_icon_64x64.png) -192px 0 no-repeat;
}
.media-64 .media-icn.ut:hover{
    background-position:-192px -64px;
}

#header .media-32{
    text-align: right;
}
#contact-us .media-32 {
    text-align: left;
}

#header .contact{
    height: auto;
    float:right;
    text-align: right;
    display: block;
    margin:8px 0 0 0;
    overflow:hidden;
    display:inline-block;
    font-size:16px;
    text-shadow: 0 0 1px rgba(20, 20, 20, .3);
    color:#3d5682;
    line-height:26px;
}
#header .contact span{
    font-size: 24px !important;
    line-height: 26px;
    color:#224586;
}
#short-links{
    width: 100%;
    min-height:15px;
    display:block;
}
#short-links ul li{
    display: inline-block;
    color: #c4c8b5;
}
#short-links ul li a{
    margin: 0 4px 0 4px;
    color: #c4c8b5;
    text-decoration: none;
    font-variant: small-caps;
}
#short-links ul li a:hover{
    color: #9bac57;
}
#top-search input[type=text]{
    background: #253b16;
    border-color:  #253b16;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#top-search .form-group{
    margin-bottom: 5px;
}
#top-search input[type=text]:hover, #top-search input[type=text]:focus{
    background: #2c451b;
}
#top-search .btn-default{
    background: #1e3213;
    border-color:  #1e3213;
    color: #fff;
}
#wrapper #front-slider{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:0 auto;
    position: relative;
    display: block;
}
#front-slider .newsouter{
    width:38%;
    height:96% !important;
    overflow:hidden;
    display:block;
    position:absolute;
    z-index:3;
    top:2%;
    right:0;
    padding:1%;
    background:url(../images/news_back.png) 0 0 repeat;
    border:#bfddf0 1px solid;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
    padding-left:40px;
}
.newsouter .news-close{
    width:40px;
    height:40px;
    position:absolute;
    z-index:4;
    left:0;
    top:50%;
    margin-top:-20px;
    display:block;
}
.news-open{
    width:40px;
    height:40px;
    position:absolute;
    z-index:2;
    right:-6px;
    top:50%;
    margin-top:-20px;
    display:none;
}
.news-close .btn-primary, .news-open .btn-primary{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0;
    background:#143656;
    border-color:#143656;
    float:left;
}
.news-open .btn-primary{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
}
.news-close .btn-primary:hover, .news-open .btn-primary:hover{
    background:#0a4a84;
    border-color:#0a4a84;
}

#wrapper #container, #wrapper .others{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    position: relative;
    margin: 0 auto;
}
#wrapper #container{
    min-height:250px;
}
#wrapper #container.white, #wrapper .others.white{
    background:#fff;
}
#wrapper #container.brown, #wrapper .others.brown{
    background:#4f6e38;
}
.container h1, .container-fluid h1{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:26px;
    line-height:28px;
    color:#840800;
}
.container h2, .container-fluid h2{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:22px;
    line-height:24px;
    color:#840800;
}
.container h1.h1, .container-fluid h1.h1{
    font-weight: bold;
}
.container h1.upp, .container-fluid h1.upp{
    text-transform: uppercase;
}
#vidwrap{
    cursor: pointer;
}

/* front-jumbo-box START ------------ */
#front-jumbo-box {
    width:100%;   
    height:auto;
    border-bottom:1px solid #ae2219;
    background: #99130a;
    padding: 35px 20px 35px 20px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 0 1px rgba(165, 0, 9, .2);
    font-variant: small-caps;
}
#front-jumbo-box:before {
    content:"";
    border-color: #3a67a4 transparent transparent transparent;
    border-style:solid;
    border-width:15px;
    width:0;
    height:0;
    position:absolute;
    bottom:-29px;
    left:50%;
    margin-left: -15px;
    z-index:1;
}
#front-jumbo-box:after {
    content:"";
    border-color: #446ea6 transparent transparent transparent;
    border-style:solid;
    border-width:15px;
    width:0;
    height:0;
    position:absolute;
    bottom:-30px;
    left:50%;
    margin-left: -15px;
}
#front-portfolio{
    font-size: 22px;
    color: #c11922;
    line-height: 32px;
    text-align: center;
    text-shadow: 0 0 1px rgba(165, 0, 9, .2);
    font-variant: small-caps;
    display: block;
}
#front-jumbo-box h1, #front-portfolio h1{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(50, 50, 50, .3);
}
#front-jumbo-box h2{
    color: #200e0b;
    font-variant: none;
    font-size: 21px;
    line-height: 24px;
    min-height: 50px;
}
#front-jumbo-box .btn-info{
    background: #b24040;
    border: #9e1e1e 1px solid;
    border-left-width: 3px;
    border-right-width: 3px;
    text-transform: uppercase;
}
#front-jumbo-box .btn-info:hover{
    background:#9f1919;
}
#front-jumbo-box .comment{
    color: #896b6b;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
    text-shadow: 0 0 1px rgba(165, 0, 9, .2);
    font-variant:normal;
    border-left: #dbaf8f 4px solid;
    padding-left: 10px;
}
#front-jumbo-box .text-muted{
    font-size: 14px;
    color: #888;
}
#front-portfolio  a .head{
    color: #891828;
}
/* front-jumbo-box END ------------ */

.front-points{
    display: block;
}
.front-points span{
    font-size: 18px;
    line-height: 24px;
    color: #033880;
}
.front-points h2{
    font-size: 16px;
    color: #244a80;
    text-align: left;
}

.front-img-box{
    position: relative;
}
.front-img-box h3.label-name{
    min-width: 20%;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
    background: url(../images/img-box-back.png) 0 0 repeat;
    padding: 8px 10px 8px 15px;
    color: #fff;
    font-variant: small-caps;
    font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
.front-img-box h3.label-name:hover{
    background: #5b2202;
}
.front-img-box:hover .img-responsive{
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}
.front-img-box.full-opc:hover .img-responsive.full-opc{
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
a.front-img-box .label-name{
    color: #fff; 
}
.front-img-box .dscp-box{
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
}
.front-img-box h2{
    color: #b56120;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.front-img-box a{
    color: #8d5b24;
}
.img-border{
    border: #d5d8e3 1px solid !important;
}

.comment-right{
    background: #eee;
}
.comment-box{
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: #bbb 1px dashed;
    color: #777;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.comment-box .user-icn{
    width: 32px;
    height: 32px;
    background: #aaa;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
    display: inline-block;
    float: left;
    margin: 0 2px 2px 0;
    border: #999 1px solid;
}
.comment-box .text-info{
    font-size: 12px;
    font-weight: bold;
}
.comment-box .date{
    font-size: 10px;
    color: #999;
}
.reply-box{
    min-height: 350px;
}
.comm-wait{
    display: none;
}

#front-contact {
    width:100%;   
    height:auto;
    background:#af1c14;
    padding: 25px 20px 25px 20px;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-shadow: 0 0 1px rgba(60, 60, 60, .3);
}
#front-contact h1{
    text-align: left;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
}
#front-contact h1 span{
    font-size: 32px;
    text-transform: none;
}
#front-contact .btn-warning{
    background: #86ad66;
    border-color: #fff;
}
#front-contact .btn-warning:hover{
    background: #a4ad66;
}


/* common-block STRAT ----------- */
.common-block{
    color: #444;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}  
.common-block p, .common-block br{
    margin-bottom: 10px;
}
.common-block.about-us p{
    padding: 10px;
}
.common-block.about-us h4{
    color: #ae670b;
}
.common-block p.quote:before{
    content: open-quote;
    font-family:"Times New Roman", Times, serif !important;
    font-size: 150%;
    color: #666;
    font-weight: bold;
}
.common-block p.quote:after {
    content: close-quote;
    font-family:"Times New Roman", Times, serif !important;
    font-size: 150%;
    line-height: 75%;
    color: #666;
    font-weight: bold;
}
.common-block ul{
    margin: 10px;
    padding: 0 0 0 10px;
    font-weight: bold;
}
.common-block h1{
    font-size: 22px;
    font-variant: small-caps;
    font-weight: bold;
}
.common-block h3{
    color: #193805;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
}
.common-block .cop-family{
    text-align: center;
}

.common-block .text-center img {
    margin: 0 auto;
}

/* common-block END ----------- */
/** news-events ------------------- */
.stButton .chicklets, .stButton .chicklets.email{
    color: #888;
}
.news-events{

}
.news-events .newsbox{
    padding-bottom: 25px;
    border: #fff 1px solid;
    border-bottom:#ccc 1px dashed;
}
.news-events .newsbox:hover{
    background: #eee;
    border:#ddd 1px solid;
}
.news-events .newsbox h2{
    font-size:17px;
    text-align:left;
    font-weight: bold;
    color: #555;
}
.newsbox .news-content{
    width:98%;
    height:auto;
    overflow:hidden;
    display:block;
    margin: 0 auto;
    font-size:15px;
    line-height:20px;
    color:#666;
    text-align:justify;
}
.newsbox .news-content br{
    margin-bottom:10px;
}
.newsbox .news-content .datetag{
    font-size:11px;
    color:#999;
    font-style:italic;
    text-align: right;
    margin-right: 2px;
}
.newsbox .news-content ul, .newsbox .news-content ol{
    padding-left: 15px;
    margin-left: 10px;
}
.newsbox .img{ 
    margin:10px 0 10px 0;
}
/*  --------------------------------------- */
/** Contact Start */

#contact-us .contact-info ul{}
#contact-us .contact-info ul li{
    margin-bottom: 2%;
}
#contact-us .contact-info ul li label {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}
#contact-us .contact-info ul li.h1{
    font-size: 16px;
}
#contact-us .contact-info ul li label>span {
    width: 20px;
    display: inline-block;
    margin:0 0 0 12px;
}
#contact-us .contact-info ul li>span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    display: inline-block;
    color: #5f5f5f;
    font-size: 14px;
    margin:0 0 0 32px;
}
#contact-us .contact-info ul li>span>a {
    text-decoration: none;
    color: #5f5f5f;
    font-weight: 500;
}
#contact-us .contact-info ul li>span>a:hover {color: #333;}

#map {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: #EEE 2px solid;
}
#contact-us textarea{
    min-height:140px;
    /* resize:none;*/
}
#contact-us .btn-success{
    background:#d57e17;
    border: #dc8620 1px solid;
}
#contact-us .btn-success:hover{
    background:#e89028;
}
p#SkypeButton_Call_paraElement{
    width: 100% !important;
    height: 40px;
    position: relative;
}
#SkypeButton_Call img{
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: 0 !important;
}

/* front-jumbo-box START ------------ */
.contact-about {
    width:100%;   
    height:auto;
    border-bottom:1px solid #ccc;
    background:#fff;
    padding: 25px 20px 25px 20px;
    font-size: 25px;
    color: #666;
    line-height: 31px;
    text-align: justify;
    font-variant: small-caps;
}
.contact-about:before {
    content:"";
    border-color: #fff transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-23px;
    left:50%;
    margin-left: -6px;
    z-index:1;
}
.contact-about:after {
    content:"";
    border-color: #ccc transparent transparent transparent;
    border-style:solid;
    border-width:12px;
    width:0;
    height:0;
    position:absolute;
    bottom:-24px;
    left:50%;
    margin-left: -6px;
}

.contact-about h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px !important;
    color: #39442e;
    text-shadow:0px 0px 1px rgba(50, 50, 50, 0.6);
}
.contact-about h3, .contact-about h4{
    text-align: center;
    text-shadow:0px 0px 1px rgba(40, 40, 40, 0.5);
}
.contact-about h4{
    color: #3a4d26;
    font-weight: bold;
}
.contact-about a{
    color: #666;
    text-decoration: none;
}
.contact-about .btn{
    float:none;
    margin: 0 auto;
    display: block;
}
/** Contact End */
/* footer --------------------------------------- */
#footer{
    width:100%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:0 auto;
    background:#99130a;
    /*    background-size: 65%;*/
}
#footer .side-menu ul{
    width:100%;
    height:auto;
    overflow:hidden;
    margin: 2% 0 2% 0;
    display: block;
}
#footer .side-menu.footer-menu ul{
    text-align: right;
}
#footer .side-menu ul.last{
    border-right:none;
    margin:10px 0 10px 0.5%;
}
#footer .side-menu ul li{
    width:96%;
    height:auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom:5px;
    padding-left:4%;
    font-size:14px;
    line-height:16px;
    color:#abbfda;
    text-shadow:0 0 1px rgba(50, 50, 50,.1);
}
#footer .side-menu.footer-menu ul li{
    width: auto !important;
    color: #abbfda;
    display: inline-block;
}
#footer .side-menu ul li a{
    color:#abbfda;
    text-decoration: none;
    text-transform: uppercase;
}
#footer .side-menu.footer-menu ul li a{
    color: #abbfda;
}
#footer .side-menu ul li a:hover{
    color:#dc2110;
}
#footer .side-menu.footer-menu ul li a:hover{
    color: #dc2110;
}
#footer .side-menu ul li.h1{
    font-size: 15px;
    line-height:16px;
    color:#d2dded;
    text-shadow:0 0 1px rgba(50, 50, 50,.2);
    text-transform:uppercase;
    padding-left:0;
}
#footer .side-menu ul li span{
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    float: left;
}
#footer .side-menu ul li span.d-line{
    height: 36px;
}


#footer .media-24, #footer .media-32{
    text-align: right; 
}
#footer .copyright{
    text-align: right;
    font-size:13px;
    color:#d2dded;
    text-shadow:0 0 1px rgba(50, 50, 50,.1);
    line-height:15px;
}
#footer .copyright a{
    color: #ff5555;
    text-shadow:0 0 1px rgba(236,0,0,.1);
    text-decoration: none;
}
#footer .copyright a:hover{
    color: #d38585;
}
/* --------------------------------------- */

@media (min-width: 1200px) {
    .col-lg-pdn-left-0{
        padding-left:0 !important;
    }
    .col-lg-pdn-right-0{
        padding-right:0 !important;
    }
    .col-lg-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
@media (min-width: 992px){
    .col-md-offset-0-5 {
        margin-left: 4.16666667%;
    }
    .col-md-offset-0-75 {
        margin-left: 6.25%;
    }
    .col-md-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-md-2-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20.83333333%;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-pdn-left-0{
        padding-left:0 !important;
    }
    .col-md-pdn-right-0{
        padding-right:0 !important;
    }
    .col-md-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #header .sitename{
        font-size:24px;
        line-height: 26px;
    }
    .navbar {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-pdn-left-0{
        padding-left:0 !important;
    }
    .col-sm-pdn-right-0{
        padding-right:0 !important;
    }
    .col-sm-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .col-sm-offset-0-5 {
        margin-left: 4.16666667%;
    }

    .navbar {
        font-size: 14px;
    }
    #header .sitename{
        font-size:22px;
        line-height: 24px;
    }

    #front-jumbo-box, #front-portfolio {
        font-size: 22px;
        line-height: 28px;
    }
    #front-jumbo-box h1, #front-portfolio h1{
        font-size: 30px;
        line-height: 32px;
    }
    #front-location{
        font-size: 14px;
        line-height: 19px;
    }
    #front-location h1{
        font-size: 22px;
        line-height: 22px;
    }

    #front-contact h1{
        font-size: 30px;
        line-height: 34px;
    }
    #front-contact h1 span{
        font-size: 24px;
    }

}
@media (min-width: 768px) {
    .navbar-collapse{
        padding-left: 0;
    }

}
@media (max-width: 767px) {
    .col-xs-offset-0-5 {
        margin-left: 4.16666667%;
    }

    #wrapper #container.brown, #wrapper .others.brown{
        background:#fff;
    }
    .navbar-inverse {
        background-color: #dc2110;
    }
    .navbar-inverse .navbar-nav > li > a {
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; 
        border-radius: 0;
        color: #fff;
    }
    .navbar {
        font-size: 13px;
    }
    #header .sitename{
        font-size:22px;
        line-height: 25px;
    }

    .hotline{
        font-size:13px;
        line-height: 16px;
        text-transform: none;
        font-variant: small-caps;
    }
    .hotline .text{
        font-size: 17px;
    }

    #front-jumbo-box{
        font-size: 20px;
        line-height: 28px;
    }
    #front-jumbo-box h1{
        font-size: 22px;
        line-height: 26px;
    }
    #front-jumbo-box h2{
        font-size: 18px;
        line-height: 22px;
    }


    .about-us .btn{
        float: none !important;
        margin: 0 auto !important;
        display: table;
    }

    #footer .side-menu ul li, #footer .side-menu.footer-menu ul, #footer .copyright{
        text-align: center;
    }
    #footer .side-menu ul li img{
        margin: 0 auto;
        display: block;
    }
    #footer .media-24, #footer .media-32{
        text-align: center; 
    }

}
@media (min-width: 479px) and (max-width: 767px){
    .col-xs-pdn-left-0{
        padding-left:0 !important;
    }
    .col-xs-pdn-right-0{
        padding-right:0 !important;
    }
    .col-xs-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }

}
@media (max-width: 480px) {
    .col-xxs-pdn-left-0{
        padding-left:0 !important;
    }
    .col-xxs-pdn-right-0{
        padding-right:0 !important;
    }
    .col-xxs-pdn-both-0{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .col-xxs-full-width{
        width: 100% !important;
    }
    .hidden-xss{
        display: none !important;
    }
    .visible-xss{
        display: block !important;
    }
    .col-xxs-text-center{
        text-align: center !important;
    }
    .col-xxs-center-img{
        margin:  0 auto;
        display: block;
    }
    .navbar-brand{
        display: block;
    }
    #short-links {
        text-align: center;
        margin: 15px 0 10px 0 !important;
    }
    #header .sitename{
        font-size:24px;
        line-height: 28px;
        text-align: center;
    }
    #header .site-descp{
        text-align: center;
    }
    .logo{
        width: 35%;
        margin: 0 auto;
    }
    .hotline{
        font-size:11px;
        line-height: 16px;
        text-transform: none;
        font-variant: small-caps;
    }
    .hotline .text{
        font-size: 17px;
    }

    #front-jumbo-box, #front-portfolio{
        font-size: 16px;
        line-height: 20px;
    }
    #front-jumbo-box h1, #front-portfolio h1{
        font-size: 18px;
        line-height: 22px;
    }
    #front-jumbo-box h2{
        font-size: 15px;
        line-height: 18px;
    }

    .media-64 .media-icn.fb{
        background:url(../images/social_icon_48x48.png) 0 0 no-repeat;
    }
    .media-64 .media-icn.fb:hover{
        background-position:0 -48px;
    }
    .media-64 .media-icn.tw{
        background:url(../images/social_icon_48x48.png) -48px 0 no-repeat;
    }
    .media-64 .media-icn.tw:hover{
        background-position:-48px -48px;
    }
    .media-64 .media-icn.gp{
        background:url(../images/social_icon_48x48.png) -96px 0 no-repeat;
    }
    .media-64 .media-icn.gp:hover{
        background-position:-96px -48px;
    }
    .media-64 .media-icn.ut{
        background:url(../images/social_icon_48x48.png) -144px 0 no-repeat;
    }
    .media-64 .media-icn.ut:hover{
        background-position:-144px -48px;
    }

    .common-block{
        font-size: 15px;
        line-height: 20px;
    }
    .common-block h1{
        font-size: 20px;
        text-align: center;
    }


}

/* code for bootstrap level 2 and 3 menu --------------------------- */
.navbar-inverse .nav .dropdown .dropdown-menu {
    -webkit-border-radius: 5px 5px 5px 5px ;
    -moz-border-radius: 5px 5px 5px 5px ;
    border-radius: 5px 5px 5px 5px ;    

}
/* ---------------------- --------------------------- */