#myCarousel {
    

    max-width:940px;
    
    margin-left: auto;
    margin-right: auto;
    
    
    
}
.carousel-indicators
{
    text-align:right;
    width:75%;
}

.item img
{
   /*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
}
/*
#myCarousel  .carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:0px;
	left:0;
	padding:20px;
	/ *background:rgba(255,255,255,0.65);* /
	text-align:center;
  	height:auto;
	width:100%;
	color:#432A18; / *#FFF* /
	text-shadow:none;
                
}
                /*
                
                /*
#myCarousel  .carousel-caption h2 {
	color:#428BCA;
	margin-top:0;
}
*/

.item
{
    margin:0px auto;
    /*padding:5px;*/
    /*height: 920px !important;*/
}
.carousel-inner
{
    	text-align:center;
        padding-top:0px;
        
}
.carousel-control {
	color:#fff;
	top:44%;
	
	bottom:auto;
	padding-top:8px;
	width:36px;
	border-radius:50%;
	height:36px;
	opacity:1;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right,
.carousel-control .glyphicon-chevron-right {
	left:auto;
	right:0px;
}
.carousel-control.left {
	right:auto;
	left:0px;
}
 


 

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */


        
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

    
    
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */


    .carousel-inner>.item>img
        {
            
            margin:0 auto;
        }
    
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}





		#artcityLogo {
                    position:fixed;
		  background-color:inherit;
		  left:0px;
		  bottom:0px;
		  width:176px;
		  height:30px;
                      text-align: right;
                      font-size:13px;
                      direction:ltr;
		} 
		
		#artcityLogo a
                {
                    background-color:inherit;
                    text-decoration: none;
                    color:#000;
                    font-size:13px;
		}