/*
	Theme Name: Boilerplate
	Theme URI: http://aarontgrogg.com/boilerplate/
	Description: A merger created by Aaron T. Grogg (<a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>) of the HTML5 Boilerplate (<a href="http://html5boilerplate.com/">http://html5boilerplate.com/</a>) and the Starkers theme (<a href="http://starkerstheme.com/">http://starkerstheme.com/</a>), Boilerplate: Starkers provides developers with an ideal, bleeding-edge, clean-start theme.  Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in (thanks Paul, Divya and a large cast of supporting characters)!  Boilerplate themes are designed to serve as a Parent theme to whatever Child (<a href="http://codex.wordpress.org/Child_Themes">http://codex.wordpress.org/Child_Themes</a>) you care to add, but you could just as easily use this as a starting point and alter the PHP as your design needs.  More about this theme can be found at <a href="http://aarontgrogg.com/boilerplate/">http://aarontgrogg.com/boilerplate/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: http://aarontgrogg.com/
	Version: 4.0.1
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 

 .capcha{
	 width:100%;
	 height: 65px;
 }
.capcha img,.capcha input[type=text]{
	float:left;
}
.capcha input[type=text]{
	width: 40%;
    margin-left: 10px;
    margin-top: -11px;
	
}
.capcha img{
	width:30%;
	height:60px;
}

 .box_margin{
	margin-top: 10px;
    margin-bottom: -50px;
 }
 .header{
	 position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 290px;
    background: #312f31;
    z-index: 0;
 }
 .fone_grey{
	 position:fixed;
	 z-index:1;
	 background:#dedede;
	 
	 width:100%;
	 height:100%;
 }
 .block_box a{
	 text-decoration:none !important;
 }
 .block_box h1{
		 background:none !important;
		 text-indent: 0px !important;		
		width: 100% !important;    
		text-align: center !important;
		display: block;
		height: 35px;
 }
 .block_box h1:before{
	 background:none;
	 content: '';
    position: relative;
    top: 0px;
    padding-left: 0px;
	 
 }
 .block_box h1:after{
	 content: '';
	 background:none !important;
    top: 0px !important;
    padding-left: 0px !important;
 }
 .block_box img{
	width: calc(100% - 6px) !important;
    margin: 0px !important;
    position: relative;
    left: -3px;
    height: initial;
    padding: 3px;
    margin-bottom: 3% !important;

 }
 .block_box p{
	 text-align:center;
 }
.block_box{
	
	width: 30%;
    float: left;
	height: auto;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 8px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35);
    /* background: transparent url(./images/pattern_block.png) repeat 0 0; */
    background: #323232;
     padding-left: 1%;
    padding-right: 1%;
  
    padding-top: 0px;
    margin-left: 1%;

}
 .block_box:nth-child(1){
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
 }
  .block_box:nth-child(2){
	border-radius:0px !important;
 }
 .block_box:nth-child(3){
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
 }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html, body {
	 margin:0;
   padding:0;
   height:100%;
}

html {

font-size: 100%; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */   
background: url(images/pattern_grey.jpg) repeat;
filter: alpha(opacity=60);
/*background: lightgray;*/

display: table;
/*background:#8e6a49 url('./images/pattern.jpg') repeat  0 0;
	background: url('./images/background_html.jpg')  0 0 no-repeat fixed #90694a; 
*/
width: 100%;
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
	  font-size: 14px;
	  font-family: 'Helvetica', serif;
	  color:#fff;    
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-shadow: 1px 1px 0px #333;
}

h2, .big_font {
    font-size: 1.5em;
    margin: 0.9em 0;
    text-shadow: 1px 1px 0px #333;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
    text-shadow: 1px 1px 0px #333;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
font-size: 100%; /* 1 */
margin: 0; /* 2 */
vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}


/** END HTML5 Boilerplate CSS **/ 
/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/
/* #Base 960 Grid
================================================== */

    .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    
    .container .column,
    .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha { margin-left: 0; }
    .column.omega, .columns.omega { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns { width: 40px; }
    .container .two.columns { width: 100px; }
    .container .three.columns { width: 160px; }
    .container .four.columns { width: 220px; }
    .container .five.columns { width: 280px; }
    .container .six.columns { width: 340px; }
    .container .seven.columns { width: 400px; }
    .container .eight.columns { width: 460px; }
    .container .nine.columns { width: 520px; }
    .container .ten.columns { width: 580px; }
    .container .eleven.columns { width: 640px; }
    .container .twelve.columns { width: 700px; }
    .container .thirteen.columns { width: 760px; }
    .container .fourteen.columns { width: 820px; }
    .container .fifteen.columns { width: 880px; }
    .container .sixteen.columns { width: 940px; }
    .container .one-third.column { width: 300px; }
    .container .two-thirds.column { width: 620px; }
    /* Offsets */
    .container .offset-by-one { padding-left: 60px; }
    .container .offset-by-two { padding-left: 120px; }
    .container .offset-by-three { padding-left: 180px; }
    .container .offset-by-four { padding-left: 240px; }
    .container .offset-by-five { padding-left: 300px; }
    .container .offset-by-six { padding-left: 360px; }
    .container .offset-by-seven { padding-left: 420px; }
    .container .offset-by-eight { padding-left: 480px; }
    .container .offset-by-nine { padding-left: 540px; }
    .container .offset-by-ten { padding-left: 600px; }
    .container .offset-by-eleven { padding-left: 660px; }
    .container .offset-by-twelve { padding-left: 720px; }
    .container .offset-by-thirteen { padding-left: 780px; }
    .container .offset-by-fourteen { padding-left: 840px; }
    .container .offset-by-fifteen { padding-left: 900px; }
    .menu-header_min
    {
    display:none;
    }
 /* #Tablet (Portrait)
================================================== */

/* #Clearing
================================================== */
    
    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/*custom style */   
/*top*/
.top_info
{
	    position: relative;
    z-index: 10;
background:transparent url('./images/background_top.png') repeat 0 0;
line-height: 32px;
-webkit-box-shadow:  0px 2px 3px 2px rgba(00, 00, 00, 0.2);
box-shadow:  0px 2px 3px 2px rgba(00, 00, 00, 0.2);
} 
.toogle
{
cursor:pointer;
background:transparent url('./images/button_top.png') no-repeat 0 0;
display:block;
margin:0 auto;
z-index: 10;
width:100px; 
height:44px;
position:relative;
text-align:center;
top:-18px;
font-style:normal;
}
.highlight
{
background:transparent url('./images/upper.png') no-repeat 0 0;
}
.footer_background  
{
/*background:transparent url('./images/background_top.png') repeat 0 0;*/
/*height:68px; */
width:100%;
background: #333;
/*position:absolute;
bottom: 0;*/

}
.top_info  
{
 text-align:center;
}

.brown{
	color: #323232;
}
/*.brown,*/ .brown a
{
/*color:#8a6340;*/
color: #d09f2d;

}  
a
{
color:#fff;
}
/*map*/
.map_canvas
{
width:470px;
height:250px;

}
#content .map_canvas
{
margin-top:30px;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.35); /* FF3.5+ */
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.25); /* Saf3.0+, Chrome */
box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.35);  
}
.adresse, .email, .tel, .fax
{
/*display:block;
width:100%;
text-indent: 38px;*/
float: none;
width: auto;
display: inline-block;
padding:5px  0 5px 30px;
margin:5px 0;
}
.adresse
{
background: transparent url('./images/adresse_icon_2.png') no-repeat 0 0;
}
.email
{
background: transparent url('./images/adresse_icon_2.png') no-repeat 0 0;
}
.tel
{
background: transparent url('./images/mobil_icon_2.png') no-repeat 0 0;
}
.fax
{
background: transparent url('./images/fax_icon_2.png') no-repeat 0 0;
}
.email
{
background: transparent url('./images/email_icon_2.png') no-repeat 0 0;
}

h1.header_h1
{
font-size:1.5em;
line-height:1.2em;
font-weight:100;
}
h2.header_h2
{
font-size:1em;
font-weight:100;
margin-bottom: 0;
margin-top: 9px;
}
.strong_header
{
font-weight:100;
text-shadow: 1px 1px 0 #333333;
}
.button_nice
{
background: transparent url('./images/nice_button.png') no-repeat 0 0;
text-align:center;
display: block;
line-height: 53px;
text-align: center;
text-decoration: none;
width: 237px;
float:left;
}
.reservation
{
background: transparent url('./images/nice_button.png') no-repeat 0 -58px ;
}
.button_generic, .yellow
{
/*background: transparent url('./images/buttons_generic.png') no-repeat 0 0;*/
background: transparent url('images/button-generic-2.png') no-repeat 0 0;
text-align:center;
display: block;
line-height: 39px;
text-align: center;
text-decoration: none;
width: 175px;
float:left;
clear:right;
font-weight:bold;
}
.button_generic:hover
{
background: transparent url('images/button-generic-2.png') no-repeat 0 -42px;
/*background: transparent url('./images/buttons_generic.png') no-repeat 0 -42px;*/
}
.yellow
{
background: transparent url('./images/yellow_button.png') no-repeat 0 0;
margin:-2px 0 0 10px;
color: #fff;
}
.yellow:hover
{
background: transparent url('./images/yellow_button.png') no-repeat 0 -42px;
}
.offre
{
/*background: transparent url('./images/buttons_generic.png') no-repeat 0 -58px ;*/
background: transparent url('images/button-generic-2.png') no-repeat 0 -58px 
}
.center .button_generic
{
background: transparent url('./images/small-button-2.png') no-repeat 0 0;
/*background: transparent url('./images/small_button.png') no-repeat 0 0px; */
text-align:center;
display: block;
line-height: 39px;
text-align: center;
text-decoration: none;
width: 227px;
float:none;
margin: 0 auto;
margin-top: 20px;
}
.center .button_generic:hover
{
background: transparent url('./images/small-button-2.png') no-repeat 0 -42px; 
/*background: transparent url('./images/small_button.png') no-repeat 0 -42px; */
}
#wpcf7-f207-p69-o1 input.wpcf7-submit
{
background: transparent url('images/button-generic-2.png') no-repeat 0 0;
/*background: transparent url('./images/buttons_generic.png') no-repeat 0 0;*/
text-align: center;
display: block;
line-height: 42px;
height: 39px;
padding-top: 0px;
text-align: center;
text-decoration: none;
width: 175px;
float: left;
clear: right;
font-weight: bold;
color: #fff;
border: none;
font-size: 14px;
}

/*menu*/
.menu {
background: transparent url('./images/menu_background_2.png') no-repeat 0 0;
height: 65px;
width: 1000px;
margin: 0;
padding: 0;
padding-top: 22px;
padding-left: 70px;
margin-top: 20px;
position:relative;
right:30px;
}
.menu>li
{
float:left; 
display:inline-block; 
height:100%; 
background: transparent url('./images/divider.gif') no-repeat 100% 0;                         
} 
.menu>li:last-child
{
background:none;
}
.menu a 
{
color:#fff;
text-decoration:none;
display:inline-block;
padding-right: 20px;
padding-left: 15px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.menu a:hover
{
color:#5f4632;
text-shadow: none;
} 
.sub-menu
{
display:none;
position:absolute;
width:200px;
background:#ccc;
top:37px;
background: transparent url('./images/sub_menu.jpg') repeat-x 0 0;
padding:5px 0 5px 15px;
border:1px solid #fff;
z-index:5;
}
.sub-menu li
{
float:none;
line-height:1.6em;
}
.logo
{ 
margin-left:77px;
} 
.qtrans_language_chooser
{
padding:0;
float:right;
padding-top:7px;
padding-bottom:7px;
margin: 0 10px 0 0;
}
.qtrans_language_chooser li
{
list-style:none;
float:left;
padding-left:10px;
}
.qtrans_language_chooser li a
{
color:#8a6340; 
}
.center
{
    display: block;
    margin: 0 auto;
    position: relative;
    left: -0.5%;
    width: 101.5%;
    height: auto;
} 
.center a
{
text-decoration:none;
display:inline-block;
width:100%;
}
.news_button
{
/*background:transparent url('./images/news_button.png') no-repeat 0 0;*/
background:transparent url('./images/news_button-2.png') no-repeat 0 0;
display:block;
height: 149px;
width: 182px;
text-indent:-9999px;
margin:0 auto;
text-align:center;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position:relative;
top:0px;
}
h3 a{
	text-shadow: none;
}

.news_button_en
{
background:transparent url('./images/news_button_en_2.png') no-repeat 0 0;
display:block;
height: 149px;
width: 182px;
text-indent:-9999px;
margin:0 auto;
text-align:center;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position:relative;
top:0px;
}


.news_button:hover
{
position:relative;
top:5px;
}
.slide
{
text-align:left;
}
.slide p
{
margin:0;
}
.toggle_container
{
margin-bottom:0;
}
.padding-top
{
padding-top:25px;
font-size:1em;
}
.center
{
text-align:center;
font-size:16px;
line-height:65px;

}
.qtranslate-chooser span
{
}   
.size-full, .attachment-thumbnail
{
width:99%;
height:auto;
padding:2px;
border: solid 1px #fff;
border: 3px solid #f6f1ea;
overflow: hidden;
background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55); /* FF3.5+ */
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.45); /* Saf3.0+, Chrome */
box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55);  
margin-left:16px;
}   

.width-reset
{
width: auto;
margin-top: -23px;
}



.gallery .gallery-item .gallery-icon img 
{
height:auto;
padding:2px;
margin-bottom:20px;
border: solid 1px #fff;
border: 3px solid #f6f1ea;
overflow: hidden;
background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55); /* FF3.5+ */
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.45); /* Saf3.0+, Chrome */
box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55);  
} 
.bakcground, #meteor-slideshowrestaurant, #meteor-slideshowchambers, #meteor-slideshowsuites 
{
padding-bottom:20px;
border:1px solid #ccc;
-webkit-border-radius: 20px;
border-radius: 20px; 
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35); /* FF3.5+ */
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 8px -5px rgba(0, 0, 0, 0.25); /* Saf3.0+, Chrome */
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35);  
/*background:transparent url('./images/pattern_block.png') repeat 0 0; */
background: #323232;
margin-bottom:25px;
}
.sidebar
{
font-size:0.9em; 
border:1px solid #ccc;
-webkit-border-radius: 20px;
border-radius: 20px; 
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35); /* FF3.5+ */
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 8px -5px rgba(0, 0, 0, 0.25); /* Saf3.0+, Chrome */
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 8px 5px -5px rgba(0, 0, 0, 0.35);  
/*background:transparent url('./images/pattern_block.png') repeat 0 0;*/
background: #323232;
padding-left:20px;
padding-right:20px;
width:310px; 
padding-bottom: 30px;
padding-top: 30px;
}
.background
{
/*background:transparent url('./images/pattern_block.png') repeat 0 0;*/
background: #323232;
padding-left:20px;
padding-right:20px;
font-size:0.9em; 
border:1px solid #ccc;
-webkit-border-radius: 20px;
border-radius: 20px; 
}
.small
{
font-size:0.9em;
}
.columns  .margin-left-two
{
margin-left:40px;
margin-right:0;
}
#meteor-slideshowrestaurant, #meteor-slideshowchambers, #meteor-slideshowsuites 
{
padding:20px;
}
h1
{
background:transparent url('./images/header_icon.png') no-repeat 0 50%;
text-indent:60px;
text-transform:uppercase;
}                
h1:after
{
content:url('./images/header_icon_right.png');
position: relative;
top: -3px; 
padding-left:20px;
}
h1.header_h1
{
background:url('./images/3_star.png') no-repeat 425px -6px transparent;
text-indent:0;
margin-bottom: 9px;
}
h1.header_h1:after
{content:none;}
#crumbs
{font-size:0.9em;}
/*prestation*/
.page-id-45 .background_img
{
background: url("./images/prestation_img2.png") no-repeat scroll 0 0 transparent;
height: 308px;
position: absolute;
right: 4px;
top: 255px;
width: 500px;
}
.big_row
{
margin-bottom:40px;
}
.page-id-43 .bakcground
{
padding-left:14px;
width:920px!important;
}
/*formulaire*/
/* #Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: #eee; /* Old browsers */
background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
border: 1px solid #aaa;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
color: #222;
background: #ddd; /* Old browsers */
background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
border: 1px solid #888;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
border: 1px solid #666;
background: #ccc; /* Old browsers */
background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */
form {
margin-bottom: 20px; }
fieldset {
margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea{
border: 1px solid #000;
padding: 6px 4px;
outline: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 300px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
border:1px solid #ccc;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.35); /* FF3.5+ */
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.25); /* Saf3.0+, Chrome */
box-shadow: 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.35);  
}
select {
padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
border: 1px solid #aaa;
color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow: 0 0 3px rgba(0,0,0,.2); }
textarea {
min-height: 60px; }
label,
legend {
display: block;
font-weight: bold;
font-size: 13px; }
select {
width: 220px; }
input[type="checkbox"]{
display: inline;}
label span,
legend span {
font-weight: normal;
font-size: 13px;
color: #444;}
.map
{
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow: 0 0 3px rgba(0,0,0,.2);

}
.position_button
{
position:relative;
left:56px;
top:24px;
}

.page-id-47 .gallery .gallery-row{
    width:990px;
}

.page-id-53 .gallery .gallery-row
{
 
margin-left: 30px;
width: 470px;
margin-top:20px;
}
.justify
{
	text-align: justify; 
	text-justify: newspaper
}
.left
{
	float:left;
	width: 300px;
	height: 30px;
	margin-bottom: 0;
	line-height: 36px;
}
.border_bottom{
	border-bottom: 1px solid #fff;	
}
.sized1
{
width: 900px!imporant;
}
.lacarte table{
	width: 100%;
	 
	
	}
.tabs-content
{
	font-size: 0,9em;
}
	
.price{
	width: 10%;
}

/* @group Tabs */

ul.tabs {
display: block;
margin: 0;
padding: 0;
}
ul.tabs li {
display: block;
width: auto;
height: 30px;
padding: 0;
float: left;
margin-bottom: 0; }
ul.tabs li a {
display: block;
text-decoration: none;
width: auto;
height: 29px;
padding: 0px 20px;
line-height: 30px;
border: solid 1px #ddd;
border-width: 1px 0 0 1px;
margin: 0;
/*background: url("./images/pattern_block.png") repeat scroll 0 0 transparent;*/
background: #323232;
font-size: 13px; }
ul.tabs li a.active {
height: 30px;
position: relative;
top: -4px;
padding-top: 4px;
border-right-width: 1px;
margin: 0 -1px 0 0;
font-size: 1em; 
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px; }
ul.tabs li:first-child a {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px; }
ul.tabs li:last-child a {
border-width: 1px 1px 0 1px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px; }

ul.tabs-content {
	margin: 0;
	display: block;
	font-size: 0.9em;  
	/*background: url("./images/pattern_block.png") repeat scroll 0 0 transparent;*/
	background: #323232;
	padding: 20px;
	padding-bottom: 50px;
	border: 1px solid #fff;
	-webkit-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;	
    width: 680px;
}
ul.tabs-content > li { display:none; list-style-type: none;}
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
ul.tabs:after {
clear: both; }
ul.tabs {
zoom: 1; }

/* @end */
.container_wrap
{
min-height:100%;
position:relative;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
.container_wrap {
   min-height:100%;
   position:relative;
    z-index: 10;

}
.wrapper {
   padding:10px;
  /* padding-bottom:120px;   /* Height of the footer */
     padding-bottom: 40px;
}
.footer_background {
 	/*
    bottom: 0;
    height: 65px;
    position: absolute;
    width: 100%;
    margin-top:90px;*/
	padding:20px 0;
	box-sizing: border-box;
}

.footer_background img{
	margin-top:9px;
}

.footer_background .tel,
.footer_background .email{
	color: #fff;
}
.footer_background .tel{background: url(images/tel_footer.png) 0 0 no-repeat;}
.footer_background .email{background: url(images/mail_footer.png) 0 0 no-repeat;}




.ou
{
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
.cartephoto
{
	text-align: right;
	margin-top: 30px;
}
.cartephoto img
{
	margin-bottom: 20px;
	padding:2px;
	margin-bottom:20px;
	border: solid 1px #fff;
	border: 3px solid #f6f1ea;
	overflow: hidden;
	background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55); /* FF3.5+ */
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.45); /* Saf3.0+, Chrome */
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 12px 8px -5px rgba(0, 0, 0, 0.55);  	
} 
.tabs-content p
{
margin: 0;
}
.last
{
padding-bottom: 10px;
margin-bottom: 10px;
display: block;	 
}
article.post
{
overflow: auto;
}
.divider
{
background: url('./images/divider.png') no-repeat 0px 30px;;
padding-bottom: 30px;
}
.float_left
{
float:left;
}
a.left
{
margin-top: 15px;
}
.reservation_icon
{
width: 200px;
}
.facebook_icon
{
 
display: block;
float:right;
 
}

 
.fixed{
	position: fixed;
	left:0px;
	top:20%;
	width: 100px;
}
.fixed img{
	margin-bottom:10px;
}

.fixed img,
.fixed .TA_excellent{
	height: auto;
}

.TA_excellent{
	margin: 0px auto !important;
}

#CDSWIDEXC{
	width:200px !important;
	height:100px !important;
}

#TB_prev a, #TB_next a
{    
    background: url("./images/arrow-left.png") no-repeat scroll 0 0 transparent;
    color: #fff !important;
    height: 40px;
 
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 25px;

}

#TB_prev a{
	
	   left: 20px;
	
}

#TB_next a{

	position: absolute;	
	right: 20px;
	background: url('./images/arrow-right.png') 0 0 no-repeat transparent;
 
}

.gallery-icon {
    margin-right: 28px !important;
}










 