@charset utf-8;
/*
========= FONTS =============
 */

@font-face {
	font-family: 'LondonNineteenSixty';
	src: url('fonts/challns_-webfont.eot');
	src: local('☺'), url('fonts/challns_-webfont.woff') format('woff'), url('fonts/challns_-webfont.ttf') format('truetype'), url('fonts/challns_-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ParisNineteenSixty';
	src: url('fonts/chalpns_-webfont.eot');
	src: local('☺'), url('fonts/chalpns_-webfont.woff') format('woff'), url('fonts/chalpns_-webfont.ttf') format('truetype'), url('fonts/chalpns_-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LinotypeDidot';
	src: url('fonts/didolb__-webfont.eot');
	src: local('☺'), url('fonts/didolb__-webfont.woff') format('woff'), url('fonts/didolb__-webfont.ttf') format('truetype'), url('fonts/didolb__-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LinotypeDidotOldStyleFigures';
	src: url('fonts/didolrof-webfont.eot');
	src: local('☺'), url('fonts/didolrof-webfont.woff') format('woff'), url('fonts/didolrof-webfont.ttf') format('truetype'), url('fonts/didolrof-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
	/* @group Resets
	========================================================================== */
	html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video,img{display:block}a img{border:0}figure{position:relative}figure img{width:100%}.serif,cite,blockquote,h1,h2,h3,h4,h5,h6{font-weight: normal;}

	/* @end */

	/* @group General Styles
	========================================================================== */
   
	/* @group Basic WordPress Blog Styles   
	========================================================================== */  
	
	.entry-content img {
		margin: 0 0 1.5em 0;
		}
	.alignleft, img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
		}
	.alignright, img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
		}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
		}
	.alignnone, img.alignnone {
		/* not sure about this one */
		}
	.wp-caption {
		margin-bottom: 1.5em;
		text-align: center;
		padding-top: 5px;
		}
	.wp-caption img {
		border: 0 none;
		padding: 0;
		margin: 0;
		}
	.wp-caption p.wp-caption-text {
		line-height: 1.5;
		font-size: 10px;
		margin: 0;
		}
	.wp-smiley {
		margin: 0 !important;
		max-height: 1em;
		}
	blockquote.left {
		margin-right: 20px;
		text-align: right;
		margin-left: 0;
		width: 33%;
		float: left;
		}
	blockquote.right {
		margin-left: 20px;
		text-align: left;
		margin-right: 0;
		width: 33%;
		float: right;
		}

.post-content img {
	clear: none!important;
}

   
	.monospace,var,code {font-family: courier new, courier, monospace;}
	abbr,acronym{border-bottom: 1px dotted;cursor: help;font-variant: small-caps;}
	address,cite,em,i{font-style: italic;}
	.none,.hide { display: none;}
	.clear {clear: both;}
	.left {float: left;}
	.right {float: right;}
	/* @end */
	
	/* @group Fluid Skeleton
	* Fluid Skeleton 
	* Based on Skeleton, Dave Gamache
	* www.getskeleton.com
	* Butchered by Ian Yates
	* http://webdesign.tutsplus.com
	* Free to use under the MIT license.
	* http://www.opensource.org/licenses/mit-license.php
	*/


		/* Flexible Column Widths - mobile first
		================================================== */

    	#wrapper                                  { position: relative; width: 100%; padding: 0; }
        #wrapper .columns,
        #wrapper .column 							{ float: left; display: inline; padding-left: 1em; padding-right: 1em; }

        #wrapper .one.column,
        #wrapper .one.columns,
        #wrapper .two.columns,
        #wrapper .three.columns,
        #wrapper .four.columns,
        #wrapper .five.columns,
        #wrapper .six.columns,
        #wrapper .seven.columns,
        #wrapper .eight.columns,
        #wrapper .nine.columns,
        #wrapper .ten.columns,
        #wrapper .eleven.columns,
        #wrapper .twelve.columns,
        #wrapper .thirteen.columns,
        #wrapper .fourteen.columns,
        #wrapper .fifteen.columns,
        #wrapper .sixteen.columns,
        #wrapper .one-third.column,
        #wrapper .two-thirds.column  				{ width: 100%; }

        /* Offsets */
        #wrapper .offset-by-one,
        #wrapper .offset-by-two,
        #wrapper .offset-by-three,
        #wrapper .offset-by-four,
        #wrapper .offset-by-five,
        #wrapper .offset-by-six,
        #wrapper .offset-by-seven,
        #wrapper .offset-by-eight,
        #wrapper .offset-by-nine,
        #wrapper .offset-by-ten,
        #wrapper .offset-by-eleven,
        #wrapper .offset-by-twelve,
        #wrapper .offset-by-thirteen,
        #wrapper .offset-by-fourteen,
        #wrapper .offset-by-fifteen 				{ margin-left: 0; }
        
		 
		 /* #getting bigger - breakpoint tablets
		================================================== */       
		    @media only screen and (min-width: 480px) {      
		            
		        #wrapper                                  { width: 90%; }
		        
			}         
		        
		 /* #getting bigger - breakpoint beyond tablets portrait
		================================================== */       
		    @media only screen and (min-width: 767px) {
    
        #wrapper .columns                         { padding-left: 1em; padding-right: 1em; }
 
        #wrapper .one.columns                     { width: 6.25%; }
        #wrapper .two.columns                     { width: 12.5%; }
        #wrapper .three.columns                   { width: 18.75%; }
        #wrapper .four.columns                    { width: 25%; }
        #wrapper .five.columns                    { width: 31.25%; }
        #wrapper .six.columns                     { width: 37.5%; }
        #wrapper .seven.columns                   { width: 43.75%; }
        #wrapper .eight.columns                   { width: 50%; }
        #wrapper .nine.columns                    { width: 56.25%; }
        #wrapper .ten.columns                     { width: 62.5%; }
        #wrapper .eleven.columns                  { width: 68.75%; }
        #wrapper .twelve.columns                  { width: 75%; }
        #wrapper .thirteen.columns                { width: 81.25%; }
        #wrapper .fourteen.columns                { width: 87.5%; }
        #wrapper .fifteen.columns                 { width: 93.75%; }
        #wrapper .sixteen.columns                 { width: 100%; }
        #wrapper .one-third.column				{ width: 33.33%; }
        #wrapper .two-thirds.column 				{ width: 66.66%; }
 
        /* Offsets */
        #wrapper .offset-by-one                   { margin-left: 6.25%; }
        #wrapper .offset-by-two                   { margin-left: 12.5%; }
        #wrapper .offset-by-three                 { margin-left: 18.75%; }
        #wrapper .offset-by-four                  { margin-left: 25%; }
        #wrapper .offset-by-five                  { margin-left: 31.25%; }
        #wrapper .offset-by-six                   { margin-left: 37.5%; }
        #wrapper .offset-by-seven                 { margin-left: 43.75%; }
        #wrapper .offset-by-eight                 { margin-left: 50%; }
        #wrapper .offset-by-nine                  { margin-left: 56.25%; }
        #wrapper .offset-by-ten                   { margin-left: 62.5%; }
        #wrapper .offset-by-eleven                { margin-left: 68.75%; }
        #wrapper .offset-by-twelve                { margin-left: 75%; }
        #wrapper .offset-by-thirteen              { margin-left: 81.25%; }
        #wrapper .offset-by-fourteen              { margin-left: 87.5%; }
        #wrapper .offset-by-fifteen               { margin-left: 93.75%; }

        }
        
		
		
		/* #Clearing
		================================================== */
		
		    /* Self Clearing Goodness */
		    #wrapper: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; }

			.row {
				margin-bottom: 15px;
			}
		
		    /* You can also use a <br class="clear" /> to clear columns */
		    .clear {
		      clear: both;
		      display: block;
		      overflow: hidden;
		      visibility: hidden;
		      width: 0;
		      height: 0;
		    }
		    
		    
		    
		/* apply a natural box layout model to all elements */
		* { 
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box; 
			box-sizing: border-box;
		}
		/* @end */
	
	/* @group   Typography Presets
	========================================================================== */
	h1 {
		font-family: "LinotypeDidotOldStyleFigures", georgia, serif;
	}
	
	h1.page-title {
		margin-bottom: 20px;
		font-size: 30px;
		border-bottom: 2px solid;
		padding-bottom: 15px;
	}
	
	h2 {
		font-family: "LinotypeDidotOldStyleFigures", georgia, serif;
		color: #EF2121;
		letter-spacing: -1px;
		text-transform: uppercase;
		font-size: 2em;
		line-height: 1em;
		margin: .5em 0;
	}

	h2.page-title {
		border-bottom: 4px solid;
		font-size: 2.85em;
		color: #4D4D4D;
		margin-bottom: 40px;
		margin-top: 0;
	}

	h3 {
		font-family: "LinotypeDidotOldStyleFigures", georgia, serif;
	}
	
	h4 {
		font-family: "LinotypeDidotOldStyleFigures", georgia, serif;
	}
	
	p {margin-bottom: .5em;}
	
	p.date {
		margin-bottom: 8px;
	}
	
	a:active,a:focus {text-decoration: none;}
	a:link,a:visited {color: #ef2121;}
	a:hover,a:active {color: #ef2121;}
	a {
		-webkit-transition: color .3s linear;
		-o-transition: color .3s linear;
		-moz-transition: color .3s linear;
		text-decoration: none;
		outline: none;
	}
	
	.sticky-post-title {
		margin-bottom: 15px;
		text-align: center;
		border-bottom: 2px solid;
		padding-bottom: 4px;
		line-height: 45px;
	}
	
	.sticky-post-title a {
		color: #6d6d6d;
		font-weight: bold;
		font-size: 42px;
	}
	
	.sticky-post-title a:hover {
		color: #6d6d6d;
	}
	
	a.read-more:link,a.read-more:visited{
	    color:#ef2121;
	    font-size:.8em;
	    font-style: italic;
	    cursor:pointer;
	
	}
	
	.more:hover, a.read-more:hover{
		color: #6e6e63;
	}

	.relative {
		position:relative;
	}

	.gallery-title {
		width: 375px;
		color: #EF2121;
		font-family: "LinotypeDidotOldStyleFigures", georgia, serif;
		line-height: 2em;
	}
	
	blockquote {
		border-top: 1px #ccc dotted;
		border-bottom: 1px #ccc dotted;
		text-align: justify;
		margin: 20px;
		padding: 12px;
	}
	
		blockquote:first-letter {
			font-size: 24px;
			padding-right: 1px;
		}
		
		blockquote:first-line {
			font-size: 20px;
	}
	
	#sticky-article {
		text-transform: uppercase;
	}

	article {
		position:relative;
		max-width: 475px;
	}

	.single article,
	.category article {
		max-width: 100%;
	}

	#sidebar {
		width: 145px;
		float: right;
		margin-left: 50px;
	}

	#sidebar li {
		list-style: none;
	}

	.post-single {
		overflow: hidden;
		max-width:635px;
	}

a.page-numbers,
a.page-numbers.current {
	margin: 0 5px;
}

#pagination.post-single {
	font-size:1.2em;
	text-align: center;
}

.newer-older.post-single {
	border-top: 1px solid #EF2121;
	border-bottom: 1px solid #EF2121;
	padding: 5px 10px 0;
	margin: 25px 0;
}

.newer {
	float:left;
}
.older {
	float:right;
}

#siteLink {
	width: 443px;
	height: 142px;
	background: url(../img/homeLink.png);
	top: 0;
	left: 98px;
	display: block;
	text-indent: -9999px;
	position: absolute;
}

	/* @end */

	/* @group Form Elements
	========================================================================== */
	input,
	textarea { 
		border: 1px #aaa solid;
		padding: 5px;
		outline: none;
		border-radius: 0;
	}
	
	input:hover,
	textarea:hover,
	input:focus,
	textarea:focus {
		border: 1px #444 solid;
	}
	
	input:focus,
	textarea:focus {
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height: 150px;
		width: 100%;
	}
	
	#inputs input, .gform_fields input, .gform_wrapper textarea{
		padding: 5px;
		margin: 0 0 10px 0;
		font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
		color: #666;
		width: 353px;
		border: 1px solid #CCC;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
		-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
		box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	}
	
	textarea {
		-webkit-appearance: textarea;
		background-color: white;
		border: 1px solid;
		border-image: initial;
		-webkit-rtl-ordering: logical;
		-webkit-user-select: text;
		-webkit-box-orient: vertical;
		resize: auto;
		cursor: auto;
		padding: 2px;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	
	.button {
		background-color: #FFB94B;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
		background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
		background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
		background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
		background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
		background-image: linear-gradient(top, #fddb6f, #ffb94b);
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		border-width: 1px;
		border-style: solid;
		border-color: #D69E31 #E3A037 #D5982D #E3A037;
		float: left;
		height: 25px;
		padding: 0;
		width: 100px;
		cursor: pointer;
		font: bold 15px Arial, Helvetica;
		color: #8F5A0A;
	}
	
	.button:hover,.button:focus {		
	    background-color: #fddb6f;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
	    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
	    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
	    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
	    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
	    background-image: linear-gradient(top, #ffb94b, #fddb6f);
	}	
	
	.button:active {		
		outline: none;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
	}
	
	.button::-moz-focus-inner {
	  border: none;
	}
		
	.gform_wrapper {
		width: 365px;
		margin-right: 80px;
		float: left;
	}

	/* @end */	


	/* @group Image Elements
	========================================================================== */
	img, object, embed {
		max-width: 100%;
		height: auto;
		display: block;
	}
	
	img.bg-resize, .credit img{
		max-width: inherit;
		display: inherit;
		height:inherit;
	}
	
	iframe {
		max-width: 100%;
	}
	
	::selection {
		background: #ced393;
	}
	::-moz-selection {
		background: #ced393;
	}
	img::selection {
		background: transparent;
	}
	img::-moz-selection {
		background: transparent;
	}
	
	.featured-thumbnail {
		width: 150px!important;
		float: left;
		margin-right: 20px;
	}
	
	.home-thumb {
		width: 400px;
		float: left;
		margin-right: 20px;
	}
	/* @end */
/* @end */

/* @group Main Content Styles
========================================================================== */
	/* @group Top Layer Elements
	========================================================================== */
	body {
		background: #fff;
		font: 14px/160% "ParisNineteenSixty", "Helvetica Neue", Arial, Helvetica, sans-serif;
		color: #6d6d6d;
	}
	
	#wrapper {
		width: 1200px;
		background: url('../img/galleryBGNewB.jpg') no-repeat top left;
		position: relative;
		z-index: 1;
		background-size: 1200px;
		min-height: 1160px;
	}

	.page-id-7 #pageHeader {
		position: absolute;
		top: 113px;
		left: 647px;
		width: 303px;
		height: 69px;
		background: url(../img/rougeRouge.png) 0 0 no-repeat;
	}

	.page-id-9 #pageHeader {
		position: absolute;
		top: 113px;
		left: 667px;
		width: 286px;
		height: 69px;
		background: url(../img/blancBlanc.png) 0 0 no-repeat;
	}

	.page-id-11 #pageHeader {
		position: absolute;
		top: 116px;
		left: 791px;
		width: 161px;
		height: 36px;
		background: url(../img/aboutAbout.png) 0 0 no-repeat;
	}
	
	.main {
		width: 720px;
		margin:0 auto;
	}

	.home .main {
		height:1030px;
	}

	.main.main-menu {
		text-align:center;
		height:auto;
	}

	#footer.main {
		height:auto;
	}

	#content {
		overflow: hidden;
		position: relative;
		padding: 20px 50px;
		margin-bottom: 35px;
	}

	.blog #content,
	.single #content,
	.category #content {
		width: 930px;
		padding-top: 150px;
	}

	h3.post-title {
		padding-top:15px;
		border-top: 1px solid #EF2121;
	}

	#sidebar h3 {
		color: #EF2121;
		text-transform:uppercase;
		margin: 15px 0 5px;
	}

	#sidebar a {
		color: #6D6D6D!important;
	}

	#sidebar a:hover {
		color: #EF2121!important;
	}

	#sidebar #searchsubmit {
		display:none;
	}

	#sidebar form#searchform {
		font-size: .8em;
		margin-bottom: 15px;
	}

	/* @end */
	
	/* @group Header Elements
	========================================================================== */
	#header {
		height:95px;
		margin-bottom:40px;
		position:relative;
	}
	
	#logo {
		display: none;
		/*height: auto;
		position:absolute;
		height: auto;
		width: 170px;
		position: absolute;
		background: #d4ccc5;
		border-radius: 999px;
		padding: 10px;
		left:75px;
		top:10px;*/
	}
	
	#logo img {
		margin: 0 auto;
	}
	
	#tagline {
		color: #A7A9AC;
		position: absolute;
		left: 215px;
		top: 20px;
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
		visibility: hidden;
	}
	/* @end */
	
	/* @group Navigation
	========================================================================== */
	ul.menu {
		list-style: none;
	}

	ul.menu li a {
		display: block;
		color: #6d6d6d;
		font-family: 'ParisNineteenSixty', helvetica;
	}

	ul.menu li a:hover {
		color: #ef2121;
	}

	ul.menu li.current_page_item a,
	ul.menu li.current_page_parent a{
		color: #ef2121;
	}
	
	
		/* ===	LEVEL ONE
		====================================================================== */
		ul#menu-main-navigation { 
			position: relative;
			font: 11px/22px 'ParisNineteenSixty', helvetica, sans-serif;
			margin: 0 auto;
			display:block;
			color: #51697a;
			padding-top:60px;
		}
		
		
		ul#menu-main-navigation li { 
			display: inline;
			float: left;
			zoom: 1;
			padding: 0 0 0 35px;
			height: 17px;
		 }
		 
		 ul#menu-main-navigation li:first-child {
		 	padding-left: 0;
		 }
		
		
		ul#menu-main-navigation li:last-child a { 
			border-right: none; 
		} /* Doesn't work in IE */
		
		ul#menu-main-navigation li.hover,
		ul#menu-main-navigation li:hover {
			position: relative;
		}
		
		ul#menu-main-navigation li.hover a { 
		
		}
		
		
		/* === LEVEL TWO
		======================================================================= */
		ul#menu-main-navigation ul { 
			width: 160px;
			visibility: hidden;
			position: absolute;
			top: 100%;
			z-index: 1001;
			text-align: center;
			padding: 0;
			background-color: rgba(218, 175, 106, 0.9);
			border: 1px solid rgba(218, 175, 106, 1);
		}
		
		ul#menu-main-navigation ul li { 
			font-weight: normal;
			border-top: 1px solid #CCC;
			float: none;
			height: 35px;
			text-transform: capitalize;
			display: list-item;
			line-height: 35px;
			padding: 0!important;
		}
		
		ul#menu-main-navigation ul li:first-child {
			border-top: none;
		}
		
		ul#menu-main-navigation a{
			text-transform: uppercase;
		}
		
											  
	    /* IE 6 & 7 Needs Inline Block */
		ul#menu-main-navigation ul li a	{ 
			border-right: none; 
			width: 100%; 
			display: inline-block; 
			color: white;
		} 
		
		ul#menu-main-navigation ul li:first-child {
			padding:0  0 0 10px;
		}
		
		
		/* === LEVEL THREE
		========================================================================= */
		ul#menu-main-navigation ul ul { 
			left: 100%; 
			top: 0; 
		}
		
		ul#menu-main-navigation li:hover > ul { 
			visibility: visible; 
		}
	/* @end */

/* @group Footer Elements
   ========================================================================== */	
	#footer {

		margin-bottom: 20px;

		left: 250px;
		font-family: "ParisNineteenSixty", helvetica, sans-serif;
		font-size: 11px;
		color: #444A52;
		text-align: left;
	}
#footer #footerText {
	float: left;
	margin-top: 35px;
}

.page-id-11 div#footer {
	margin-top: 280px;
}

#footer #footerLogos {
	float: left;
	width: 230px;
	height: 88px;
	margin-left: 18px;
	background: url(../img/footerLogos.png) 0 0 no-repeat;
	margin-top: 15px;
}

#footer #Social {
	float: left;
	margin-left: 32px;
	margin-top: 39px;
	width: 116px;
	height: 19px;
}

#footer #Social a {
	float: left;
	display: block;
	width: 16px;
	height: 15px;
	margin-left: 7px;
}

#Social a.twitter {
	background: url(../img/social1.png) -23px 0 no-repeat;
}

#Social a.facebook {
	background: url(../img/social1.png) 0 0 no-repeat;
}

#Social a.pinterest {
	background: url(../img/social1.png) -47px 0 no-repeat;
}

#Social a.instagram {
	background: url(../img/social1.png) -70px 0 no-repeat;
}
#Social a.flickr {
	background: url(../img/flickr.png) 0px 0 no-repeat;
}
#Social a.flickr:hover {
	background-position-y: 0;
	background-position-x: -23px;
}

#Social a:hover {
	background-position-y: -15px;
}
	
	#nav-footer li {
		display: inline;
		border-left: 1px solid #6d6d6d;
		padding: 0 50px;
	}
	
	#nav-footer li:first-child {
		border-left: none!important;
	}
	
	#footer a{
		color: #6d6d6d;
		text-transform: uppercase;
	}
	
	#footer-content {
			position: relative;
			overflow: hidden;
	}
		
	#footer p {
			float: left;
			overflow: visible;
			margin-bottom: 0;
	}

	
	#footer #container .credit {
		position: absolute;
		bottom: 5px;
		left: 5px;
		width: 155px;
	}
		
	#footer #container .credit img {
		float: right;
	}	
	
	#menu-nav-footer li {
		display: inline;
		float: left;
		padding: 0 71px;
	}
	/* @end */
	
	/* @group Social Links
	========================================================================== */	
	ul#connect {
		float:right;
		list-style:none;
		margin:2px 0 0 0;
		padding:0
	}
		
	ul#connect li a {
		display: block;
	}
		
	#connect a.feedicon, #connect a.feedicon:hover{
		text-indent:-9999em;
		height:30px;
		width:30px;
		padding:0;
		background:url('http://latelierrouge.com/wp-content/themes/latelier/img/sprite.png') no-repeat -70px 0;
		margin-left:2px;
	}
		
	#connect a.twittericon, #connect a.twittericon:hover {
		text-indent:-9999em;
		height:30px;
		width:30px;
		padding:0;
		background:url('http://latelierrouge.com/wp-content/themes/latelier/img/sprite.png') no-repeat 0 0;
		margin-left:2px;
	}
		
	#connect a.facebookicon, #connect a.facebookicon:hover {
		text-indent:-9999em;
		height:30px;
		width:30px;
		padding:0;
		background:url('http://latelierrouge.com/wp-content/themes/latelier/img/sprite.png') no-repeat -35px 0;
		margin-left:2px;
	}
	/* @end */

	/* @group Custom
	========================================================================== */

a.rougeHome {
	position: absolute;
	top: 114px;
	left: 22px;
	width: 193px;
	height: 181px;
	background: url(../img/rougeHome.png) 0 0 no-repeat;
}

.home a.rougeHome {
	display: none;
}

	.home #introImage {
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF url(../img/introBG.jpg) 0 0 no-repeat;
		width: 1180px;
		height: 1330px;
		z-index: 1000;
	}

	.home #introText {
		position: absolute;
		top: 250px;
		left: 80px;
		background: rgba(0, 0, 0, 0) url(../img/introText.png) 0 0 no-repeat;
		width: 428px;
		height: 124px;
		z-index: 1000;
	}

	.home #latelier-logo {
		position: absolute;
		top: 85px;
		left: 850px;
		height: 110px;
		width: 272px;
		background: url(../img/homeLatelier.png) 0 0 no-repeat;
	}

	.home #quote {
		position: absolute;
		top: 773px;
		left: 478px;
		width: 457px;
	}

	.home #rouge a.rougeLink {
		display: block;
		width: 305px;
		height: 151px;
		background: url(../img/homeRougeNew.png) 0 0 no-repeat;
	}

	.home #blanc a.blancLink {
		display: block;
		width: 304px;
		height: 151px;
		background: url(../img/homeBlancNew1.png) 0 0 no-repeat;
	}

	.home #line {
		position: absolute;
		top: 276px;
		left: 593px;
		height: 291px;
		width: 1px;
		background: url(../img/homeLine.png) 0 0 no-repeat;
	}

	.home #rouge {
		position: absolute;
		left: 240px;
		top: 274px;
	}

	.home #blanc {
		position: absolute;
		left: 625px;
		top: 274px;
	}

	.home #rouge p,
	.home #blanc p {
		margin-left: 8px;
		font-family: "ParisNineteenSixty", helvetica, sans-serif;
		font-size: 14px;
		color: #FF0A1D;
	}
	
	.blog-post {
		border-bottom: solid 1px #FF0A1D;
		margin-top: 15px;
	}

.single .blog-post,
.category .blog-post {
	border-bottom: 0;
	margin-top: 15px;
}

	.page-quote {
		color: #EF2121;
		font-size: 1.35em;
		text-transform: uppercase;
		margin-bottom:.5em;
	}

.page-quote p:after {
	background: url(../img/quote-after.png) 0 -2px;
	content: '';
	width: 30px;
	height: 17px;
	display: inline-block;
}

.page-quote p:before {
	content: '';
	background: url(../img/quote-before.png) 0 -4px;
	width: 30px;
	height: 17px;
	display: inline-block;
}

	.page-quote p {
		margin-bottom: 0;
		display: inline-block;
	}
span.page-quote-author {
	font-size: 12px;
	display:block;
}

.page-id-7 #pageHeader {
	position: absolute;
	top: 113px;
	left: 650px;
	width: 303px;
	height: 69px;
	background: url(../img/rougeRouge.png) 0 0 no-repeat;
}

#leftBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 900px;
	background: url(../img/leftBGNew.jpg) 0 0 no-repeat;
}

.flexslider li {
	list-style:none;
}

ol.flex-control-nav.flex-control-thumbs {
	position: absolute;
	top: 0;
	right: -365px;
	width: 360px;
}

ol.flex-control-nav.flex-control-thumbs li {
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 0 5px 10px;
	text-align: center;
	cursor: pointer;
}

ol.flex-control-nav.flex-control-thumbs li img.flex-active {
	border: 3px solid #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80px;
}

.single .blog-post article,
.category .blog-post article {
	position: relative;
	max-width: 635px;
}

.slicknav_menu {
	display: none;
}

.search-help {
	margin: 15px;
}

.search-help li {
	list-style: none;
}

	/* @end */
/* @end */

/* @group Media Queries
========================================================================== */
	/* @group Tablet Horizontal
	========================================================================== 	*/

	@media only screen and (min-width: 992px) and (max-width: 1268px) {
		body #wrapper {
			width: 1024px;
			background-size: 1024px!important;
			min-height: `;
			margin: 0 auto;
		}
		.blog #content, .single #content, .category #content {
			width: 930px;
			padding-top: 20px;
		}
		ul#menu-main-navigation {
			margin: 30px auto;
			padding-top: 0;
			display: inline-block;
		}
		#siteLink {
			display: none;
		}
		#header {
			height: 85px;
			margin-bottom:0;
		}
		#wrapper #header .main {
			width: 720px;
			margin: 0 auto;
		}
		#wrapper .main {
			margin: 0 0 0 240px;
		}
		.home #wrapper .main {
			height: auto!important;
			width: 100%!important;
			padding: 0 5px;
			margin: 0 auto;
		}
		.home #latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			margin-bottom: 25px;
			position: relative;
			top: auto;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}
		#latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}
		.home #rouge p, .home #blanc p {
			margin: 0 5px;
		}
		.home #rouge,
		.home #blanc {
			position: relative;
			left: auto;
			top: auto;
			width: 50%;
			float: left;
		}

		.home #quote {
			position: relative;
			top: auto;
			left: auto;
			width: 457px;
			margin: 50px auto;
			overflow: hidden;
		}
		#siteLink,
		.home #line,
		.flex-direction-nav {
			display: none;
		}
		#wrapper #footer {
			left: 250px;
			font-family: "ParisNineteenSixty", helvetica, sans-serif;
			font-size: 11px;
			color: #444A52;
			text-align: left;
			width: 700px!important;
			overflow: hidden;
			margin: 0 auto 20px;
		}

		.parent-pageid-13 .flexslider {
			width: 350px;
		}
		ol.flex-control-nav.flex-control-thumbs {
			position: absolute;
			top: 0;
			right: -248px;
			width: 360px;
		}

	}
	/* @end */

	/* @group Tablet Vertical
	========================================================================== 	*/

	@media only screen and (min-width: 768px) and (max-width: 991px) {
		body #wrapper {
			width: 768px;
			background-size: 768px!important;
			min-height:0;
		}
		.blog #content, .single #content, .category #content {
			width: auto;
			padding-top: 20px;
		}
		ul#menu-main-navigation {
			margin: 30px auto;
			padding-top: 0;
			display: inline-block;
		}
		.home .main {
			height: auto!important;
			width: 100%!important;
			padding: 0 5px;
		}
		.home #rouge p, .home #blanc p {
			margin: 0 5px;
		}
		.page .main {
			width: 530px;
			float: right;
			clear: both;
		}
		#siteLink,
		#header,
		.home #line,
		.flex-direction-nav {
			display: none;
		}
		.post-single {
			overflow: hidden;
			max-width: 490px;
		}
		#sidebar {
			margin-left: 30px;
		}
		.home #introImage {
			position: absolute;
			top: -55px;
			left: 0;
			background: #FEF23E;
			background-image: none;
			width: 100%;
			height: 1024px;
			z-index: 1000;
		}
		.home #introText {
			position: relative;
			top: auto;
			left: auto;
			background: rgba(0, 0, 0, 0) url(../img/introText.png) 0 0 no-repeat;
			width: 300px;
			height: 85px;
			z-index: 1000;
			background-size: 300px 85px;
			margin: 100px auto 0;
		}
		.home #latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
			margin-bottom: 25px;
		}
		#latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}
		.home #rouge,
		.home #blanc {
			position: relative;
			left: auto;
			top: auto;
			width: 50%;
			float: left;
		}

		.home #quote {
			position: relative;
			top: auto;
			left: auto;
			width: 457px;
			margin: 50px auto;
			overflow: hidden;
		}
		.gallery-title {
			width: 100%;
		}

		.slides {
			overflow:hidden;
		}

		ol.flex-control-nav.flex-control-thumbs {
			position: relative;
			top: auto;
			right: auto;
			width: 100%;
		}
		/** SLICK NAV **/
		.slicknav_menu {
			display:block;
		}
		.main-menu {
			display: none;
		}
		/*
			Mobile Menu Core Style
		*/

		.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
		.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
		.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
		.slicknav_menu .slicknav_no-text { margin: 0 }
		.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
		.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
		.slicknav_nav { clear: both }
		.slicknav_nav ul,
		.slicknav_nav li { display: block }
		.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
		.slicknav_nav .slicknav_item { cursor: pointer; }
		.slicknav_nav .slicknav_row { display: block; }
		.slicknav_nav a { display: block }
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a { display: inline }
		.slicknav_menu:before,
		.slicknav_menu:after { content: " "; display: table; }
		.slicknav_menu:after { clear: both }
		/* IE6/7 support */
		.slicknav_menu { *zoom: 1 }

		/*
			User Default Style
			Change the following styles to modify the appearance of the menu.
		*/

		.slicknav_menu {
			font-size:16px;
		}
		/* Button */
		.slicknav_btn {
			margin: 5px 5px 6px;
			text-decoration:none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #FFFFFF;
		}
		/* Button Text */
		.slicknav_menu .slicknav_menutxt {
			color: #DF5DB0;
			font-weight: bold;
		}
		/* Button Lines */
		.slicknav_menu .slicknav_icon-bar {
			background-color: #DF5DB0;
		}
		.slicknav_menu {
			background:#fff;
			padding:5px;
		}
		.slicknav_nav {
			color:#fff;
			margin:0;
			padding:0;
			font-size:0.875em;
		}
		.slicknav_nav, .slicknav_nav ul {
			list-style: none;
			overflow:hidden;
		}
		.slicknav_nav ul {
			padding: 0;
			margin: 0;
			text-align: center;
			width: 100%;
			overflow: hidden;
			display: inline-block;
			height: 100%;
		}
		.slicknav_nav li {
			width: 49.2%;
			display: inline-block;
			box-sizing: border-box;
			height:55px;
			font-size:1.5em;
		}
		.slicknav_nav .slicknav_row {
			padding:5px 10px;
			margin:2px 5px;
		}
		.slicknav_nav a{
			padding:5px 10px;
			margin:2px 5px;
			text-decoration:none;
			color:#fff;
		}
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a {
			padding:0;
			margin:0;
		}
		.slicknav_nav .slicknav_row:hover {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#fff;
		}
		.slicknav_nav a:hover{
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#222;
		}
		.slicknav_nav .slicknav_txtnode {
			margin-left:15px;
		}
		/** END SLICK NAV **/

	}
	/* @end */

	/* @group Min IPhone Horizontal
	========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#wrapper,
		.main {
			width: 480px;
			min-height: 0;
			padding: 10px;
		}
		#wrapper {
			width: 100%
		}

		.home #introImage {
			position: absolute;
			top: -50px;
			left: 0;
			background: #FEF23E;
			background-image: none;
			width: 100%;
			height: 100%;
			z-index: 1000;
		}
		.home #introText {
			position: relative;
			top: auto;
			left: auto;
			background: rgba(0, 0, 0, 0) url(../img/introText.png) 0 0 no-repeat;
			width: 300px;
			height: 85px;
			z-index: 1000;
			background-size: 300px 85px;
			margin: 100px auto 0;
		}

		.home .main {
			height: auto;
		}

		#header {
			display:none;
		}

		.main-menu {
			display: none;
		}

		.home #latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}

		#latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}

		#leftBG,
		#pageHeader,
		.rougeHome,
		.flex-direction-nav,
		#line,
		.js .main-menu,
		.main-menu {
			display:none;
		}
		.home #quote {
			top: auto;
			left: 50%;
			width: 300px;
			margin-left: -150px;
			position: relative;
			margin-top: 25px;
		}

		.home #rouge,
		.home #blanc {
			position: absolute;
			left: 50%;
			top: 274px;
			margin-left: -156px;
		}

		#rouge img,
		#blanc img {
			width: 305px;
		}

		.slicknav_menu {
			display:block;
		}
		/** SLICK NAV **/
		/*
			Mobile Menu Core Style
		*/

		.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
		.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
		.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
		.slicknav_menu .slicknav_no-text { margin: 0 }
		.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
		.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
		.slicknav_nav { clear: both }
		.slicknav_nav ul,
		.slicknav_nav li { display: block }
		.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
		.slicknav_nav .slicknav_item { cursor: pointer; }
		.slicknav_nav .slicknav_row { display: block; }
		.slicknav_nav a { display: block }
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a { display: inline }
		.slicknav_menu:before,
		.slicknav_menu:after { content: " "; display: table; }
		.slicknav_menu:after { clear: both }
		/* IE6/7 support */
		.slicknav_menu { *zoom: 1 }

		/*
			User Default Style
			Change the following styles to modify the appearance of the menu.
		*/

		.slicknav_menu {
			font-size:16px;
		}
		/* Button */
		.slicknav_btn {
			margin: 5px 5px 6px;
			text-decoration:none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #FFFFFF;
		}
		/* Button Text */
		.slicknav_menu .slicknav_menutxt {
			color: #EF2121;
			font-weight: bold;
			display: none;
		}
		/* Button Lines */
		.slicknav_menu .slicknav_icon-bar {
			background-color: #DF5DB0;
		}
		.slicknav_menu {
			background:#fff;
			padding:5px;
		}
		.slicknav_nav {
			color:#fff;
			margin:0;
			padding:0;
			font-size:0.875em;
		}
		.slicknav_nav, .slicknav_nav ul {
			list-style: none;
			overflow:hidden;
		}
		.slicknav_nav ul {
			padding: 0;
			margin: 0;
			text-align: center;
			width: 100%;
			overflow: hidden;
			display: inline-block;
			height: 100%;
		}
		.slicknav_nav li {
			width: 49.2%;
			display: inline-block;
			box-sizing: border-box;
		}
		.slicknav_nav .slicknav_row {
			padding:5px 10px;
			margin:2px 5px;
		}
		.slicknav_nav a{
			padding:5px 10px;
			margin:2px 5px;
			text-decoration:none;
			color:#fff;
		}
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a {
			padding:0;
			margin:0;
		}
		.slicknav_nav .slicknav_row:hover {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#fff;
		}
		.slicknav_nav a:hover{
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#222;
		}
		.slicknav_nav .slicknav_txtnode {
			margin-left:15px;
		}
		/** END SLICK NAV **/
		#footer #footerText {
			float: none;
			/* margin-top: 35px; */
			margin: 30px auto 0;
			text-align: center;
		}
		#footer #Social {
			float: none;
			width: 100px;
			height: 19px;
			margin: 25px auto 0;
		}
		#footer #footerLogos {
			float: none;
			width: 230px;
			height: 71px;
			margin: 25px auto 0;
			background: url(../img/footerLogos.png) 0 0 no-repeat;
		}

		.page-quote p {
			font-size: .8em;
		}
		div#footer {
			margin-top: 20px;
			border-top: 5px solid;
		}
		.page-id-11 div#footer {
			margin-top: 20px;
		}

		.gallery-title {
			width: 100%;
		}
		#sidebar {
			width: auto;
			float: none;
			margin-left: 0;
		}
		.blog #content, .single #content, .category #content {
			width: 100%;
			padding: 20px 10px;
		}

		.home #rouge,
		.home #blanc {
			position: relative;
			top: auto;
			left: 50%;
			margin-left: -160px;
			max-width: 320px;
		}
		.slides {
			overflow:hidden;
		}

		ol.flex-control-nav.flex-control-thumbs {
			position: relative;
			top: auto;
			right: auto;
			width: 100%;
		}
		input#s {
			width: 100%;
		}
		div#sidebar {
			text-align: center;
		}
		.socialmedia-buttons.smw_left {
			width: 136px;
			margin: 20px auto;
		}
		input#searchsubmit {
			width: 100%;
			margin-top: 15px;
		}
	}
	/* @end */






	/* @group Up to IPhone Vertical
	========================================================================== */

	@media only screen and (max-width: 479px) {
		#wrapper,
		.main {
			width: 100%;
			min-height: 0;
			padding: 0 10px;
		}
		.home .main {
			height: auto;
		}

		.home #introImage {
			position: absolute;
			top: -50px;
			left: 0;
			background: #FEF23E;
			background-image: none;
			width: 100%;
			height: 100%;
			z-index: 1000;
		}
		.home #introText {
			position: relative;
			top: auto;
			left: auto;
			background: rgba(0, 0, 0, 0) url(../img/introText.png) 0 0 no-repeat;
			width: 300px;
			height: 85px;
			z-index: 1000;
			background-size: 300px 85px;
			margin: 100px auto 0;
		}

		#header {
			display: none;
		}

		.main-menu {
			display: none;
		}

		.home #latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}

		#latelier-logo {
			left: 50%;
			width: 252px;
			height: 84px;
			margin-left: -136px;
			position: relative;
			top: -15px;
			background: url(../img/logo_mobile_2x.png) 0 0 no-repeat;
			background-size: 252px 84px;
		}
		.home #quote {
			top: auto;
			left: 50%;
			width: 300px;
			margin-left: -150px;
			position: relative;
			margin-top: 25px;
		}

		.page-quote p {
			font-size: .8em;
		}

		#leftBG,
		#pageHeader,
		.rougeHome,
		.flex-direction-nav,
		#line,
		.js .main-menu {
			display:none;
		}

		.home #rouge,
		.home #blanc {
			position: relative;
			top: auto;
			left: 50%;
			margin-left: -160px;
			max-width: 320px;
		}
		#rouge img,
		#blanc img {
			width: 305px;
		}

		.slicknav_menu {
			display:block;
		}
		/** SLICK NAV **/
		/*
			Mobile Menu Core Style
		*/

		.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
		.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
		.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
		.slicknav_menu .slicknav_no-text { margin: 0 }
		.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
		.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
		.slicknav_nav { clear: both }
		.slicknav_nav ul,
		.slicknav_nav li { display: block }
		.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
		.slicknav_nav .slicknav_item { cursor: pointer; }
		.slicknav_nav .slicknav_row { display: block; }
		.slicknav_nav a { display: block }
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a { display: inline }
		.slicknav_menu:before,
		.slicknav_menu:after { content: " "; display: table; }
		.slicknav_menu:after { clear: both }
		/* IE6/7 support */
		.slicknav_menu { *zoom: 1 }

		/*
			User Default Style
			Change the following styles to modify the appearance of the menu.
		*/

		.slicknav_menu {
			font-size:16px;
		}
		/* Button */
		.slicknav_btn {
			margin: 5px 5px 6px;
			text-decoration:none;
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #FFFFFF;
		}
		/* Button Text */
		.slicknav_menu .slicknav_menutxt {
			color: #EF2121;
			font-weight: bold;
			display: none;
		}
		/* Button Lines */
		.slicknav_menu .slicknav_icon-bar {
			background-color: #DF5DB0;
		}
		.slicknav_menu {
			background:#fff;
			padding:5px;
		}
		.slicknav_nav {
			color:#fff;
			margin:0;
			padding:0;
			font-size:0.875em;
		}
		.slicknav_nav, .slicknav_nav ul {
			list-style: none;
			overflow:hidden;
		}
		.slicknav_nav ul {
			padding: 0;
			margin: 0;
			text-align: center;
			width: 100%;
			overflow: hidden;
			display: inline-block;
			height: 100%;
		}
		.slicknav_nav li {
			width: 49.2%;
			display: inline-block;
			box-sizing: border-box;
		}
		.slicknav_nav .slicknav_row {
			padding:5px 10px;
			margin:2px 5px;
		}
		.slicknav_nav a{
			padding:5px 10px;
			margin:2px 5px;
			text-decoration:none;
			color:#fff;
		}
		.slicknav_nav .slicknav_item a,
		.slicknav_nav .slicknav_parent-link a {
			padding:0;
			margin:0;
		}
		.slicknav_nav .slicknav_row:hover {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#fff;
		}
		.slicknav_nav a:hover{
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background:#ccc;
			color:#222;
		}
		.slicknav_nav .slicknav_txtnode {
			margin-left:15px;
		}
		/** END SLICK NAV **/
		div#footer {
			margin-top: 20px;
			border-top: 5px solid;
		}
		#footer #footerText {
			float: none;
			/* margin-top: 35px; */
			margin: 30px auto 0;
			text-align: center;
		}
		#footer #Social {
			float: none;
			width: 100px;
			height: 19px;
			margin: 25px auto 0;
		}
		#footer #footerLogos {
			float: none;
			width: 230px;
			height: 71px;
			margin: 25px auto 0;
			background: url(../img/footerLogos.png) 0 0 no-repeat;
		}
		.page-id-11 div#footer {
			margin-top: 20px;
		}

		.gallery-title {
			width: 100%;
		}

		.slides {
			overflow:hidden;
		}

		ol.flex-control-nav.flex-control-thumbs {
			position: relative;
			top: auto;
			right: auto;
			width: 100%;
		}

		.parent-pageid-13 h2.page-title {
			font-size: 1.5em;
			line-height: 1.5em;
			text-transform: capitalize;
		}
		#sidebar {
			width: auto;
			float: none;
			margin-left: 0;
		}

		.blog #content, .single #content, .category #content {
			width: 100%;
			padding: 20px 10px;
		}
		input#s {
			width: 100%;
		}
		div#sidebar {
			text-align: center;
		}
		.socialmedia-buttons.smw_left {
			width: 136px;
			margin: 20px auto;
		}
		input#searchsubmit {
			width: 100%;
			margin-top: 15px;
		}

	}
	/* @end */
/* @end */

/* Always remember to compress your live stylesheet and keep an uncompressed backup */