/* colors 
	gray
	gray 573030
	slate blue: #6B7F98;
	slate blue tint: a1c0e5
	slate blue tint 2: dae5f2
	slate blue dark: 505f73
	
*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    }
body {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    background:#F1F0EE;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.layout4 {
    background:#333333; /* was #383B45 */
    color: #fff;
}
body.layout4c {
    background:#333333; /* was #383B45 */
    color: #333;
}
/* Wrapper for page content to push down footer */
.wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -120px;
  /* Pad bottom by footer height */
  padding: 0 0 120px;
}

.header-logo {
    margin: 0 20px 40px 10px;
}
a {
    color: #6B7F98; /* 666 */
}

a:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.navbar .nav {
    margin-top: 5px;
}
.layout2 .navbar .nav {
     margin-top: 30px;
}
.navbar .nav,
.navbar .nav > li {
  float: none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar-header {
    display: block;
    width: 100%;
    text-align: center;
}
.navbar-inner {
  text-align: center;
}
.nav-main {
	margin-bottom: 0;
}
.nav-main, .navbar-collapse {
    text-align: center;
}
.navbar-nav {
    float: none;
    margin: 10px auto;
}
.navbar-nav>li>a {
    display: inline-block;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 5px;
    color: #ddd;
    line-height: 1;
    font-weight: 700;
    margin: 0 8px 0 8px;
/*     letter-spacing: .1em; */
    text-transform: uppercase;
}

.navbar-nav>li>a:hover, .navbar-nav>li.active>a, .navbar-nav>li>a:focus {
    color: #fff;
    background: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: transparent;
    color: #fff;
}
.dropdown-menu {
    border: none;
    background-color: #fafafa;
    margin-top: 10px !important;
}
.dropdown-menu>li>a{
   font-size: 16px;
}
.navbar-toggle {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
}
.collapse.in .navbar-nav {
	background: #222;
}
.collapse.in .navbar-nav>li {
	display: block;
}
.collapse.in .navbar-nav>li>a {
    display: block;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 5px;
    color: #ddd;
    line-height: 1;
    font-weight: 700;
    margin: 0 8px 0 8px;
/*     letter-spacing: .1em; */
    text-transform: uppercase;
}
.cat-menu li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}
.cat-menu>li>a {
    display: inline-block;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px;
    color: #000 !important;
    line-height: 1;
    font-weight: 700 !important;
    margin: 5px 8px 5px 8px !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sub-nav {
    margin: 15px 0;
}
.sub-nav>li {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 5px 0;
    color:#333;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    letter-spacing: .05em;
}
.sub-nav .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    margin-top: 3px;
    text-align: center;

}
.sub-nav li.active .fa-li, .sub-nav li:hover .fa-li {
/*    position: absolute;
    left: -1.6em;
    width: 2.14285714em;
    top: .14285714em;
    margin-top: 3px;
    text-align: center;*/

}
/*.sub-nav>li {
    margin: 0;
}*/
.sub-nav>li>a {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    color: #573030;
    line-height: 1;
    font-weight: 400;
    margin: -2px 0 0 0;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.sub-nav>li>a:hover, .sub-nav>li.active>a{

    color: #000;

}
.logo {
    margin: 22px auto 9px auto;
}
.layout2 .logo {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    top: 20px;
}
.logo h3 {
/*    font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
*/    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
}
.logo h3 a {
    color: #fff;
    text-decoration: none;
}
.logo h4, .logo h3 span {
    display: block;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 14px;
    text-align: center;
    letter-spacing: .15em;
}

.nav-pills>li>a {
    font-size: 14px;
    padding: 5px;
    color: #00B8D7;
    line-height: 1;
    font-weight: 700;
    margin: 0 15px 15px 0;
    letter-spacing: 0;
}
.nav-pills>li>a:last-child {
    margin: 0 0 15px 0;
}

.nav-pills>li>a:hover, .nav-exhibition>li.active>a {
    color: #fff;
    background-color: #00B8D7;
}
.header {
    text-align: center;
    padding: 0 0 0 0;
    background: #666;
    min-height: 104px;
    margin-bottom: 0;
    background: #666 url(/assets/images/header-bg23.png) no-repeat center center; background-size: cover;
    border-bottom: none;
/*     overflow:auto; */
}
.header-home {
    padding: 5px 0 0 0;
    height: 52px;
    margin-bottom: 0;
}
.layout4a .header {
    border-bottom: none;
}
.layout2 .header {
        height: 90px;

}
.banner {
    background: #ccc;
    height: 118px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #fafafa;
}
.layout4a .banner {
        border-bottom: none;

}
.banner h2 {
    text-align: center;
    color: #fff !important;
    font-weight: 400;
    letter-spacing: .1em;
    text-shadow: 0 0 6px rgba(0,0,0,.7);
}
.layout3 .banner h2 {
    text-align: left;
    text-shadow: 0 0 0;
    

}
.carousel-wrapper {
    margin-top: -100px;
    margin-bottom: 70px;
}




a.more {
    display:inline-block;
    padding-left: 10px;
}
p {
    font-family: 'proxima-nova', Georgia, Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding: 0 0 17px 0;
    line-height: 1.5;
    margin: 0;
}
ul li, ol li {
    font-family: 'proxima-nova', Georgia, Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding: 3px 0;
    margin: 0;
}
.layout4 p, .layout4 ul li {
    color: #fff;
}
p.intro {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding: 0 0 10px 0;
    font-size: 24px;
}
div.caption {
    background-color: #f3f3f3; 
    padding: 5px 15px 7px 15px;
    margin-bottom: 20px;
}
div.caption p {
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 14px;
    color: #333; 
    padding: 7px 0; 
    line-height: 1.3;
}
p.lead {
	font-weight: 600;
	font-size: 20px; /* 22 */
	line-height: 1.4;
    padding-bottom: 17px;
    margin-bottom: 0;
}
p.lead-alt {
    text-align: center; 
    font-weight: 400;
    padding: 15px 0;
    margin: 0;
    font-size: 22px;
    color: #666;
}
p.breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 15px;
	margin-bottom: 25px;
}
h1, h2, h3, h4, h5 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    padding: 10px 0;
}
h2 {
    font-size: 40px; /* 48 */
    font-weight: 700;
    color: #6B7F98; /* 573030 */
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top:0;
/*     letter-spacing: .03em; */
}
h2 span {
	font-size: 28px; /* 34 */
	font-weight: 400;
	text-transform: uppercase;
}
.home-feature {
    text-align: center;
}
.home-feature h2 {
    font-size: 21px;
    margin: 5px auto 0 auto;
    line-height: 1.3;
    text-align: center;
}
h3 {
    font-family: 'proxima-nova', Georgia, Times, serif;
    font-size: 26px;
    font-weight: 700;
    color: #6B7F98; /* 573030 */
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
	margin: 0;
}
.main-article :first-child {
	padding-top: 0;
}
.home-feature h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
h3.cat-heading {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
}
h4 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6B7F98;
}
h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-tran: uppercase;
    color: #6B7F98;
}
h2 + h5 {
	margin: -16px 0 18px 0;
	padding-top: 0;
	color: #666666;
	font-weight: 600;
}
h4 + h5 {
	margin: 0 0 10px 0;
	padding-top: 0;
	color: #666666;
	font-weight: 700;
	line-height: 1.25;
	font-size: 19px;
	padding-bottom: 0;
}
h4 span {
	color: #666666;
	font-weight: 600;
/* 	font-size: 18px; */
	text-transform: none;
}
label {
    font-weight: 700;
}
hr {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #666666;
}
/* helper classes */
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 30px;
}
.pt30 {
    padding-top: 30px;
}
.pr30 	{
	padding-right: 30px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left !important;
}
.text-center img {
    margin-left: auto;
    margin-right: auto;
}


/* footer */

/*.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}*/
.btn-primary {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin: 0 15px 15px 0;
    border: none;
    background: #00B8DC;
    border-radius: 0;
    letter-spacing: .03em;
}
.btn-lg {
    border-radius: 0;
    padding: 15px 30px;
}
.btn-text {
    background: none;
    color: #333;
    font-family: 'proxima-nova', Georgia, Times, serif;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 0;
    border-radius: 0;
}
.btn-text:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.inset-content {
	padding-right: 50px;
}
.sidebar {
	background: #dae5f2;
	padding-bottom: 30px;
	padding-left: 30px;
}
.client-blocks {
	margin-top: 30px;
}
.client-block-link {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
.client-block {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.client-block .img-wrap {
	display: table-cell;
	padding: 5px;
	border: 1px solid #ccc;
	width: 100%;
	height: 236px;
	vertical-align: middle;
}
.client-blocks .col-sm-3:nth-child(4n+1), 
.projects-wrapper .thumb-wrapper:nth-child(4n+1),
.stat-blocks .stat-block:nth-child(4n+1) {
    clear:left;
}
.client-block h5 {
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}
.stat-block {
	margin-bottom: 20px;
}
.people-blocks {
	margin-top: 30px;
}
.people-blocks .col-sm-3:nth-child(4n+1){
    clear:left;
}
.people-block {
	display: block;
	margin-bottom: 30px;
}
.people-block p {
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 0;
	margin-bottom: 0;
}
.people-image {
	margin: -15px -15px 0 -30px;
	margin-bottom: 15px;
}
.sidebar h4 {
	font-weight: 800;
	margin-bottom: 0;
    color: #505f73; /* 573030 */
}
.sidebar blockquote {
	font-family: Georgia, Times, serif;
	font-style: normal;
	text-indent: -7px;
	padding: 7px;
	border: none;
	margin-top: 10px;
}
.main-article blockquote {
    background: #dae5f2; /* 6B7F98 */
    margin: 0 0 20px 0;
    color: #333; /* fff */
	font-family: Georgia, Times, serif;
    border: none;
    font-size: 18px;
    padding: 20px 30px 25px 30px;
}
.footer {
    height: 120px;
    background: #003E5F;
    padding: 15px;
    margin: 100px 0 0 0;
}
.layout2 .footer {
    background: #0B1F69;
}
.layout3 .footer {
    background: #CDD1E0;
}
.layout4 .footer {
    background: #050D2B;
}
.layout4c .footer {
    background: #333;
    margin-top: 0;
    padding-top: 0;
}
.layout4c .footer .container {
    padding-top: 20px;
    background: #666666;
    height: 120px;
}
.layout4c .footer {
    margin: 0 0 0 0;
}
.footer-social {
    text-align: right;
}
.footer-social a {
    color: #fff;
    padding: 3px 10px;
}
.copyright {
    font-size: 13px;
    color: #fff;
}
.layout3 .copyright {
    font-size: 13px;
    color: #383B45;
}
.main-content {
    background-color: #fcfcfc;
    padding-top: 15px;
    padding-bottom: 0;
}
.home .main-content {
    padding-top: 30px;
    padding-bottom: 0;
}
.return-link {
    line-height: 1;
    display: inline-block;
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #777;
    background-color: transparent;
    font-size: 0.8em;
    /*border-radius: 5px;*/
    padding: 2px 4px 0 4px;
    border: none;
}
.return-link:hover {
    border: none;
    color: #fff;
    background-color: #00B8DC;
}
.exh-summary {
    margin-bottom: 70px;
}
.art-grouping {
    text-align: center;
    margin-top: 50px;
}
.art-grouping-credits {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
.art-thumb-wrapper {
    display: inline-block;
    margin: 10px;
    text-align:left;
    vertical-align: middle;
}
.art-thumb {
    /*display: inline-block;
    margin: 10px;*/
}
.image-id {
    font-weight: 700;
    color: #00B8DC;
}
.section-title {
    font-weight: 700;
}
.image-link {
    display: inline-block;
}
.image-number {
    text-align: left;
    display: inline-block;
    color: #ccc;
    font-size: 10px;
}
.art-list-wrapper {
    margin-bottom: 70px;
}
/*.art-list-wrapper p {
    padding-left: 340px;
}*/
.art-list-thumb-wrapper {
    margin-bottom: 70px;
}
.art-list-thumb-wrapper .art-thumb {
    display: block;
    float: left;
    width: 300px;
    text-align: center;
    float: left;
    margin-right: 40px;
}
.art-list-thumb-wrapper .art-thumb-caption {
    float: left;
    max-width: 630px;
}
.art-list-thumb-wrapper .art-thumb-caption p {
    float: left;
   /* padding-left: 340px;*/
}
.art-list-wrapper .caption-copyright {
    display: none;
}
.padded-bottom {
    margin-bottom: 50px;
}
.art-list-thumb {
    float: left;    
    width: 300px;
    text-align: center;
    margin: 0 20px 0 0;
}
.art-thumb-caption {
    display: none;
}
.art-list-wrapper .art-thumb-caption {
    display: block;
}
.section-credits {
    font-size: 12px;
}
/* exhibition list view */
body.list-view .art-thumb-wrapper{
    margin-bottom: 70px;
}
body.list-view .art-thumb  {
    display: block;
    float: left;
    width: 300px;
    text-align: center;
    margin: 0 20px 0 0;
}
body.list-view .art-thumb-caption {
    display: block;
    float: left;
}
body.list-view .art-grouping/*, .checklist-wrapper .art-grouping*/ {
    text-align:left;
}
.cat-menu {
    list-style: none;
}
/*.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 50px auto 200px auto;
    text-align: left;
    z-index: 1045;
}
.mfp-content .caption-copyright {
    display: inline;
}
.mfp-title {
    text-align: left;
    line-height: 15px;
    color: #000;
    word-wrap: break-word;

    padding-right: 36px;
    padding-top: 40px;
}
.mfp-counter {
    padding-top: 10px;
}*/
/*.mfp-img {
    padding-bottom: 200px;
}    */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80% !important;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.clearleft {
    clear: left;
    height: 1px;
}
.gold, span.gold {
    color: #FDB84C !important;
}
.blue, span.blue {
    color: #00B8DC !important;
}
.related-thumb, .project-image {
    border: 3px solid #fafafa;
    margin-bottom: 5px;
}
.layout4 .related-thumb, .layout4 .project-image {
    border: none;
}
.thumb-wrapper {
    margin-bottom: 15px;
}

.thumbnail p, .thumb-wrapper p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3;
    font-size: 18px;
}
.btn-primary {
    background-color: #1E7085;
}
.recent-projects, .featured-projects, .home-experience {
    border-top: 1px solid #6B7F98; /* 666 */
    padding-top: 15px;
    margin-top: 20px;
    text-align: center;
}
.recent-projects h4, .featured-projects h4, .home-experience h4 {
    text-align: center;
    padding-top: 0;
    margin-bottom: 24px;
}
.experience-link {
	text-align: center;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	border: 1px solid #dae5f2;
	margin-bottom: 10px;
}
.experience-link:hover {
	background: #dae5f2;
}
.well {
    text-align: center;
    padding: 15px 15px 20px 20px; 
    background-color: #dae5f2; /* f3f3f3 */
    border-radius: 0;
    border: none;
    margin: 5px 0 15px 0;
}
.well p {
    margin: 0 0 16px 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    box-shadow: none;
}
.well p:last-child {
    margin: 0;
}
.well-copy p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
}
.well h4 {
    text-align: left;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    margin: 5px 0 3px 0;
    font-weight: 800;
    padding: 0;
    color: #6B7F98;
    text-transform: uppercase;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#homeCarousel {
    margin: 0 0 0 0;
    border-bottom: none;
}
.carousel-inner .carousel-heading {
    position: absolute;
    bottom: 40px;
    left: 10%;
    right: 10%;
    text-align: center;
    z-index: 50;
}
.carousel-inner .carousel-heading img {
    text-align: center;
    margin: 0 auto 0 auto;
}
.carousel-heading h1 {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    text-shadow: 0 0 12px rgba(0,0,0,.7);
}
h1.home-heading {
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 12px;
    margin: 0 auto;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}
.carousel {
    height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    text-align: center;
    z-index: 10;
    top: 30px;
    bottom: auto;
}
.carousel-caption.bottom {
    top: auto;
    bottom: 30px;
}
.carousel-caption h1{
    font-weight: 700;
}
.carousel-caption h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 12px rgba(0,0,0,.7)
}
.carousel-caption h1, .carousel-caption p {
    text-align: center;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
/*  border-bottom: 3px solid #fafafa;*/
}
.layout4a .carousel .item {
    border-bottom: none;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-indicators {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 5px;
    z-index: 135;
    width: 300px;
    padding-left: 0;
    margin-left: -150px;
    text-align: center;
    list-style: none;
}
#homeCarousel.carousel-indicators {
    position: absolute;
    top: 320px;
    right: 15px;
    left: auto;
    z-index: 135;
    width: 200px;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
}
/* Carousel Fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control, .carousel-control:focus {
    opacity: .3;
}
.carousel-control:hover {
    opacity: .5;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    

}





@media (min-width: 481px) {

}
@media (min-width: 768px) {
 
}
@media (min-width:960px) {
  
   
}