
/*******************global************************/







body{
  /*font: 15px/1.5 Arial, Helvetica,sans-serif;*/
  /*font: Verdana, Geneva, sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  /*background-color: #f7f9f8;*/


}



header{

}


.container{
  width:90%;
  margin:auto;
  overflow:hidden;
}

#footer1, #footer2, #footer3 {
  
   float: left; width: 33%; text-align:center;
}


.special-link, .special-link:visited, .special-link:hover, .special-link:active {
    color: inherit;
}


/*********************************header***************************/

#branding h1 {
  float: left;
}

#search {
  float: right;
  margin-top: 20px;
}


/************************ responsive nav bar *******************/
nav {
  /*background: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none; */
  width: 100%;
  margin-bottom: 20px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  text-align: center;
  /*border-left: 1px solid #fff;
  border-right: 1px solid #ccc;*/
}

nav ul li:first-child {
  border-left: none;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #085b77;
  padding: 10px 0;
  font-weight: bold;

}

nav {
  display: table;
  table-layout: fixed;
}

ul {
  display: flex;
  flex-direction: row;
}

ul li {
	flex-grow: 1;
}

#search {

  display: block;
  float: right;
  color: #085b77;
}


.footer{
  width: 100%;
}






/*******************slide show*******************/

* {box-sizing:border-box;}

/* Slideshow container */

section#slideshow {

  width: 100%;
  height: 450px;

}

/*.slideshow-picture {

  width: 100%;
  position: relative;
  max-height: 400px;
  overflow-y: hidden;
}*/

.slideshow-picture {

  width: 100%;
  position: relative;
  max-height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.slideshow-control {
  width: 70%;
  float: left;
  position: relative;
  display: block;
  /*border: solid thick grey;
  border-radius: 20px;*/
  border: none;
  padding:10px;
}

div#welcome{
  /*
      display: block;
  */
  padding: 10px;
  width: 29%;
  max-height: 450px;
  float: right;
  font-size: 100%;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background 
    color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/******************************storefront***************************/

#storefront {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}

.item {
   border: solid thin grey;
   width: 300px;
   height: 350px;
   /*margin: auto;*/
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   overflow-y: hidden;
   box-shadow:5px 5px 5px  grey; 
}

.itempic {
  width: 100%;
  position: relative;
  max-height: 300px;
  overflow-y: hidden;
}

.item img {
  width: 100%;
  /*
  width: 100%;
  position: relative;
  max-height: 400px;
  overflow-y: hidden;
  */
}

.pictitle {
  float: left;
  padding-top: 5px;
  vertical-align:auto;
      
}

.artistname {
  float: right;
  padding: 5px;
}

/********************************section product details*******************************/

#productdetails{
  border-radius: 25px;
  background-color: #c2cad6;
  width: 100%;
  height: auto;
  border: solid thin #085b77;
  display: block;
  padding: 20px;
 
}

#productdetails:after {
    content: "";
    display: table;
    clear: both;
}



#detailimg{
    float: left;
    height: auto;
}


#tbldetails {
       /*width: 100%;
       height: 100%;*/
       /*border: solid thin black;*/
       margin-left:10px;
       float: left;
       background-color: white;
       border-radius: 25px;
     
       
       
}

#tbldetails td {
    min-height: 50px;
    /*border: solid thin black;*/

}

.tddetails 
{
    text-align:center;
}

#btnAdd, #btnSubtract {
 background-color: #085b77;
 border: none;
 width: 40px;
 height: 40px;
 border-radius: 3px;
 color: white;
 font-size: large; 
 font-weight: bold;
}

#productname{
    font-size:25px;
    text-align: center;
    display: block;
}

#artistname{
    display: block;
    text-align: center;
}

#rads{
    /*width: 350px;
   
    margin-left: auto;
    margin-right: auto;
    height: 70px;*/
    
}

.radpriceoptions
{
    max-width: 150px;
    margin: auto;    
    background-color: #085b77;
    border-radius: 10px;    
    color: white;
    
    padding-left: 25px;
    
}


/******************************contact form*************************/

#contactdiv{
    max-width: 500px;
    background-color: #085b77;
    margin:auto;  
    color: white; 
}

#contactdiv table{
    width: 100%;

}



.contactinput{
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  display:block;

}

#cmdSendEmail{
  cursor: pointer;
  background-color: white; 
  color:  #085b77;
}

/*********************************loader***********************************/

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  /*display: none;*/
  margin:auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*********************************about us images ********************/
.imagewithtext {
    position: relative;
    text-align: center;
    color: white;    
}

.centerimage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.centeredimagetext {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .imagetext {
    display: none;
}

    #clickimagetext {
        font-size: 10px;
    }





/*****************************modal image**********************/

/* Style the Image Used to Trigger the Modal */
#detailimg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#detailimg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/************************paypal buttons**********************/
/*#paypalhtml form table{
    margin:auto;
}*/


/********************************device width always goes at bottom******/

@media (max-width: 1200px) {
  /*div#welcome {
    font-size: 14px;

  }*/




  /*#sfgreeting{
      font-size: 14px;
  }*/
}

@media (max-width: 1100px) {
  /*div#welcome {
    font-size: 13px;

  }*/

  /*#sfgreeting{
      font-size: 13px;
  }*/
 

}

@media (max-width: 1000px) {
    /*div#welcome {
        font-size: 12px;
    }*/

    /*#sfgreeting{
      font-size: 12px;
  }*/

     div#productdetails{                                                                       
                  text-align: center;   
                  height: 1500px;
                  display: block;                      
            }

            
            #detailimg{
              float: none;              
              max-width:60%;
              height: auto;
            }

            #tbldetails{
              float: none;                     
              margin:auto;
              width: 100%;
                               
            }

         

            

            .radpriceoptions
            {
                width: 150px;
                /*margin-bottom: 20px;
                margin-left: 20px;*/  
                /*margin: auto;*/  
                background-color: #085b77;
                border-radius: 10px;    
                color: white;             
                padding-left: 25px;
                
            }
}
 


@media (max-width: 950px) {
   

 
}

@media (max-width: 900px) {
  /*div#welcome {
    font-size: 11px;

  }*/

  /*#sfgreeting{
      font-size: 11px;
  }*/

 
}

@media (max-width: 800px) {

  /*div#welcome {
    font-size: 10px;

  }*/

  /*#sfgreeting{
      font-size: 10px;
  }*/
  
}


@media (max-width: 768px) {
    .imagetext {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
    color: white;
    }
     #clickimagetext {
        display:none;
    }

            ul {
              display: block;
            }

            nav {
              font-size: .8em;
            }

            nav ul li {
              display: block;
              /*border-bottom: 1px solid #ccc;*/
            }

            #search{
              display: block;
              float: right;
              width: 100%;
              color: #085b77;
              /*border: solid thin black;*/

            }

            #search input {

                width: 100%;
                margin-bottom: 5px;
                
                float:left;
            }

            #btnSubscribe {               
             
               

            }

            #search span {


                float: right;

            }


            section#slideshow {

              width: 100%;
              height: 100%;

            }

            .slideshow-control {
              width: 100%;
              float: none;
              position: relative;
              margin: auto;

            }

            .slideshow-picture {
              /*border: solid thick red;
              max-width: 800px;
              margin: auto;
              */
              width: 100%;
              position: relative;

              height: 200px;
              overflow-y: hidden;

            }

            div#welcome{

              width: 100%;
              float: none;
            }

            .item {
            }

            

           

            .radpriceoptions
            {
                width: 100px;
                /*margin-bottom: 20px;
                margin-left: 20px;*/  
                margin: auto;                  
                background-color: #085b77;
                border-radius: 10px;    
                color: white;             
                padding-left: 25px;
                
            }

            #tbldetails{
                min-width: 30%;
                /*margin-left:auto;
                margin-right:auto;*/
                margin:auto;
            }

            #tbldetails td{
                 /*font-size: 10px;*/
            }



            #tbldetails span#productname{
                /*font-size: 10px;*/
            }

            #footer1, #footer2, #footer3 {
                width: 100%;
            }

           


}
