
/****** Import Css File  *****/

@import url("owl.carousel.css");
 @import url("animate.css");
 @import url("camera.css");
 @import url("owl.transitions.css"); 
 @import url("font-awesome.min.css");
  @import url("jquery.fancybox.css");

 @import url(https://fonts.googleapis.com/css?family=Chivo:400,900);
 @import url(https://fonts.googleapis.com/css?family=Lora:400,700);
 @import url(https://fonts.googleapis.com/css?family=Loved+by+the+King);
 
/****** Import Css File  *****/
body {
   font-family: Chivo;
	font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {  font-family: 'Lora'; font-weight: 400; line-height: 1.1; color: #666; }
a {
	color: #1e69b8; 
}
 
a, a h1, a h2, a h3a, h4, a h5, a h6 {
	transition: All .3s ease;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
a:hover, a:focus ,.new_products .owl-item .item .product-name a:hover{
	color:#FF8A65;
	text-decoration: none;
}
h2 {
	font-size: 21px;
	position: relative;
}
p {
	margin: 0 0 12px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.form-control:focus {
 
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.navbar-form .btn:focus, .navbar-form .btn:hover {
    color: rgb(234, 234, 234);
    background-color: rgb(149, 22, 16);
    border-color: transparent;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.btn:focus {
	outline: none !important;
}
 
 @media (min-width: 1200px){
.container {
    width: 1000px; padding-left:30px; padding-right:30px;
}
#sidebar-wrapper {
    width: 34.55%;
}
div#right-wrapper {
    width: 65.45%;    padding-left: 30px;
}
 }
 
 
 /***************************************/
 
 
 .wrap_bg { background:#fff;  }
 
 .container.with_bg {
    background: #fff;
   
}
#header {
   /* background: url(../img/head_bg.png) repeat-x bottom center;*/
    padding: 10px 0 10px 0;
}
.logo, .navbar{transition: all 0.3s ease;}
.headerGrid{background: #fff; transition: all 0.3s ease-in-out 0s;position: fixed; left: 0; top:0; width: 100%; box-shadow: 0 1px 10px #a2a2a2; z-index: 1005; transition: all 0.3s ease;}
.headerGrid.active .logo{ width: 100px; }
.headerGrid.active .navbar{     margin: 9px 0 0; }

.logo {
    margin: 0 40px 0 0px;
        width: 171px;
}

 .right_icon {
    text-align: right;
    float: right;    margin-top: 30px;
}
 .right_icon p {
    color: #000000;
    text-align: left;
}
 .right_icon a {
    height: 44px;
    width: 44px;
    display: inline-block;
    margin-left: 4px;
}
#mobile-menu{display: none;}
 
 /**** banner ********/
 
.home_slider:before {
    content: "";
    background: url(../img/banner_bg.png) repeat-x center top;
    position: absolute;
    width: 100%;
    height: 156px;
    display: block;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
 .banner {
    margin-top:155px; position:relative;
}
 .banner.active{margin-top: 88px;}
 .banner .item img {
    width: 100%;
}
.slider_text {
    font-family: 'Loved by the King';
    position: absolute;
    z-index: 11;
    top: 28px;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 40.0px;
    color: #fff;
}
.slider_text span{    color: #ffc661;}

.banner .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner .owl-controls .owl-page {
    width: 25%;    float: left;
    height: 8px;
    background: rgba(0, 0, 0, 0.54);
    display: inline-block;
}


.banner .owl-controls:after { content:""; display:block; clear:both;}

.banner .owl-controls .owl-page.active {
    background-color:rgba(255, 134, 4, 0.54);
}




 /************* page ********/
 .main_page {
    padding: 30px 0px;
}
 
 nav.navbar.left_nav {
    /*background: #f2f2f2; */
    border-radius: 0;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    /* display: inline-block;
    width: 100%;*/
    float: left;
}
.sidebar-nav li a {
	display: block;
    text-decoration: none;
    color: rgba(102, 102, 102, 0.9);
    font-size: 14px;
    font-weight: 400;
    padding: 15px 7px 15px 9px;
    text-transform: uppercase;
}

ul.dropdown-menu li i {
    display: none;
}
 .sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0; z-index:0;
    height: 100%;
   /* width: 13px;*/
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li ul li:before { display:none;}
/* .sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}*/
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #fdce64;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav li.active a { color:#fdce64; background: none;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
    background: none;
    color: #fdce64;
}

.sidebar-nav li .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 29px;
	display:none;
}
.sidebar-nav li:nth-child(1).active a {
   background: #ce7cbe; border-radius:10px;  
}
.sidebar-nav li:nth-child(1) .fa-angle-down { color:#ce7cbe;}

.sidebar-nav li:nth-child(2):before {
    color: #fbcf64;
}
.sidebar-nav li:nth-child(2) .fa-angle-down { color:#fbcf64;}


.sidebar-nav li:nth-child(3):before {
   color: #8fcbe7;
}
.sidebar-nav li:nth-child(3) .fa-angle-down { color:#8fcbe7;}

.sidebar-nav li:nth-child(4):before {
    color: #ef6c7c;
}
.sidebar-nav li:nth-child(4) .fa-angle-down { color:#ef6c7c;}

.sidebar-nav li:nth-child(5):before {
    color: #acd697;
}
.sidebar-nav li:nth-child(5) .fa-angle-down { color:#acd697;}

.sidebar-nav li:nth-child(6):before {
    color: #ce7cbe;
}
.sidebar-nav li:nth-child(6) .fa-angle-down { color:#ce7cbe;}

.sidebar-nav li:nth-child(7):before {
    color: #fdce64;
}
 
 .sidebar-nav li:nth-child(7) .fa-angle-down { color:#fdce64;}
 
 .sidebar-nav .dropdown-menu {
    left: 0;
    top: 100%;
}
.sidebar-nav li ul li a {
    padding: 7px 10px;
    line-height: normal;
    font-size: 16px;
}
 /******************/
 .navbar {
margin-top: 30px; 

 }
 .product_left > a {
    display: inline-block;
}
.product_left > a img{ width:100%; margin-bottom:30px;
 
}
 
 h2.left_heading {
    margin-top: 0;
}
 /********************** page right *-*********************/
 
 h2.page_heading {
    font-size: 32px;
    line-height: 39.0px;    margin-bottom: 25px;      padding-bottom: 20px;  margin-top: 0; background:url(../img/head_bg.png) repeat-x bottom center;
}




#right-wrapper p{
	
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 26.0px;
    
    text-align: left;
    color: #666666;    margin-bottom: 23px;
	}


/**************** Page end ****************/



.cl_logo {
background: #F2F2F2;
    padding: 15px;
    text-align: center;
    padding: 30px 15px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.cl_logo img {
    display: inline-block;
    margin: 0 20px;
}

footer.footer.row {
    background: #e6e6e6 url(../img/footer_bg.jpg) repeat-x top center;
    margin-right: 0;
    margin-left: 0;    font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
    padding: 25px 0px 25px 0px;
}

footer.footer.row .col-sm-12 {
    padding-right: 30px;
    padding-left: 30px;
}
 .copy_text {
    margin-bottom: 5px;
    color: #666666;
}
.copy_text a {
    color: #666;
    display: inline-block;
    margin: 0 5px;
}






/********************************** inner pages *****************/
.banner_other .slider_text {
    text-align: left;
    padding-left: 35px;
    font-size: 60px;
    line-height: 77px;
}

.page_contant img {
    margin-bottom: 15px; margin-top:15px;
}



.page_contant iframe {
    margin: 35px 0px;
    display: inline-block;
}

.page_contant h4{ font-weight:600; color:#555;}

a.a_underline {
    color: #666;
    display: inline-block;
    margin-right: 0px;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 5px;
}

.page_contant article h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.0px;
    text-align: left;
    color: #666666;
}

.page_contant article h2 a{
 
    color: #666666;
}

.page_contant article h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 25.0px;
    text-align: left;
    color: #9E9E9E;
    margin-bottom: 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
}
.page_contant article h3 a{
 
    color: #666666;
}
#right-wrapper .page_contant article p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
span.i0, .tags a { 
    text-decoration: underline;
}
span.s0 {
    font-weight: bold;
}
#right-wrapper .page_contant article a {
 
    color: inherit;
}
.page_contant .add_text img {
    margin: 0;
}
#right-wrapper .page_contant .add_text p {
    margin-bottom: 5px;
    font-size: 18px;
}
.add_text {
    margin-top: 55px;
}
.add_text a {
    color: inherit;
}


.contact_form .form-control {
    border-radius: 0;
    width: 410px;
    max-width: 100%;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact_form label.control-label {
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    text-indent: 2px;
}
.contact_form textarea.form-control {
    height: 130px;
  
}

.btn.btn_send {
    background-color: #959595;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    width: 90px;
    height: 40px;
}


/*****************/
.pro_img {
    width:  15%;
    float: left;
}
.pro_img img { margin:0;}
.product_text {
    float: left;
    width: 85%;
    padding-left: 25px;
}
.product_text h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.0px;
    text-align: left;
    color: #666666;
    margin: 0;
    margin-bottom: 8px;
}
#right-wrapper .product_text p {
    font-size: 14px;
    line-height: 19px;
}
.product_list {
    margin-bottom: 40px;
}