/*
Theme Name: Earth WelCart
Theme URI: http://wordpress.org/themes/earthwelcart
Author: Earth WelCart Team
Author URI: http://wordpress.org/
Description: Description Goes Here.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




@import "library/css/responsive.css";

body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{text-decoration: none; cursor:pointer;}

button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */


a{
	color:#47454B!important;
}
 a:hover{
	color:#39373c!important;
	 text-decoration: none;
	 cursor:pointer;
}



/* Globals type styling */
 h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:Josefin Sans;
}


/* Site container width */

.container{
	max-width:1170px;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-lg-index{
	padding:15px 50px 100px;
}
.bloc-md{
	padding:50px 50px 0px;
}
.bloc-footer{
	padding:50px 50px 40px;
}
.bloc-search{
	padding:30px 50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc a{
	color:rgba(255,255,255,.6);
}
.d-bloc a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel h1,.d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel a{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel a:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a{
	color:rgba(0,0,0,.6);
}
.l-bloc a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.bottom-divider{
	border-bottom:1px solid rgba(0,0,0,.1);
}
/* Bloc text custom styling */

#blog p{
	line-height: 26px;
	padding-top: 10px;
}
#blog h4{
	font-size: 16px;
}
#gallery p{
	line-height: 26px;
}
#contact p{
	line-height: 26px;
}
#about p{
	line-height: 26px;
}
#about-content p{
	line-height: 26px;
}
#faq p{
	line-height: 26px;
}
#faq-content p{
	line-height: 26px;
}
#faq-content h5{
	line-height: 22px;
}
#loginpage p{
	line-height: 26px;
}
#product_detail p{
	line-height: 26px;
}
#product_detail h5{
	line-height: 20px;
}
#payment-success p{
	line-height: 26px;
}

/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:25px!important;
	font-weight:normal;
	font-weight:600;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar-brand{
	padding: 15px 15px;
}
.navbar .nav{
	margin-right: -16px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav-invert .site-navigation{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 15px 15px;
}

nav .caret{
	margin: 0 5px;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
.mg-lg-twitter{
	margin-top:10px;
	margin-bottom:60px;
}	

/* = Buttons
-------------------------------------------------------------- */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF!important;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:hover{
	color: #FFF!important;
    background: #BBBBBB!important;
}
.a-btn{
	padding: 6px 10px 6px 0;
	line-height: 1.42857143;
	display:inline-block;
}
.text-center .a-btn{
	padding: 6px 0;
}
.a-block{
	width:100%;
	text-align: left;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-mdmd{
	font-size:40px!important;
}
.icon-xl{
	font-size:100px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-w-lg{
	max-width:400px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg{
	margin-left: auto;
	margin-right: auto;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Panels
-------------------------------------------------------------- */
.panel{
	border:0!important;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
.panel-heading, .panel-footer{
	background-color: inherit;
	border-color: rgba(0,0,0,.1)!important;
}
.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Empty space fillers - Used on empty blocs to fill them out */

.empty-column,.empty-column.thin{
	width:100%;
	height:350px;
	display:inline-block;
}
.empty-column{
	height:350px;
}
.empty-column.thin{
	height:150px;
}
/* iFrame */

iframe{
	border:0;
}
/* = Carousel
-------------------------------------------------------------- */

.carousel-control span{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control{
	color:#FFF!important;
	text-shadow: none;
}
.carousel-indicators li{
	margin: 0 4px;
}
.carousel-indicators .active{
	margin: 0 4px -1px;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Colour Styling
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-white-smoke{
	background-color:#F1F1F1;
}
.bgc-platinum{
	background-color:#E0E0E0;
}
.bgc-anti-flash-white{
	background-color:#F1F1F1;
}
.bgc-anti-flash-white-dkgrey{
	background-color:#D5D5D5;
}
/* Text colour styles */

.tc-outer-space{
	color:#47454B!important;
	!important}/* Button colour styles */

.btn-platinum{
	background:#E0E0E0;
	color:rgba(0,0,0,.5)!important;
}
.btn-platinum:hover{
	background:#b3b3b3;
	color:rgba(0,0,0,.5)!important;
}
.btn-light-gray{
	background:#D5D5D5;
	color:rgba(0,0,0,.5)!important;
}
.btn-light-gray:hover{
	background:#aaaaaa;
	color:rgba(0,0,0,.5)!important;
}
.btn-manatee{
	background:#9D9D9D;
	color:#FFFFFF!important;
}
.btn-manatee:hover{
	background:#7e7e7e;
	color:#FFFFFF!important;
}
.btn-anti-flash-white{
	background:#F1F1F1;
	color:rgba(0,0,0,.5)!important;
}
.btn-anti-flash-white:hover{
	background:#c1c1c1;
	color:rgba(0,0,0,.5)!important;
}
.btn-taupe-gray{
	background:#919191;
	color:#FFFFFF!important;
}
.btn-taupe-gray:hover{
	background:#747474;
	color:#FFFFFF!important;
}
/* Icon colour styles */

.icon-outer-space{
	color:#47454B!important;
	border-color:#47454B!important;
}
.icon-taupe-gray{
	color:#919191!important;
	border-color:#919191!important;
}
.icon-twitter-blue{
	color:#3399cc!important;
	border-color:#3399cc!important;
}
.icon-white{
	color:#ffffff!important;
	border-color:#ffffff!important;
}

/* Bloc image backgrounds */

.bg-logo-dark{
	background-image:url("img/logo-dark.png");
}
.bg-2Q--2{
	background-image:url("img/2Q==-2.jpg");
}
.bg-photo-1422479516648-9b1f0b6e8da8{
	background-image:url("img/photo-1422479516648-9b1f0b6e8da8.jpg");
}
.bg-images-5{
	background-image:url("img/images-5.jpg");
}
.bg-photo-1416838375725-e834a83f62b7{
	background-image:url("img/photo-1416838375725-e834a83f62b7.jpg");
}
.bg-index{
	background-image:url("img/index.png");
}
.bg-9k-copy{
	background-image:url('img/9k=%20copy.jpg');
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
}
@media (max-width: 768px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */  
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .bloc, .bloc .text-right{
        text-align: center!important;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 10px 0 0;    
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .a-block{
        text-align: center;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:20px!important;
    }
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*************************** edited by A.C *****************************/

.top_menu_class{
    float: left;
    z-index: 1;
}

.top_menu_class li{
	float: left;
    font-size: 16px;
	position: relative;
    display: block;
}
.top_menu_class li a {
	padding-top: 15px;
    padding-bottom: 15px;
	position: relative;
    display: block;
    padding: 10px 15px;
}


.submenu{display:none; width:250px; 
    position: absolute;
    background-color: #f5f5f5;
    margin: 0;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    z-index: 1000;
}
.submenu li{list-style:none; color: #47454B; font-size: 12px; line-height: 20px; margin-left: -40px;}
.submenu li a{
	padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
	text-decoration: none;
    display: block;
}
.navbar-nav li:hover .submenu{
	display:block;  
}
.submenu2{display:none; width:250px; 
    position: absolute;
    background-color: #f5f5f5;
    margin-left:250px;
	margin-top:-50px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    z-index: 1000;
}
.submenu2 li{list-style:none; color: #47454B; font-size: 12px; line-height: 20px; margin-left: -40px;
}
.submenu2 li a{
	padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
	text-decoration: none;
    display: block;
}
.submenu li:hover .submenu2{display:block; position:absolute; }


/***********************************************************************************/
/*
.navbar-nav li 
{position:relative;}

#menu-item-78 ul
{list-style:none;}

.navbar-nav li .sub-menu
{position:absolute; left:0; display:none; width:170px;  top:48px;}

.navbar-nav li:hover .sub-menu
{display:block !important;}

.navbar-nav li .sub-menu:first-child
{background:#c6c6c6;}

.navbar-nav li .sub-menu:last-child
{background:#595959;}
*/



.navbar-nav a {
	color: #FFF;
}
.navbar-nav,
.navbar-nav ul {
	list-style: none;
	margin: 0;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav a {
	padding: 14px 20px 10px;
	display: block;
	text-decoration: none;
}
.navbar-nav a:hover {
	background: #000;
}


/* Level 1 Drop Down Menu */
.navbar-nav > li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
.navbar-nav > li:first-child {
	margin-left: 0;
}
.navbar-nav > li > a {}
.navbar-nav > li > a:hover {
	color: #7D7D7D!important;
}



/* Level 2 */
.navbar-nav > li > ul {
	text-align: left;
    display: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    z-index: 1000;
	position: absolute;
	top: 100%;
	left: 0;
	width:200px;
    padding: 0;
	font-size: 12px;
	z-index: 9999999 !important;
	background-color: #D5D5D5;
	color: rgba(0,0,0,.5);
	/* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}
.navbar-nav > li:hover > ul {
	display: block;
}
.navbar-nav ul li a {}
.navbar-nav ul li a:hover {
	background-color: #BBBBBB;
	color: #FFFFFF!important;	
}



/* Level 3 */
.navbar-nav > li > ul > li > ul {
	text-align: left;
	display: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    z-index: 1000;
	position: absolute;
	left: 100%;
	width:200px;
    padding: 0;
	top: 0;
	font-size: 12px;
	z-index: 9999999 !important;
	background-color: #D5D5D5;
	color: rgba(0,0,0,.5);
}
.navbar-nav > li > ul > li:hover > ul {
	display: block;
}
.navbar-nav ul ul li {}
.navbar-nav ul ul li a {}
.navbar-nav ul ul li a:hover {
	background-color: #BBBBBB;
	color: #FFFFFF!important;
}


.bloc-footer .menu-item-78
{display:none}
/* responsive 
.navbar-nav > li > ul > li > ul
{top:50px;}
/* responsive close 
/***********************************************************************************/



/*
	@media only screen and (min-width: 480px) and (max-width: 768px) {
.col-sm-3 {
    width: 100%;
}

}

@media only screen and (max-width: 479px) {

.col-sm-3 {
    width: 100%;
}
}

*/


input#submit {
margin: 0 5px 5px 0;
color:#FFF!important;
	background:rgba(0,0,0,.3);
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
	    border-radius: 40px;
		padding: 13px 16px 8px;
    font-size: 18px;
    line-height: 1.3333333;
	
}


input#submit:hover{
	color: #FFF!important;
    background: #BBBBBB!important;
}
.comment-notes{display:none;}