/********************************** GLOBAL ************************************/
 body {
	 font-family: 'Open Sans', sans-serif;
}
 h1, h2 {
	 font-weight:bold;
}
 h1, h2, h3, h6 {
	 text-align: center;
}
 a {
}
 a:hover {
}
 fieldset, form, table {
	 margin: 0;
}
 figure{
	 text-align: center;
}
 figure img{
	 display: block;
	 margin:0 auto;
}
 caption {
	 padding-top: 0;
	 text-align: center;
	 font-size: small;
}
 blockquote {
	 padding: 30px;
	 margin: 0 0 20px;
	 border: 2px solid #e8eaed;
}
 blockquote:before {
	 content: "\f10d";
	 font-family: "Font Awesome 5 Free";
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 text-align: center;
	 border-radius: 50%;
	 color: #3E5B5D;
	 font-size: 30px;
	 background: #fff;
	 border: 2px solid #e8eaed;
	 float: left;
	 margin-right: 10px;
	 font-weight:900;
}
 blockquote .blockquote-footer {
	 color: #686a6d;
}
 figure>figcaption {
	 font-size: 14px;
	 text-align: center;
	 margin-top: 10px;
	 font-style: italic;
	 color: #686a6d;
}
 .callout {
	 padding: 10px 20px;
	 margin: 0 0 20px;
	 font-size: 17.5px;
	 border-left: 5px solid;
}
 .callout h4 {
	 margin-top: 0;
	 margin-bottom: 5px;
}
 .callout p:last-child {
	 margin-bottom: 0;
}
 .callout + .bs-callout {
	 margin-top: -5px;
}
 .callout-default {
	 border-left-color: #eeeeee;
}
/*********************************** TOOLS ************************************/
 .container {
	 max-width: 80%;
}
 .hide{
	 display:none;
}
 .anchor{
	 display: block;
	 height: 120px;
	 margin-top: -120px;
	 visibility: hidden;
}
/********************************** HEADER ************************************/
 #header-logo{
	 max-height:38px;
}
 .social-links a{
	 color:#ccc;
}
 .social-links a:hover{
	 color:#999;
}
 .social-links img{
	 display:block;
	 width:24px;
}
 .header {
	 position: relative;
	 background-position:center center;
	 background-repeat:no-repeat;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 padding:15px;
}
 .header:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
}
 .heading .site-name {
	 margin:0;
	 color: #fff;
	 font-size: 36px;
	 font-weight: 500;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 .heading .lead {
	 display:block;
	 margin: 0;
	 color: #fff;
	 font-style: italic;
}
/*********************************** NAV **************************************/
 .navbar {
	 padding:0;
	 background: #1A4277;
	 box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
}
 .nav-justified .nav-link {
	 padding: 1rem;
	 font-size:14px;
}
 .navbar-dark .navbar-nav .nav-link {
	 color: rgba(255,255,255,.75);
}
/*Megamenu*/
 li.dropdown.mega-menu-dropdown{
	 position: static;
}
 .mega-menu{
	 font-size:14px;
}
 .mega-menu h4, .mega-menu h5{
	 margin-top:15px;
	 font-weight:bold;
}
 .mega-menu h6{
	 text-align:left;
	 margin: 10px 0 0 0;
	 font-weight: bold;
	 font-size: 14px;
}
 .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	 background:#fff;
	 color:#000;
}
/*Responsive*/
 .navbar-dark .navbar-toggler {
	 margin: 10px;
}
/********************************** SEARCH ************************************/
 .gsc-control-cse.gsc-control-cse-en {
	 visibility: hidden;
	 width: 0px;
}
 .gsc-search-box.gsc-search-box-tools {
	 display: none;
}
 .gsc-modal-background-image-visible {
	 visibility: visible;
}
 .gsc-control-cse{
	 padding:0 !important;
}
/*********************************** MAIN *************************************/
 main .row.bg-light {
	 background-color: #dcdcdc !important;
	 width: calc(100% + 6rem);
	 margin-left: -3rem;
	 padding: 15px;
}
 .jumbotron{
	 position:relative;
	 height:125px;
	 margin:0;
	 border-top: 1px solid #777;
	 border-radius:0;
	 color:#fff;
	 font-size: 36px;
	 font-weight: 500;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 .jumbotron:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background: linear-gradient(145deg, rgba(26,66,119,1) 0%, rgba(26,66,119,0) 100%);
}
 .jumbotron h1{
	 z-index:99;
}
 .frame {
	 width: 50%;
	 margin: 0 auto 15px auto;
	 padding: 15px 15px 0 15px;
	 border: 1px solid #ccc;
	 text-align: center;
}
 .frame .portrait {
	 display: block;
	 width: 100%;
	 border: 1px solid #ccc;
}
/***************************** WIDGETS ******************************************/
 .content-block{
	 margin-bottom:30px;
}
 .publication {
	 font-size: .9em;
}
 .publication img {
	 height: 125px;
	 width: 100px;
	 object-fit: cover;
	 object-position: left;
}
 .publication h6 {
	 font-weight: bold;
}
 .publication a {
	 color: #000;
	 text-decoration: none;
}
/***************************** TILES ******************************************/
 .tile {
	 position: relative;
	 float: left;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 background: #335455;
	 border:1px solid #ddd;
	 text-align: center;
	 cursor: default;
}
 .tile img {
	 display: block;
	 position: relative;
	 width: calc(100% + 20px);
	 max-width: none;
	 max-height: 400px;
	 backface-visibility: hidden;
	 object-fit: cover;
}
 .tile .overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 padding: 40% 15px 15px 15px;
	 overflow: hidden;
}
 .tile h2 {
	 position: relative;
	 margin-bottom: 0;
	 padding:0;
	 overflow: hidden;
	 background-color: rgba(26,59,60,0.75);
	 text-transform: uppercase;
	 font-size:24px;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	 text-align: center;
	 color: #fff;
}
 .tile p {
	 padding: 0 0 5px 0;
	 background-color: rgba(26,59,60, 0.75);
	 color: #fff;
}
 .hovereffect img {
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	 transition: opacity 0.35s, transform 0.35s;
	 -webkit-transform: translate3d(-10px,0,0);
	 transform: translate3d(-10px,0,0);
	 -webkit-backface-visibility: hidden;
}
 .hovereffect:hover img {
	 opacity: 0.4;
	 filter: alpha(opacity=40);
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
 .hovereffect h2{
	 padding:10px 0;
}
 .hovereffect h2:after {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 background: #43A03F;
	 content: '';
	 -webkit-transition: -webkit-transform 0.35s;
	 transition: transform 0.35s;
	 -webkit-transform: translate3d(-100%,0,0);
	 transform: translate3d(-100%,0,0);
}
 .hovereffect:hover h2:after {
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
 .hovereffect p {
	 background-color: transparent;
	 opacity: 0;
	 filter: alpha(opacity=0);
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	 transition: opacity 0.35s, transform 0.35s;
	 -webkit-transform: translate3d(100%,0,0);
	 transform: translate3d(100%,0,0);
}
 .hovereffect:hover p {
	 opacity: 1;
	 filter: alpha(opacity=100);
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
/******************************** TILE CAROUSEL *******************************/
 .tile-carousel .carousel-item {
	 margin-right: 0px;
	 transition: -webkit-transform 0.6s ease;
	 transition: transform 0.6s ease;
	 transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
 .tile-carousel .carousel-inner .active, .tile-carousel .carousel-inner .active+.carousel-item {
	 display: block;
}
 .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
	 -webkit-transition: none;
	 transition: none;
}
 .tile-carousel .carousel-inner .carousel-item-next, .tile-carousel .carousel-inner .carousel-item-prev {
	 position: relative;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .tile-carousel .carousel-inner .active.carousel-item+.carousel-item+.carousel-item {
	 position: absolute;
	 top: 0;
	 right: -50%;
	 display: block;
	 visibility: visible;
}
 .tile-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item {
	 position: relative;
	 -webkit-transform: translate3d(-100%, 0, 0);
	 transform: translate3d(-100%, 0, 0);
	 visibility: visible;
}
 .tile-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: block;
	 visibility: visible;
}
 .tile-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
	 position: relative;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
	 visibility: visible;
	 display: block;
}
/********************************* CAROUSEL ***********************************/
 .carousel {
	 width: 100%;
	 box-shadow: 0 0 4px rgba(0,0,0,.6);
	 -webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
	 -moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
}
 .carousel-caption{
	 position:absolute;
	 top:0;
	 bottom:0;
	 left:55%;
	 width:30%;
	 background-color:rgba(0,0,0,0.70);
	 padding:15px;
}
 .carousel-caption h5{
	 margin-bottom:15px;
	 padding-bottom:15px;
	 border-bottom:1px solid #fff;
	 font-size: 22px;
	 color:#fff;
	 animation-delay: 1s;
}
 .carousel-caption p {
	 animation-delay: 2s;
}
 .carousel-caption button {
	 animation-delay: 2s;
}
/********************************** CARDS *************************************/
 .card-img-top {
	 background-size: cover;
}
 .cards a:hover .card {
	 background-color: #f5f5f5;
}
 .cards a:hover{
	 text-decoration:none;
}
 .card-body:empty {
	 display: none;
}
 .card-title{
	 font-weight:bold;
	 text-align:center;
}
/*Horizontal Card*/
 .card-horizontal {
	 display: flex;
	 flex: 1 1 auto;
}
 .card-horizontal img{
	 width:250px;
}
 .card-horizontal .card-title{
	 text-align:left;
}
 .card-horizontal .card-text{
	 font-size: 14px;
}
/**************************** ACCORDIONS/TABS *********************************/
 .accordion .card-header {
	 padding: 0;
}
 .accordion .card-header:hover {
}
 .accordion .card{
	 overflow: visible;
	 border-radius: 0;
}
 .nav-tabs {
	 display:none;
}
 .tab-content{
	 padding: 30px;
}
 .accordion-toggle{
	 display:block;
	 padding: .75rem 1.25rem;
	 text-decoration:none;
}
 .accordion-toggle:after {
	 content: "\f078";
	 float: right;
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 [aria-expanded="true"].accordion-toggle:after {
	 content: "\f054";
}
 .accordion-toggle:hover{
	 text-decoration:none;
}
/*Nested Accordions*/
 .accordion .accordion .accordion-toggle {
	 padding: .5rem 1rem;
	 font-size: 13px;
}
/*FAQ*/
 .accordion.faq .card{
	 border-left:0;
	 border-right:0;
}
 .accordion.faq .card-header{
	 position: relative;
	 background:none;
	 border-bottom: 0;
	 font-weight:bold;
}
 .accordion.faq .card-header span{
	 padding-left:30px;
	 display:inline-block 
}
 .accordion.faq .accordion-toggle:before {
	 content: "\f054";
	 display: block;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 .accordion.faq [aria-expanded="true"].accordion-toggle:before {
	 content: "\f078";
}
 .accordion.faq .accordion-toggle:after {
	 display:none;
}
 .accordion.faq .accordion-toggle span:hover {
	 text-decoration: underline;
}
 .accordion.faq .card-body{
	 padding-left:50px;
	 padding-right:50px;
}
/********************************** SIDE NAV **********************************/
 .list-group{
	 margin:0;
	 padding:0;
	 border-radius: 0;
	 list-style:none;
}
 .list-group-item-action {
	 color:#007bff;
}
/* .list-group a{
	 background-color: #557677;
	 color: #fff;
}
 .list-group-item.active {
	 color: #3E5B5D;
	 background-color: #fff;
	 border-color: #3E5B5D;
}
 .list-group-item-action:active {
	 color: #212529;
	 background-color: #e9ecef;
}
 */
 .list-group-item-action:focus, .list-group-item-action:hover {
	 color: #fff;
	 background-color: #007bff;
	 border-color: #007bff;
}
/********************************** CONTACT **********************************/
 .clive-field select{
	 height:40px !important;
}
 .clive-field textarea{
	 min-height: 150px;
}
 .g-recaptcha div:first-child{
	 margin:15px auto;
}
 .clive-submit{
	 display: block !important;
	 width: auto !important;
	 margin: 0 auto;
	 align-content: space-around;
	 color: #fff;
	 background-color: #007bff !important;
	 border-color: #007bff !important;
	 font-weight: 400;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 border: 1px solid transparent !important;
	 padding: .375rem .75rem !important;
	 font-size: 1rem !important;
	 line-height: 1.5;
	 border-radius: .25rem !important;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .clive-submit:hover, .clive-submit:focus {
	 color: #fff;
	 background-color: #0069d9 !important;
	 border-color: #0062cc !important;
}
 .clive-submit.active:focus, .clive-submit:active:focus, .clive-submit:focus {
	 box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5) !important;
}
/********************************** FOOTER ************************************/
 .footer {
	 padding: 30px;
	 background: #EFEFEF;
	 border-top:1px solid #ccc;
	 color: #6F6F71;
}
 .footer h4 {
	 width: 100%;
	 margin-top:15px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid #ccc;
	 font-size:18px;
}
 .footer h4 .btn{
	 margin-top: -3px;
	 line-height:1;
}
 .footer h5, .footer h6{
	 font-weight:bold;
}
 .footer .btn{
	 margin-top: -3px;
}
 .footer hr {
	 border-top: 1px solid #ccc;
}
 .footer img {
	 display:block;
	 margin:0 auto;
}
 #social img{
	 width:24px;
}
 #back-to-top {
	 position: fixed;
	 bottom: 79px;
	 right: 15px;
	 display: none;
	 z-index:99;
}
/***** LOADING ICON ****/
 .loader {
	 display: inline-block;
	 margin-top: 20px;
	 font-size: 150px;
	 width: 100%;
	 color: 051C2C;
	 text-align: center;
	 -webkit-animation-name: beat;
	 animation-name: beat;
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
	 -webkit-animation-duration: 2.5s;
	 animation-duration: 2.5s;
}
 @-webkit-keyframes beat {
	 0% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 5% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 10% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 25% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 30% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 40% {
		 -webkit-transform: scale(1);
		 transform: scale(1) 
	}
	 50% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes beat {
	 0% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 5% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 10% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 25% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 30% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 40% {
		 -webkit-transform: scale(1);
		 transform: scale(1) 
	}
	 50% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
/******************************** RESPONSIVE **********************************/
/*Extra large devices (large desktops, 1200px or less)*/
 @media (max-width: 1200px) {
	 .carousel-caption{
		 left: 30%;
		 width: 75%;
	}
}
/*Large devices (desktops, 992px or less)*/
 @media (max-width: 992px) {
	 .carousel-caption{
		 position: relative;
		 top: 0;
		 bottom: 0;
		 left: 0;
		 width: 100%;
	}
}
/*Medium devices (tablets, 768px or less)*/
 @media (max-width: 768px) {
	 .navbar-nav .nav-link {
		 text-align: center;
	}
	 .navbar .form-inline .input-group {
		 margin: 0 auto;
	}
	 #back-to-top {
		 bottom: 15px;
	}
	 .container {
		 max-width: 100%;
	}
	 .tab-content > .tab-pane {
		 display: block !important;
		 opacity: 1;
	}
	 .footer [class^="col-"]{
		 margin-bottom:15px;
	}
}
/*Medium devices (tablets, 768px or more)*/
 @media (min-width: 768px) {
	 .navbar .nav-link.hover ~ .dropdown-menu {
		 display: none;
		 margin-top: 0;
	}
	 .navbar .nav-link.hover:hover ~ .dropdown-menu, .navbar .nav-link.hover ~ .dropdown-menu:hover {
		 display: block;
	}
	 .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu {
		 display: none;
	}
	 .navbar .dropdown-item.dropdown-toggle.hover:hover ~ .dropdown-menu, .navbar .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu:hover {
		 display: block;
	}
	/*Tabs To Accordions*/
	 .nav-tabs {
		 display: flex;
	}
	 .tab-content .card {
		 border: none;
	}
	 .tab-content .card .card-header {
		 display:none;
	}
	 .tab-content .card .collapse{
		 display:block;
	}
	/*Contact Form*/
	 form[name^="Contact"] .clive-field-wrapper:nth-child(-n+5){
		 width: 48%;
		 float: left;
	}
	 form[name^="Contact"] .clive-field-wrapper:nth-child(3), form[name^="Contact"] .clive-field-wrapper:nth-child(5){
		 float: right;
	}
	 form[name^="Contact"] .clive-field-wrapper:nth-child(6){
		 clear:both;
	}
	/*Custom Form*/
	 form[name^="Nevada"] .clive-field-wrapper:nth-child(-n+4){
		 width: 48%;
		 float: left;
	}
	 form[name^="Nevada"] .clive-field-wrapper:nth-child(2), form[name^="Nevada"] .clive-field-wrapper:nth-child(4){
		 float: right;
	}
	 form[name^="Nevada"] .clive-fieldset{
		 clear:both;
	}
}
/*Large devices (desktops, 992px or more)*/
 @media screen and (min-width: 992px) {
	 .tile-carousel .carousel-inner .active, .tile-carousel .carousel-inner .active+.carousel-item, .tile-carousel .carousel-inner .active+.carousel-item+.carousel-item, .tile-carousel .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		 display: block;
		 position: static !important;
	}
	 .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		 -webkit-transition: none;
		 transition: none;
	}
	 .tile-carousel .carousel-inner .carousel-item-next, .tile-carousel .carousel-inner .carousel-item-prev {
		 position: relative;
		 -webkit-transform: translate3d(0, 0, 0);
		 transform: translate3d(0, 0, 0);
	}
	 .tile-carousel .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: absolute;
		 top: 0;
		 right: -25%;
		 display: block;
		 visibility: visible;
	}
	 .tile-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: relative;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
		 visibility: visible;
	}
	 .tile-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
		 position: absolute;
		 top: 0;
		 left: 0;
		 display: block;
		 visibility: visible;
	}
	 .tile-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: relative;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
		 visibility: visible;
		 display: block;
	}
}
 