/*
 * Author: Carlos Alvarez
 * URL: project
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 
font-family: 'Open Sans', sans-serif;

 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
a:link {
    text-decoration: none;
}

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

.centered {
	text-align: center
}
.centeredbox {
	display: block;
	 margin-left: auto;
    margin-right: auto;
}
.iframecenter {
	display: block;
	 margin-left: auto;
    margin-right: auto;
}
.img-responsive{
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: orange;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 20px;
	line-height: 30px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:40px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 55vw;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	text-align: center;
	/*margin-top: 90px;*/
	padding-bottom: 30px;
	/*letter-spacing: 8px;*/
	font-size: 9vw;

	/*font-weight: bold;*/
	/*text-shadow: 2px 2px 2px #000;*/
}

/* About Wrap & Conf */
#aboutwrap {
	margin-top: 80px;
	margin-bottom: 80px;
}

.name {
	text-align: center;
}
.name img{
	margin-left: auto;
    margin-right: auto;
}
.name p {
	font-size: 25px;
	margin-top: 15px;
	line-height: 1.60;
	letter-spacing: 2px;
	font-weight: 300;

}

.name-label {
	width: 60px;
	height: 4px;
	margin: 0 auto 55px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: 1px solid #000;
	/*background: url(../img/name-label.png) center bottom no-repeat;
	background-size: 35px 35px;*/
}

#aboutwrap a > i {
	float: center;
	display: inline-block;
	text-align: left;
	width: 25px;
	font-size: 20px;
	line-height: 10px;
	margin: 2px 2px;
	color: #767676;
	margin-bottom: 30px;

}


#aboutwrap h1{
font-size: 22px;
line-height: 24px;
 }


#aboutwrap h4{
	color: #767676;
	margin-bottom: 30px;
font-size: 15px;
line-height: 18px;
}




.name-zig {
	width: 73px;
	height: 17px;
	margin: 28px 15px 28px;
	background: url(../img/name-zig.png) 0 0 no-repeat;
	background-size: 73px 17px;
}


.name-desc h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	padding-left: 15px;
	line-height: 1.25;
	font-weight: 300;
}
.name-desc h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 300;

}
.name-desc h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	padding-left: 15px;
	line-height: 1.2;
	font-weight: 400;
 color:#666;
}


.name-desc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 22px;
	/*line-height: 1.45;*/
	font-weight: 300;
}

.name-desc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 22px;
	/*line-height: 1.45;*/
	font-weight: 300;
}


.intro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 22px;
	/*line-height: 1.45;*/
	font-weight: 400;
	color: #666;
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.about {
	background-image: url(../img/about-sep.png);
	background-color: #ff8b1c;
	margin-bottom: 60px;
	margin-top: 60px;

}

.portfolio {
	background-image: url(../img/portfolio-sep.png);
	background-color: #ff8b1c;
	margin-bottom: 60px;
	margin-top: 60px;

}
.darkbg {
	background-color: #434343;
	

}
.darkbg1 {
	background-color: #000;
	

}
.box{
	width: 360;
	height: 231;
		background-color: red;

}
/* Portfolio Wrap Section 
#portfoliowrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#portfoliowrap h1 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
}
.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 60px;
}

#portfoliowrap i {
	font-size: 50px;
}

.proc {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px transparent;
}

#portfoliowrap .proc:hover {
	background-color: #eee;
	border-bottom: solid 2px #2f2f2f
}
*/


.libraires h2{
	text-align: center;
	font-size: 50px;
	padding-left: 15px;
	margin-bottom: 15px;
	line-height: 1.25;
	font-weight: 300;
}
.libraires h3{
font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 300;
	text-decoration: none;
}

img.livres {
    width: 130px;
    margin-top: 30px;

}
img.livres:hover {
    opacity: 0.4;

}
.libraires p {
margin-top: 45px;
color: #767676;

}



/* Service Wrap */


}
#servicewrap {
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}

#servicewrap h1 {
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.service {
	text-align: center;


}



.service i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}

.service .text {
	color: #767676;
}
.service h3 {
	font-size: 26px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;

	text-transform: uppercase;
}

.service h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #989898;
}

.service small {
	font-size: 12px;
	font-weight: bold;

}
.service p {
	margin-bottom: 50px;

}

.service {
	text-align: center;


}
.service h5{
	font-size: 20px;
	margin-top: 5px;
	line-height: 24px;
	font-weight: 600;
}

/* ==========================================================================
   SOCIAL
   ========================================================================== */

/*.social i {
	float: left;
	margin-right: 15px;
	font-size: 30px;
	vertical-align: middle;
}*/

.social .text {
	color: #767676;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 50px;

}

.social .text b {
	font-size: 16px;
	font-weight: 400;
	color: #0084b4;
}
.social h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;


	/*text-transform: uppercase;*/
}

/*-.social h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #989898;
}*/

.social h4 small {
	/*font-size: 12px;*/
	font-size: 16px;
	font-weight: 400;
	color: #9399a6;


}
/*.social p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 50px;
	color: #0084b4;
}*/




/* Contact Wrap */
#contactwrap {
	background-color: #2f2f2f;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contactwrap p {
	color: #f2f2f2;
}

#contactwrap small {
	font-size: 13px;
}

.contact {
	background-image: url(../img/contact-sep.jpg);
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #2f2f2f;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}

.desc {
	margin-top: 35px;
}
/*videowrapper*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 80.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video img,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}





/* HELENE POUILLE WRAP*/


#portfoliowrap h1 {
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 5px;
}

#portfoliowrap h3 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
	margin-top: 0px;
}








/* Testimonials Wrap */
#testimonials {
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;

	background-color: #ff8b1c;
	height:auto;
	min-height: 400px;
}



#testimonials h2 {
	padding-top: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 23px;
	color: #fff;

}
#testimonials p{
	color: #000;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 300;
	margin-top: 20px;
}
#testimonials h3{
	color: #000;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 700;
	padding-bottom: 20px;

}
.carousel-indicators {
    top: -5px;
    
}

footer{
	/*background: url(../img/back.jpg) no-repeat center top;*/
	margin-top: 30px;
	background-color: #b2b7ba;
	/*background-color: #4e99b1;*/
	/*background-color: #a1947e;*/
	padding-top: 15px;
	text-align:center;
	padding-bottom: 30px;
	line-height: 20px;
	width: 100%;
}
footer h3{
	font-size: 30px;
	color: #fff;
}

footer a{
	color: #000;
	font-weight: bold;
}
/*——————— carousel—————————*/

/* ==========================================================================
   INTRO styles
   ========================================================================== */

.goback {
   	margin-top: 0px;
	padding-left: 15px;
	padding-top: 18px;
   	width:100%;
   	height:80px;
  	position: fixed;
	left:0;
	top:0;
	z-index: 2;
	background-color: #455052;
	/*
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
   	font-size: 20px;
	color: #fff;
	*/
}
header img{
	width:45px;
	height:45px;
}
.intro h2{
	font-size: 35px;
}
/* ==========================================================================
audio player
================================================== */
.sm2-bar-ui {
 font-size: 15px;
}
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
 background-color: #898f8f;
}
.sm2-bar-ui .sm2-inline-texture {
 background: #666;
}

