/*************************
 *BASE STYLES AND RESETS
 ************************/

body {
    font-family: 'PT Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    line-height: 1.42857;
    color: #999999;
}

.container {
    max-width: 1200px;
    width: auto;
}

h1, h2, h3, h5 {
	font-family:  'Crimson Text';
	font-size: 1.664em;
	color: 900;
	margin: 0;
	margin-bottom: 25px;
}
h2 {
   font-size: 1.5em;
}
h3 {
    font-family: 'PT Sans';
    font-size: 1em;
    margin-bottom: 17px;
}
h5 {
    font-size: .75em;
    color: #999999;
    margin-bottom: 9px;
}
h6 {
    font-family: 'Crimson Text';
    font-size: 1.123em;
    color: #900;
}

p {
    line-height: 1.3em;
    font-size: 1em;
    margin-bottom: 55px;
}
.text-link {
	color: #900;
}
a:hover {
    color: #5d5d5d;
}
a, a:active, a:hover, a:visited, a:focus,
button, button:active, button:hover, button:visited, button:focus {
    outline: 0 !important;
}

-webkit-input-placeholder { color:#333333; }
::-moz-placeholder { color:#333333; } /* firefox 19+ */
-ms-input-placeholder { color:#333333; } /* ie */
input:-moz-placeholder { color:#333333; }


.error {
    color: tomato !important;
}
#newsletter-error {
    margin-top: 35px;
    font-size: 14px;
}

/*********************************
 *HEADER AND NAVIGATION
 ********************************/
.login {
    font-family: 'Crimson Text'; 
    font-size: 17px;
    color: #898989;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Crimson Text';
    color: #9a9a9a;
    transition: all .25s ease-in;
}
.navbar-default .navbar-nav > li > a > .caret {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
}

.navbar-default .navbar-nav > li > a.active {
    color: #900;
    border-bottom: 2px solid #900 !important;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #900;
  transition: all .25s ease-in;
}


/***SUBMENU***/
.dropdown-menu > li > a {
    font-family: 'Crimson Text';
    font-size: 17px;
    color: #9a9a9a;
    
    text-align: center;   
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: 900 !important;
	background: white;
}
/**** END SUBMENU****/


.navbar-default {
        background: white !important;
        background-repeat: no-repeat;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none;
    }

.navbar-default .navbar-brand {
    font-family: 'Roboto';
    font-size: 14px;
    color: #9a9a9a;
    padding: 0;
    letter-spacing: 4.6px;
    position: absolute;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    left: 30px;
}
.navbar-default .navbar-brand img {
    max-width: 93%;
}


/*********************************
 *HERO IMG
 *********************************/
.hero_img img {
    width: 100%;
}


/*********************************
 *BELOW_HERO SECTION
 ********************************/
.below_hero {
    margin-top: 47px;
    margin-bottom: 35px;
}

/********************************
 *FEATURED DESIGNS
 *******************************/
.featured_designs img {
    margin: auto;
}

/*******************************
 *FOOTER
 *******************************/
footer {
    background: #d7d7d7;
    margin-top: 26px;
    padding-top: 10px;
}

footer p {
    line-height: .6em;
    margin-bottom: 8px;
}
footer p a {
    font-size: 15px;
    color: #7d7d7d;
    font-family: 'PT Sans';
    letter-spacing: .8px;
}

.h6_fb {
	margin-top: 20px;
	width: 150;
	height: 25px !important;
	position: relative;
	line-height: 25px;
}
footer .h6_fb .fb {
   position: absolute;
   left: 176px;
   line-height: 12px;
   max-height: 25px;
   top: 0; 
}

footer .fb:before {
    content: "";
    position: absolute;
    z-index: 0;
    height: 25px;
    width: 25px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all .15s ease-out;
}

footer .fb:hover:before {
    border-color: #161616;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
}


.copyright {
    margin-top: 20px;
}
.copyright p {
    font-family: 'Crimson Text';
    font-size: 13px;
    padding: 5px;
    margin-bottom: 0;
    line-height: 1.5em;
}



#f_search, #f_newsletter {
   height: 32px;
    position: relative;
    color: #222;
}
#f_search {
    width: 199px;
}
#f_newsletter {
    width: 224px;
}
footer input, footer button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #afafaf;
    top: 1px;
    background: #cacaca;
    display: inline-block;
    position: absolute;
}

footer input:focus, footer button:focus {
    background: white;
}

#newsletter, #searchbox {
    width: 170px;
    padding-left: 7px;
}
.submit {
    height: 30px;
    border-left: none;
    line-height: 30px;
    background: #e8eff5;
}
#s_submit, #n_submit {
    text-align: center;
    left: 170px;
}

.submit span {
    font-size: 16px;
    line-height: 30px;
}

/*******************************
 *CONTACT PAGE
 *******************************/
.form-horizontal {
    margin-bottom: 50px;
}

.form-horizontal .form-control {
    border: 1px solid #d7d7d7;
}

.form-horizontal textarea {
    min-height: 175px;
}

.form-horizontal label {
    color: #707070;
    font-size: 14px;
    background: white;
    
    text-align: right;
    padding-right: 0;
    height: 32px;
    line-height: 21px;   
}
.form-horizontal button {
    width: 60px;
    height: 32px;
    line-height: 10px;
    background: #a9aaac;
    color: #3d484e;
    text-shadow: none;
    letter-spacing: 1.3px;
}

.contact-img p {
    max-width: 343px;
    margin: 0 auto;
}

.contact img, .contact-img img {
    margin: 0 auto 20px;
}

.success {
    margin-top: 10px;
    color: #900 !important;
    font-weight: bold  /*SUCCESS MESSAGE IF MSG IS SUCCESSFULLY SENT*/
}
.n_success {
    display: none;
    margin-top: 10px;
    font-size: 15px;
    color: #900 !important;
    font-weight: bold;
    line-height: 15px;
}
.n_success_visible {
    display: block;
}

/********************************
 *COLLECTIONS
 ********************************/
.gallery {
    margin-top: 53px;
}
.gallery div a {
    margin-bottom: 25px;
    cursor: auto;
    text-decoration: none;
}

/****************GALLERY**********************/
.fancybox-title-float-wrap .child {
    background: rgba(81, 126, 69, .8);
    text-shadow: none;
    letter-spacing: 1.4px;
    font-weight: normal;
    font-family: 'PT Sans';
    font-size: 16px;
    border-radius: 8px;
}
.fancybox-nav span {
    visibility: visible;
}


/*************************
 *GALLERY HOVER STATES
 *************************/
.gallery h5 {
    cursor: pointer;
}
.gallery h5:hover {
    text-decoration: underline;
    color: #900;
}
.gallery div a div {
	max-width: 260px;
	margin: auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background-image: url(img/gallery/exh-0045-z.jpg);
}

.galleryjs div a div:after {
    font-family: "Glyphicons Halflings";
    content: "\e003";
    font-size: 3em;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.7);
            transform: translate(-50%, -50%) scale(1.7);
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    transition: all .3s ease-out;
}
.galleryjs div a div:hover:after {
    opacity: .85;
    filter: alpha(opacity=85);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    
    transition: all .3s ease-out;
    z-index: 9;
}


.galleryjs div a div img {
    transition: all .3s ease-out;
}
.galleryjs div a div:hover img {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
    transition: all .3s ease-out;
}
/**************** END OF GALLERY HOVER STATES****************/



.gallery h5 {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
}
.collections-intro {
    margin-top: 38px;
}



/*********************************
 *MEDIA QUERIES
 ********************************/
@media screen and (max-width: 345px) {
    .navbar-default .navbar-brand {
        width: 74% !important;
        font-size: 8px !important;
        letter-spacing: 1.9px !important;
        -webkit-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
        margin-left: -15px;
        height: auto;
        padding-top: 3px;
    }
    .navbar-default .navbar-brand img {
        width: 200px;
    }   
}

@media screen and (min-width: 346px) and (max-width: 568px) {
    .navbar-default .navbar-brand {
        width: 75%;
        font-size: 9.5px !important;
        letter-spacing: 1.5px;
        -webkit-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
        left: 15px;
        padding-top: 0px;
        
    }
    .navbar-default .navbar-brand img {
        width: 229px;
    }
}

@media screen and (min-width: 569px) and (max-width: 767px) {

    .navbar-default .navbar-brand {
       -webkit-transform: translateY(-21px) !important;
               transform: translateY(-21px) !important;
       left: 15px;
       height: auto;
    }
}
@media screen and (min-width: 1050px) and (max-width: 1118px) {
    .navbar-default .navbar-brand {
        font-size: 10px !important;
        -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    }
    .navbar-default .navbar-brand img {
       width: 360px;
    }
}


@media screen and (max-width: 1049px) {
    .navbar-default .navbar-brand {
        -webkit-transform: translateY(-70px);
                transform: translateY(-70px);
    }

}

@media screen and (max-width: 991px) {
    footer p, footer h6 {
        text-align: center;
    }
    footer .h6_fb {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    footer form {
        margin-left: auto;
        margin-right: auto;
    }
    footer .row div:not(.copyright) {
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
    p {
        margin-bottom: 30px;
    }
    .navbar-collapse {
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
        letter-spacing: 2px;
        font-size: 20px;
    }
    .navbar-default .navbar-nav > li > a.active {
        color: white;
        background: #900;
        border-bottom: none;
        padding-bottom: 10px;
    }
    .dropdown-menu > li > a {
        padding: 3px 0px !important;
        line-height: 1.2 !important;
    }
    .featured_designs div div {
        margin-bottom: 30px;
    }
    .featured_designs h2, .featured_designs h5 {
        text-align: center;
    }
    .featured_designs h2 {
        margin-bottom: 10px;
    }
    .form-horizontal label {    
        height: 20px; 
    }
    .form-horizontal textarea {
        width: 100%;
        max-width: 100%;
    }
    .container-login {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .contact-img p {
        text-align: center;
    }
    footer p:not(.copyright_p) {
        margin-bottom: 13px;
    }
    .s_h6 {   /* margin-bottom 0 for 3. and 4. h6 in footer*/
        margin-bottom: 5px;
    }
    h6 {
        font-size: 1.5em;
    }


    .copyright p {
        padding-bottom: 5px;
        margin-bottom: 0px !important;
    }
    .gallery div a div:after {
        opacity: .85;
        filter: alpha(opacity=85);
        font-size: 3em;
        z-index: 9;
    }
    .galleryjs div a div:after {
        -webkit-transform: translate(-50%, -50%) scale(4.5);
        transform: translate(-50%, -50%) scale(4.5);
        font-size: 10px;
    }
    .galleryjs div a div:hover:after {
        -webkit-transform: translate(-50%, -50%) scale(4.5);
        transform: translate(-50%, -50%) scale(4.5);
        font-size: 10px;
    }
}

@media screen and (min-width: 1367px) {
    .container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media screen and (min-width: 768px) {
    .container {
        margin-left: 5.6%;
        margin-right: 5.6%;
    }
    header {
        height: 148px;
    }
    .login {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #900;
    }
    /************SUBMENU NAVIGATION FOR DESKTOPS*****************/
    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        z-index: 999;
        position: relative;
    }
    a.dropdown-toggle:after {
        content: "";
        z-index: 1000;
        position: absolute;
        width: 200px;
        height: 3px;
        top: -3px;
        left: -50px;
        background: white !important;
    }
    .dropdown-menu {
        min-width: calc(100% - 25px);
        border: 0;
        border-radius: 0;
        box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.29);
        padding-top: 0px;
        z-index: 998;
    }

    .dropdown-menu:before {
        position: absolute;
        content: "";
        -webkit-transform: translateY(-100%) translateX(-100%);
                transform: translateY(-100%) translateX(-100%);
        /*box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.29);*/
        box-shadow: 2px 0 7px -5px #888;
        width: 100%;
        left: 100%;
        height: 50px;
        background: white;
    }
    .dropdown-menu:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-20%);
                transform: translateY(-20%);
        background: white; 
    }
    .dropdown-menu > li > a {
        font-family: 'Crimson Text';
        display: block;
        text-align: left;
        line-height: 1.1em;
    }
    
    /************END SUBMENU NAVIGATION FOR DESKTOPS*************/
    .header_container {
        position: relative;
    }
    .navbar-default .navbar-nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-default .navbar-nav > li:nth-child(2) {
        padding-left: 35px;
        margin-left: -23px;
    }
    .navbar-default .navbar-nav > li:nth-child(5) {
     
        
        
    }
    .navbar-default .navbar-nav > li > a {  /* MENU HOVER STATES ON DESKTOPS*/
        font-family: 'Crimson Text';
        color: #9a9a9a;
        transition: color .25s ease-in;
        transition: all .2s;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 3px;
        font-size: 21px;
    }
    .navbar-default .navbar-nav > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #900;
        top: 100%;
        left: 0;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        transition: all .25s ease-in;
    }
    .navbar-default .navbar-nav > li > a:hover:before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #900;
        transition: all .25s ease-in;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle:hover:before,
    .navbar-default .navbar-nav > li > a.dropdown-toggle:focus:before {
        display: none;
    }  /* END MENU HOVER STATES ON DESKTOPS*/
    
    .form-horizontal .form-control-smaller {
        max-width: 250px;
    }
    .contact img, .contact-img img, .contact-img p {
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1172px) {
    .featured_designs h5 {
        max-width: 346px;
        margin-left: auto;
        margin-right: auto;
    }
}
