/* RESPONSIVE BACKGROUND - IF NEEDED SOMEWHERE */

/*
.home-picture-1{
	width:100%;
	padding-bottom: 30.90909090901%;
	background-image:url(../img/1.jpg);
	background-size:cover;
	background-position:center;
}

.home-picture-2{
	width:100%;
	padding-bottom: 30.90909090901%;
	background-image:url(../img/2.jpg);
	background-size:cover;
	background-position:center;
}
*/

/* fonts */

* { -webkit-font-feature-settings: "lnum"; 
    -moz-font-feature-settings: "lnum"; 
    font-feature-settings: "lnum"; } 

body
{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
  color: #fff;
}

.adminbody
{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #777 !important;
}

#myNavbar *
{
	font-weight: 600;
	font-size: 15px;
}

#main-navbar nav
{
  background: none !important;
  background-color: #05161d !important;
}

#main-navbar
{
	border-bottom:3px solid #E7CE2F;
}
#myNavbar *
{
	text-transform: uppercase;
}
#header-navbar nav
{
	border: none;
}

#main-navbar nav, #header-navbar nav
{
	border-radius:0;
}

#main-navbar .navbar-brand {
  padding: 0px;
  margin-right:60px;
  height: 100px;
}
#main-navbar .navbar-brand>img {
  height: 100%;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-navbar .nav >li >a {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main-navbar .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

#main-navbar .dropdown-menu li a
{
	font-size: 13px;
	padding-top:7px !important;
	padding-bottom: 7px !important;
}


#header-navbar
{
  padding-top: 10px;
  background-color: #030e13;
}
#header-navbar *
{
	font-size: 13px;
  color: #fff;
}


/* header */

.header-pic
{
	height:80px;
	height:60px;
    background-image:url('../img/header.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.header-logo
{
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar
{
	margin-bottom:0 !important;
}

.container-fluid-carousel
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.product-container
{
	border:1px solid #CFCFCF;
	padding:3px;
	margin-bottom:40px;
}

.product-thumb
{
	cursor: pointer;
}

.product-description
{
	border-top:1px solid #CFCFCF;
	padding-top:10px;
	padding-bottom:15px;
}

.product-btn p
{
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-top:10px;
	padding-bottom:10px;
}

.clickable-area
{
	display: block;
}
.clickable-area p, .clickable-area img
{
	transition: all 0.7s;	
}
.clickable-area:hover, .clickable-area:focus
{
	text-decoration: none !important;
}
.clickable-area:hover p, .clickable-area:focus p
{
	color:#D8AC2D;
}
.clickable-area:hover img, .clickable-area:focus img
{
    -webkit-filter: brightness(65%); /* Safari 6.0 - 9.0 */
    filter: brightness(65%);
}

.product-price
{
	color: #D8AC2D;
	font-size: 16px;
}

.product-btn p
{
	color: #fff;
  text-transform: uppercase;

}



.gallery-2
{
	margin-top:100px;
}

.gallery-2 *
{
	color: white;
}

.gallery-2-absolute p, .gallery-2-absolute-1 p, .gallery-2-absolute-large p
{
	text-transform: uppercase;
	font-size: 18px;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	background-color:rgba(55,55,55,0.3);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}


.gallery-2-absolute p:hover, .gallery-2-absolute-1 p:hover, .gallery-2-absolute-large p:hover
{
	background-color:rgba(55,55,55,0.9);
}



.product-title-page
{
	margin-top:50px;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
}

.product-container-page hr
{
	margin-top:10px !important;
	margin-bottom:10px !important;
	border-color: #CFCFCF;
}

.product-container-page .in-stock-page span
{
	color: #28c528;
}

.product-container-page .price-page
{
	font-size: 21px;
	color: #D8AC2D;
}

.product-image-page
{
	margin-top:30px;
}

.send-query-container
{
	margin-top:30px;
	border:1px solid #CFCFCF;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}

.send-query-container .query-note
{
	/*color: #8F8F8F;*/
  color: #fff;
	font-size: 12px;
}

.send-query-container .send-query-title
{
	font-size:20px;
	color: #D8AC2D;
}

form legend
{
	margin-bottom:5px;
}

form textarea
{
	resize: vertical;
}

.form-group small
{
  color: #fff !important;
}


.faq-questions-container
{
	margin-top: 30px;
	margin-bottom:30px;
}

.faq-questions-container hr
{
	border-color: #CFCFCF;
}

.faq-questions-div
{
}

.faq-questions-div .faq-question
{
	font-size:21px;
	font-weight: bold;
	color: #D8AC2D;
}
.faq-questions-div .faq-answer
{

}


#contact-bg
{
  	background: url(../img/contact-bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#faq-bg
{
  	background: url(../img/faq-bg-2.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.send-query-container
{
	background-color: rgba(0,0,0, 0.4);
}

.contact-form-container
{
	margin-top:50px !important;
	margin-bottom:50px !important;
	width:530px;
	margin: auto;
	padding:70px;
	background-color: rgba(0,0,0,0.6);
	border-radius:35px;
}

.contact-form-container > *, .contact-form-container small
{
	color: white;
}


/* footer */
.container-fluid-footer
{
	color: white;
	margin-top: 120px;
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #05161d;
}

.container-fluid-footer *
{
	color: white;
}


.container-fluid-footer a:hover
{
	text-decoration: none;
	color: gray;
}

.footer-2-col
{
	border-left:1px solid gray;
}

.footer-bottom
{
	margin-top:40px;
	padding-top:10px;
	border-top:1px solid gray;
}




.label_skitter
{
	padding-top:80px;
}

.label_skitter a
{
	background-color: rgb(50, 57, 214);
	color: white;
}

.label_skitter a:hover, .label_skitter a:focus
{
	background-color: rgb(10, 17, 174);
	color: white;
}


/*TIMELINE CSS COPY/PASTE*/

#container-about
{
	margin-top: 50px !important;
}

.main-timeline{
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    margin: 0 10px 30px 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #fff;
    text-align: right;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: #D4A32B;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(10% 0, 100% 10%, 95% 100%, 0 90%);
    clip-path: polygon(10% 0, 100% 10%, 95% 100%, 0 90%);
}
.main-timeline .timeline-content:after{
    background-color: #000;
    z-index: -2;
    -webkit-clip-path: polygon(10% 10%, 95% 0, 90% 90%, 5% 100%);
    clip-path: polygon(10% 10%, 95% 0, 90% 90%, 5% 100%);
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: #D4A32B;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0 0 7px #000, 0 0 0 22px #fff,0 0 10px 20px #000;
    display: block;
    transform: translateY(-50%);
    position: absolute;
    top: 60%;
    right: -45px;
}
.main-timeline .inner-content{ padding: 30px 85px 40px 40px; }
.main-timeline .title{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description{
    font-size: 15px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 30px 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ text-align: left; }
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    transform: rotateY(180deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: -45px;
    right: auto;
}
.main-timeline .timeline:nth-child(even) .inner-content{ padding: 30px 40px 40px 85px; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background-color: #C48C2A;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background-color: #BD802B;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background-color: #9B5A24;
}
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        margin: 0 0 40px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: left;
        margin: 0 0 0 40px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after{
        transform: rotateY(180deg);
    }
    .main-timeline .timeline-content:before{
        -webkit-clip-path: polygon(3% 0, 100% 5%, 97% 100%, 0 95%);
        clip-path: polygon(3% 0, 100% 5%, 97% 100%, 0 95%);
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 30px;
        line-height: 60px;
        height: 60px;
        width: 60px;
        box-shadow: 0 0 5px #000, 0 0 0 10px #fff,0 0 10px 7px #000;
        right: auto;
        left: -30px;
        top: 50%;
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        padding: 30px 20px 40px 50px;
    }
    .main-timeline .title{ font-size: 18px; }
}




#bodyHome
{
  	background: url(../img/bg1-.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.marginTop50
{
  margin-top: 50px;
}
