/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.grecaptcha-badge {
	display: none; opacity: 0; visibility: hidden; width: 0 !important; height: 0 !important;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}


.del1 {
	animation-delay: 0.2s !important;
}

.del15 {
	animation-delay: 0.3s!important;
}


.del2 {
	animation-delay: 0.5s !important;
}

.del25 {
	animation-delay: 0.6s !important;
}

.del3 {
	animation-delay: 0.8s!important;
}

 .del35 {
	animation-delay: 0.9s!important;
}

.del4 {
	animation-delay: 1.0s !important;
}

.del5 {
	animation-delay: 1.2s !important;
}

.del6 {
	animation-delay: 1.4s !important;
}



/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-family: stolzl, Arial, Helvetica, sans-serif;
font-weight: 300;
	font-size: 15px;
line-height: 24px;
	-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #998675;
text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #EB6A6B;
text-decoration: underline;
}

a::-moz-selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
}

select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 0 0 1.2em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */

#pre-header {
	background-color: #748897;
	height: 47px;
	line-height: 47px;
	max-height: 47px;
	overflow: hidden;
	color:#fff;
	position: relative;
	z-index: 999;
}


#container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0px 25px;
	position: relative;
	z-index: 999;
}

#wrapper {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0 20px 0px 20px;
	position: relative;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	margin: 0;
	position: relative;
	height: 125px;
	z-index: 9999;
}

#prefooter {
	background: #748897;
	padding: 60px 0;
	border-top: 1px solid #FFF;
}

#footer {
	clear: both;
	margin: 0;
	height: 30px;
	line-height: 30px;
	max-width: 100%;
	display: block;
	background: #8DA794;
	letter-spacing: 0px;
font-size: 9px;
	font-family: "stolzl",sans-serif;
font-weight: 300;
	color: #484848
}

#footer .grid {
	margin-bottom: 0 !important
}

#footer .coprig a {
	color: #484848;
	border-left: 1px solid #fff;
	padding-left: 12px;
	margin-left: 12px;
	text-decoration: none;
}

#footer .linkstudio {
	text-align: right;
}
#footer .linkstudio a {
color: #484848;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0 0 0 0;
	max-width: 170px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	position: absolute;
	top: -47px;
	z-index: 2001;
}


/* =Content
-------------------------------------------------------------- */

#hero, #bienvenue {
	float: left;
	
	margin: -112px auto 0;
	display: block;
	min-height: 347px !important;
	background-color:#FFFAF9;

	background-position: bottom center !important;
	background-repeat: no-repeat;
	position: relative !important;
	z-index: -1;
	top: 0;
}

.single #hero {
	float: left;
	width: 100%;
	margin: -112px auto 60px !important;
	background-image: url(../images/notre-guidebg.jpg);
	background-size: cover;
}


#bienvenue {
	background-color: #fffaf9;
		z-index: 999;
}
#hero:after {
	background: #000;
	position: absolute;
	z-index: 1 !important;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.38;
	display: block !important;
}

.single #hero:after {
	opacity: 0.58;
}

#hero.notrehistoire:after {
	background: rgba(0,0,0,0.3) !important;
}

#bienvenuetitle {
	position: relative;

}

#herotitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6000;
	text-align: center;
	color: #FFF;
}

.introbienvenue h2 {
		color: #444444;
text-align: center;
font-size: 34px;
line-height: 41px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

#bienvenuetitle .introbienvenue {
padding: 160px 0;

	text-align: left;
line-height: 22px;
color: #444444;
font-weight: 300;
}

#bienvenuetitle .introbienvenue a {
	height: 53px;
	line-height: 53px;
	color: #FFF;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	border-color: #8DA794;
	font-family: calder-dark-grit, sans-serif;
		-webkit-border-radius: 2px;
border-radius: 2px;
	background-color:#8DA794
}
#bienvenuetitle .introbienvenue a:hover {
background-color: #E2AA00;
}


#herotitle h4 {
	color: #FFFFFF;
text-align: center;
font-size: 18px;
line-height: 22px;
font-family: Courier New, Courier, monospace;
	position: relative;
	font-weight: normal !important
}


.sepahero:before {
	background-image: url(../images/sepahero2.png) !important;
	background-repeat: repeat-x !important;
	background-position: top center;
	background-color: transparent !important;
	background-size: contain;
	height: 40px;
	width: 300%!important;
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	content: "";
	position: absolute;
	display: block;
	z-index: 6000;
}



.sepahero.sepaherogreen:before {
		background: url(../images/sepahero-green2.png) top center repeat-x!important;
}

.sepahero.sepaheropink:before {
		background: url(../images/sepahero-pink2.png) top center repeat-x!important;
}

.sepahero.sepaheroblue:before {
		background: url(../images/sepahero-blue2.png) top center repeat-x!important;
}

.sepahero.sepaherobeige:before {
		background: url(../images/sepahero-beige2.png) top center repeat-x!important;
}

.sepahero.sepaherotable:before {
		background: url(../images/sepahero-table2.png) top center repeat-x!important;
}

.wrapchambres {
	padding: 0 !important;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border: 1px solid #839d8a;
	-webkit-border-radius: 2px;
border-radius: 2px;
}

.wrapchambres a {
	display: inline-block;
	height: 53px;
	line-height: 53px;
	padding: 0 25px;
		-webkit-border-radius: 2px;
border-radius: 2px;
	text-decoration: none;
	color: #FFFFFF;
text-align: center;
letter-spacing: 1px;
font-size: 15px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	background: #8da794;
}
#romantique .wrapchambres a {
	background-color: #eb6a6b
}

#bellebleue .wrapchambres a {
	background-color: #748897
}

#enfantssages .wrapchambres a {
	background-color: #998675
}

#rivieredouce .wrapchambres a:hover, #romantique .wrapchambres a:hover, #bellebleue .wrapchambres a:hover, #enfantssages .wrapchambres a:hover {
	background: #b99871;
	font-size: 15px;
	padding: 0 35px;
}



#romantique .wrapchambres {
		border: 1px solid #e0c4b6
}

#bellebleue .wrapchambres {
		border: 1px solid #6e8495
}

#enfantssages .wrapchambres {
		border: 1px solid #c2b19d
}


.wrapchambres h5 {
	color: #736357;
text-align: center;
font-size: 28px;
line-height: 34px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

#enfantssages .wrapchambres h5 {
	margin: 6px 0 6px;
}

#enfantssages .wrapchambres img, #enfantssages .wrapchambres p {
	margin-bottom: 0 !important;
}

#enfantssages .wrapchambres h5 em {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
}


.wrapchambres .wpb_single_image {
	overflow: hidden;
}

.wrapchambres .vc_figure {
	background:#17301e
}
#romantique .wrapchambres .vc_figure  {
	background: #402619;
}

#bellebleue .wrapchambres .vc_figure  {
	background: #0d212f;
}

#enfantssages .wrapchambres .vc_figure  {
	background: #302518;
}


.wrapchambres .vc_column_container > .vc_column-inner {
	padding-right: 0;
}

.wrapchambres .vc_figure a {
	display: block;
	padding: 0;
	float: right!important;
	margin: 0 !important;
	width: 100% !important;
}

.wrapchambres .vc_figure img {
	float: right!important;
	margin: 0 !important;
	width: 100% !important;
	-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
	background: #000 !important;
	opacity: 0.85;
}


.wrapchambres:hover .vc_figure img {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
	opacity: 1;
}

.wrapchambresimages {
	position: relative;
}

.wrapchambresimages .wpb_text_column, .wrapchambresimages .wpb_text_column a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	color: rgba(255,255,255,0);
	text-indent: -9999px;
	background: none !important;
	text-decoration: none;
	z-index: 10000;
	margin: 0;
	padding: 0;
	height: auto !important;
	line-height: auto !important;
}


#herotitle h1, #hero.chambremod h1 {
	color: #FFFFFF;
text-align: center;
font-size: 48px;
line-height: 58px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

.single #herotitle h1 {
	font-size: 40px;
	line-height: 48px;
}


#herotitle h2 {
color: #FFFFFF;
text-align: center;
font-size: 19px;
line-height: 23px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

.notrehistoire h1 {
	max-width: 510px;
	margin: 0 auto;
	padding: 15px 0;
	border-width: 0 1px 1px 1px;
	border-color: #FFF;
	border-style: solid;
}

.notrehistoire h4 {
	max-width: 510px;
	margin: 0 auto;
}

.notrehistoire h4:before, .notrehistoire h4:after {
	width: 35%;
	content:"";
	height: 0px;
	border-top: 1px solid #FFF;
position: absolute;
	top: 50%;
	left: 0;
}
.notrehistoire h4:after {
	right: 0;
	left: auto;
}

#chambres-d-hotes-lamballe {
	text-align: center;
}

#chambres-d-hotes-lamballe a {
	font-family: calder-dark-grit, sans-serif;
	color: #444444;
text-align: left;
font-size: 18px;
line-height: 22px;
font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration:none;
}


.bienvenueenbretagne {
	position: relative;
	margin-bottom: 45px;
}

.bienvenueenbretagne img {
	background: #FFF;
	padding:0 60px;
	position: relative;
	z-index: 999;
}

.bienvenueenbretagne:before {
	content:"";
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	height: 30px;
	margin-top: -15px;	
	border-bottom: 1px solid #8DA794;
	border-top: 1px solid #8DA794;
	display: block;
	z-index: 9;
}

#commodites {
	position: relative;
	margin-top: 120px;
}

#commodites:after {
	content:"";
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	background:#efe7de;
	height: 65%;
	display: block;
	z-index: 1;
}

#commodites-wrapper {
	position: relative;
	z-index: 99;
	color:#cec2ae;
	font-size: 12px;
	line-height: 18px;
	font-family: calder-dark-grit, sans-serif;
}

#commodites-wrapper strong {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 8px;
}

#commodites h4 {
		font-family: calder-dark-grit, sans-serif;
	color: #FFF;
text-align: center;
line-height: 22px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
	margin: 0 0 15px;
}

#bienvenuedanslamaison {
	background-position: bottom center !important;
}


.lamaisonenbretagne.vc_custom_1531730599873 {
	background-position: bottom center !important;
	padding-bottom: 380px!important;
}

.lamaisonenbretagne {
	text-align: left;
line-height: 28px;
font-family: Courier New, Courier, monospace;
}
.lamaisonenbretagne h3 {
	text-align: center;
font-size: 36px;
line-height: 43px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin-bottom: 45px;
}


#trouver-chambre-dhotes-lamballe h4 {
	text-transform: uppercase;
letter-spacing: 2px;
font-family:calder-dark-grit, sans-serif;
	font-size: 14px;
font-weight: 400;
}
#trouver-chambre-dhotes-lamballe h3 {
	font-size: 30px;
line-height: 36px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

#trouver-chambre-dhotes-lamballe h3 strong {
	color: #FFF;
	font-weight: 400 !important;
}
#trouver-chambre-dhotes-lamballe {
font-size: 12px;
line-height: 27px;
}

#trouver-chambre-dhotes-lamballe img {
	margin: 0px 0 15px !important;
	display: block;
}

#trouver-chambre-dhotes-lamballe a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}



#herotitle h3 {
	color: #FFFFFF;
text-align: center;
font-size: 21px;
line-height: 25px;
font-family: 'Satisfy', cursive;
	position: relative;
font-weight: 400;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
#herotitle h3:before, #herotitle h3:after {
	content:"";
	width: 63px;
	height: 1px;
	background: #8DA794;
	position: absolute;
	top: 50%;
	display: block;
}

#herotitle h3:before {
		left: -90px;
}

#herotitle h3:after {
	right: -90px;
}

.coordonnees {
	line-height: 47px;
	padding-left: 200px;
	float: left;
	text-align: left;
font-size: 13px;
 font-family: "calder-dark-grit",sans-serif;
font-weight: 400;
}
.coordonnees a {
	font-size: 13px;
 font-family: "calder-dark-grit",sans-serif;
font-weight: 400;
	color: #FFF !important;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.coordonnees a:hover {
	color: #f8acad!important;
}


.suite-coordonnees {
	line-height: 47px;
	padding-left: 20px;
	float: left;
font-family: "stolzl",sans-serif;
font-weight: 300;
	font-size: 13px;
}


#prefooter h3 {
	color: #FFFFFF;
font-size: 25px;
line-height: 40px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin: 0;
	padding: 0;
}

a.facebooksocial, a.instasocial {
	background: url(../images/facebook-logo-white.svg) no-repeat center center;
	background-size: cover;
	display: inline-block;
	margin: 8px 15px 8px 0;
	padding: 0;
	width:36px;
	height:36px;
	text-indent: -9999px;
}
a.instasocial {
	background: url(../images/instagram-logo-white.svg) no-repeat center center;
	width:40px;
	height:40px;
	margin: 4px 15px 8px 0;
}



#prefooter .footer-menu {
	float: left;
	width: 100%;
	list-style: none;
	color: #FFF;
	padding: 0;
	margin: 0;
}


#prefooter .footer-menu li {
	float: left;
	width: 100%;
	list-style: none;
	color: #FFF;
	padding: 0;
	margin: 0;
}

#prefooter .footer-menu li a {
	float: left;
	width: 100%;
	list-style: none;
	color: #FFF;
	margin: 0;
	font-family: "proxima-nova-condensed",sans-serif;
font-weight: 400;
	padding: 3px 0;
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
	font-size: 14px;
}
#prefooter .footer-menu li a:hover {
color: #534741
}


#se-ressourcer h4, #soirees-et-ateliers h4, #aventure h4 {
	color: #998675;
text-align: center;
font-size: 12px;
line-height: 14px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

#se-ressourcer h4:before, #soirees-et-ateliers h4:before, #aventure h4:before,
#se-ressourcer h4:after, #soirees-et-ateliers h4:after, #aventure h4:after  {
	width: 65px;
	height: 1px;
	display: block;
	position: absolute;
	content:"";
	bottom: 6px;
	left: -80px;
	background: #998675;
}

#se-ressourcer h4:after, #soirees-et-ateliers h4:after, #aventure h4:after {
	left: auto;
	right: -80px;
}

#se-ressourcer h4 {
	background: url(../images/se-ressourcer.svg) no-repeat top center;
	background-size: 97px 56px;
	padding: 80px 0 0 0;
}

#soirees-et-ateliers h4 {
	background: url(../images/soirees-ateliers.svg) no-repeat top center;
	background-size: 91px 94px;
	padding: 118px 0 0 0;
}

#aventure h4 {
	background: url(../images/aventure-bgh4.jpg) no-repeat top center;
	background-size: 112px 193px;
	padding: 217px 0 0 0;
}


#se-ressourcer h3, #soirees-et-ateliers h3, #aventure h3 {
	color: #534741;
text-align: center;
font-size: 35px;
line-height: 42px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin: 16px 0 28px;
}
#se-ressourcer, #soirees-et-ateliers, #aventure {
font-size: 13px;
line-height: 16px;
font-family: stolzl, sans-serif;
font-weight: 300;
}

#se-ressourcer, .txtaligncenter {
	text-align: center;
}

#se-ressourcer ul li, #soirees-et-ateliers ul li, #aventure ul li {
	padding-top: 9px;
}

#notre-famille {
	text-align: left;
color: #534741;
line-height: 28px;
font-family: stolzl, sans-serif;
font-weight: 300;
	font-size: 14px;
}

#nos-partenaires h3, #guide-gastronomie-bretagne h3, #guide-balade-bretagne h3, #guide-activites-bretagne h3, #guide-infos-utiles h3, #activites-a-proximite h3 {
	text-align: center;
letter-spacing: 1px;
color: #998675;
font-size: 27px;
line-height: 32px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	max-width: 380px;
	padding:30px 20px;
	border: 1px solid #d5c8b9;
	position: relative;
	margin: 0 auto ;
	background: #f2ede9;
	z-index:120;
}

#guide-gastronomie-bretagne h3, #guide-balade-bretagne h3, #guide-activites-bretagne h3, #guide-infos-utiles h3, #activites-a-proximite h3 { 
	max-width:480px;
	}

#nos-partenaires h3:before {
	content:"";
	z-index: 9999;
	background: url(../images/nos-partenaires.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	left: -170px;
	top: -200px;
	width: 225px;
	height: 274px;
	-moz-transform: matrix(0.8746,-0.4848,0.4848,0.8746,-52,72);
-webkit-transform: matrix(0.8746,-0.4848,0.4848,0.8746,-52,72);
-o-transform: matrix(0.8746,-0.4848,0.4848,0.8746,-52,72);
-ms-transform: matrix(0.8746,-0.4848,0.4848,0.8746,-52,72);
transform: matrix(0.8746,-0.4848,0.4848,0.8746,-52,72);
}


#blcpartenaires, #blcpartenaires-balades, #blcpartenaires-activites, #blcpartenaires-infos-utiles, #blcpartenaires-activites-a-proximite {
	margin-top: -90px;
	position: relative;
	z-index: 100;
}


#blcpartenaires-balades, .blcgastro {
	color: #998675;
font-size: 11px;

}

.blchistoire-adresse {
	height: 90px;
	font-size: 12px;
}

.blcbalade-adresse, .blcgastro {
	padding: 0 10px;
	text-align: justify;
	color: #998675;
font-size: 11px;
}

.blcgastro {
	text-align: center;
	text-transform: none !important;
	color: #000;
	line-height: 16px;
}

.blcgastro em {
	color: #91aa96;
}


.blcgastro h6, .blcgastro h6 a {
		color: #998675;
font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	text-decoration: none;
}

.blcgastro h6 a:hover {
	text-decoration: underline;
}

.blchistoire-adresse h5, .blchistoire-adresse strong, .blcbalade-adresse h5, .blcgastro {
	text-transform: uppercase;
}
.blchistoire-adresse h5, .blcbalade-adresse h5, .blcgastro h5 {
	color: #e76f70;
	font-family: calder-dark-grit, sans-serif;
	font-weight: 400;
	font-size:14px;
	margin-bottom: 10px;
	position: relative;
}

.blcbalade-adresse h5, .blcgastro h5 {
	padding-top: 5px;
	margin-top: 19px;
}

.blcbalade-adresse h5 em, .blcgastro h5 em {
	color: #FFF;
	background: #d5c8b9;
	font-family: 'Satisfy', cursive;
	text-transform: none;
	padding: 6px 8px;
	margin-left: 8px;
	position: absolute;
	top: -50%;
	text-align: center;
	
	font-style: normal !important;
	font-size: 15px;
	-webkit-transform: matrix(0.9945,-0.1045,0.1045,0.9945,-1,3);
-ms-transform: matrix(0.9945,-0.1045,0.1045,0.9945,-1,3);
transform: matrix(0.9945,-0.1045,0.1045,0.9945,-1,3);
	display: inline-block;
}

.blcgastro h5 em {

}

.blchistoire-adresse  strong, .blcbalade-adresse strong {
	color: #4b4b4a;
	font-size: 13px;
	font-family:proxima-soft-extra-condensed, sans-serif;
	font-weight: 300;
}

#blcpartenaires-infos-utiles ul, #blcpartenaires-activites-a-proximite ul, #blcpartenaires-activites-a-proximite-plus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#blcpartenaires-infos-utiles ul li, #blcpartenaires-activites-a-proximite ul li, #blcpartenaires-activites-a-proximite-plus ul li {
	color: #998675;
	font-size: 11px;
	font-family: calder-dark-grit, sans-serif;

	text-transform: uppercase;
}

#blcpartenaires-infos-utiles ul li:before, #blcpartenaires-activites-a-proximite ul li:before, #blcpartenaires-activites-a-proximite-plus ul li:before {
	content:"\f00c";
	font-family: FontAwesome;
	font-size: 9px;
	margin-right: 4px;
	color: #e76f70;
	
}



#contact {
	margin: 60px 0;
}

#contact h4 {
	font-family: "proxima-nova-condensed",sans-serif;
	color: #eb6a6b;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 400;
}


#contact h3 {
	line-height: 43px;
text-align: left;
letter-spacing: 0px;
color: #534741;
font-size: 27px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

#contact h3 a {
	color: #534741;
font-size: 27px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#contact h3 a:hover {
	color: #eb6a6b;
}

.infocarte {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

#contact form label {
	color: #666666;
text-align: left;
font-size: 11px;
line-height: 11px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

#contact form input, #contact form textarea {
	float: left;
	width: 80%;
	margin: 0 20% 15px 0;
	padding: 6px;
	border: 1px solid #666;
}
#contact form input[type=submit] {
	width: 100%;
	max-width: 60%;
border-width: 0px;
border-color: transparent;
background-color: #8DA794;
border-radius: 2px;
line-height: 15px;
text-align: center;
letter-spacing: 1px;
color: #FFFFFF;
font-size: 15px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
position: relative;
padding: 16px 0px;
	margin-top: 20px;
}

.maisoncontact {
	font-family: "proxima-nova-condensed",sans-serif;
color: #998675;
	font-size: 16px;
font-weight: 400;
}

.maisoncontact p {
	margin-bottom: 10px;
}


#content {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

#avisetablissement {
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	height: 75px;
	position: relative;
}
.noteetablissement {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100px;
	text-align: center;
	letter-spacing: -2px;
color: #998675;
font-size: 44px;
line-height: 75px;
font-family: proxima-nova, sans-serif;
font-weight: 400;
}

.globalavis {
	float: left;
	padding-left: 85px;
	padding-top: 19px;
	position: relative;
}

.etoileavis {
	background: url(../images/googlestar.png) no-repeat center left;
	padding-left: 90px;
	float: left;
	width: 100%;
	color: #998675;
font-size: 16px;
line-height: 22px;
font-family: proxima-nova, sans-serif;
font-weight: 400;
}

.nbravisgoogle {
	color: #7F7F7F;
font-size: 12px;
line-height: 14px;
font-family: proxima-nova, sans-serif;
font-weight: 400;
	padding: 5px 0 0 5px;
	float: left;
}


#avisreserver a {
	height: 75px;
	width: 100%;
	display: block;
	line-height: 75px;
	color: #FFF;
	background: #eb6a6b;
	text-align: center;
	font-size: 15px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}
#avisreserver a:hover {
background-color: #8DA794;
}

#blocavisuser {
	background: #FFF;
	color: #736357;
font-size: 12px;
line-height: 17px;
	padding: 20px 20px;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: justify;
}

#blocavisuser:before {
	content:"";
width: 39px;
height: 39px;
position: absolute;
top: 0px;
	background: #FFF;
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 29px;
	display: block;
}


.photouser {
	position: absolute;
	top: 20px;
	left:20px;
	width: 100px;
}

.descriptionuser {
	float: left;
	padding-left: 65px;
	position: relative;
}

.descriptionuser p {
	margin-bottom: 0;
}

.photouser img {
	max-width: 50px;
}

#blocavisuser .pseudo {
	 color: #998675;
font-size: 13px;
line-height: 16px;
font-family: calder-dark-grit, sans-serif;
font-weight: 700;
	margin:0 0 5px;
	
	padding: 0;
}

.noteuser {
	position: absolute;
	top : 0px;
	right: 0px;
	text-align: right;
color: #F28B1D;
letter-spacing: 1px;
	font-size: 14px;
line-height: 17px;
}


#reserver-la-chambre {
		position: relative;
	padding-top: 20px;
}

#reserver-la-chambre h3 {
	color: #F27660;
text-align: left;
font-size: 15px;
line-height: 18px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin: 0 0 10px; padding: 0;
}

#reserver-la-chambre:before{
	position: absolute;
	top: -60px;
	z-index: 9999;
	left: 50%;
	margin-left: -68px;
	display: block;
	width: 136px;
	height: 77px;
	background: url(../images/finchambre.svg) no-repeat;
	background-size: cover;
	background-position: center center;
	content: "";
}


.autreschambres {
	color: #998675;
text-align: center;
font-size: 13px;
line-height: 16px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

.autreschambres h4 {
	color: #736357;
text-align: center;
font-size: 17px;
line-height: 20px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin: 25px 0 0 0px;
	padding: 0;
}

.autreschambres img {
	margin: 0 auto 10px !important
}

#activite {
	position: relative;
	padding-top: 80px;
}



.intro-activite {
	text-align: left;
line-height: 24px;
	font-size: 13px;
	max-width: 70%;
	position: relative;
	min-height: 250px;
	padding: 100px 160px 70px 34%;
}

.intro-activite:before {
	content:"";
	background: url(../images/intro-activite.svg) no-repeat;
	background-position: left center;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-size: contain;
	width: 30%;
	min-height: 254px;
	z-index: 999;
}

.derniersnews {
	position: relative;
	margin: -194px 0 80px;
	width: 100%;
	float: left;
}



.imgnews {
	display: block;
	position: relative;
	z-index: -1;
	width: 50%;
	float: left;
height: 538px;
	background: url(../images/activite.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
}

.postnews {
	display: block;
	position: relative;
	width: 50%;
height: 538px;
	float: left;
}


.imageuneactivite, .contentactivite {
	display: block;
	float: left;
	width: 50%;
	max-height: 269px;
	height: 269px;
	text-align: center;
	position: relative;
		overflow: hidden;
}


.contentactivite-wrap {
	max-width: 190px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.imageuneactivite {

}

.imageuneactivite img {
width: 100% !important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	opacity: 0;
}

.imageuneactivite.activiteun {
	float: right
}

.imageuneactivite:before {
	display: block;
	content: "";
	height: 30px;
	width: 30px;
	right: -16px;
	top: 50%;
	margin-top: -15px;
	background: #FFF;
	position: absolute;
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.imageuneactivite.activiteun:before {
	right: auto;
	left: -16px;
}




.imageuneactivite {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.titreactivite {
	margin: 15px 0 10px;
	max-height: 100px;
	overflow: hidden;
}

.titreactivite a {
		font-size: 18px;
line-height: 25px;
font-family: calder-dark-grit, sans-serif;
	text-align: center !important;
	text-decoration: none;
	color: #000;
}

.dateactivite {
	color: #B99871;
text-align: center;
line-height: 16px;
letter-spacing: 2px;
font-size: 10px;
font-family: stolzl, sans-serif;
font-weight: 300;
	text-transform: uppercase;
}

.lirelasuiteactivite a  {
color: #748897;
text-align: center;
line-height: 16px;
letter-spacing: 2px;
font-size: 10px;
font-family: stolzl, sans-serif;
font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}


#chambre {
	padding-bottom: 60px !important;
	margin-bottom: 0;
	position: relative;
}

#hero.chambremod #herotitle {

}

#hero.chambremod .vc_column-inner  {
	height: 100%;
	padding: 260px 0;
	color: #FFF;
	position: relative;
	z-index: 9999;
}

#hero.chambremod h3, #hero.chambremod h6 {
	color: #FFF;
	text-align: center;
	font-family: calder-dark-grit, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

#hero.chambremod h6 {
	font-size: 18px;
}


#hero.chambremod h3:before, #hero.chambremod h3:after {
margin: 0 8px;
content:"•";
color: #FFF;
}

#hero.chambremod {
	z-index: 9999 !important;
}

#hero.chambremod:after, #hero.chambremod:before  {
	background: #000;
	position: absolute;
	z-index: 1 !important;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	display: block !important;
}

#hero.chambremod:before {
	opacity: 0.38
}

.infosbasechambre {
	position: absolute;
	bottom: -10px;
	left: 0;
	font-weight: normal !important;
}

.infosbasechambre ul {
	padding: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.infosbasechambre ul li {
	letter-spacing: 0.5px;
display: inline-block;
	padding: 8px 30px 8px;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-size: 14px;
	font-weight: 300;
}

.infosbasechambre ul li:first-child {
	padding-left: 0;
}

.infosbasechambre ul li:last-child {
	border-right: none;
}

.infosbasechambre ul li:last-child:before {
	content:"\f0b2";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 10px;
}

.noticereservation {
	color: #736357;
	text-align: justify;
}


.introchambre {
	font-size: 14px;
}

.introchambre h3 {
	font-size: 28px;
line-height: 34px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	margin-bottom: 50px;
}

#barrelateralechambre {
	font-size: 14px;
}


#tarifsdelachambre {
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
	padding: 5px 35px;
	color: #484848;
	font-size: 12px;
	margin-bottom: 15px;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

#tarifsdelachambre a {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #eb6a6b;
	-webkit-border-radius: 2px;
border-radius: 2px;
	text-transform: uppercase;
	height: 58px;
	line-height: 58px;
	font-family: calder-dark-grit, sans-serif;
	float: left;
	letter-spacing: 1px;
padding: 0 !important;
font-size: 20px !important
}




#tarifsdelachambre a:hover {
background: #8da794;
	-moz-transform: scale(1.03);
-webkit-transform: scale(1.03);
-o-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}


.bloctarif1, .bloctarif2 {
	float: left;
	width: 100%;
	max-width: 50%;
	margin: 0 0 15px !important;
}

.forfait5nuits {
	margin: 15px 0 10px !important;
	float: left;
	width: 100%;
}


.bloctarif1, .bloctarif2, .forfait5nuits {
		font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: calder-dark-grit, sans-serif
}


.bloctarif1 p, .bloctarif2 p {
	margin: 0;
}

.bloctarif1 h3, .bloctarif2 h3 {
		font-size: 60px;
	line-height: 60px;
	margin: 8px 0 0 0;
	padding: 0;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Satisfy', cursive
}


.infoschambres {
	color: #7F7F7F;
	padding: 25px 0;
	border-top: 1px solid #998675;
	border-bottom: 1px solid #998675;
	font-size: 13px;
}

.infoschambres h4 {
	text-transform: uppercase;
	font-family: calder-dark-grit, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #484844
}


#lamaison {
	text-align: left;
line-height: 28px;
font-family: Courier New, Courier, monospace;
	font-size: 14px;
}


#superbrunch, #petitdejeuner {
	background: #FFF;
	padding: 30px;
	margin: 20px;
}

#petitdejeuner {
	margin: 0 5px;
}

.noticemenus {
	color:#B99871;
	text-align: center;
font-size: 15px;
line-height: 36px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #B99871;
	margin: 70px 5px 0 !important ;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.noticemenus .wpb_content_element,
.noticemenus p {
	margin: 0;
	padding: 0;
}

.noticemenus strong {
	color:#F27660;
	text-decoration: underline;
	text-align: center;
font-weight: 400;
}


#superbrunch h3, #petitdejeuner h3 {
	color: #534741;
text-align: center;
font-size: 27px;
line-height: 32px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	position: relative;
	padding-left: 0;
	margin: 0 0 15px;
}
#superbrunch h3 strong {
font-weight: 400 !important;
	color: #E2AA00;
}

/*
#superbrunch h3:before {
	color: #E2AA00;
	content:"LE";
	border-top: 1px solid #E2AA00;
	border-bottom: 1px solid #E2AA00;
	font-size: 14px;
	line-height: 20px;
	font-family: calder-dark-grit, sans-serif;
	display: inline-block;
	margin-right: 5px;
}
*/

.introsuperbrunch {
	color: #534741;
text-align: center;
font-size: 12px;
line-height: 19px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}


.lesmenus h3 {
		color: #534741;
text-align: center;
font-size: 27px;
line-height: 32px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	position: relative;
	padding-left: 0;
	margin: 0 0 15px;
}

.lesmenus {
	color: #998675;
text-align: center;
font-size: 14px;
line-height: 23px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 5000;
}

.lesmenus em {
	color: #EB6A6B;
	font-size: 12px;
	font-style: normal;
}

.lesmenus h4 {
	font-weight: 400 !important;
	font-size: 48px;
	font-family: 'Satisfy', cursive;
	position: relative;
line-height: 48px;
	margin: 10px 0;
}

.lesmenus h4:after {
	content: "/ personne";
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	margin-left: 10px;
	
}

.lesmenus a, #petitdejeuner a, #superbrunch a {
	display:inline-block;
	text-align: center;
	color: #FFF;
	height: 58px;
	line-height: 58px;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: calder-dark-grit, sans-serif;
	background: #998675;
	text-decoration: none;
	margin-bottom: 20px !important;
	-webkit-border-radius: 2px;
border-radius: 2px;
}

#contacttabledhotes a {
	text-align: center;
	display: inline-block;
	padding: 0 40px;
	margin: 0;
	height: 52px;
	line-height: 52px;
	color:#B99871;
	background: rgba(255,255,255,0);
	-webkit-border-radius: 2px;
border-radius: 2px;
	border: 1px solid #B99871;
	font-family: calder-dark-grit, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.lesmenus a:hover, #petitdejeuner a:hover, #superbrunch a:hover, #contacttabledhotes a:hover {
	color: #FFF;
	background-color: #8DA794;
	border-color: #8DA794
}



#petitdejeuner a {
	padding: 0 5px;
	background: #c7b299;
}

#superbrunch a {
	margin-top: -110px;
	display: block;
	max-width: 40%;
	float: right;
	z-index: 7000;
	position: relative;
	background: #e2aa00;
}


.sepatabledhotes {
	position: relative;
	padding: 60px 0 0 0;
}

.sepatabledhotes:before {
	position: absolute;
	content:"";
	background: url(../images/tablegourmet.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	left:50%;
	transform: translateX(-64%);
	top: -20px;
	width:265px ;
	z-index: 6000;
	height: 74px;
}



#contacttabledhotes {
	padding-bottom: 40px
}


#bonsplans {
				-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

#bonsplans h3 {
	color: #534741;
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Satisfy', cursive;
	font-weight: normal !important;
	font-size: 44px;
	line-height: 48px;
}

#bonsplans .bonsplansintro, .bonsplanssuite  {
	color: #4d4d4d;
	font-family: calder-dark-grit, sans-serif;
	font-size: 14px;
}

#bonsplans .bonsplansintro {
	margin-bottom: 25px !important;
	padding-bottom: 25px;
	border-bottom: 1px solid #736357;
	position: relative;
}

#bonsplans .bonsplansintro:before {
	content: "";
	background:#efeae6;
	width: 48px;
	height: 40px;
	position: absolute;
	bottom: -20px;
	z-index: 1000;
	left: 50%;
	transform: translateX(-50%)
}

#bonsplans .bonsplansintro:after {
	content: "";
	background:url(../images/bonplans.svg) no-repeat center center;
	background-size: contain;
	width: 39px;
	height: 43px;
	position: absolute;
	bottom: -8px;
	z-index: 1200;
	left: 50%;
	
-moz-transform: rotate(-45deg) translateX(-58%);
-webkit-transform: rotate(-45deg) translateX(-58%);
-o-transform: rotate(-45deg) translateX(-58%);
-ms-transform: rotate(-45deg) translateX(-58%);
transform: rotate(-45deg) translateX(-58%);
}


#bonsplans .bonsplansintro strong, .bonsplanssuite strong {
color: #f1816e;
font-weight: normal !important;
}
.bonsplanssuite strong {
color: #f3bc2c
}

.bonplanssuite-tarifs {
	color: #534741;
text-align: center;
font-family: stolzl, sans-serif;
	font-size: 13px;
line-height: 18px;
}

.bonplanssuite-tarifs em {
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
}

.bonplanssuite-tarifs p {
	margin: 0 0 8px;;
}

.bonsplansattention {
	color: #748897;
text-align: center;
font-size: 10px;
line-height: 12px;
font-family: stolzl, sans-serif;
font-weight: 300;
}

#reservation {
	
}

#reservation label {
	color: #666666;
text-align: left;
font-size: 13px;
line-height: 13px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	float: left;
	width: 100%;
}

#reservation input[type=text], 
#reservation input[type=date],
#reservation input[type=date],
#reservation input[type=tel],
#reservation input[type=email],
#reservation input[type=number],
#reservation textarea {
	width: 100%;
	max-width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px !important;
	border: 1px solid #B5B5B5;
			-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 8px;
	font-family: stolzl, sans-serif !important;
	font-weight: 300 !important
}

#reservation textarea {
	height: auto;
	line-height: 20px;
	padding: 8px;
}

#reservation .labsmall {
	font-size: 12px;
}

#reservation .lablight {
	color: #D5C8B9;
}

#reservation input[type=submit] {
	width: 374px;
	max-width: 100%;
height: 46px;
border-width: 0px;
border-color: transparent;
background-color: #8DA794;
border-radius: 2px;
	padding: 0;
color: #FFFFFF;
text-align: center;
line-height: 46px;
letter-spacing: 1px;
font-size: 15px;
font-family: calder-dark-grit, sans-serif !important;
	text-transform: uppercase;
font-weight: 400;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#reservation input[type=submit]:hover {
	background: #000;
}

.bresa1 {
	margin-bottom: 0;
}

.bresa2 {
	padding: 20px 0;
	border-top: 1px solid #C7B299;
	border-bottom: 1px solid #C7B299;
}


.bresa2 .wpcf7-list-item {
	float: left;
	margin: 10px 0;
	width: 50%;
}

.wpcf7-form-control-wrap.chambres {
	float: left;
	max-width: 70%;
}

.wpcf7-list-item-label {
		color: #666666;
font-size: 12px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
	padding: 0;
}

.wpcf7-list-item input {
	margin: 4px 4px 0 0;
	display: inline-block;
}


#phonebar {
	display: none;
	position: fixed;
		bottom: 0px;
		left:0;
		right: 0;
		
	padding: 10px 0 10px;
	height:40px;
		background: #8da794;


		z-index: 99999;
	text-align: center;
}

#phonebar:before {
	content:"";
	top: -10px;
	position: absolute;
	left:0; right: 0;
	height: 10px;
	display: block;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );


}

#phonebar a {
	color: #000;
	font-size: 40px !important;
	display: inline-block;
	margin: 0 10px;
}

.phoneicon, .mailicon, .smsicon, .phonebookicon {
	background: url(../images/phoneicon.svg) no-repeat center center rgba(115,99,87,0.9);
	background-size: 30px 30px;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 4px;
border-radius: 4px;
	border:1px solid #84756a;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}
.mailicon {
	background-image: url(../images/mailicon.svg);
	background-size: 30px 30px;
}
.smsicon {
	background-image: url(../images/smsicon.svg);
	background-size: 30px 30px;
}

.phonebookicon {
	background-image: url(../images/phonebookicon.svg);
	background-size: 30px 30px;
}


/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {

}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {

}

#widgets {
	
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}


/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #993333;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus
{
	clip:auto;
}





/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	float: right;
	clear: both;
	margin: 0 auto;
}

.main-nav {
	clear: both;
}
.menu {
	display: block;
	list-style-type: none;
	padding: 0;
}
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: -50%;
	position: absolute;
	top: 100%;
	opacity: 0;
	z-index: -1;
	max-height: 0;
				-webkit-transition: opacity 0.0s ease-in-out;
-moz-transition: opacity 0.0s ease-in-out;
-ms-transition: opacity 0.0s ease-in-out;
-o-transition: opacity 0.0s ease-in-out;
transition: opacity 0.0s ease-in-out;
}

.menu li:hover > ul {
	top: 100%;
	left:0;
	max-height: auto;
	opacity: 1;
	z-index: 10;
		-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
	
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 11em;
	width: auto;
}

.menu a {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 12px;
line-height: 14px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;

	margin: 0;
	padding: 36px 14px;
	text-shadow: 0 0 6px rgba(0,0,0,0.3);
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}


.home .menu a {
	color: #736357;
	text-shadow: 0 0 3px rgba(0,0,0,0);
}

.home .menu li ul a {
	color: #FFF;
	text-shadow: 0 0 3px rgba(0,0,0,0);
}

.menu li:first-child ul {
	display: none !important
}

.page-template-page-modele-chambre .menu li:first-child ul {
	display: block!important
}



.menu li:first-child ul li {
	border-bottom: 1px solid #FFF;
}

.menu li:first-child ul li:last-child {
	border-bottom: 0px solid #FFF;
}

.menu li li.rivieredouce a {
	background: #97a69b !important;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
	position: relative;
	z-index: 7000;
}

.menu li li.rivieredouce a:before {
	content:"";
	position: absolute;
	height: 18px;
	-webkit-border-radius: 2px;
border-radius: 2px;
	width: 18px;
	display: block;
	top: -7px;
	left: 35px;
	background:#97a69b;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	z-index: 1;
	
}

.menu li li.romantique a {
	background: #eb6a6b!important
}

.menu li li.bellebleue a {
	background: #748897 !important
}

.menu li li.enfantssages a {
	background: #998675!important;
		-webkit-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
}

.menu li:first-child li a:hover {
	padding: 14px 8px 14px 22px !important;
}



.menu a:hover {
	color: #eb6a6b;
}

.menu > li:last-child a, .home .menu > li:last-child a {
	background: #eb6a6b;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 15px;
font-family: calder-dark-grit, sans-serif;
font-weight: 400;
}

.menu > li:last-child a:hover, .home .menu > li:last-child a:hover  {
	background: #8da794;
	color: #FFF;
}



.menu li li {
	width: auto;
}

.menu li ul {
	margin-top: -15px;
}

.menu li li a {
	background: #d5c8b9;
	padding: 14px 14px 14px !important;
	color: #FFF;
		font-size: 11px;
	text-shadow: 0 0 3px rgba(0,0,0,0);
}

.menu li li a:hover {
	background: #aaaaaa;
	color: #FFF;
}



.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}


/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}



/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	border: 1px solid #cccccc;
	border-bottom-color: #aaaaaa;
	border-radius: 4px;
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0px auto 20px auto;
}

.alignright {
	float: right;
	margin: 0px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0px auto;
}

a img.alignright {
	float: right;
	margin: 0px 0 20px 20px;
}

a img.alignnone {
	margin: 0px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 0px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 0px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}



/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	-ms-filter: "progid:DXImageTransform.Microsoft.zoom(1)";
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

.author-gravtar img{
border-radius: 50%;
}
.section_title {
    text-align: center;
    text-transform: uppercase;
    padding-left:40px;
    padding-right:40px;
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 2.250em;    
    font-weight: 700;
}
.testimonial_main_div .testimonial_img,.team_main_div .team_img,.feature_main_div .feature_img{
	text-align: center;
	margin-top: 40px;
}
.feature_main_div .feature_img img {  width: 130px;  height: 130px;border: 6px solid #ccc; }
.testimonial_main_div .testimonial_img img,.team_main_div .team_img img {
  width: 178px;
  height: 178px;
  border: 4px solid #fff;
  padding: 4px; 
}
.testimonial_main_div .testimonial_img img ,.team_main_div .team_img img,.feature_main_div .feature_img img{
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    max-height: 12em; 
}
.testimonial_main_text {
    font-size: 18px;	
    margin-top: 46px;
	line-height: 27px;
	background: url(../../images/testimonial_icon.png) no-repeat 4px 0px;   
    padding-right: 40px;    
} 
#testimonial_div, #team_div, #about_div, #feature_div  
{
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px;
padding-bottom: 40px;
width: 99.893617021277%;
}
#about_div .about_text {	
	font-size: 18px;
	text-align: center;
	padding: 0 10px 0 10px;
font-weight: 200;
line-height: 27px
}
#about_div {text-align: center;}
.about-content a {
	font-size: 20px;
	padding: 15px 15px;
}
#testimonial_div .section_title:after, #team_div .section_title:after,#feature_div .section_title:after,#about_div .section_title:after{
	border-bottom: solid 2px #555555;
	width: 60px;
	text-align: center;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 50px auto auto auto;
}
.testimonial_author {    
    font-weight: bold;
    font-size: 18px;      
    margin-bottom: 4px;   
    margin: 10px  0 0 29px;
}
.testimonial_text {
    margin: 0 0 0 29px;
    font-style: normal;
    font-size: inherit;    
    margin-bottom: 1em;
    padding-top: 22px;
}
.team_main_div,.feature_main_div {
	text-align: center;
}
.team_main_div .team_member,.feature_main_div .feature_title {
	font-size: 18px;
	font-weight: bold;
	display:block;
	text-align: center;
	margin-top: 10px;
}
.team_main_div .team_designation{
	text-align: center;
	font-size: 1.1em;
	margin-top: 10px;
	font-style: italic; 
	display:block;
}
.team_main_div .social {
	text-align: center;
	margin-top: 10px;
}
.team_main_div .social a{
	display:inline-block;
	width:31px;
	height:31px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	font-size:1em;
	line-height:31x;
	outline:0;
	color:#fff;
	background-color:#222;
	box-sizing: border-box;
	padding-top: 4px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.section-team,.section-feature {
width: 33%;
float: none;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}
.team_desc,.feature_desc {   
    text-align: center;  
    padding: 0 10px 10px;
    margin-top: 14px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
}
.contact_div .fa{
	font-size: 2em;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.contact_div .fa-envelope
{
	font-size: 1.7em;
}
.contact_right p {margin:10px 0px 10px 16%;}
.contact_left span {font-size: 1.1em;
padding-left: 12px;
padding-bottom: 39px;
display: inline-block;
}
.contact_div {	
	font-size: 14px;
	box-sizing: border-box;
	padding: 20px;	
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px;
background: url('../../core/images/default-contact.jpg');
background-size:cover;
color: #ffffff;
}
.contact_subtitle {text-align: center;margin: 17px 0 17px 0;font-size: 18px}
.contact_title { 
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
padding-left: 40px;
padding-right: 40px;
margin-top: 17px;
margin-bottom: 0;
font-size: 2.250em;
font-weight: 700;
}
.contact_right label {font-weight: normal;}
.contact_right .wpcf7{
	width: 100%;
}
.contact_right textarea {
height: 70px;
padding: 12px 42px 0px 0px;
color: #f2f2f2;
background-color: transparent;
border-radius: 0;
width: 100%;
box-shadow: none;
border-width: 0;
border-bottom-color: #cec9c4;
border-bottom-width: 3px;
}
.contact_right .wpcf7-submit {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(to top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;	
	line-height: 20px;
	padding: 10px 22px;
	box-shadow:none;
	font-weight:normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd)";
	text-shadow: 0 -1px 0 #115290;
	border-radius: 2px;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.contact_right .wpcf7-submit:hover {
background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(to top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd)";
	border-radius: 2px;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.contact_right form { margin-bottom: 0;}
.contact_left {margin-top: 20px; }
.contact_right select, .contact_right input[type="text"], .contact_right input[type="password"], .contact_right input[type="email"] {
	width: 100%;
	color: #f2f2f2;
	padding: 12px 2px 2px 0px;
	background-color: transparent;
border-radius: 0;
box-shadow: none;
border-width: 0;
border-bottom-width: 3px;
border-bottom-color: #cec9c4;
	}	
