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

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



/* --- Constants --- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	font-size: 90%;
	font-family: Conv_PlumbMediumC, Helvetica, Arial;
	background: #fff;;
	overflow-x: hidden;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #aaa;
}
div {
	display: block;
}
p {
	line-height: 15px;
	padding: 20px 0px 0px 0px;
}
img {
	border: 0;
	display: block;
}

h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	margin-top: 5px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #333; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.load-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -24px;
	width: 48px;
	height: 36px;
	background: url(../images/load-bar.gif);
}

.load-black {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
  z-index: 9998;
}

.QOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: #000 url('../images/logo.png') center center no-repeat;
	z-index: 9998;
}

.QLoader {
	background-color: #fff;
	height: 1px;
}

/* --- Home --- */
.homebg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.homebg img {
  position: absolute;
  top: 0px !important;
}

.home-logo {
	position: absolute;
	top: 50%;
	margin-top: -233px;
	background: url("../images/home-logo.png") center center no-repeat;
	width: 100%;
	height: 466px;
	overflow: hidden;
}
.home-bureau {
	display: none;
	position: absolute;
	top: 76%;
	left: 50%;
	margin-left: -150px;
	background: url("../images/home-bureau.png");
	width: 300px;
	height: 40px;
	z-index: 9999;
}

/* --- Top Bar --- */
.topbar {
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	display: block;
	background: #000;
	z-index: 9997;
}
.topbar .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 40px;
}

.topbar .breadcrumbs {
	position: absolute;
	top: 0;
	left: 110px;
}
.topbar .lang {
	position: absolute;
	top: 8px;
	right: 26%;
}
.topbar .lang ul {
	list-style-type: none;
}
.topbar .lang li {
	float: left;
}
.topbar .lang li a {
	display: block;
	width: 36px;
	height: 24px;
	line-height: 24px;
~	background: url("../images/black-px.png") no-repeat;
~	background-position: 0px -30px;
	color: #fff;
	font-size: 80%;
	text-decoration: underline;
}
.topbar .lang li a:hover {
	color: #fff;
	background-position: 0 0px;
}
.topbar .lang li a.active {
	background-position: 0 0px;
	color: #fff;
	text-decoration: none;
}
.topbar .social {
	position: absolute;
	top: 8px;
	right: 8px;
}
.topbar .social ul {
	list-style-type: none;
}
.topbar .social li {
	float: left;
	margin: 0 10px;
}
.topbar .social li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	color: #aaa;
}
.topbar .social li a:hover {
	color: #fff;
}
.topbar .social .soc-twitter {
	background: url("../images/social-twitter.png") no-repeat;
}
.topbar .social .soc-facebook {
	background: url("../images/social-facebook.png") no-repeat;
}

/* --- Footer -- */
.footerbar {
	position: fixed;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 9997;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#mainmenu {
	
}

#mainmenu ul {
	list-style: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: Conv_PlumbMediumC;
	height: 60px;
	line-height: 60px;
	padding: 0 26px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#mainmenu ul li a:hover {
	background-color: #333;
	color: #fff;
}
#mainmenu ul li a.active {
	background: #fff;
	color: #000;
}

#mainmenu .menu-blog {
	background: url('../images/target-blank.png') right top no-repeat;
}

#copyright {
	position: absolute;
	bottom: 0px;
	right: 30px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: .8em;
}

#axaple {
	position: absolute;
	bottom: 0px;
	right: -80px;
	width: 100px;
	height: 100px;
	background: url(../images/axaple.png);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#axaple a {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../images/axaple-logo.png);
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

#axaple:hover a {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

#axaple:hover {
	opacity: 1;
	right: 0;
}

/* --- Modal \EE\EA\ED\EE \EA\EE\ED\F2\E0\EA\F2\EE\E2 --- */
.coda-slider {
	overflow: hidden;
	float: left;
	position: relative;

}

/*
.modal-contacts {
	position: fixed;
	top: 10%;
	left: 50%;
	height: 70%;
	min-height: 480px;
	max-height: 600px;
	width: 90%;
	min-width: 880px;
	margin-left: -45%;
	background: #fff;
	display: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 9995;
}
*/

.modal-contacts,
.modal-info {
	position: fixed;
	top: 40px;
	right: 0;
	bottom: 60px;
	left: 0;
	min-width: 880px;
	background: #fff;
	display: none;
	z-index: 9995;
	overflow: hidden;
}
.modal-info {
	min-width: 900px;
	position: fixed;
	top: 40px;
	right: 0;
	bottom: 60px;
	left: 0;
	min-width: 880px;
	background: #fff url('../images/logo-loader.gif') center center no-repeat;
	display: none;
	z-index: 90;	
	overflow: hidden;
}

.close {
	width: 36px;
	height: 36px;
	background: url(../images/close.png) 0 0;
	position: fixed;
	top: 80px;
	right: 40px;
	cursor: pointer;
}
.close:hover {
	opacity: 0.5;
}

#contact-page {
	position: absolute;
	top: 50px;
	left: 50px;
}

#info-page {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
}
#info-page {
}
#contact-page h2,
#info-page h2 {
	font-size: 300%;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#contact-info,
#info-info {
  position: relative;
}

#info-info {
  float: left;
  width: 500px;
  margin: 50px 50px 60px;
}

.info-images {
  margin: 20px 0; 
  float: left;
}
.info-images span {
  display: block;
  float: left;
  width: 90px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  vertical-align: center;
  margin: 0 -1px -1px 0;
  cursor: pointer;
  position: relative;
  z-index: 90;
  -webkit-transition: outline 0.15s ease;
  -moz-transition: outline 0.15s ease;
  -ms-transition: outline 0.15s ease;
  transition: outline 0.15s ease;
}

.info-images span.active,
.info-images span:hover {
  outline: 3px solid #000;
  z-index: 100;
}

.info-images img {
  display: block;
  width: 90px;
}


.info-image-bg {
	position: absolute;
~	width: 100%;
~	min-width: 1500px;
~	overflow: hidden;
}
.info-image-bg img {
~	width: 100%;
	position: absolute;
}

#info-page .info-text,
.contact-text {
	font-family: Arial, Helvetica, Sans-serif;
	line-height: 1.4em;
	font-size: .9em;
}

#contact-info span {
	display: block;
	margin: 0 0 1em;
}

#contact-form {
	position: relative;
	width: 800px;
	margin-top: 30px;
}

#contact-form .contact-inputs {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}

#contact-form .contact-textarea {
	position: absolute;
	top: 0;
	left: 280px;
	width: 500px;
}

#contact-form input,
#contact-form textarea {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	background: #fff url('../images/input-line.png');
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-family: Conv_PlumbMediumC;
}

#contact-form input {
	width: 250px;
	height: 30px;
	margin-bottom: 30px;
}

#contact-form textarea {
	width: 500px;
	height: 150px;
	overflow: hidden;
	resize: none;
}

#contact-form button {
	position: relative;
	display: inline-block;
	float: right;
	height: 40px;
	background-color: #000;
	border: 0;
	margin: 30px 0 0;
	padding: 0 15px;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}

/* --- Sidebar --- */

.sidebar {
	position: fixed;
	top: 70px;
	width: 200px;
}
.sidebar .menutags ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sidebar .menutags li {
	display: list-item;
	margin-bottom: 14px;
}
.sidebar .menutags a {
	text-transform: uppercase;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../images/white-px.png) no-repeat;
	background-position: -200px 0;
}
.sidebar .menutags a:hover {
	color: #000;
	background-position: 0 0;
	padding-left: 28px;
}
.sidebar .menutags a.active {
	background: url(../images/black-px.png) no-repeat;
	background-position: 0 0;
	color: #fff;
}


/* --- Portfolio Sidebar --- */

.portfolio-sidebar {
	position: absolute;
	top: 10%;
	width: 100%;
	min-width: 800px;
}
.portfolio-sidebar .menutags ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.portfolio-sidebar .menutags li {
	float: left;
	margin-bottom: 14px;
}
.portfolio-sidebar .menutags a {
	text-transform: uppercase;
	padding: 8px 13px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.portfolio-sidebar .menutags a:hover {
	color: #000;
	background: #fff;
}
.portfolio-sidebar .menutags a.active {
	background: url(../images/black-px.png) no-repeat;
	background-position: 0 0;
	color: #fff;
}
.content-work {
	position: absolute;
	width: 100%;
	height: 100%;
}

.portfolio-title {
	position:absolute;
	top: 20px;
	left: 5px;
}
.portfolio-title span {
	display: block;
	width: 270px;
	height: 30px;
}
.portfolio-title .headShopping {
	background: url(../images/portfolio-title.png) 0 0 no-repeat;
}
.portfolio-title .headCloset {
	background: url(../images/portfolio-title.png) 0 -30px no-repeat;
}
.portfolio-title .headFold-up {
	background: url(../images/portfolio-title.png) 0 -60px no-repeat;
}
.portfolio-title .headImage {
	background: url(../images/portfolio-title.png) 0 -90px no-repeat;
}
.portfolio-title .headShooting {
	background: url(../images/portfolio-title.png) 0 -120px no-repeat;
}
.portfolio-title .headWedding {
	background: url(../images/portfolio-title.png) 0 -150px no-repeat;
}
.portfolio-title .headConsultation {
	background: url(../images/portfolio-title.png) 0 -180px no-repeat;
}

.notebookBd {
	overflow-x: hidden;
}

.numbers {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
}
.numbers span {
	display: block;
	width: 60px;	
	height: 60px;z
}
.numbers .numb1 {
	background: url(../images/numbers.png) center 0 no-repeat;
}
.numbers .numb2 {
	background: url(../images/numbers.png) center -60px no-repeat;
}
.numbers .numb3 {
	background: url(../images/numbers.png) center -120px no-repeat;
}
.numbers .numb4 {
	background: url(../images/numbers.png) center -180px no-repeat;
}
.numbers .numb5 {
	background: url(../images/numbers.png) center -240px no-repeat;
}
.numbers .numb6 {
	background: url(../images/numbers.png) center -300px no-repeat;
}
.numbers .numb7 {
	background: url(../images/numbers.png) center -360px no-repeat;
}
.numbers .numb8 {
	background: url(../images/numbers.png) center -420px no-repeat;
}
.numbers .numb9 {
	background: url(../images/numbers.png) center -480px no-repeat;
}



/* --- Content Wrapper --- */

.content-wrapper {
	padding-top: 40px;
	margin-left: 0px;
	padding-bottom: 100px;
	background: #000;
	height: 100%;
	min-height: 100%;
}
.content-block {
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-block div.item-notebook {
	position: relative;
	display: block;
}
.content-block div.item-notebook img {
	width: 200px;
}
.content-block div.item-notebook:hover {
	color: #000;
}
.content-block:hover  {
	color: #000;
}
.
.content-block h2 {
	display: block;
	
}
.content-block-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 0;
}
.content-block-info h2 {
	padding: 10px;
	text-transform: uppercase;
	font-size: 38px;
}
.content-block-info div {
	display: none;
}
.content-block {
	z-index: 10;
}
.content-block .item-notebook:hover .content-block-info {
	position: absolute;
	top: 0px !important;
	background: url(../images/opacity-black60.png);
	opacity: 1;
}
.notebook-cat {
	position: absolute;
	left: 0;
	bottom: -15px;
}
.notebook-cat a div:hover {
	opacity: 0.8;
}

.notebook-cat-Shopping,
.notebook-cat-Closet,
.notebook-cat-Fold-up,
.notebook-cat-Image,
.notebook-cat-Shooting,
.notebook-cat-Wedding,
.notebook-cat-Consultation {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}
.notebook-cat-Shopping {
	background: url(../images/notebook-cat.png) 0 0 no-repeat;
}
.notebook-cat-Closet {
	background: url(../images/notebook-cat.png) -30px 0 no-repeat;
}
.notebook-cat-Fold-up {
	background: url(../images/notebook-cat.png) -60px 0 no-repeat;
}
.notebook-cat-Image {
	background: url(../images/notebook-cat.png) -90px 0 no-repeat;
}
.notebook-cat-Shooting {
	background: url(../images/notebook-cat.png) -120px 0 no-repeat;
}
.notebook-cat-Wedding {
	background: url(../images/notebook-cat.png) -150px 0 no-repeat;
}
.notebook-cat-Consultation {
	background: url(../images/notebook-cat.png) -180px 0 no-repeat;
}
.content-block .notebook-readmore {
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/notebook-readmore.png) no-repeat;
}
.content-block .notebook-readmore:hover {
	opacity: 0.4;
}

/* --- Article --- */

.article {
	position: relative;
	width: 960px;
	margin-left: 50px;
	padding-top: 50px;
}
.article-content {
	position: relative;
	width: 680px;
	float: left;
	overflow-x: hidden;
	padding-top: 40px;
	padding-bottom: 150px;
}
.article-content-image {
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	background: #000;
	padding: 0;
	margin: 10px 0 30px;
	background: #fff;
}
.article-content img {
	border: 0;
	padding: 0;
	margin: 0;
}
.article-content span.photka {
	
}
.article-content span.description {
	float: left;
	padding: 6px 10px 20px;
}
.article-info {
	width: 220px;
	padding: 50px 30px 60px;
	background: #fff;
	float: left;
}
.article-info h1 {
	font-size: 180%;
	padding-bottom: 10px;
}
.article-info p {
	padding: 10px 0;
	font-family: Arial, Helvetica, Sans-serif;
}
.article-date {
	display: block;
	font-size: 90%;
	color: #aaa;
	padding: 10px 0;
	font-family: Arial, Helvetica, Sans-serif;
}
.article-category a {
	float: left;
	margin: 10px 3px 10px 0;
	padding: 4px 6px;
	font-size: 90%;
	color: #fff;
	background: #000;
}
.article-category a:hover {
	color: #fff;
	background: #777;
}

.navi-prev, .navi-next {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 50px;
	height: 55px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 11;
}
.navi-prev:active, .navi-next:active {
	margin-left: -10px;
	margin-right: -10px;
}
.navi-prev:hover, .navi-next:hover {
	padding: 0 8px;
	opacity: 1;
}
.navi-prev {
	left: 0px;
	background: url(../images/navi.png) right 0;
}
.navi-next {
	right: 0px;
	background: url(../images/navi.png) left -57px;
}
.prev-hide, .prev-hide:hover {
	padding: 0;
	margin: -28px 0 0 -50px;
}
.next-hide, .next-hide:hover {
	padding: 0;
	margin: -28px -50px 0 0;
}

#screen-top {
	position: fixed;
	bottom: 80px;
	margin-left: -80px;
	width: 54px;
	height: 55px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 11;
	opacity: 0.6;
	left: 0px;
	background: url(../images/navi-top.png) right 0 no-repeat;
}
#screen-top:active {
	margin-left: -10px !important;
}
#screen-top.active {
	margin-left: 0px;
}
#screen-top:hover {
	padding: 0 8px;
	opacity: 1;
}

/* -- MORE STYLE -- */
img.lazy {
	display: none;
}

div.all {
	opacity: 0;
	position:absolute;
}



/* -- PORTFOLIO -- */
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sliderFull {
	position: absolute;
	top: 0;
	left: 0;
}

.slider .portfolio-image {
	float: left;
	overflow: hidden;
	position: relative;
}

.slider .portfolioOne {
  position: relative;
  background: url('../images/logo-loader.gif') center center no-repeat;
}

.slider .portfolioOne .sliderPortfolio {
	position: absolute;
}


.slider .portfolio-image img {
	position: absolute;
}

.sliderInfoFull {
	position: absolute;
	width: 100% !important;
}

.sliderInfo {
	position: fixed;
	background: url(../images/opacity72.png);
	bottom: 60px;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 100px;
	overflow: hidden;
	z-index: 20;
}

.sliderInfo h2 {
	width: 30%;
	padding-top: 15px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.sliderInfo .portfolioOneInfo {
	position: relative;
	height: 100px;
	margin: 0 0 0 150px;
	opacity: 0;
}
.sliderInfo .active {
	opacity: 1;
}

.sliderInfo .portfolioOneInfo .portfolioInfo {
	position: absolute;
	top: 15px;
	right:2%;
	width: 30%;
	font-size: 12px;
}

.sliderInfo .portfolioOneInfo .portfolioImgInfo {
	position: absolute;
	top: 0;
	left: 45%;
	width: 20%;
	font-size: 12px;
	text-transform: uppercase;
}

.sliderInfo .portfolioOneInfo .portfolioImgInfo .imgInfo {
	position: absolute;
	top: 15px;
	opacity: 0;
}
.sliderInfo .portfolioOneInfo .portfolioImgInfo .active {
	opacity: 1;
}

.sliderInfo .navUpDown {
	width: 50px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.sliderInfo .navUpDown > div {
	width: 50px;
	height: 50px;
	font-size: 0;
	-webkit-transition: all 0.3s ease-out;
	cursor: pointer;
	background-color: 0;
}
#navUp {
	background: url(../images/navUp.png);
}

#navDown {
	background: url(../images/navDown.png);
}
#navUp:hover,
#navDown:hover {
	background-color: #fff;
}
.navUpDown > div.disable {
	opacity: 0.2;
	cursor: default;
}
.navUpDown > div.disable:hover {
	background-color: transparent !important;
}

@media screen and (max-width: 960px) {

#copyright {
  display: none;
}

}


