@import "font-awesome.min.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Economica:400);
@import url(http://fonts.googleapis.com/css?family=Economica:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);


@import url(http://fonts.googleapis.com/css?family=Dosis);

html {
    width: 100%;
    position: relative;
    min-height: 100%
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}

body {
    background-color: #FFF;
    color: #969696;
    font: 300 14px/20px 'Open Sans', sans-serif;
    margin-bottom: 160px;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #535151;
    font-family: 'Economica', sans-serif;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 14px;
}

.page1 h2 {
    padding-top: 31px;
/*    margin-bottom: 39px;*/
	color: #006B9C;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
	text-transform: uppercase;
	border-bottom: solid 2px #006B9C;
/*	border-top: solid 2px #006B9C;*/
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
    margin-top: -3px;
}

.list+h2 {
    padding-top: 109px;
}

.list li {
    font-size: 16px;
    color: #535151;
    padding-left: 22px;
    background: url(../images/marker.png) 0 9px no-repeat;
}

.list li+li {
    margin-top: 4px;
}

.shed  {
    margin-top: -19px;
}

.shed li {
    color: #fff;
    padding: 15px 10px 21px 68px;
    font: bold 30px/32px 'Economica', sans-serif;
    background-color: #303030;
}

.shed li span {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.shed li+li {
    margin-top: 4px;
}

.shed li+li+li {
    margin-top: 3px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #666666;
}

.btn {
    display: inline-block;
    border: 1px solid #969696;
    color: #969696;
    margin-top: 24px;
    padding: 5px 32px 11px;
    font: bold 20px/20px 'Economica', sans-serif;
}

.btn:hover {
    color: #fff;
    border-color: #4090b5;
    background-color: #4090b5;
}

.link1 {
    margin-top: 29px;
    display: block;
    float: right;
    color: #fff;
    background-color: #2e2d2d;
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}

.link1:hover {
    background-color: #aaccaa;
    color: #fff;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 3px;
}

.inn__1 {
    border: 1px solid #f2f1f2;
}

.page1 .img_inner {
    margin-top: 7px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.ta__right {
    text-align: right;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;
    padding-top: 0px;
    background-color: #FFF;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    display: inline-block;
    vertical-align: middle;
    color: #001254;
    font-style: italic;
    /*float: left;*/
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}


/****Content****/

.content {
    background-color: #fff;
    padding-bottom: 20px;
}

.page1 .content {
    padding-bottom: 20px;
}

.pad1 {
    padding-top: 49px;
}

.ctn__1 {
    padding-bottom: 44px;
}

/****Blocks****/

.banner {
    padding-top: 49px;
}

.bn__1 {
    background-color: #86cdd7 !important;
}

.bn__2 {
    background-color: #ffe5b9 !important;
}

.bann_capt {
    background-color: #acc83e;
    color: #fff;
    padding-bottom: 22px;
    text-align: center;
    font: bold 36px/48px 'Economica', sans-serif;
}

.bann_title {
    padding: 6px 0 18px;
    width: 194px;
    margin: 0 auto 2px;
    background: url(../images/bann_sep.png) 0 bottom repeat-x;
}

.bann_capt  a {
    font-size: 20px;
}

.bann_capt  a:hover {
    color: #fff;
    text-decoration: underline;
}

.block1 .count {
    width: 119px;
    margin: 0 auto;
    height: 119px;
    text-align: center;
    font: 40px/116px 'Dosis', sans-serif;
    border-radius: 500px;
    border: 1px solid #939393;
    margin-bottom: 25px;
}

.block1 {
    text-align: center;
    padding: 49px 0;
}

.box {
    padding-bottom: 49px;
    background-color: #f1f0f1;
}

.box .btn {
    margin-top: 30px;
}

.box h2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.box strong.color1 {
    font-weight: 600;
}

.bq1 {
    background: url(../images/quotes.png) right 0 no-repeat;
    margin-top: -37px;
    padding-top: 12px;
    overflow: hidden;
}

.bq1 a {
    margin-top: 3px;
    float: right;
    display: block;
    font: bold 20px/48px 'Economica', sans-serif;
}

.bq1 a .fa {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 48px;
}

.bq1 .fleft {
    margin-top: 5px;
    margin-right: 19px;
}

.bq_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.block2 {
    margin-top: -22px;
    overflow: hidden;
}

.block2+.block2 {
    margin-top: 26px;
}

.block2 time {
    display: block;
    background-color: #000;
    text-align: center;
    width: 70px;
    float: left;
    margin-right: 30px;
    color: #fff;
    position: relative;
    top: 3px;
    padding: 15px 0 19px;
    font: bold 24px/30px 'Economica', sans-serif;
}

.form_title {
    font-size: 16px;
    position: relative;
    top: -1px;
    font-weight: normal;
}

.blog {
    margin-right: -1px;
    padding-top: 45px;
}

.blog +.blog  {
    padding-top: 40px;
}

.blog img {
    border: 1px solid #f2f1f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.blog_title {
    margin-bottom: 17px;
    color: #535151;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.blog .btn {
    margin-top: 30px;
}

.blog table {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.blog table tr {
    border-bottom: 1px solid #d9d9d9;
}

.blog table .fa {
    font-size: 20px;
    color: #adacac;
    min-width: 24px;
    margin-right: 27px;
    line-height: 40px;
}

.blog table td+td .fa  {
    margin-right: 5px;
}

.blog table td:first-child {
    width: 238px;
}

.blog table td+td+td {
    text-align: right;
}

.block3 {
    overflow: hidden;
    margin-top: -2px;
}

.block3+.block3 {
    margin-top: 37px;
}

.block3+.block3 +.block3 {
    margin-top: 42px;
}

.block3 .fleft {
    margin-top: 5px;
    margin-right: 20px;
}

.block3 .text1 {
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 24px;
}

.block3 .text1 time {
    display: block;
}

/****Gallery****/

.gall_item {
    display: block;
    background: #aaccaa url(../images/magnify.png) center center no-repeat;
}

.gall_item img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}

.gall_item:hover img {
    opacity: 0.2;
}

.gall_block {
    background-color: #f1f0f1;
    padding: 1px;
	text-align: center;
}

.gall_block a{
    color: #FFF;
}

.gall_bot {
    padding: 28px 21px 30px;
}

.gall_bot .btn {
    position: relative;
    top: 1px;
}

.gall_bot  .text1 {
    margin-bottom: 22px;
}

/****Separators****/

.sep__1 {
    height: 29px;
}




/****Text styles****/
.text1 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 20px;
}

.tx__1 {
    margin-bottom: 22px;
}

.fw {
    font-weight: 600;
}

.color1 {
    color: #535151;
}

/*.color1 a:hover, a.color1:hover {
    color: #ccc;
}*/

.color2 {
    color: #eee;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 22px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 445px;
    max-width: 100%;
}

.map_block {
    padding-top: 20px;
    color: #535151;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.map_block+.map_block {
   padding-top: 24px; 
}

.map_block  .map_title {
    margin-bottom: 4px;
    font-weight: 600;
}

.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}

.address1 dt {
}

.address1+.address1 {
    margin-left: 60px;
}

.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    padding: 25px 0 15px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    background-color: #FFF;
    position: absolute;
}

#footer_border{
    border: 1px solid #ccc;
    padding: 10px;
}

/*#footer .container{
    border: 1px solid #ccc;
    padding: 10px;
}*/

#footer li a{
	color: #666666;
	font-weight: normal;
}

#footer .copyright a{
	color: #006B9C;
	font-weight: bold;
}
#footer .copyright a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.copyright {
    font-weight: normal;
    float: left;
    color: #666666;
    margin: auto;
    text-align: center;
}

.copyright .brand {
    position: relative;
    top: -2px;
    font-weight: 300;
    font-size: 18px;
}

.copyright div {
    padding-top: 6px;
}

.copyright div a:hover {
    color: #535a5f;
}

.socials {
    float: right;
    color: #fff;
    margin-top: -4px;
    overflow: hidden;
}

.socials .fa {
    background-color: #006B9C;
    font-size: 25px;
    float: left;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
	color:#FFF!important;
	font-weight: lighter!important;
}

.socials .fa:hover {
    color: #FFF!important;
    background-color: #303030;
	text-decoration: none;
}

.socials .fa +.fa {
    margin-left: 16px;
}

.socials .fa.fa-pinterest {
    font-size: 30px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 47%;
    margin-left: 640px;
    overflow: hidden;
    width: 43px;
    height: 28px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}
#paymentaccepted {
    text-align: center;
    background: #FFF;
}

#footer h5 {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #222;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
   .extra_wrapper {
        overflow: visible;
    }

    .shed li {
        padding-left: 10px;
        text-align: center;
    }

    #bookingForm > strong + .controlHolder {
        float: none;
        width: 100%;
        padding-top: 4px;
        clear: both;
    }

    .fl1 {
        width: 100%;
        margin: 0 !important;
        float: none !important;
    }

    .tmSelect.auto, .tmSelect2.auto {
        width: 200px;
    }

    .clear.height1 {
        height: 10px !important;
    } 
}
@media only screen and (max-width: 979px) {

    .fleft {
        margin-right: 10px;
    }

    .blog table td:first-child {
        width: 185px;
    }

    .tmSelect.auto, .tmSelect2.auto {
        width: 150px;
    }

    .bq1 {

        padding-top: 30px;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }
}

@media only screen and (max-width: 767px) {
  
    .banner>img {
        width: 100%;
    }
    .tmSelect.auto, .tmSelect2.auto {
        width: 340px;
    }

    .sep__1 {
        height: 0;
    }

    .gall_block {
        margin-bottom: 35px;
    }

    .img_inner img {
    	width: 100%;
    }

    .img_inner {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .box  {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box div {
        margin: 0 !important;
        width: auto;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    .socials {
        float: none;
        padding-bottom: 20px;
    }
}


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

    .tmSelect.auto, .tmSelect2.auto {
        width: 180px;
    } 

    .blog table {
    } 

    .blog table td:first-child  .fa {
        display: block;
    }

    .blog table td:first-child {
        width: auto;
    }
}


.carousel .slide{
	text-align: center;
	max-height: 350px;
}

.item{
	margin: auto;
	text-align: center;
}
.item img{
	width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 0px!important;
    padding-bottom: 40px!important;
    color: #FFF!important;
    text-align: center;
    text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px!important;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #00477b!important;
    border-color: #00477b!important;
	text-transform: uppercase;
	font-weight: bold;
        margin-bottom: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #004a82!important;
}
@media (max-width: 979px) and (min-width: 768px){
[class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 0px!important;
}
}

/* ==========================================================================
   Modal styles
   ========================================================================== */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
	text-align: center;
	padding-top: 140px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}

.modal-open {
    overflow: hidden;
	padding-right: 0px!important;
}

/* Modal Content */
.modal-content {
    
    bottom: 0;
    background-color: #1e140c;
	color:#000;
    width: 550px;
	max-width: 100%;
	margin: auto;
	vertical-align: middle;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	z-index: 25; /* Sit on top */
	border-radius: 11px!important;
}

/* The Close Button */
.close {
    color: #FFF;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #0f0f0f;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #69a5d8;
    color: white;
	border-radius: 10px 10px 0px 0px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #FFF;
}

.modal-body {
    padding: 16px;
    background-color: #FFF;
}
.modal-body table{
	margin: auto;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #69a5d8;
    color: white;
}
.btn.closing {
    float: right;
    padding: 2px 6px!important;
    margin-top: -5px;
    margin-right: -10px;
    color: #666666;
}
.btn.closing i{
    padding: 3px;
}
.btn {
    display: inline-block;
    border: 1px solid #00477b;
    background-color: #00477b!important;
    color: #FFF!important;
    margin-top: 24px;
    padding: 10px 20px 11px; /*32*/
    font: bold 20px/20px 'Economica', sans-serif;
	font-size: 18px!important;
}
.modal button{
	margin: 5px;
	background-color: #FFF;
	color: #1e140c;
}

#form label+label {
    margin-left: 0px!important;
}
#form label {
    position: relative;
    display: block;
    min-height: 68px;
    float: left;
    width: 320px;
    padding-right: 15px;
    padding-left: 0px;
}
#form select{
	width: 255px;
	height: 47px;
}
.breadcrumb {
    padding: 10px 15px;
	margin-top: 15px;
    margin-bottom: 5px!important;
    list-style: none;
    background-color: #91c7e0!important;
    border-radius: 4px;
	color: #FFF;
}
.breadcrumb a{
	color: #00477b;
}
.breadcrumb a:hover{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#price{
	height: 100px;
}
#price em{
	margin-bottom: 10px;
}
#price .size{
	margin-top: 15px;
	font-weight: bold;
	color: #76882c;
	
}
.extra_wrapper {
	font-size: 16px;
}
.langue{
    float: right;
}
section#stuck_container.isStuck{
    background-color: #FFF;
}

.header-item{
    height: 20px; 
    text-align: center;
}
.header-item i{
    margin-right: 5px;
}
#basket_widget.dropdown-menu{
    min-width: 270px;
    padding: 15px;
    font-size: 12px;
    border-radius: 25px;
    color: #666;
} 
#basket_widget.dropdown-menu a{
    color: #006B9C;
    font-size: 10px;
    line-height: 1;
}
#widget_products{
    overflow-y: auto;
    max-height: 55vh;    
}
ul.langues {
    color: #666;
}
.col-xs-6.col-sm-3.col-md-3 {
    padding: 0;
}

.product-tags {
    min-height: 20px;
}

.product_img a:hover{
    text-decoration: none;
}

.store {
    margin-bottom: 25px;
}

.store p{
    margin-bottom: 0px!important;
}

.store button.btn.btn-primary{
    margin-top: 0px!important;
}
.eshop-product-body h3{
    min-height: 60px;
    margin-top: 30px!important;
    margin-bottom: 0px!important;
    font-size: 13px;
}
.eshop-product-body h3 a:hover{
    color: #006B9C;
    text-decoration: none;
}
.content.eshop{
    padding: 20px;
}
.eshop-content{
    padding: 20px;
}
.eshop-product{
    padding-bottom: 55px;
    margin-bottom: 30px;
}

.eshop-widget h4{
    font-weight: normal;
}

.eshop-widget a.active h4 {
    color: #4090b5;
    font-weight: bold;
}

span.new-price {
    color: #006B9C;
    text-align: center;
    font-weight: bold;
    margin: auto;
    font-size: 16px;
}
.eshop-product-body {
    text-align: center;
    color: #BBB;
}

.eshop-product-body h3{
    text-align: center;
    color: #000;
    font-family: Helvetica;
}
.img-responsive {
    display: block;
    height: auto;
}
.product_img .img-responsive {
    margin: auto;
}

.product_img {
    min-height: 180px;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px){
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
    padding-bottom: 3px;
}
}

.shopping-cart-header.row {
    color: #727171;
    text-align: center;
    font-size: 16px;
}

.shopping-cart-header.row a{
    color: #006B9C;
    text-align: center;
    font-size: 16px;
}

.row {
    margin-right:0px!important;
    margin-left: 0px!important;
}

#page-wrapper {
  min-height: 100%; 
}
#page-wrapper:after {
  content: "";
  display: block;
}

.btn.btn-primary.discount{
    margin-top: 0px!important;
    padding-bottom: 2px!important;
}
.basket_btn .btn{
    margin-top: 0px!important;
}
.product-price{
    margin-top: 10px;
}

.summary-address{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 2px #006B9C;
}

.eshop-header{
    margin-bottom: 10px;
}
.panel-default {
    border: none;
}

@media (max-width: 580px){
    .eshop-header{
    display: none;
    }
}

@media (max-width: 900px){

    .eshop-content{
        padding: 0px;
    }
    .content.eshop{
        padding: 0px;
    }
}

@media (min-width: 1200px){
    .product_img .img-responsive{
        max-height:151px;
    }
}

@media (max-width: 1199px) and (min-width:992px){
    .product_img .img-responsive{
        max-height:118px;
    }
}
@media (max-width: 991px) and (min-width:767px){
    .product_img .img-responsive{
        max-height:81px;
    }
    .eshop-product-body h3{
        min-height: 106px;
    }
}
@media (max-width: 766px){
    .product_img .img-responsive{
        max-height:354px;
    }
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    vertical-align: middle;
}
td.inputQuick {
    text-align: center;
}

.col-xs-6.col-sm-3.col-md-3 {
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}

.col-sm-6.col-lg-6.promo-code{
    border-top: 1px dotted #969696;
    padding-top: 10px;
    margin-top: 25px;
/*    border-left: 1px dotted #969696;*/
}
.col-sm-6.col-lg-6.delivery_date{
    border-top: 1px dotted #969696;
    padding-top: 10px;
    margin-top: 57px;
    margin-bottom: 15px;
/*    border-left: 1px dotted #969696;
    border-right: 1px dotted #969696;*/
}

label_store{
    display: block;
}

.col-sm-10.col-lg-10.promo-code.pull-right {
    border-bottom: 1px dotted #857171;
    padding: 15px 0px 10px 0px;
    border-top: 1px dotted #857171;
    margin: 20px 0px 20px 0px;
}

.col-sm-10.col-lg-10.delivery_date.pull-right {
    padding: 15px 0px 10px 0px;
}

.input-group.discount-code {
    max-width: 400px;
}

textarea.remarque {
    max-width: 500px;
    width: 100%;
}

.col-xs-12.col-md-6.discount-code {
    border-right: 2px dotted #006B9C;
}

@media (max-width:992px){
    .col-xs-12.col-md-6.discount-code {
    border-right: 0px dotted #006B9C;
    }
}

table {
    margin: auto;
}
td, th {
    padding: 5px;
}

#lookup h2{
    background-color:#006B9C;
    color: #FFF;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0.75;
}

h2#titlesales{
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.eshop-sidebar {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#newproducts {
    background-color:#006B9C;
    color: #FFF;
    height:175px;
    padding: 5px;
    margin-top: 10px;
}
#newproducts h2{
    color: #FFF;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 50px;
}

#newproducts .btn-primary {
    color: #001353;
    background-color: #89c4dd!important;
    border-color: #4090b5!important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 3px;
    /* border-radius: 10px; */
}

button.btn.btn-primary.search-btn {
    margin-top: 0px;
    padding: 6px 20px;
}
.col-md-3.pull-right.search_bar {
    padding: 0px;
    margin-top: 55px;
}

.sf-menu>li>a {
    position: relative;
    color: #006b9c;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin: 10px;
}
.navigation {
    z-index: 999;
    position: relative;
    float: right;
    padding-top: 0px!important;
    margin-bottom: 30px;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
    color: #89c4dd;
    text-decoration: none;
}

#bestSellers .thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
    max-height: 150px;
}
.label-success {
    background-color: #5cb85c;
    border-radius: 10px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none; 
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.btn-primary.discover {
    color: #001353;
    background-color: #89c4dd!important;
    border-color: #4090b5!important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 3px;
    font-size: 10px;
    /* border-radius: 10px; */
}
.footer_services {
    padding: 0px;
}
.row.user_menu {
    background-color: #4090b5;
}
i.sprite {
    min-width: 45px;
}
#lookup {
    text-align: center;
}
#lookup img {
    max-height: 210px;
}