/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('font/helveticaneueltstd-bd.eot');
    src: url('font/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('font/helveticaneueltstd-bd.woff') format('woff'),
         url('font/helveticaneueltstd-bd.ttf') format('truetype'),
         url('font/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('font/helveticaneueltstd-roman.eot');
    src: url('font/helveticaneueltstd-roman.eot') format('embedded-opentype'),
         url('font/helveticaneueltstd-roman.woff') format('woff'),
         url('font/helveticaneueltstd-roman.ttf') format('truetype'),
         url('font/helveticaneueltstd-roman.svg#HelveticaNeueLTStd55Roman') format('svg');
}

body {
    background: #fff;
    /*text-align: center;*/
    /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
    font-family:Arial,sans-serif;
    color: #555555;
    font-size: 15px;
    padding-bottom:20px;
}
.violet { color: #9d426b; }
a {
    color: #666666;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
a:focus{outline:none}
a:hover { color: #888; text-decoration: none; }

strong { font-weight: bold; }


/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;
}
.header .navbar-inner {
    background: #fff !important;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom:7px;
    padding: 0
}

.header h1 {
    text-indent:-9999px;
    float:left;
}
.header h1 a{
    /*background:url(../img/logo.jpg) no-repeat;*/
    /*width:199px;
    height:133px;*/
}
.header a.brand img {display: block}
.header a.brand {
    display: inline-block;
   /* text-indent: -9999px;*/
    padding: 30px 0 0;
 /*  background: url("../img/logo.jpg") 20px center no-repeat;*/
}
.header a.brand a{
    width: 199px;
    height: 133px;
    background-size: 199px 133px;
}
.header ul.nav {
    font-size: 13px;
    font-weight: bold;
    clear: both;
}

.header ul.nav li a {
    padding: 15px 20px 14px;
    /*color: #676767;*/
    color: #ffffff;
    text-shadow: none;
    border-left: 5px solid #f20000;
    border-right:5px solid #f20000;
}

.header ul.nav li.top_nav_active a {
    padding: 15px 20px 14px;
    /*color: #676767;*/
    color: #666666;
    text-shadow: none;
    border-left: 5px solid #f20000;
    border-right:5px solid #f20000;
}

.navbar .nav > li {
    /*background:none repeat scroll 0 0 #f8f8f8; */
    background:none repeat scroll 0 0 #f20000;
    float: left;
    margin: 0;
}
.header ul.nav li.current-page a,.header ul.nav li a:hover {    
    border-left: 5px solid #a4403e;
    /*background: #eb5755;
    color:#ffffff;
    border-right:5px solid #ffffff;*/

    background: #f8f8f8;
    color: #f20000;

    border-right:5px solid #f8f8f8;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }
.heading_image {
    height: 27px;   
    display: inline-block;
    padding-bottom: 5px; 
}
.breadcrumbs {
    float:right;
    width:auto;
    color:#999999;
    font:normal 12px 'HelveticaNeueLTStd55Roman',arial;
    width:70%;
    margin: 14px 0 20px;
}
.breadcrumbs ul {
    margin:0;
    width:100%;
    text-align: right;
}
.breadcrumbs ul li{ 
    background : url("../img/slash.png") no-repeat scroll left 6px transparent;  
    display: inline-block;
    *display:inline;
    height:20px;
    padding: 0 8px 0 12px;
    position:relative;
}
.breadcrumbs ul li.last { padding-right:0; }
.breadcrumbs ul li:first-child {
    background:none;
}
.breadcrumbs ul li a:hover,.breadcrumbs ul li.current a{ color:#f20000; } 
.search {
    float: right;
    text-align: right;
    width: 70%;
    margin: 0 0 14px;
}
.search input[type="text"] {
    width:220px;
    border:1px solid #cccccc;
    border-radius: 4px 0 0 4px !important;   
    color:#999999;
    height:20px;
    padding:4px 4px 4px 10px;
    font:normal 14px 'HelveticaNeueLTStd Roman',arial;
    float:right;
}
.search input[type="submit"].search_rt {    
    background : url("../img/search_rt.png") no-repeat scroll left top transparent;     
    border: 0 none;
    cursor: pointer;    
    margin: 0;
    text-indent: -1000px;
    vertical-align: top;
    float:right;
    width:50px;
    height:37px;
}
/* ----- Slider ----- */

.slider {
    margin: 0 auto;
   /* background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;*/
}

.flexslider {
    margin-bottom: 3%;
    height: 300px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    clear: both;
   /* border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);*/
}

.flex-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
}
.flex-caption h2{
    font:normal 36px/36px 'HelveticaNeueLTStd75Bold',arial;
    color:#ffffff;
    border-left: 5px solid #f20000;
    padding-left: 15px
}
.flex-caption p{
    font:normal 18px/22px 'HelveticaNeueLTStd55Roman',arial;
    color:#ffffff;
}

.flex-active-slide {

    overflow: hidden;
}


/* ----- Presentation ----- */

/*.presentation {
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.presentation h2 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
}*/

.content {
    border-top:1px solid #eeeeee;
    /*width:100%;*/
    margin:auto;

    /*matt nov 4, 2013*/
    /*overflow: hidden;  */ 
}
.leftnav {
    /*width:360px;*/
    /*width:30.5%;*/
    margin-right: 20px;
    float:left;     
}
.leftnav h3{
    font: normal 18px 'HelveticaNeueLTStd75Bold',arial;
    margin: 0;
    padding: 15px 0 8px 19px;
    text-align: left;
    color:#f20000;
    clear: both;
    float:left;
    width: 90%;
}
.leftnav h3 a{color:#f20000;display: block}
.content { 
    padding: 15px 0 0; 
    padding-bottom: 20px;
    border-bottom: 1px solid #f20000;
}
.leftnav .top{ width:100%;float:left;}
.leftnav .top span,.leftnav .top span span,.leftnav .top span span span,.leftnav .bottom span,.leftnav .bottom span span,.leftnav .bottom span span span{
    background : url("../img/left_nav.png") no-repeat scroll left top transparent;  
    border: 0 none;     
    float:left;         
    height:10px;
}
.leftnav .top span span {
    background-position:right -16px;
}
.leftnav .top span span span,.leftnav .bottom span span span {
    background-position:left -61px;
    background-repeat:repeat-x;
    width:343px;
    margin:0 12px
}
.leftnav .bottom span {
    background-position:left -31px;
}
.leftnav .bottom span span {
    background-position:right -46px;
} 
.leftnav .bottom span span span {
    background-position:left -76px;
}
.leftnav .center span,.leftnav .center span span {
    /*background : url("../img/leftnav_midl.png") repeat-y scroll -2px top transparent;*/
    float:left;
    border: 0 none; 
    height: auto;
    width: 100%;
}
.leftnav .center span span {
    /*background : url("../img/leftnav_midr.png") repeat-y scroll right top transparent;        */
}
.leftnav .center span span .cenmid {            
    /*width: 355px;*/
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

/*2013-11-28 Matt no border on sidemenu if empty*/
.leftnav .center span span .cenmid:empty {

    border: none;
}

.leftnav .center span span .cenmid ul {
    padding:0;
    margin:0;           
}
.leftnav .center span span .cenmid ul li:first-child {
    border-top:0;
    border-radius: 5px 05px 0 0
}
.leftnav .center span span .cenmid ul li:last-child {
    border-top:1px solid #e5e5e5;
    border-radius: 0px 0px 5px 5px;
}
.leftnav .center span span .cenmid ul li li:first-child {border-top:1px solid #e5e5e5;  } 
.leftnav .center span span .cenmid ul li {
    text-align:left;
    list-style: none outside none;                  
    border-top:1px solid #e5e5e5;
    width: 100%;            
    margin:0 0 0 0px;
    padding: 0 0px 0 0px;
    background : url("../img/leftnav_hoverborder.png") no-repeat scroll 20px 11px transparent;
    position:relative;
    clear: both;
}
.leftnav .center span span .cenmid li a {
    width:auto;         
    font:16px/20px 'HelveticaNeueLTStd55Roman',arial;           
    padding:6px 0 6px 40px;
    display:block;                  
}
.leftnav .center span span .cenmid li:hover/*,.leftnav .center span span .cenmid li li:hover*/{
    background : url("../img/left_nav_border.png") no-repeat scroll 20px 11px  #f20000 !important;
    color:#ffffff !important; 
}
.leftnav .center span span .cenmid li li {  background : url("../img/leftnav_hoverborder.png") no-repeat scroll 34px 11px #fff !important
}
.leftnav .center span span .cenmid li li {  background : url("../img/leftnav_hoverborder.png") no-repeat scroll 34px 11px #fff !important}
/*.leftnav .center span span .cenmid li li:hover {background-position:34px 11px !important}*/
.leftnav .center span span .cenmid li li:hover{background-color: #eb5754 !important;background-position:34px 11px !important}
.leftnav .center span span .cenmid li.parent .sel.open a{color: #eb5753 !important;font-weight: bold;}
.leftnav .center span span .cenmid li li.current{background-color: #eb5754 !important;}
.leftnav .center span span .cenmid li li.current a,.leftnav .center span span .cenmid li.parent:hover .sel.open a{color: #fff !important}
.leftnav .center span span .cenmid li:first-child:hover{border-radius: 5px 05px 0 0}
.leftnav .center span span .cenmid li:last-child:hover{border-radius: 0px 0px 5px 5px}
.leftnav .center span span .cenmid.last_hover li:last-child:hover{border-radius: 5px}

.leftnav .center span span .cenmid li ul li:first-child:hover{border-radius: 0}
.leftnav .center span span .cenmid li ul li:last-child:hover{border-radius: 0}

.leftnav .center span span .cenmid li:hover a,.leftnav .center span span .cenmid ul li:hover ul li:hover a {
    color:#ffffff;
}
.leftnav .center span span .cenmid li:hover .tooltips { 
    /*background : url("../img/tooltip_bg.png") no-repeat scroll left top transparent;*/
    top: -40%;
    display: block !important;
    min-height: 215px;
    /*left: 290px;*/
    position: absolute;
    width: 400px;
    z-index:100000;
}

/*matt nov 4, 2013*/
.nav-pop-up {
    /*position: fixed;*/
    position: relative;
    width: 327px;
    min-height: 215px;
    background-color: #FFFFFF;

    border: 1px solid #D4D4D4;

    -webkit-border-radius: 10px;   
    border-radius: 10px;

    -webkit-box-shadow:  0px 5px 10px 3px rgba(1, 1, 1, 0.1);
    
    box-shadow:  0px 5px 10px 3px rgba(1, 1, 1, 0.1);

    /*overflow: hidden;*/

    padding: 0;
    margin: 0 15px;
}

/*matt nov 4, 2013*/
.nav-pop-up:before {
    content: ' ';
    position: absolute;
    min-width: 20px;
    min-height: 20px;

    top: 40%;
    left: -11px;

    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */

    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #D4D4D4 transparent transparent #D4D4D4;

    z-index: 0;

}

.tooltips h4 {
    font:normal 16px/18px 'HelveticaNeueLTStd75Bold',arial;
    color:#555555;
    text-transform:uppercase;
    /*width:86%;*/
    text-align:left;
    padding:15px 0 12px 30px;
    margin:auto;
}

/*matt nov 4, 2013*/
.nav-pop-up > h4 {
    /*width: 99%;*/
    /*height: 3em;*/
    background-color: #E2E2E2;

    border: 1px solid #FFFFFF;

    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;

    display: block;

    margin: 0;
}

.tooltips .tooltip_content {
	color: black;
    width:86%;
    margin:15px; 
}
.tooltips img { 
	height: auto;
	padding-right:10px;
	float:left;
	
    /*matt nov 4, 2013*/
    position: relative;
    z-index: 1;
}
.tooltips .tooltip_content p {
    color:#555555;
    font:12px 'HelveticaNeueLTStd55Roman',arial;
    text-align:left;
    /*width:45%;
    float:left;*/ 
    margin-top:20px;
}
.tooltips .tooltip_content .view_btn {
    /*background: url("../img/group_button.png") no-repeat scroll 22px -190px transparent;*/  
    /*float: left;*/
    position: absolute;
    right: 15px;
    bottom: 15px;
    /*height: 30px;*/
    margin: 0;
    /*padding: 0 !important;*/
    text-align: center;   
    /*width: 96px !important;*/

    /*matt nov 4, 2013*/
    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424242 0%,#242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#242424',GradientType=0 ); /* IE6-9 */

    padding: 0.75em 1.5em !important;
    /*margin: 0.5em;*/

    border: 1px solid #707070;

    -webkit-border-radius: 4px;   
    border-radius: 4px;

    text-shadow: -1px -1px 0 #262626,  
              1px -1px 0 #262626,
             -1px 1px 0 #262626,
              1px 1px 0 #262626;

    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em !important;
    text-decoration: none;

    display: inline-block;
}

/*matt nov 4, 2013*/
.tooltips .tooltip_content .view_btn:hover {

    background: #242424; /* Old browsers */
    background: -moz-linear-gradient(top,  #242424 0%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #242424 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #242424 0%,#424242 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #242424 0%,#424242 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #242424 0%,#424242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}
/*left navigation end*/
/* ----- What we do ----- */

.what-we-do {
    margin-top: 50px;
}

.what-we-do .service {
    padding-bottom: 23px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.what-we-do .service:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.what-we-do .service .icon-awesome {
    margin-top: 15px;
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.what-we-do .service h4 {
    margin-top: 5px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
   /* text-shadow: 0 1px 0 rgba(255,255,255,.7);*/
}

.what-we-do .service p {
    padding-bottom: 10px;
    line-height: 24px;
}

.what-we-do .service a {
    padding: 5px 22px;
    background: #9d426b;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.what-we-do .service a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.what-we-do .service a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/* ----- Portfolio ----- */

.portfolio {
 /*   margin-top: 50px;*/
    margin-top: 20px;
    float:left;
    width: 100%;
}

/*.portfolio-title {
    background: url(../img/line.png) left center repeat-x;
}*/

.portfolio-title h3 {
    /*width: 80%;*/
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    float:left;
    text-align:left;
}
.portfolio .work {
   /* margin-top: 40px;*/
    padding-bottom: 20px;
    /*width: 380px;*/
    width:100%;

}

.portfolio .work.rss a {

    font-weight: bold;
    color: #F20000;
}

.portfolio .rss a {

    float: left;
}

.portfolio .work:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

/*.portfolio .work:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
*/
.portfolio .work .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #9d426b; 
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work .icon-awesome a:hover {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

/* ----- Membership ----- */
.member-group, .rep-member-group, .sus-member-group {
    overflow: hidden;
}

.rep-member-group, .sus-member-group {
    float: left;
}
.member {
    height: 70px;
    width: 175px;
    float: left;
    text-align: center;
    padding: 5px 0;
}

.member > a {
    display: block;
    height: 70px;
    width: 175px;
}
.member img {
    max-height: 70px;
    max-width: 175px;
}

/* ----- Testimonials ----- */

.testimonials {
    margin-top: 50px;
    padding-bottom: 50px;
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x;
}

.testimonials-title h3 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list img {
    float: left;
    margin: 10px 0 0 60px;
    border: 3px solid #eaeaea;
}

.testimonial-list p {
    padding: 0 60px 0 150px;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    width: 200px;
    float: right;
    border: 0;
}

.testimonial-list .nav-tabs li {
    margin-right: 6px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: #9d426b; }


/* ----- Footer ----- */

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}

.footer {

    padding: 15px 0 0;
    width: 1170px;
    margin: auto;
}

/* Twitter feed */
.show-tweets {
    margin: 0;
    overflow-y: hidden;
}

.tweet_list {
    height: 10em;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
}
    
.tweet_list li {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    line-height: 24px;
}
        
.tweet_list .tweet_avatar {
    float: left;
}
        
.tweet_list .tweet_avatar img {
    vertical-align: middle;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
    overflow: hidden
}

.flickr-feed li {
    float: left;
    padding: 0 4px 4px 0;
    list-style: none;
}

.flickr-feed li img {
    width: 50px;
    border: 2px solid #eaeaea;
}

.flickr-feed a:hover {
    opacity: 0.7;
}


footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }


/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .7);*/
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/********** ----- ABOUT PAGE ----- **********/

/* ----- About us text ----- */

.about-us {
    margin-top: 20px;
}

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

.about-us-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Meet our team ----- */

.team {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
}

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.team-text:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-text:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.team-text .social-links {
    margin-top: 15px;
}

.team-text .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team-text .social-links a.twitter { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.team-text .social-links a.dribbble { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.team-text .social-links a.pinterest { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.team-text .social-links a.flickr { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.team-text .social-links a.forrst { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.team-text .social-links a.vimeo { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.team-text .social-links a.linkedin { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.team-text .social-links a.facebook { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.team-text .social-links a.email { background: url(../img/social-icons/email.png) left top no-repeat; }
.team-text .social-links a.behance { background: url(../img/social-icons/behance.png) left top no-repeat; }
.team-text .social-links a.googleplus { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.team-text .social-links a.youtube { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.team-text .social-links a.skype { background: url(../img/social-icons/skype.png) left top no-repeat; }
.team-text .social-links a.tumblr { background: url(../img/social-icons/tumblr.png) left top no-repeat; }

.team-text .social-links a:hover { background-position: left bottom; }

.team-text h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-text p {
    line-height: 24px;
    font-style: italic;
}


/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding: 10px 0;
}

.contact-form p {
    margin-top: 15px;
}

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: #9d426b;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.contact-us form label {
    margin-top: 10px;
    font-size: 13px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }

/* ----- Google maps ----- */

.map {
    margin: 20px 20px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/********** ----- SERVICES PAGE ----- **********/

/* ----- Services full width text ----- */

.services-full-width {
    margin-top: 20px;
}

.services-full-width-text {
    padding: 10px 0 0 0;
    text-align: left;
}

.services-full-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Services half width text ----- */

.services-half-width {
    margin-top: 20px;
}

.services-half-width-text {
    padding: 10px 0;
    text-align: left;
}

.services-half-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Call to action ----- */

.call-to-action {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding: 25px 0 20px 0;
    text-align: left;
    background: #f8f8f8;
    overflow: hidden;
}

.call-to-action-text:hover {
    box-shadow:
        0 3px 10px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.call-to-action-text .ca-text, .call-to-action-text .ca-button {
    float: left;
    padding: 0 0 0 35px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .ca-button {
    float: right;
    padding: 0 35px 0 0;
}

.call-to-action-text .ca-button a {
    padding: 5px 22px;
    background: #9d426b;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.call-to-action-text .ca-button a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call-to-action-text .ca-button a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-page h4.filter-portfolio {
    margin-top: 35px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
}

.filter-portfolio a { color: #5d5d5d; text-decoration: none; }
.filter-portfolio a:hover { color: #9d426b; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #9d426b; }
.filter-portfolio a#active-imgs:hover { color: #5d5d5d; }


/*GALLERY*/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*GALLERY END*/







/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .flex-caption {/* max-width: 730px;*/ }
    .flex-control-thumbs li {width:11%}

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
       /* padding-top: 15px;*/
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
       /* max-width: 500px;*/
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider, .what-we-do, .portfolio {
       /* padding: 0 20px;*/
    }

    .what-we-do {
        margin-top: 30px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }
    .flex-caption {display: block;}
    .presentation, footer, .testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }

    .presentation p {
        line-height: 30px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .tweet_list {
        height: 6em;
    }

}

@media (max-width: 480px) {

    .tweet_list {
        height: 10em;
    }

}


/**gallery**/
#banner-fade,
#banner-slide{
    margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
    display:block;
    padding:10px;
    background:#fff;
    color:#000;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}

ol.bjqs-markers li a{
    padding:5px 10px;
    background:#000;
    color:#fff;
    margin:5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
    background: #999;
}

p.bjqs-caption{
    background: rgba(255,255,255,0.5);
}
.flex-caption em{
    background:#f20000;
    width:5px;
    height:30px;
    float:left;
    margin-top:18px;
    margin-right:15px;
}
.main_content {
    /*width:67%;*/
    float:left;
}
.main_content h3, .spaw_body h3 {
        font:normal 36px 'HelveticaNeueLTStd75Bold',arial;
}
.text_con {
    float:left;
    text-align:left;
    border-bottom:1px solid #eeeeee;
}
.text_con p{
    color:#555555;
    font:normal 14px/20px 'HelveticaNeueLTStd55Roman',arial;
    margin-bottom:20px;
}
.text_con h2{
    color:#f20000;
    font:normal 25px 'HelveticaNeueLTStd75Bold',arial;
}
.text_con h2 em,.inner_page h3 em {
    border-left: 10px solid #555555;
    display: inline-block;
    margin: 9px 8px 0 0;
    padding: 0 0 26px;
}

.custom-show-hide-example h3 {
    display: none !important;
}

.inner_page h3 em {
    border-color:#EB5754;
}
    border-color:#f20000;
}

.inner_page ul, .spaw_body ul
{
    position: relative;
    list-style-type: none;
}

.inner_page ul > li:before, .spaw_body ul > li:before{
    content: "\2022";
    color: #f20000;
    position: absolute;
    left: -16px;
    font-size: 15px;
}

.inner_page .pagination ul > li:before, .spaw_body ul > li:before {
    content: "";
}

.inner_page ol, .spaw_body ol {

    list-style-type: none;
    counter-reset: item;
    position: relative;
}

.inner_page ol li:before, .spaw_body ol li:before {

    content: counter(item) ". ";
    counter-increment: item;
    color: #F20000;
    position: absolute;
    left: -17px;
}

.inner_page .title {

    font-weight: bold;
}

.inner_page a, .spaw_body a {
    color: #f20000;
}
.readmore {
    /*background : url(../img/group_button.png) no-repeat 0 0;
    width:114px;*/
    float:right;
    margin-bottom:20px !important;
    display:block;
    font-size:15px !important;
    color:#000;
    height:30px;
    font-family:arial;
}
.readmore i{
    background: url("../img/readmore_icon.png") no-repeat scroll right -48px transparent;
    float: right;
    font-style: normal;
    height: 14px;
    margin-top: 3px;
    width: 18px;
}
.portfolio .work img{
    width:100px;
    height:100px;
    float:left;
}
.portfolio .work h4{
    color:#f20000;
    font:normal 18px/20px 'HelveticaNeueLTStd75Bold',arial;
    text-align:left;
    margin:0 0 10px 13px;
    float:left;
    text-transform:capitalize;
    width:50%;
}
.portfolio .work p{
    font:12px/17px 'HelveticaNeueLTStd55Roman',arial;
    color:#555555;
    text-align:left;
    margin-left:15px;
    float:left;
    width:69%;
    margin-bottom:0;
}

.portfolio .work.rss p {

     width:100%;
}

.portfolio .work p b {font-weight:normal;}
.portfolio  .row {
    float:left;
    width:48%;
    margin-bottom:20px;
}
.main_content .public_policy h3,.main_content .public_policy h3 em{color:#f20000;border-color:#555555;}
.public_policy {margin-left:4%;}
.view_all_news,.view_all_policies {
    /*background : url(../img/group_button.png) no-repeat 0 -74px;
    width:84px;*/
    height:30px;
    float:right;
    display:block;
    margin-top:10px;
    font-size:15px !important;
    color:#000;
    font-family:arial;
}

.view_all_news,.view_all_policies {
    /*background : url(../img/group_button.png) no-repeat 0 -108px;
    width:112px;*/
    display:block;
    float:right;
}

.viewall{
    float:left;
    width: 100%;
    display:block;
    border-bottom:1px solid #eeeeee;
    height:75px;
    padding-top:10px;
    padding-right: 20px;
    margin-top: 10px
}
.main_content h3, .spaw_body h3{   
    color:#555555;
    font:normal 25px/34px 'HelveticaNeueLTStd75Bold',arial;
    text-align:left;
    clear: both;
    margin-bottom: 25px;
    
}
.portfolio-title h3 em {
    border-left:10px solid #f20000;
    display: inline-block;
     margin: 6px 8px 0 0;
     padding: 0 0 27px;

}

.portfolio-title h3.close {
	width: 100%;
}  
.inner_page .bulletins h3 a{
    color:#f20000;
    font:normal 18px 'HelveticaNeueLTStd75Bold',arial;  
    text-align:left;
    background : url(../img/year_top.jpg) no-repeat 0 center;
    display:block;
    padding-left:28px;
    margin-bottom: 0px;
    cursor:pointer;
    float:left;

}
.inner_page .bulletins h3 a a{background: none !important;padding-left: 0;}
.inner_page .bulletins h3.open a{ 
    background : url(../img/year_bot.jpg) no-repeat 0 center;
}
.years {
    float:left;
    width:100%;
    margin: 10px 0 0 9px;
}
.main_content .bulletins h3{
    border-top: 1px solid #EEEEEE;
    margin-bottom: 0;
    padding-top: 10px;
    overflow: hidden;
}
.years span{
    float:left;
    width:100px;
    text-align:left;
    color:#555555;
}

.years p, .years a{
    float:left;
    width: 73%;
    text-align:left;
    color:#eb5554;
}
.years strong{
    float:left;
    width:85px;
    text-align:left;
    color:#555555;
    font-size:14px;
}
.years li{
    list-style:none;
    float:left;
    width:100%;
    font-size:14px;
    margin: 0 0 10px 0;
}

.years li:before
{
    display: none;
}

.bulletins {margin-left:20px;  margin-right: 10px;}
.portfolio .public_policy .work h4 {color:#555555}
.collapse.nav-collapse{/*height:45px;*/float:right;*width:78% !important}
.slider .container .row {
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 6px;
}

.leftnav .inner_leftnav .top span,.leftnav .inner_leftnav .top span span,.leftnav .inner_leftnav .top span span span,.leftnav .inner_leftnav .bottom span,.leftnav .inner_leftnav .bottom span span,.leftnav .inner_leftnav .bottom span span span{
    background : url("../img/inner_left_nav.png") no-repeat scroll left top transparent;    
    border: 0 none;     
    float:left;         
    height:10px;
}
.leftnav .inner_leftnav .top span span {
    background-position:right -16px;
}
.leftnav .inner_leftnav .top span span span,.leftnav .inner_leftnav .bottom span span span {
    background-position:left -61px;
    background-repeat:repeat-x;
    width:343px;
    margin:0 12px
}
.leftnav .inner_leftnav .bottom span {
    background-position:left -31px;
}
.leftnav .inner_leftnav .bottom span span {
    background-position:right -46px;
} 
.leftnav .inner_leftnav .bottom span span span {
    background-position:left -76px;
}
    
.leftnav .inner_leftnav .center span,.leftnav .inner_leftnav .center span span {
    background : none;  
}
.leftnav .inner_leftnav .center span,.leftnav .inner_leftnav .center span span {
    background : none;
    float:left;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    border: 0 none; 
    height: auto;
    width: auto;
}
.leftnav .inner_leftnav .center span span .cenmid {         
    background : none repeat scroll 0 0 #f6f6f6;
    float:left;
    border: 0 none; 
    height: auto;   
    border-right:1px solid #dedede;
    border-left:1px solid #dedede;
    width:365px;    
}
.leftnav .inner_leftnav .center span span .cenmid  ul li {
    margin:0;
    width:100%;
    clear:both;
}
.leftnav .inner_leftnav .center span span .cenmid li:hover{
    background:url("../img/left_nav_border.png") no-repeat scroll 20px 11px transparent;
    color:#ec5854;
}
.leftnav .inner_leftnav .center span span .cenmid li:hover a { color:#ec5854; }
.leftnav .center span span .cenmid ul li ul { /*matt nov 4, 2013*/ /*display : none;*/ }
.leftnav .center span span .cenmid ul li ul {
    clear: both;
    float: left;
    width: 100%;
}
.leftnav .center span span .cenmid ul li.current ul, .leftnav .center span span .cenmid ul li.current.parent ul,.leftnav .center span span .cenmid li:hover ul {
     display: block;
}
.leftnav .inner_leftnav .center span span .cenmid ul li.current > a { color:#f20000;font-weight:bold; }
.leftnav .inner_leftnav .center span span .cenmid ul li ul li {
    /*background : url("../img/leftnav_hoverborder.png") no-repeat scroll 35px 11px #fff;*/
    margin:0;
    padding:0;
    width:100%;
}
.leftnav .inner_leftnav .center span span .cenmid ul li.current:hover ul li,.leftnav .inner_leftnav .center span span .cenmid ul li.parent:hoverul li{background:none;}
.leftnav .center span span .cenmid ul li ul li a,.leftnav .center span span .cenmid ul li.current li a,.leftnav .center span span .cenmid ul li:hover ul li a {
    padding: 6px 0 6px 54px;
    /*color:#666666; */ 
}
.leftnav .inner_leftnav .center span span .cenmid li.current:hover li {/*background:none;*/}
.leftnav .inner_leftnav .center span span .cenmid ul li ul li:hover,.leftnav .inner_leftnav .center span span .cenmid ul li ul li.current {
    /*background : url("../img/leftnav_hoverborder.png") no-repeat scroll 35px 11px #f20000;*/
    color:#ffffff !important;
}
.leftnav .inner_leftnav .center span span .cenmid ul li ul li:hover a,.leftnav .inner_leftnav .center span span .cenmid ul li ul li.current a { color:#ffffff !important; }
.leftnav .bottom{margin-bottom:15px;float:left;clear:both}


/** Bootstrap Style**/

/* Corner radius */
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl { 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  -khtml-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-right, 
.ui-corner-tr { 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  -khtml-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl { 
  -moz-border-radius-bottomleft: 4px; 
  -webkit-border-bottom-left-radius: 4px; 
  -khtml-border-bottom-left-radius: 4px; 
  border-bottom-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br { 
  -moz-border-radius-bottomright: 4px; 
  -webkit-border-bottom-right-radius: 4px; 
  -khtml-border-bottom-right-radius: 4px; 
  border-bottom-right-radius: 4px; 
}
/*.ui-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 0 8px;
  margin: 0;*/
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  /*color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;  
   float: right;
   font-family: 'HelveticaNeueLTStd55Roman';
}*/

.ui-button {

        background: #f9f9f9; /* Old browsers */
        background: -moz-linear-gradient(top,  #f9f9f9 0%, #e7e7e7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f9f9f9 0%,#e7e7e7 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f9f9f9 0%,#e7e7e7 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

        border: 1px solid #B8B8B8;
        -webkit-border-radius: 5px;
    
        border-radius: 5px;
        color: #33383A;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.85em;
        text-decoration: none;

        display: inline-block;

        float: right;
}

.ui-button:hover {

    background: #e7e7e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7e7e7 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e7e7 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e7e7 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e7e7 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7e7e7 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

/*.ui-button span {line-height:18px}*/
.ui-button-error {
  /*color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);*/
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 height: 24px;
font-family: arial*/

    background: #eb5c58; /* Old browsers */
    background: -moz-linear-gradient(top,  #eb5c58 0%, #be3730 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb5c58), color-stop(100%,#be3730)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eb5c58 0%,#be3730 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eb5c58 0%,#be3730 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eb5c58 0%,#be3730 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eb5c58 0%,#be3730 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5c58', endColorstr='#be3730',GradientType=0 ); /* IE6-9 */


    padding: 0.25em 1em;
    margin: 0.5em;

    border: 1px solid #DB8F8B;

    -webkit-border-radius: 4px;   
    border-radius: 4px;

    text-shadow: -1px -1px 0 #A43B37,  
                  1px -1px 0 #A43B37,
                 -1px 1px 0 #A43B37,
                  1px 1px 0 #A43B37;

    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;

    float: right;

    display: inline-block;
}

.ui-button-error:hover {

    background: #be3730; /* Old browsers */
    background: -moz-linear-gradient(top,  #be3730 0%, #eb5c58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be3730), color-stop(100%,#eb5c58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #be3730 0%,#eb5c58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #be3730 0%,#eb5c58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #be3730 0%,#eb5c58 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #be3730 0%,#eb5c58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be3730', endColorstr='#eb5c58',GradientType=0 ); /* IE6-9 */
}

.ui-button-black {
  /*color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);*/
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 height: 24px;
font-family: arial*/

    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #424242 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424242 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424242 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424242 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424242 0%,#242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#242424',GradientType=0 ); /* IE6-9 */


    padding: 0.25em 1em;
    margin: 0.5em;

    border: 1px solid #707070;

    -webkit-border-radius: 4px;   
    border-radius: 4px;

    text-shadow: -1px -1px 0 #262626,  
              1px -1px 0 #262626,
             -1px 1px 0 #262626,
              1px 1px 0 #262626;

    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;

    float: right;

    display: inline-block;
}

.ui-button-black:hover {

    background: #424242; /* Old browsers */
    background: -moz-linear-gradient(top,  #242424 0%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #242424 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #242424 0%,#424242 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #242424 0%,#424242 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #242424 0%,#424242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}

.ui-button-inverse {
    color: #ffffff;
/*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);/* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    height: 24px;
    font-family: arial
}
.ui-button-error i ,.ui-button-inverse i{   
    background: url("../img/readmore_icon.png") no-repeat scroll right 1px transparent;
    float: right;
    font-style: normal;
    height: 14px;
    width: 18px;
    margin-top:3px;

}
.ui-button-black i{   
    background: url("../img/readmore_icon.png") no-repeat scroll right -22px transparent;
    float: right;
    font-style: normal;
    height: 14px;
    width: 18px;
    margin-top:3px;

}
.ui-button-inverse i {
    background-position:right -23px;
    margin-top:3px;
}

.css-button-inverse
{
        background: #424242; /* Old browsers */
        background: -moz-linear-gradient(top,  #424242 0%, #242424 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#242424)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #424242 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #424242 0%,#242424 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #424242 0%,#242424 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #424242 0%,#242424 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#242424',GradientType=0 ); /* IE6-9 */

        padding: 0.25em 1em;
        margin: 0.5em;

        border: 1px solid #707070;

        -webkit-border-radius: 4px;   
        border-radius: 4px;

        text-shadow: -1px -1px 0 #262626,  
                      1px -1px 0 #262626,
                     -1px 1px 0 #262626,
                      1px 1px 0 #262626;

        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        /*font-size: 0.70em;*/
        font-size: 11px;
        text-decoration: none;

        float: right;

        display: inline-block;
}

.css-button-inverse i{   
    background: url("../img/readmore_icon.png") no-repeat scroll right 1px transparent;
    float: right;
    font-style: normal;
    height: 14px;
    width: 18px;
    margin-top:3px;
    background-position: right -23px;

}

.css-button-inverse:hover
{
    background: #242424; /* Old browsers */
    background: -moz-linear-gradient(top,  #242424 0%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #242424 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #242424 0%,#424242 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #242424 0%,#424242 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #242424 0%,#424242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}

.bulletins h3:first-child{border-top: 0px solid red !important}
.portfolio .work .ui-button-inverse,.portfolio .work .ui-button-error{margin-top:10px}
.inner_leftnav {background : #f6f6f6;}
.inner_leftnav ul ul li{/*background:#f20000 !important;*/}
.inner_leftnav ul ul li:hover{/*background-color: #f20000 !important;background-position:34px 11px !important*/} 
.leftnav .center span span .cenmid ul li ul li a{color:#666666!important} 
.leftnav .center span span .cenmid ul li ul li:hover a{color:white !important} 
.search input.search_rt[type="submit"]{border-radius: 0px ;}


@media only screen and (min-width : 767px) {/*641px*/
    .custom-show-hide-example .center{display:block !important;} 
    .hidden1,.hidden_mem {
        float: left;
        height: 20px;
        position: relative;
        top: 23px;
        width: 100%;
    }
    .hidden_mem{top:21px;display: none}
    .leftnav h3{padding: 0 0 8px 19px !important;}
    .committees h3{display: none !important}
    .menu_title{display: none !important;}
    .text_con{margin-top: 10px}
    .inner_leftnav{margin-top: 20px}
}
/*body,.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container,.span10,.span12{background:#fff !important;}*/

/*** For ie8***/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container,.span10,.span12 {width:1170px\0}
.custom-show-hide-example .center{display:block !important\0 !important;} 
.hidden_mem{display: none\0 !important;}
.leftnav h3{padding: 0 0 8px 19px !important\0 !important;}
.committees h3{display: none !important\0 !important}
.menu_title{display: none !important\0 !important}
.text_con{margin-top: 10px\0 !important}
.inner_leftnav{margin-top: 20px\0 !important}
.custom-show-hide-example h3{display:block\0 !important;}
.innner_page .committees h3{display:none\0 !important;}
.custom-show-hide-example .center{display:block\0 !important;} 
.menu_title{display: none\0 !important;}


/* list news */
.list_news {
	float: left;
	text-align: left;	
}
.list_news img{
	width: 120px;
	float: left;
    margin: 0 15px 0 0;	
}
.list_news h4 {
    margin: 0 0 10px 0;
}

h4.list_news {
	text-align: left;
}

.nav_active {
    background : url("../img/leftnav_hoverborder.png") no-repeat scroll 20px 11px #eb5754 !important;
    color:#ffffff !important;    	
}

.top_nav_active {
    /*background : #eb5754 !important;
    color:#ffffff !important;*/

    background: #f8f8f8 !important;
    color: #676767 !important;	
}

.top_nav_active > .active
{
    border-left: 5px solid #a4403e !important;
    border-right:5px solid #f8f8f8 !important;
}

.active {
	color: #676767 !important;
}

.nav_active > .active
{
     color:#ffffff !important
}
