		/*
		Stil lojistik Deniz Arkan
		----------------------------------------------

			site 	:	www.stillojistik.com
			css		:	deniz arkan
			creation:	01.2014

		----------------------------------------------
		*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



html { font-size: 62.5%; }
body { font-size: 18px; font-size: 1.8rem; font-family:'brandon-regular', sans-serif; } /* =14px */

html,body{
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'brandon-bold', sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
h1  {font-size: 4.8rem; line-height: 1.4;}
h2  {font-size: 4.2rem; line-height: 1.4;}
h3  {font-size: 3.8rem; line-height: 1.4;}
h4  {font-size: 3.2rem; line-height: 1.4;}

ul, li {
	list-style: none;
}
a, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 4rem;
	padding-bottom: 20px;
}
strong {
	font-family: 'brandon-bold', sans-serif;
	font-weight: normal;
}

header {
	position: relative;
	height: 100%;
}
.clear {
	clear: both;
}




.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  top: 130px;
}

#profile i.stil-logo {
  color: #aaa;
}



nav {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 30px;
}

nav a {
  display: inline-block;
  font-family: 'brandon-bold', sans-serif;
  color: #fff;
  padding: 10px;
  margin: 0 30px;
}

nav a:hover {
  color: #FFD900;
  border-bottom: 2px solid #FFD900;
}














em.colored {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}


.rslides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    text-align: center;
  }

.rslides li {
  width:100%;
  height: 100%;
}

.rslides li h6 {
    color: transparent;
    width: 100%;
    height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.rslides li:nth-child(1) h6 {background-image: url(img/stil1-cover.jpg);}
.rslides li:nth-child(2) h6 {background-image: url(img/boyalik-villa-cover.jpg);}
.rslides li:nth-child(3) h6 {background-image: url(img/stil1-cover2.jpg);}
.rslides li:nth-child(4) h6 {background-image: url(img/kantar-cover.jpg);}
.rslides li:nth-child(5) h6 {background-image: url(img/fabrika-cover.jpg);}
.rslides li:nth-child(6) h6 {background-image: url(img/cati-cover.jpg);}

.rslides li .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
  z-index: 10;
}

.rslides li h2 {
  font-family: 'brandon-black', sans-serif;
	letter-spacing: 5px;
	padding: 10px;
}
.rslides li h2 a {
  color:rgba(255,255,255,1);
  display: block;
}
.rslides li h2 a:hover {
  color:rgba(255,255,255,0.4);
}
.rslides li h4 {
	letter-spacing: 5px;
	color:white;
	border-top: 2px solid white;
	padding: 20px;
	margin: 0 25%;
}

ul.rslides_tabs {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom:24px;
	width: 100%;
	text-align: center;
}
ul.rslides_tabs li {
  display: inline;
  margin: 0 6px;
}
ul.rslides_tabs li a {
  background-color: black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
ul.rslides_tabs li a:hover {
  background-color:#4FAAC9;
}
ul.rslides_tabs li.rslides_here {
  position: relative;
  top: 1px;
}
ul.rslides_tabs li.rslides_here a {
  width: 16px;
  height: 16px;
  background: none;
  background-color: transparent;
  border:2px solid black;
  margin-top: 10px;
}

body.index ul.rslides_tabs li a {
  background-color: white;
}
body.index ul.rslides_tabs li a:hover {
  background-color:#4FAAC9;
}
body.index ul.rslides_tabs li.rslides_here a {
  background-color: transparent;
  border: 2px solid white;
}




i.stil-down {
  position: absolute;
  color: white;
  font-size: 42px;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15%;
}








.content {
  padding: 5% 20%;
  text-align: left;
}
.content h2 {
  font-family: 'brandon-black', sans-serif;
  color: #4FAAC9;
  font-size: 4.2rem;
  font-size: 42px;
  margin: 20px auto;
  text-align: left;
}
#activity h2 {
    max-width: 560px;
}
.content h4 {
  margin-top: 20px;
}

.content ul {
  max-width: 560px;
  margin: 0 auto;
}
.content li {
  padding: 20px 40px;
  font-size: 2.8rem;
  font-size: 28px;
  line-height: 1.5;
  background-color: #f8f8ff;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: left;
}
#activity {
  text-align: center;
}
#works-entry {
  display: table;
}
#works-entry .works-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#contact {
  display: table;
  width: 100%;
  height: 100%;
}
#contact h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*
#profile, #works {
	width: 100%;
	height: 100%;
  display: table;
}
#profile .content, #works .content {
  display: table-cell;
  vertical-align: middle;
  padding:0 20%;
}
#profile .content #stil-logo {
  margin-bottom: 25px;
  width: 150px;
  height: 150px;
}
#profile h4 {
  margin-bottom: 15px;
}
#works .content {
}
#works .content h4 {
  font-family: 'brandon-bold', sans-serif;
  letter-spacing: 4px;
  border-bottom: 2px solid black;
  max-width: 540px;
  margin: 0 auto 20px auto;
}

*/










.works-logo {
  z-index: 20;
  background-color: #f0f0f0;
  padding: 9px 14px;
  float: left;
  margin-right: 20px;
}


.info {
  position: relative;
  display: table;
  z-index: 1;
  font-family: 'brandon-medium', sans-serif;
  text-align: left;
  color: black;
  width: 100%;
}
.info h3 {
  font-size: 2.4rem;
  font-size: 24px;
  padding-top: 1%;
  color: #4FAAC9;
}
.info span {
  position: absolute;
  right: 6%;
  top: 30%;
}
.info span a {
  color: black;
}
.info span a:hover {
  color:#4FAAC9;
}


.projects {
    border:67px solid white;
    background-color: #fff;
  }
.projects li {
}
.projects li h6 {
}
.projects li .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projects li h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  color:white;
  padding: 20px;
  font-size: 3.2rem;
  font-size: 32px;
}





#fabrika .projects li:nth-child(1) h6 {background-image: url(img/akdeniz-idari-bina-03.jpg);}
#fabrika .projects li:nth-child(2) h6 {background-image: url(img/akdeniz-liman-idari-bina-01.jpg);}
#fabrika .projects li:nth-child(3) h6 {background-image: url(img/akdeniz-liman-idari-bina-02.jpg);}
#fabrika .projects li:nth-child(4) h6 {background-image: url(img/akdeniz-idari-bina-01.jpg);}
#fabrika .projects li:nth-child(5) h6 {background-image: url(img/akdeniz-idari-bina-02.jpg);}


#apartman .projects li:nth-child(1) h6 {background-image: url(img/stil1-01.jpg);}
#apartman .projects li:nth-child(2) h6 {background-image: url(img/stil1-02.jpg);}
#apartman .projects li:nth-child(3) h6 {background-image: url(img/stil1-03.jpg);}
#apartman .projects li:nth-child(4) h6 {background-image: url(img/stil1-04.jpg);}
#apartman .projects li:nth-child(5) h6 {background-image: url(img/stil1-05.jpg);}
#apartman .projects li:nth-child(6) h6 {background-image: url(img/stil1-06.jpg);}

#kat .projects li:nth-child(1) h6 {background-image: url(img/stil2-01.jpg);}
#kat .projects li:nth-child(2) h6 {background-image: url(img/stil2-02.jpg);}
#kat .projects li:nth-child(3) h6 {background-image: url(img/stil2-03.jpg);}
#kat .projects li:nth-child(4) h6 {background-image: url(img/stil2-04.jpg);}
#kat .projects li:nth-child(5) h6 {background-image: url(img/stil2-05.jpg);}
#kat .projects li:nth-child(6) h6 {background-image: url(img/stil2-06.jpg);}
#kat .projects li:nth-child(7) h6 {background-image: url(img/stil2-07.jpg);}
#kat .projects li:nth-child(8) h6 {background-image: url(img/stil2-08.jpg);}
#kat .projects li:nth-child(9) h6 {background-image: url(img/stil2-09.jpg);}

#yazlik .projects li:nth-child(1) h6 {background-image: url(img/boyalik-01.jpg);}
#yazlik .projects li:nth-child(2) h6 {background-image: url(img/boyalik-02.jpg);}
#yazlik .projects li:nth-child(3) h6 {background-image: url(img/boyalik-03.jpg);}
#yazlik .projects li:nth-child(4) h6 {background-image: url(img/boyalik-04.jpg);}
#yazlik .projects li:nth-child(5) h6 {background-image: url(img/pasalimani-01.jpg);}
#yazlik .projects li:nth-child(6) h6 {background-image: url(img/inciralti-01.jpg);}
#yazlik .projects li:nth-child(7) h6 {background-image: url(img/inciralti-02.jpg);}
#yazlik .projects li:nth-child(8) h6 {background-image: url(img/inciralti-03.jpg);}
#yazlik .projects li:nth-child(9) h6 {background-image: url(img/inciralti-04.jpg);}
#yazlik .projects li:nth-child(10) h6 {background-image: url(img/urla-01.jpg);}
#yazlik .projects li:nth-child(11) h6 {background-image: url(img/urla-02.jpg);}
#yazlik .projects li:nth-child(12) h6 {background-image: url(img/urla-03.jpg);}
#yazlik .projects li:nth-child(13) h6 {background-image: url(img/urla-04.jpg);}

#kantar .projects li:nth-child(1) h6 {background-image: url(img/konya-seker-01.jpg);}
#kantar .projects li:nth-child(2) h6 {background-image: url(img/konya-seker-02.jpg);}
#kantar .projects li:nth-child(3) h6 {background-image: url(img/konya-seker-03.jpg);}
#kantar .projects li:nth-child(4) h6 {background-image: url(img/konya-seker-04.jpg);}
#kantar .projects li:nth-child(5) h6 {background-image: url(img/konya-seker-05.jpg);}
#kantar .projects li:nth-child(6) h6 {background-image: url(img/tcdd-01.jpg);}
#kantar .projects li:nth-child(7) h6 {background-image: url(img/kgm-01.jpg);}

#izolasyon .projects li:nth-child(1) h6 {background-image: url(img/cati-01.jpg);}











.onepage-wrapper{
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 26px;
  top: 50%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 12px;
  width: 4px;
  height: 4px;
  display: block;
}
.onepage-pagination li a:hover:before {
  background-color:#4FAAC9;
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 8px;
}

.onepage-pagination li a.active:before{
  width: 16px;
  height: 16px;
  left: 7px;
  background: none;
  background-color: transparent;
  border:2px solid black;
}

.viewing-page-1 .onepage-pagination li a:before{
  background-color: black;
}

.viewing-page-1 .onepage-pagination li a.active:before{
  background: none;
  background-color: transparent;
  border:2px solid black;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}



















@font-face {
    font-family: 'brandon-regular';
    src: url('font/brandon-regular-mg.eot');
    src: url('font/brandon-regular-mg.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-regular-mg.woff') format('woff'),
         url('font/brandon-regular-mg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon-medium';
    src: url('font/brandon-medium-mg.eot');
    src: url('font/brandon-medium-mg.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-medium-mg.woff') format('woff'),
         url('font/brandon-medium-mg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon-bold';
    src: url('font/brandon-bold-mg.eot');
    src: url('font/brandon-bold-mg.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-bold-mg.woff') format('woff'),
         url('font/brandon-bold-mg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon-black';
    src: url('font/brandon-black-mg.eot');
    src: url('font/brandon-black-mg.eot?#iefix') format('embedded-opentype'),
         url('font/brandon-black-mg.woff') format('woff'),
         url('font/brandon-black-mg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}















/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}






/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    M A G N I F I C  P O P U P
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #fff;
opacity: .8;
filter: alpha(opacity=100);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  z-index: 1045;
  height: 100%;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  position: fixed;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 40px;
  top: 30px;
  text-align: center;
  font-size: 92px;
  line-height: 0;
  color: rgba(0,0,0,1);
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.mfp-close:hover {
  color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}





.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }