/*Set defaults for everything*/
body {
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-family: Arial, sand-serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 48px;
}

/*WRAPPER EVERYTHING IS INSIDE*/
#wrapper {
    margin-right: auto;
    margin-left: auto;
}
/*WRAPPER EVERYTHING IS INSIDE*/

.navbar {
    margin-bottom: 0;
}
#nav-desktop {
    margin-bottom: 0;
    border-bottom: 1px #454545 solid;
    border-top: 1px #454545 solid;
    padding-top: 3px;
    background-image: url('assets/nav3.png');
    background-repeat: repeat;
}
#nav-mobile {
    background-image: url('assets/nav3.png');
    background-repeat: repeat;
    height: 100px;
}

/*BACKGROUND*/
#background {
    position: relative;
}

#background:before {
    position: absolute;
    content: ' ';
    z-index: -1;
    display: block;
    background-image: url('assets/gulfofnaples2.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
/*BACKGROUND*/

/*CONTENT*/
#main {
	background-color: #ffffff;
    /*min-height: 100%;*/
    border-top: none;
    border-left: 1px #454545 solid;
    border-right: 1px #454545 solid;
    border-bottom: 1px #454545 solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*min-height: 1000px;*/
    color: black;
    /*margin-bottom: 5px;*/
    padding-bottom: 15px;
    padding-top: 5px;
    /*padding-top: 5px;*/
    /*box-shadow: 0 0 30px black;*/
    /*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);*/
    /*box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.8), -12px 0 8px -4px rgba(0, 0, 0, 0.8);*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/

    box-shadow: 0 0 30px black;
}
.title {
    font-weight: 600;
    font-size: 20px;
}
.title-small {
    /*font-weight: 600;*/
    font-size: 18px;
}
.content {

}
.content table {
    width: 100%;
}
.image {
    border: 1px #000000 solid;
    /*display: inline;*/
}
.text {
    display: inline;
}
.content table tr td {
    padding: 2px;
    vertical-align: top;
}
/*CONTENT*/

/*LOGO*/
#topmain {
    border-left: 1px #454545 solid;
    border-right: 1px #454545 solid;
    /*background-color: #000000;*/
    background-image: url('assets/top.png');
    border-bottom: none;
    background-repeat: repeat-x;
    background-color: white;
    /*box-shadow: 0 0 30px black;*/
    /*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);*/
    /*box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.8), -12px 0 8px -4px rgba(0, 0, 0, 0.8);*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/

    box-shadow: 0 0 30px black;
}
#top {
    font-weight: 600;
    font-size: 20px;
    /*background-color: #000000;*/
    color: white;
    /*text-shadow: 0 1px grey, 1px 0 grey, 1px 1px grey;*/
}
#logo {
    position: relative;
    font-family: "Arial";
    height: 150px;
    width: 270px;
    color: white;
    font-weight: 600;
    /*float: left;*/
    text-shadow: 0 2px grey, 2px 0 grey, 2px 2px grey;
    float: left;
    /*margin-right: 50%;*/
}

#logo-moda {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 60px;
}

#logo-by {
    position: absolute;
    bottom: 25px;
    left: 70px;
    font-size: 30px;
    font-weight: 300;
}

#logo-nino {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 60px;
}
#desc {
    /*position: relative;*/
    /*float: right;*/
    font-family: 'Merienda One', cursive;
    font-weight: 600;
    font-size: 20px;
}
#extra {
    font-family: 'Merienda One', cursive;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    height: 150px;
    margin-left: 70%;
/*float:right;*/
}
#extra-text {
    position: absolute;
    top: 30px;
    right: 15px;
}
#extra-social {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/*LOGO*/

/*NAVBAR LOGO BRAND*/
#brand {
    position: relative;
    height: 50px;
    width: 100px;
    text-shadow: 0 1px grey, 1px 0 grey, 1px 1px grey;
}

#brand-moda {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 24px;
}

#brand-by {
    position: absolute;
    bottom: 6px;
    left: 25px;
    font-size: 12px;
}

#brand-nino {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 24px;
}
/*NAVBAR LOGO BRAND*/

/*NAVBAR*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills > li.dropdown.open a.dropdown-toggle, .nav-pills > li.dropdown.open > a.dropdown-toggle:hover, .nav-pills > li.dropdown.open > a.dropdown-toggle:focus,
.nav-pills>.open>.dropdown-menu>.active > a, .nav-pills>.open>.dropdown-menu>.active > a:hover, .nav-pills>.open>.dropdown-menu>.active > a:focus {
    background: none;
    color:white;
    background-color:#454545;
}

.nav-pills > li > a, .nav-pills>.open>.dropdown-menu>li a {
    color:black;
}

.nav-pills > li > a:hover, .nav-pills>.open>.dropdown-menu>li a:hover {
    color:white;
    background: none;
    background-color: #454545;
}

.nav-pills > .open>.dropdown-menu {
    color: white;
    background-color: #ffffff;
}

.nav-pills>.open>.dropdown-menu>.active >a {
    background: none;
    color:white;
    background-color:#454545;
}
/*NAVBAR*/

/*STICKY FOOTER*/
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 74px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74px;
    /*background: url('assets/navbg2.png');*/
    padding: 5px;
    text-align: center;
    /*background-color: #ffffff;*/
    /*border-top: 2px black solid;*/
}
/*STICKY FOOTER*/

.hr {
    width: 100%;
    font-size: 1px;
    color: white;
    line-height: 1px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*REMOVE CONTAINER MARGIN*/
@media screen and (max-width: 1200px) {
    #main, #topmain, .navbar .container {
        width: 100%;
    }
}
/*REMOVE CONTAINER MARGIN*/

/*ONLY DESKTOP*/
/*@media screen and (min-width: 1000px) {*/
    /*#nav-desktop {*/
        /*display: block;*/
    /*}*/
    /*#nav-mobile {*/
        /*display: none;*/
    /*}*/
/*}*/
/*ONLY DESKTOP*/

/*ONLY MOBILE*/
@media screen and (max-width: 999px) {
    /*#nav-mobile {*/
        /*display: block;*/
    /*}*/
    /*#nav-desktop {*/
        /*display: none;*/
    /*}*/
    /*#background {*/
        /*margin-top: 100px;*/
    /*}*/
    #logo-moda {
        font-size: 30px;
    }
    #logo-by {
        font-size: 15px;
        left: 35px;
        bottom: 12px;
    }
    #logo-nino {
        font-size: 30px;
    }
    #desc {
        font-size: 12px;
    }
    #extra {
        font-size: 12px;
        height: 75px;
    }
    #extra-social {
        display: none;
    }
    #logo {
        width: 135px;
        height: 75px;
        text-shadow: 0 1px grey, 1px 0 grey, 1px 1px grey;
    }
    #topmain {
        background-image: url(assets/top-m.png);
    }
}
/*ONLY MOBILE*/

@media screen and (max-width: 970px) and (min-width: 768px) {
    #handmadebutton span {
        display: none;
    }
    #handmadebutton:after {
        content: "Hand Made";
    }
    #dressingbutton #dressingtext {
        display: none;
    }
    #dressingbutton:before {
        content: "Modern";
    }
    #commentbutton span {
        display: none;
    }
    #commentbutton:after {
        content: "Comment";
    }
}

/*UNDER CONSTRUCTION*/
/*body {*/
    /*margin: 0;*/
/*}*/

/*#construction {*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*background-color: #242424;*/
    /*width: 580px;*/
    /*height: 180px;*/
    /*border-radius: 15px;*/
    /*margin-top: 120px;*/
    /*!*margin-bottom: 200px;*!*/
    /*padding: 10px;*/
    /*!*padding-bottom: 20px;*!*/
    /*color: white;*/
    /*text-align: center;*/
/*}*/
/*#construction h1 {*/
    /*display: inline;*/
    /*font-weight: 800;*/
    /*font-style: normal;*/
    /*color: #ffff00;*/
    /*padding-bottom: 20px;*/
/*}*/
/*#info {*/
    /*display: inline-block;*/
    /*width: 300px;*/
    /*text-align: right;*/
/*}*/
/*#logo {*/
    /*display: inline-block;*/
    /*color: white;*/
    /*height: 130px;*/
/*}*/
/*#background:before {*/
    /*!*margin: 0;*!*/
    /*min-height: 1050px;*/
    /*margin-top: -120px;*/
    /*background-position-y: -200px;*/
    /*background-position-x: -400px;*/
/*}*/
/*a {*/
    /*color: dodgerblue;*/
/*}*/
/*UNDER CONSTRUCTION*/

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  /*width: 100%;*/
  /*height: auto;*/
    width: 150px;
    height: 150px;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}

#full {
    /*margin-top: 50px;*/
    /*width: inherit;*/
    /*box-shadow: 0 0 30px black;*/
    /*padding:0 15px 0 15px;*/
    padding: 0;
    /*margin: 0;*/
}

.open {
    color: green;
}
.closed {
    color: red;
}



/*JSSOR SLIDER*/
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('assets/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('assets/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
/*JSSOR SLIDER*/

.slide-text {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.slide-text2 {
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

.title-fancy {
    color: #000000;
    /*background: #292929;*/
    /*display: inline-block;*/
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    /*margin: 0 0 20px 18px;*/
    /*padding: 10px 12px 8px;*/
    /*position: absolute;*/
    /*bottom: -36px;*/
    padding-top: 20px;
    /*text-align: center;*/
    padding-bottom: 5px;
}

.my-gallery {
    text-align: center;
}