/* 
	Theme Name: MONAGHAN
	Theme URL: http://www.exsite.ie
	Description: Website by exSite
	Author: MARCO LACERDA
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html{

}
input{
    text-transform: none;
    border-radius: 0;
}
button,
select {
    color: #192652;
    text-transform: uppercase;
}

textarea {
    color: #192652;
}
body {
    font-size: 1em;
    line-height: 1.4;
    padding:0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
     border-radius: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
*{
    -webkit-font-smoothing: antialiased;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
    margin: 0;
    height: 100%;
}

/* ==========================================================================
   Author: MARCO LACERDA - www.exsite.ie 
   ========================================================================== */
/* ==========================================================================
   Header
============================================================================= */
.logo {
  width: 140px;
  margin: 0 auto;
}
.logo h1{
    margin: 0;
    padding: 0;
}
.logo h1 a{
    display: block;
    width: 190px;
    height: 40px;
    font-family: 'Playfair Display', serif;
	color: #1a274f;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	margin: 0 auto;
}
.logo h1 a span {
  clear: both;
  margin: -2px 0 0 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.05em;
  display: block;
 }
/* ==========================================================================
   Navigation
============================================================================= */
/*
body wripe for slide open phone menu
*/          
#body_wrap{
    background: #fff;
    min-height: 100%; 
    -webkit-transition: all .2s ease-out; 
    -moz-transition: all .2s ease-out; 
    -o-transition: all .2s ease-out; 
    -ms-transition: all .2s ease-out; 
    transition: all .2s ease-out; 
}

.no_overflow{
    overflow-x: hidden;
    max-width: 100%;
}   
.head_wrapper{
    margin: 0 auto;
    max-width: 1024px;
    min-width: 300px;
    padding: 22px 26px;
}
a{  
    color: #1a2750;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
a:hover{
    color: #84817e;
}
.content.content_inner.single_content.single_post h3{
    font-size: 20px;
}
#home-content a:hover{
    text-decoration: underline;
}

.content_inner img {
    height: auto;
    max-width: 100%;
}   
.navbar{
    background: #fff;
    
}
                
    #menu_button {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding:1px 0 0 0;
        width: 56px;
        float: left;
    }

        #menu_button ul {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
        }

        #menu_button ul li {
            display: block; 
            height: 3px; 
            width: 30px; 
            background: #1a2750; 
            margin:0px;
        }
        #menu_button ul li:nth-child(2){
            margin:7px 0;
        }
               
        #menu_button span{
            color: #fff;
            display: block;
            font-size: 15px;
            padding: 5px 0 12px 0;
            font-family: helvetica, arial, sans serif;
            font-weight: bold;
        }
#main_nav{
    display: none;
}
        
#phone_nav{
    background: #fff;
    width: 210px; 
    padding-top: 0px;
    position: absolute; 
    top: 0px; 
    left: -255px; 
    min-height: 100%; 
    overflow: hidden;   
    
    -webkit-transition: all .2s ease; 
    -moz-transition: all .2s ease; 
    -o-transition: all .2s ease; 
    -ms-transition: all .2s ease; 
    transition: all .2s ease; 
}

#phone_nav.visible{
    left: 0;
}   
    
#body_wrap.slide_right {
        -webkit-transform: translate(225px); 
        -moz-transform: translate(225px); 
        -ms-transform: translate(225px); 
        -o-transform: translate(225px); 
        transform: translate(225px);
}       
            
    #phone_nav .header_menu{
        margin: 0;
        padding: 22px 0 0 15px;
    }
        #phone_nav ul{
            margin:17px 0 0 0;
            padding: 0;
        }
        #phone_nav ul li{
            clear: both;
            list-style: none;
        }
        #phone_nav ul li.menu-item-has-children{
            background-image:url(images/plus-menu.png);
            background-position: right center;
            background-repeat: no-repeat;

        }
        #phone_nav ul li.menu-item-has-children:hover{
            background-image:url(images/minus-menu.png);
            background-position: right 12px;
            background-repeat: no-repeat;

        }
        #phone_nav ul li ul li{
            border-top: 0;
            opacity: 0.9;
        }
        #phone_nav ul li ul li:hover{
            opacity: 1;
        }
        
            #phone_nav ul li a,
            #phone_nav ul li span{
                display: block;
                color: #1a2750;
                font-size: 14px;
                padding: 4px 0px;
                text-decoration: none;
                width: 100%;
                font-family: 'Open Sans', sans-serif;
                font-weight: 300 !important;
                font-size: 16px;
                text-transform: uppercase;

            }
            #phone_nav ul li.menu-item ul li a:hover{
                
            }
            #phone_nav ul li.menu-item a:hover{
                
            }
            
            #phone_nav ul li span{
                cursor: default;
            }

    
    #phone_nav ul li ul a,
    #phone_nav ul li ul span{
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        padding: 5px 0;
    }
    
    
    #phone_nav ul li ul.sub-menu{
        
        box-sizing: border-box;
        display: none;
        padding: 0 0 0 15px;
        margin: 0;
        width: 100%;
        
        
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box;   
        box-sizing: border-box;  
    }
    
    #phone_nav ul li ul li{
      float: left;
      border: none;
     
    }
    #phone_nav ul li ul li a{
      float: left;
      border: none;
     
    }
    #phone_nav ul li:hover  > ul{
        display: inline-block;
    }
    
    #phone_nav  .search-mobille{
        width: 170px;
        display: inline-block;
    }

     #phone_nav .search-mobille label{
        display: none;
     }
    
    #phone_nav  .search-mobille input[type="text"]{
        float: right;
        width: 132px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #eaebed;
        font-size: 14px;
        padding: 4px 0;
    }
    #phone_nav  .search-mobille input[type="submit"]{
        float: left;
        width: 23px;
        height: 23px;
        text-indent: -9999px;
        background-image: url(images/lens_mobille.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: none;
        background-size: 100%;

    }

    .thumb_search {
        float: left;
        margin-right: 10px;
    }
    .thumb_search img {
        width: 150px;
        margin-bottom: 20px;
    }
    .error_msg{
        min-height: 300px;
   }
   .error_msg h3{
        font-family: 'Playfair Display', serif;
        color: #1a2750;
        font-size: 26px;
        margin: 5px 0;
        font-weight: 300;
   }
/* ==========================================================================
   SLIDER
============================================================================= */
/* ================================
   Slider
================================ */             


.carousel_wrapper {
    margin:0 auto;
    height: 420px!important;
    position: relative;
    overflow: hidden;
    width: 100%!important;
    z-index: 2;
    
    /*box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}

.caroufredsel_wrapper{
    height: 100%!important;
}

        #carousel {
            height: 100%!important;
            visibility: hidden;
        }
        
        .slide {
            display: block;
            float: left;
            height: 100%!important;
            overflow: hidden;
            margin: 0;
            position: relative;
        }

                .slide img {
                    height: auto;
                    position: relative;
                    top: 0;
                    left:50%;
                    width: 270%!important;
                    margin-left: -135%;
                    z-index: 1;
                }

                .slide_text{
                    display: block;
                    display: block;
                    position: absolute;
                    top: 30%;
                    width: 90%;
                    left: 50%;
                    margin-left: -45%;
                    z-index: 1;
                    text-align: center;
                }
                .slide_text h3{
                    font-family: 'Playfair Display', serif;
                    color: #1a2750;
                    font-size: 26px;
                    margin: 5px 0;
                    font-weight: 300;
                }
                .slide_text p{
                    font-family: 'Open Sans', sans-serif;
                    color: #1a2750;
                    font-size: 14px;
                    padding: 0 20px;
                    margin: 0;
                }
        
    #prev,
    #next{
         visibility: hidden;
    }
    
#pager{
    position: absolute;
    bottom: 0;
    z-index: 6;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    }
        
        #pager a{
            background: transparent;
            border: 1px solid #1a2750;
            display: inline-block;
            height: 11px;
            margin: 0 5px;
            text-indent: -99999px;
            width: 11px;
            border-radius: 50%;

            -webkit-transition: all 0ms ease;
            -moz-transition: all 0ms ease;
            -ms-transition: all 0ms ease;
            -o-transition: all 0ms ease;
            transition: all 0ms ease; 
        }
            
        #pager a.selected{
            background: #1a2750;
        }
/* ================================
   Slider products
================================ */             

.galery_prod{
    max-width: 460px;
    margin: 0 auto;
    position: relative;

}
.carousel_wrapper_prod {
    margin:0 auto;
    height: 330px!important;
    position: relative;
    overflow: hidden;
    width: 100%!important;
    z-index: 2;
    
}

.caroufredsel_wrapper_prod{
    height: 100%!important;
}

        #carousel_prod {
            height: 100%!important;
            visibility: hidden;
        }
        
        .slide_prod {
            display: block;
            float: left;
            height: 100%!important;
            overflow: hidden;
            margin: 0;
            position: relative;
        }

                .slide_prod img {
                    height: auto;
                    position: relative;
                    top: 0;
                   
                    width: 100%!important;
                   
                    z-index: 1;
                }

                 
#pager_prod{
    position: absolute;
    bottom: -40px;
    z-index: 6;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    }
        
        #pager_prod a{
            background: transparent;
            border: 1px solid #1a2750;
            display: inline-block;
            height: 11px;
            margin: 0 5px;
            text-indent: -99999px;
            width: 11px;
            border-radius: 50%;

            -webkit-transition: all 0ms ease;
            -moz-transition: all 0ms ease;
            -ms-transition: all 0ms ease;
            -o-transition: all 0ms ease;
            transition: all 0ms ease; 
        }
            
        #pager_prod a.selected{
            background: #1a2750;
        }
/* ==========================================================================
   HOMEPAGE
============================================================================= */
.wrap_home{
    min-width: 300px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 0;
}
.img_cat{
    
    height: 283px;
    overflow: hidden;
}
.img_cat img{
    width: 150%;
    height: auto;
    position: relative;
    margin-left: -75%;
    left: 50%;
}
.description{
    display: block;
    min-height: 283px;
    

}
.description h2{
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    color: #1a274f;
    font-size: 38px;
    text-transform: uppercase;
    margin: 19px 0 15px 0;
    line-height: 35px;
    font-weight: 300;

}
.description p{
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #84817e;
    font-size: 12px;
    font-weight: 300;
    padding: 0 50px;
    line-height: 21px;
    max-width: 300px;
}
.description a{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1a274f;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 10px 12px;
    background: #f5f4f0;
    font-size: 13px;
    margin: 20px 0;
}
.description a:hover{
    background: #d3d1c9;
}
.ladies{

}
.ladies .img_cat{

}
.ladies .description{
    text-align: center;
    border: 3px solid #d3d1c9;
    margin: 20px 0;

}
.men{

}
.men .img_cat{

}
.men .description{
    text-align: center;
    border: 3px solid #1a274f;
    margin: 20px 0;
}
.acce{

}
.acce .img_cat{

}
.acce .description{
    text-align: center;
    border: 3px solid #d3d1c9;
    margin: 20px 0;
}
.la_ladies{
    text-align: center;
    border: 3px solid #d3d1c9;
    position: relative;
}
.la_men{
    text-align: center;
    border: 3px solid #1a274f;
    position: relative;
    margin: 20px 0;
}
.la_ladies h2,
.la_men h2{
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    color: #1a274f;
    font-size: 38px;
    text-transform: uppercase;
    margin: 20px 0 21px 0;
    line-height: 35px;
    font-weight: 300;
}
.la_ladies h2 span,
.la_men h2 span{
    font-family: 'Open Sans', sans-serif;

}
.la_ladies .img_cat,
.la_men .img_cat{
    max-width: 586px;
    height: 200px;
    overflow: hidden;
    position: relative;

}
.la_ladies .img_cat img,
.la_men .img_cat img{
  width: 110%;
  height: auto;
  position: relative;
  margin-left: -110%;
  left: 50%;
}
.la_ladies a,
.la_men a{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #1a274f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    width: 140px;
    margin-left: -70px;
    left: 50%;
    position: absolute;
    padding: 10px 8px;
    background: #f5f4f0;
    font-size: 13px;
    bottom: 20px;

}
.la_ladies a:hover,
.la_men a:hover{
    background: #d3d1c9;
}
/* ==========================================================================
   BLOG PAGE
============================================================================= */
.page-template-page-blog .wrapper_inter{
    max-width: 960px;
    min-width: 300px;
    width: 100%;
    margin:0 auto;
}
ul.blog-list{
    list-style: none;
    margin:0;
    padding: 0;
}
ul.blog-list li {
    width: 100%;
}
ul.blog-list li .feat_img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;   
}
ul.blog-list li .feat_img img {
    width: 100%;
    height: auto;
}
ul.blog-list li .wrap_content{
    border: 2px solid #1a2750;
    padding: 60px 40px 30px 30px;
    margin: -30px auto 40px auto;
    position: relative;
    max-width: 300px;
}
ul.blog-list li .meta_info{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #84817e;
}
ul.blog-list li .meta_info span{
    color:#1a2750;
}
ul.blog-list li .title_post_homed{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
ul.blog-list li .title_post_homed a{
    color: #1a2750;
    text-decoration: none;
}
ul.blog-list li .title_post_homed a:hover{
    color: #84817e;
}
ul.blog-list li .excerpt_postd{
    margin: 0;
    padding: 0;
}
ul.blog-list li .excerpt_postd p{
    color:#84817e;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
ul.blog-list li a.read-side{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #1a2750;
}
.iframe_expose{
position: relative; 
width: 100%; 
margin-top: -212px;
height: 550px; 
overflow: hidden; 
border: none;
}
/* ==========================================================================
   SINGLE POST
   ========================================================================== */
.single-post .page-title h1{
    font-size: 20px;
    text-transform: none;
}
.single-post .meta_info{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #84817e;
    text-align: center;
    margin-bottom: 20px;
}
.single-post .meta_info span{
    color:#1a2750;
}
.single-post .gen_content p{
    text-align: justify;
}
.single-post .back_button{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* ==========================================================================
   SINGLE PRODUCT
   ========================================================================== */
.single-product .wrapper_inter{
    max-width: 960px;
    position: relative;
}
.single-product .prod_details{
    color:#1a2750;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.single-product p.price{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.single-product .prod_details ul{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
.single-product .prod_details ul li{
    float: left;
}
.single-product .prod_details ul li a{
    display: block;
    padding: 0 10px 0 10px;
    border-right: 1px solid #1a2750;
}
.single-product .prod_details ul li:first-child a{
    padding: 0 10px 0 0;
}
.single-product .prod_details ul li:last-child a{
    padding: 0 0 0 10px;
    border-right:none;
}
.single-product .guide{
    margin: 20px 0;
}
.single-product .nav_prod{
    color:#1a2750;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
}
.single-product .back_button{
    float: left;
}
.single-product .navigation{
    float: right;
    width: 50px;
    display: block;
} 
.single-product .navigation .alignleft a,
.single-product .navigation .alignright a{
    text-indent: -9999px;
    display: block;
    height: 54px;
    width: 25px;
}
.single-product .navigation .alignleft a{
    float: left;
    background-image: url(images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.single-product .navigation .alignright a{
    float: right;
    background-image: url(images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.wrap_product_details {
    max-width: 460px;
    margin: 40px auto 0;
}

.order_button {
    margin: 0 0 20px 0;
}

.order_button a {
    margin: 0;
    padding: 0;    
    font-family: 'Open Sans', sans-serif;    
    color: #1a274f;    
    font-size: 16px !important;    
    text-transform: uppercase;    
    font-weight: 300;    
    display: inline-block;    
    padding: 10px 12px;    
    background: #f5f4f0;    
   
}
.order_button a:hover {
  background: #d3d1c9;
}
/* ==========================================================================
   CATEGORY PAGE
============================================================================= */
.catlist{
    max-width: 960px;
    min-width: 300px;
    margin: 0 auto;
}
.catlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.catlist ul li{
    min-width: 300px;
    overflow: hidden;
    margin: 0 auto 30px;


}
.catlist ul li img{
    max-width: 300px;
    height: auto;
    width: 100%;
    max-height: 370px;

}
.catlist ul li a.box{
    font-size: 26px;
    display: block;
    border: 3px solid #1a2750;
    font-family: 'Playfair Display', serif;
    color: #1a2750;
    padding: 60px 0 30px 0;
    line-height: 26px;
    margin: -32px auto 0 auto;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 300px;
}
.catlist ul li a.box:hover {
  color: #84817e;
  border: 3px solid #84817e;
}

.catlist ul li a.box span{
    font-family: 'Open Sans', sans-serif;
}

.breadcrumbs {
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #1a2750;
}
.breadcrumbs span{
    padding: 0 5px;
}
.breadcrumbs span[typeof="v:Breadcrumb"]:first-child {
  text-transform: uppercase;
}

.breadcrumbs a{
    color: #1a2750;
}
.breadcrumbs a:hover {
  color: #84817e;
}
/* ==========================================================================
   PRODUCT LIST
============================================================================= */
.product_list{
    max-width: 960px;
    min-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.product_list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_list ul li{
    min-width: 300px;
    margin: 0 auto;
}
.product_list ul li img{
    max-width: 300px;
    width: 100%;
    /*height: auto;*/
    max-height: 370px;
}
.product_list ul li a {
    display: inline-block;
}
.product_list ul li a span{
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #1a2750;
    padding: 18px 0 30px;
    webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.product_list ul li a img{
    webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.product_list ul li a:hover span {
    opacity: 1;
    color: #ccc;
}
.product_list ul li a:hover img {
    opacity: 0.5;
}
.single-product .breadcrumbs{
    margin: 20px 0; 
}


/* =========================================================================
   PAGINATION
============================================================================= */
.pagination {
    float: right;
    margin: 10px 10px 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    text-align: right;
}
.pagination span{
    border-bottom: 1px solid #1a2750;
    margin: 0 5px;
}
.pagination a{
    margin: 0 5px;
}
/* =========================================================================
   PAGE SIZES AND COLOURS
============================================================================= */
.page-template-page-guide .wrapper_inter{
    max-width: 980px;
}
.page-template-page-guide .wrapper_inter h2{
    color: #1a2750;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
}
.page-template-page-guide .wrapper_inter table{
    font-family: 'Open Sans', sans-serif;
    color: #1a2750;
    font-size: 16px;
    border-collapse: collapse;
}
.page-template-page-guide .wrapper_inter table td{
    border: 1px solid #1a2750;
}
table.three-column{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
}
table.three-column tr{
    height: 40px;

}
table.three-column td{
    width: 33.333333333%;
    
}

table.seven-column{
    display: none;
}
.desc_size, .desc_colour {
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    color: #989593;
    max-width: 605px;
    text-align: justify;
    margin: 20px auto 30px ;
}
.colours{
    margin: 44px 0;
}
ul.colour_list {
    list-style: none;
    display:inline-block;
    width:100%;
    margin: 0;
    padding: 0;


}
ul.colour_list li{
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    
}
ul.colour_list li img{
    width:100%;
    height:auto;
    min-height:130px;
    max-width: 130px;
}
ul.colour_list li p{
    color: #1a2750;
    font-size: 16px;
    margin: 9px 0 37px;
}
/* =========================================================================
   Footer
============================================================================= */
.foot_wrap{
    width: 100%;
    border-top: 1px solid #1a274f;
    border-bottom: 1px solid #1a274f;
    text-align: center;
    padding: 25px 0;
    letter-spacing: -0.029em;
}
.foot_wrap .address-footer p{
    margin: 18px 0 11px 0;
    line-height: 20px;
    font-size: 14px;
    color: #1a2750;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    
}
.foot_wrap p.copy{
    margin: 0;
    font-size: 14px;
    color: #1a2750;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}
.foot_wrap ul{
    list-style: none;
    margin:0;
    padding: 0;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;

}
.page-template-homepage .foot_wrap ul:last-child{
   margin: 11px auto 0;
}
.foot_wrap ul li{
    font-size: 14px;
    display: inline-block;
    line-height: 14px;
}
.foot_wrap ul li:last-child a{
    border-right: none;
}
.foot_wrap ul li a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    color: #1a2750;
    border-right: 1px solid #1a2750;
    padding: 0 10px;
}
.foot_wrap ul li a:hover{
    color: #84817e;
}
.foot_wrap h3{
    display: none;
}

.foot_wrap .social ul li,
.foot_wrap .menu_footer ul li{
   
}
.foot_wrap .policies{
    margin: 12px 0 0 0;
}
.page-template-homepage .foot_wrap .policies{
    margin: 0;
}
.foot_wrap .policies ul li{
 }

.credits{
    text-align: center;
    margin: 15px 0;
}
.credits p{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
    color: #828383;
    font-size:14px;
}
.page-template-homepage .credits {
  text-align: center;
  padding: 15px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #1a274f;
}
.page-template-homepage .credits p{
    margin: 0;
}
.credits p a{
    color: #828383;
}
.credits p a:hover{
    color: #00f;
}
/* ==========================================================================
   404 page
============================================================================= */
p.error{
    color:#84817e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}
.error404 input[type="text"]{
    width: 75%;
    padding: 10px 0 10px 15px;
    margin: 0;
    border: 1px solid #1a2750;
}
.error404 input[type="submit"]{
    border: none;
    padding: 10px;
    width:25%;
    background: none;
    text-align: center;
    border: 1px solid #1a2750;
    margin-left: -5px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.error404 input[type="submit"]:hover {
  background: #ccc;
}
/* ==========================================================================
   Footer HOME
============================================================================= */
.page-template-homepage .foot_wrap{
    padding: 0 0 25px 0;
    border-top: none;
}
.ft_home{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.ft_home h2{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    margin: 40px 0 20px 0;
    font-weight: 400;
}
.ft_home p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 10px;
    line-height: 20px;
    font-weight: 300;
}
.ft_home a{
    display: inline-block;
    padding: 10px 15px;
    background: #f5f4f0;
    color: #1a274f;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0 0 38px 0;
}
.ft_home a:hover{
    background: #d3d1c9;
}
/* ==========================================================================
   INTERN PAGES - DEFAULT
   ========================================================================== */
.wrapper_inter{
    max-width: 600px;
    min-width: 300px;
    padding: 0 25px 12px;
    margin: 0 auto;
}
.page-title{
    width: 100%;
    text-align: center;
}
.page-title h1{
    color: #1a2750;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 11px 0 16px 0;
}

.top-image{
    width: 100%;
    max-height: 415px;
    overflow: hidden;
}

.top-image img{
    width: 100%;
    height: auto;
}
.gen_content{
    width: 100%;
    
}
.gen_content h2{
    color: #1a2750;
    font-size: 21px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 22px 0 16px 0;
    text-align: center;
}
.gen_content p{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
   font-weight: 400;
    color: #979593;
    line-height: 22px;
    font-size: 14px;
}
/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
  .page-template-page-contact .wrapper_inter{
    padding:0 !important;
  }
  .wrap_contact {
    max-width: 960px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrap_firstrow{
    width: 100%;
    position: relative;
  }
  .map{
    max-width: 705px;
    position: relative;
    left: 0;
  }
  .wrap_address{
    border:2px solid #192652;
    padding: 10px;
    position: relative;
    margin: 20px 0;
    
  }

  .wrap_address h3{
    color: #192652;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0 7px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .wrap_address a{
    color: #84817e;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    font-weight: 300;
  }
  .wrap_address p{
    color: #84817e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0;
    font-weight: 300;
  }
  .text{
    border:2px solid #192652;
    padding: 10px;
    position: relative;
    margin: 0 0 20px 0;
    
  }
  .text h3{
    color: #192652;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0 7px;
    line-height: 21px;
    text-transform: uppercase;
  }
  .text p{
    color: #84817e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0;
    font-weight: 300;
  }
  .gform_wrapper .top_label .gfield_label{
    display: none !important;
  }

  #gform_wrapper_2 ul li.gfield{
    clear: none;
  }
  li.prod_name {
  width: 47%;
  float: left;
}
li.ref {
  width: 47%;
  float: right;
}
li.three_col {
  width: 32%;
  float: left;
}
li.three_col.one {
  margin-right: 2%;
}
li.three_col.three {
  margin-left: 2% !important;
}

  #gform_wrapper_2 input[type="text"],
  #gform_wrapper_2 textarea,
  .form_contact input[type="text"],
  .form_contact textarea  {
    width: 100% !important;
  }

  #gform_wrapper_2 input[type="text"],
  .form_contact input[type="text"]{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #192652;
    color: #192652;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
  }
    #gform_wrapper_2 input[type="text"]{
        padding: 15px 0 3px 0 !important;
    }
    .form_contact input[type="text"]{
      padding: 10px 0 3px 0 !important;  
    }

  #gform_wrapper_2 input[type="text"]:focus,
  .form_contact input[type="text"]:focus{
    border-bottom: 1px solid #84817e;
  }
  #gform_wrapper_2 input[type="text"]::-webkit-input-placeholder,
  .form_contact input[type="text"]::-webkit-input-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 input[type="text"]::-moz-placeholder,
  .form_contact input[type="text"]::-moz-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 input[type="text"]:-moz-placeholder,
  .form_contact input[type="text"]:-moz-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 input[type="text"]:-ms-input-placeholder,
  .form_contact input[type="text"]:-ms-input-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 input[type="text"]:focus::-webkit-input-placeholder,
  .form_contact input[type="text"]:focus::-webkit-input-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 input[type="text"]:focus::-moz-placeholder,
  .form_contact input[type="text"]:focus::-moz-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 input[type="text"]:focus:-moz-placeholder,
  .form_contact input[type="text"]:focus:-moz-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 input[type="text"]:focus:-ms-input-placeholder,
  .form_contact input[type="text"]:focus:-ms-input-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 textarea,
  .form_contact textarea{
    color: #192652;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #192652;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;

    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  .form_contact textarea{
    max-height: 33px;
  }
  #gform_wrapper_2 textarea{
    max-height: 47px;
    padding-top: 18px;
  }
  #gform_wrapper_2 textarea::-webkit-input-placeholder,
  .form_contact textarea::-webkit-input-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 textarea::-moz-placeholder,
  .form_contact textarea::-moz-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 textarea:-moz-placeholder,
  .form_contact textarea:-moz-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 textarea:-ms-input-placeholder,
  .form_contact textarea:-ms-input-placeholder{
    color:#192652;
  }
  #gform_wrapper_2 textarea:focus::-webkit-input-placeholder,
  .form_contact textarea:focus::-webkit-input-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 textarea:focus::-moz-placeholder,
  .form_contact textarea:focus::-moz-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 textarea:focus:-moz-placeholder,
  .form_contact textarea:focus:-moz-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 textarea:focus:-ms-input-placeholder,
  .form_contact textarea:focus:-ms-input-placeholder{
    color: #84817e;
  }
  #gform_wrapper_2 textarea:focus,
  .form_contact textarea:focus{
     max-height: 200px;
     height: 200px;
     border-bottom: 1px solid #84817e;
     color: #84817e;
  }
  .gform_footer{
    margin: 0 !important;
    padding: 7px 0 0 0 !important;
  }
  .form_contact .gform_wrapper{
    margin: 0 0 1em 0 !important;
  }
  #gform_wrapper_2 .gform_submit_button_2,
  .form_contact .gform_submit_button_1{
    border:none;
    border: none;
    padding: 13px 75px;
    background-color: #f5f4f0;
    text-transform: uppercase;
    color:#192652;
     -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  #gform_wrapper_2 .gform_submit_button_2:hover,
  .form_contact .gform_submit_button_1:hover{
    background-color: #d3d1c9;
  }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 380px) {

.logo h1 a{
  background-position: center;
}

}
@media only screen and (min-width: 480px) {
/* ==========================================================================
   HOMEPAGE 480
   ========================================================================== */
.img_cat img {
  width: 110%;
  height: auto;
  position: relative;
  margin-left: -55%;
  left: 50%;
}
/* ==========================================================================
   SLIDER 480
   ========================================================================== */
.slide img {
  width: 200%!important;
  margin-left: -100%;
}
.slide_text h3{
    font-size: 30px;
}
.slide_text p{
    font-size: 16px;
}
.carousel_wrapper_prod {
    height: 500px!important;
}
}
@media only screen and (min-width: 500px) {
.iframe_expose{
margin-top: -220px; 
}
}
@media only screen and (min-width: 581px) {
.iframe_expose{
margin-top: -200px; 
}
}
@media only screen and (min-width: 768px) {

/* ==========================================================================
   HEADER 768
   ========================================================================== */
/* ==========================================================================
   SLIDER 768
   ========================================================================== */
.slide img {
  width: 120%!important;
  margin-left: -60%;
}
.slide_text{
    top: 37%;
}
.slide_text h3{
    font-size: 36px;
}
.slide_text p{
    font-size: 20px;
}
    #prev,
    #next{
        background: url(images/arrows.png);
        height: 77px;
        position: absolute;
        top: 41%;
        width: 30px;
        z-index: 5;
        visibility:visible;
    }
    
    .carousel_wrapper:hover > #prev,
    .carousel_wrapper:hover > #next{
        visibility: inherit;
    }
    
    #prev{
        background-position: 0 0;
        left: 10px;
    }
    
    #next{
        background-position: 30px 0;
        right: 10px;
    }
/* ==========================================================================
   HOMEPAGE 768
   ========================================================================== */
.wrap_home{
    max-width: 760px;
}
.ladies{
    margin: 0 0 20px 0;
}
.ladies .img_cat{
    float: right;
    max-width: 460px;
}
.ladies .description{
    float: left;
    margin: -250px 0 0 0;
    position: relative;
}
.ladies .description h2{
    padding-right: 50px;
   text-align: right;
}
.ladies .description p{
    text-align: right;
    
}
.ladies .description a{
    float: right;
    margin: 20px 50px;
}
.men{
    margin: 0 0 20px 0;
}
.men .img_cat{
    float: left;
    max-width: 460px;
}
.men .description{
    float: right;
    margin: -250px 0 0 0;
    position: relative;
}
.men .description h2{
    padding-left: 50px;
   text-align: left;
}
.men .description p{
    text-align: left;
    
}
.men .description a{
    float: left;
    margin: 20px 50px;
}
.acce{
    margin: 0 0 20px 0;
}
.acce .img_cat{
    float: right;
    max-width: 460px;
}
.acce .description{
    float: left;
    margin: -250px 0 0 0;
    position: relative;
}
.acce .description p{
    text-align: right;
    
}
.acce .description a{
    float: right;
    margin: 20px 50px;
}
.la_ladies{
   float: left;
   width: 50%;
   max-width: 306px;
   margin: 0 0 20px 0;
}
.la_men{
    float: right;
    width: 50%;
    margin: 0 0 20px 0;
    max-width: 306px 
}
/* ==========================================================================
   CATEGORY PAGE 768
============================================================================= */
.catlist ul li{
    width: 50%;
    float: left;
}
/* ==========================================================================
   PRODUCT LIST 768
============================================================================= */
.product_list ul li{
     width: 50%;
    float: left;
}

/* ==========================================================================
   Footer HOME 768
   ========================================================================== */
.ft_home p{
    max-width: 460px;
    margin: 0 auto 20px;
}
/* ==========================================================================
   INTERN PAGES - DEFAULT 768
   ========================================================================== */
.wrapper_inter{
    max-width: 600px;
    min-width: 300px;
    padding: 0 0 12px;
    margin: 0 auto;
}

/* ==========================================================================
   CONTACT PAGE 768
   ========================================================================== */
.map{
    width: 70%;
}
.wrap_address{
    padding: 20px 0 20px 90px;
    margin: -220px 0 20px 0;
    width: 290px;
    float: right;
}
.wrap_address a{
    pointer-events: none;
   cursor: default;
}
.wrap_secondrow{
    max-width: 730px;
    width: 100%;
    margin-top: 30px;
}
.text{
    padding: 30px 25px 26px 10px;
    width: 45%;
    float: left;
    text-align: right;
}
div#gform_wrapper_2 {
  width: 75%;
  margin: 0 auto;
}
.form_contact {
    float: right;
    width: 50%;
    padding: 0 0 0 30px;
}
/* =========================================================================
   PAGE SIZES AND COLOURS 768
============================================================================= */
.page-template-page-guide .wrapper_inter{
    max-width: 960px;
}

table.three-column{
    display: none;
}
table.seven-column{
    display: block;
    width: 535px;
    margin: 0 auto;
}
table.seven-column td{
    width: 72px;
    text-align: center;
    padding: 10px;
}
table.seven-column td:first-child{
    width: 109px;
    text-align: left;
}
table.seven-column tr{
    height: 40px;
}

ul.colour_list{
    margin: 0 8px;
}
ul.colour_list li{
    margin: 0 7px;
}
/* ==========================================================================
   BLOG PAGE 768
   ========================================================================== */
ul.blog-list li {
    width: 50%;
    float: left;
}
ul.blog-list li .title_post_homed {
   font-size: 22px;
}
ul.blog-list li .wrap_content{
    max-width: 300px;
    margin:-30px auto 40px;
    min-height: 300px;
}
ul.blog-list li .feat_img{
    min-height: 224px;
}
.iframe_expose{
height:600px;
margin-top: -188px;
}

}
@media only screen and (min-width: 980px){
    /* ==========================================================================
   HEADER 980
   ========================================================================== */
header{
     border-bottom: 1px solid #1a274f;
}

.page-template-homepage header{
     border-bottom: none;
}
.logo {
  width: 234px;
  margin: 0 auto;
}
.logo h1 a{
    height: 60px;
    width: 234px;
	font-size: 36px;
	letter-spacing: 1px;

}
.logo h1 a span{
	letter-spacing: 22px;
	margin: 0;
}
.head_wrapper {
   padding: 52px 0 0 0;
}

/* ==========================================================================
   NAVIGATION 980
   ========================================================================== */
.wrapper{
    max-width: 900px;
    margin: 0 auto;
}
#menu_button{
    display: none;
}
#main_nav{
    display: block;
    margin: 34px 0 0 0;
}
#main_nav ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 6px 0 0 0;
    float: left;
    width: 83%;
}
#main_nav ul li{
    display: inline-block;
    line-height: 20px;
    
}
#main_nav ul li a{
    color: #1a2750;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display:inline-block;
    padding: 5px 0 22px;
    margin:0 11px;
    border-top: 1px solid #fff;
    text-transform: none;
    webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#main_nav ul li a:hover{
   border-top: 1px solid #1a2750;
}
#main_nav ul li ul.sub-menu{
    background: #1a2750;
    text-align: center;
    min-width: 100% !important;
    position: absolute;
    left: 0;
    z-index: 900;
    display:none;
    padding: 25px 0;
    margin: 0;
}
#main_nav ul li ul.sub-menu li{
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }
#main_nav ul li ul.sub-menu li a{
    color: #fff;
    font-weight: 300;
    padding: 0 30px;
    margin:0;
    border: none;

}
#main_nav ul li ul.sub-menu li a:hover{
    color:#979593;
}
    a
    #main_nav ul li ul.sub-menu li:first-child{
        border-top: none;
    }   
    
#main_nav ul li:hover > ul.sub-menu {
left: 0;
display:block;
}
#main_nav  .search-mobille{
        width: 160px;
        display: inline-block;
        border:1px solid #a19f98;
        padding:2px;
        margin: 0 -4px;

    }

    #main_nav .search-mobille label{
        display: none;
     }
    
    #main_nav  .search-mobille input[type="text"]{
        float: right;
        width: 122px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        font-size: 14px;
        padding: 4px 0;
    }
    #main_nav  .search-mobille input[type="submit"]{
        float: left;
        width: 21px;
        height: 21px;
        text-indent: -9999px;
        background-image: url(images/lens_desk.png);
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: none;
        background-size: 100%;
        margin: 2px 0 0 2px;

    }
/* ==========================================================================
   SLIDER 980
============================================================================= */
.carousel_wrapper {
    height: 520px!important;
}
.slide img {
  width: 100%!important;
  margin-left: 0;
  left: 0;
}
.slide_text h3 {
  font-size: 50px;
}
.slide_text p {
  font-size: 22px;
}
    #prev,
    #next{
        top: 42%;
    }
    #prev{
        background-position: 0 0;
        left: 40px;
    }
    #next{
        background-position: 30px 0;
        right: 40px;
    }
    #pager{
        bottom: 60px;
    }
        #pager a{
            margin: 0 7px;
        }
/* ==========================================================================
   HOMEPAGE 980
   ========================================================================== */
.wrap_home{
    max-width: 960px;
    padding: 96px 10px 0;
}
.description{
    min-width: 437px;
    min-height: 411px;
}
.description h2{
    margin: 38px 0 32px 0;
}
.description p{
    font-size: 18px;
    line-height: 30px;
    max-width: 340px;
}
.description a{
    font-size: 20px !important;
    padding: 11px 18px;
}
.img_cat{
    max-width: 588px !important;
    height: 377px;
}
.img_cat img {
    width: 100%;
    margin-left: -50%;
}
.ladies{
    margin: 0 0 60px 0;
}
.ladies .img_cat{
    float: right;
}
.ladies .description{
    float: left;
    margin: -336px 0 0 0;
    position: relative;
}
.ladies .description h2{
    padding-right: 120px;
    text-align: right;
    font-size: 55px;
}
.ladies .description p{
    text-align: right;
    padding: 0 77px 0 0;
}
.ladies .description a{
    float: right;
    margin: 28px 122px 0 0;
}
.men{
    margin: 0 0 60px 0;
}
.men .img_cat{
    float: left;
}
.men .description{
    float: right;
    margin: -336px 0 0 0;
    position: relative;
}
.men .description h2{
    padding-left: 120px;
    text-align: left;
    font-size: 55px;
}
.men .description p{
    text-align: left;
    padding: 0 0 0 77px ;
}
.men .description a{
    float: left;
    margin: 28px 0 0 122px;
}
.acce{
    margin: 0 0 60px 0;
}
.acce .img_cat{
    float: right;
    max-width: 460px;
}
.acce .description{
    float: left;
    margin: -336px 0 0 0;
    position: relative;
}
.acce .description h2{
    font-size: 55px;
}
.acce .description p{
    text-align: right;
    padding: 0 77px 0 0;
    
}
.acce .description a{
    float: right;
    margin: 28px 122px 0 0;
}
.la_ladies{
   float: left;
   width: 50%;
   max-width: 437px;
   margin: 0 0 96px 0;
}
.la_men{
    float: right;
    width: 50%;
    margin: 0 0 96px 0;
    max-width: 437px 
}
.la_ladies h2,
.la_men h2{
   font-size: 55px;
   margin: 40px 0;
}
.la_ladies .img_cat,
.la_men .img_cat{
    height: 298px;
}
.la_ladies .img_cat img,
.la_men .img_cat img{
    width: 101%;
    height: auto;
    margin-left: 0;
    left: 0;
}
.la_ladies a,
.la_men a{
    font-size: 20px;
    width: 204px;
    margin-left: -102px;
    bottom: 40px;
}
/* ==========================================================================
   INTERN PAGES - DEFAULT 980
   ========================================================================== */
   .page-title h1{
    font-size: 50px;
    margin: 41px 0 45px 0;
}

/* ==========================================================================
   CATEGORY PAGE 980
============================================================================= */
.catlist ul li{
    width: 33.333333333333%;
    float: left;
    margin: 0 auto 60px;
}
.catlist ul li:nth-child(2) a.box{
    padding: 90px 0 30px 0;
    margin: -62px auto 0;
}
.breadcrumbs{
    line-height: 10px;
    font-size: 16px;
    margin: 54px 0 0 0;
}
/* ==========================================================================
   PRODUCT LIST 980
============================================================================= */
.product_list ul li{
    width: 33.33333333%;
    float: left;
}
/* ==========================================================================
   SINGLE PRODUCT 980
   ========================================================================== */
.single-product .wrapper_inter {
    padding: 0 0 57px;
}
.single-product .breadcrumbs {
    margin: 55px 0;
}
.single-product p.price{
    margin: 33px 0px 12px;
}
.galery_prod{
    margin:0;
  
}
.carousel_wrapper_prod {
    height: 560px!important;
}   
.wrap_product_details{
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 560px;
    margin: 0 auto;
}
.single-product .page-title{
    text-align: left;
}
.single-product .page-title h1{
    font-size: 35px;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.single-product .guide {
    margin: 50px 0 0 0;
}
.single-product .prod_details{
    min-width: 460px;
}
.single-product .prod_details ul{
      margin: 54px 0 20px 0;
}
.single-product .nav_prod {
    margin: 90px 0 0;
    position: absolute;
    bottom: 0;
}
.single-product .back_button {
   margin: 34px 0 0 0;
}

.order_button {
  margin: 30px 0 0 0;
}
/* =========================================================================
   PAGE SIZES AND COLOURS 980
============================================================================= */
.desc_size, .desc_colour{
    font-size: 16px;
}
.desc_size {
    margin: 50px auto 57px;
}
.desc_colour{
    margin: 40px auto 0;
}
.page-template-page-guide .wrapper_inter h2{
    font-size: 26px;
}
.page-template-page-guide .page-title h1 {
  font-size: 50px;
  margin: 41px 0 25px 0;
}
table.seven-column {
  margin: 46px auto 0;
}
ul.colour_list li{
    margin: 0 13px;
}
/* ==========================================================================
   Footer HOME 980
============================================================================= */
.page-template-homepage .foot_wrap{
    padding: 0 0 25px 0;
   
}

.ft_home h2{
    font-size: 50px;
    margin: 110px 0 20px 0;
}
.ft_home p{
    font-size: 24px;
    line-height: 36px;
    max-width: 688px;
    padding: 0;
    margin: 0 auto 32px;
}
.ft_home a{
    font-size: 22px;
    padding: 10px 23px;
    margin: 0 0 122px 0;
}

}
@media only screen and (min-width: 1024px) {
/* ==========================================================================
   INTERN PAGES - DEFAULT 1024
   ========================================================================== */
.wrapper_inter {
  padding: 0 0 37px;
  
}
.gen_content h2 {
  font-size: 26px;
  margin: 40px 0 28px 0;
}
.gen_content p{
    line-height: 26px;
    font-size: 16px;
}
/* ==========================================================================
   CONTACT PAGE 1024
   ========================================================================== */

.wrap_contact{
    padding: 0;
}
.map{
    width: 100%;
}
.wrap_address{
    padding: 36px 0  46px 90px;
    margin: -270px 0 20px 0;
    border: 3px solid #192652;
    width: 320px;
}
.wrap_address h3{
    font-size: 24px;
    padding-right: 50px;
    margin: 13px 0;
}
.wrap_address a{
   position: relative;
   top: -4px;
   font-size: 16px;
}
.wrap_address p{
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
}
.wrap_secondrow{
    max-width: 715px;
    margin-top: 38px;
    margin-bottom: 60px;
}
.text{
    border: 3px solid #192652;
    text-align: right;
    max-width: 323px;
    padding: 16px 30px 39px 0;
    margin: 0
}
.text h3{
    font-size: 24px;
    margin: 13px 0;
}
.text p{
    font-size: 16px;
    line-height: 20px;
}
.form_contact {
    padding: 0;
}
.form_contact input[type="text"]{
    padding: 18px 0 0 0 !important;
}

@-moz-document url-prefix() {
    .form_contact .gform_footer {
   
    padding: 1px 0px 0px !important;
}
   
}

.form_contact textarea{
    max-height: 43px;
    padding: 21px 0 0 3px !important;
}
.form_contact .gform_footer {
  margin: 10px 0 0 0 !important;
}
.form_contact .gform_wrapper{
    margin: 0 !important;
}
/* ==========================================================================
   BLOG PAGE 1024
   ========================================================================== */
ul.blog-list li {
    width: 33.33333333%;
    float: left;
}

ul.blog-list li .wrap_content{
    max-width: 300px;
    margin:-30px auto 40px;
    border: 3px solid #1a2750;
     min-height: 366px;
}
ul.blog-list li:nth-child(2) .wrap_content,
ul.blog-list li:nth-child(5) .wrap_content{
    margin: -60px auto 40px;
    padding: 90px 40px 30px 30px;
    min-height: 395px !important;

}

ul.blog-list li .meta_info{
    font-size: 16px;
    margin-bottom: 23px;
}
ul.blog-list li .title_post_homed {
   font-size: 26px;
   line-height: 30px;
}
ul.blog-list li .excerpt_postd p{
    font-size: 16px;
    line-height: 23px;
}
ul.blog-list li a.read-side{
    font-size: 16px;
    line-height: 28px;
}
/* ==========================================================================
   SINGLE POST 1024
   ========================================================================== */
.single-post .page-title h1{
    font-size: 35px;
    line-height: 45px;
    margin: 59px 0 31px 0;
}
.single-post .meta_info{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 29px;
}
.single-post .top-image{
    margin-bottom: 20px;
}
.single-post .back_button{
    font-size: 16px;
  margin: 33px 0 20px 0;
}
/* ==========================================================================
   FOOTER 1024
   ========================================================================== */
.foot_wrap{
    letter-spacing: normal;
    padding: 10px 0 30px;
}
.four_col{
    width: 100%;
    margin: 0 auto;
    max-width: 850px;
   
}
.foot_wrap .menu_footer,
.foot_wrap .address-footer,
.foot_wrap .social,
.foot_wrap .policies{
    width: 25%;
    float: left;
}
.foot_wrap .menu_footer{
    padding: 0 0 0 20px;
}
.foot_wrap .address-footer{
    padding: 0 0 0 9px;
}
.foot_wrap .social{
    padding: 0 0 0 55px;
}
.foot_wrap .policies{
    margin: 0;
    padding: 0 0 0 26px;
}

.foot_wrap h3{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #1a2750;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
}
.foot_wrap ul{
    float: none;
    text-align: left;
}
.foot_wrap ul li{
    display: block;
    padding: 4px 0;
    font-size: 16px;

}
.foot_wrap ul li a{
    border:none;
    padding: 0;
}
.foot_wrap .address-footer p{
    text-align: left;
    margin: 0;
    padding: 0 27px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.foot_wrap p.copy{
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
.page-template-homepage .foot_wrap {
  padding: 25px 0 25px 0;
}
.page-template-homepage .four_col{
    max-width: 960px;
}
.page-template-homepage .foot_wrap .address-footer,
.page-template-homepage .foot_wrap .social,
.page-template-homepage .foot_wrap .policies{
    width: 33.333333333%;
    float: left;

}
.page-template-homepage .foot_wrap .address-footer p{
    padding: 0;
}
.page-template-homepage .foot_wrap ul li{
    float: left;
    
}
.page-template-homepage .foot_wrap ul li a{
    border-right: 1px solid #1a2750;
    padding: 0 7px;
}
.page-template-homepage .foot_wrap ul li:last-child a{
    border-right: none;
}
.page-template-homepage .foot_wrap .address-footer{
    padding: 0;
}
.page-template-homepage .foot_wrap .social{
    padding: 0 0 0 40px;
}
.page-template-homepage .foot_wrap .policies{
    margin: 0;
    padding: 0 0 0 88px;
}
.page-template-homepage .credits{
    margin: 0;
    text-align: left;
    padding: 0;
    border: none;
}
.page-template-homepage .credits p {
    margin: 0;
}
}
/* Slider Heights
================== */

@media only screen and (min-width: 360px) {  .carousel_wrapper_prod { height: 360px!important;}}
@media only screen and (min-width: 380px) {  .carousel_wrapper_prod { height: 385px!important;}}
@media only screen and (min-width: 400px) {  .carousel_wrapper_prod { height: 410px!important;}}
@media only screen and (min-width: 420px) {  .carousel_wrapper_prod { height: 435px!important;}}
@media only screen and (min-width: 440px) {  .carousel_wrapper_prod { height: 460px!important;}}
@media only screen and (min-width: 460px) {  .carousel_wrapper_prod { height: 485px!important;}}
@media only screen and (min-width: 480px) {  .carousel_wrapper_prod { height: 510px!important;}}
@media only screen and (min-width: 500px) {  .carousel_wrapper_prod { height: 535px!important;}}
@media only screen and (min-width: 520px) {  .carousel_wrapper_prod { height: 560px!important;}}
@media only screen and (min-width: 540px) {  .carousel_wrapper_prod { height: 570px!important;}}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}