/* =Global
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
html, body {
	font-family: 'Lora', serif;
	height: 100%;
	font-size: 16px;
	line-height: 1.65em;
	background: #fff;
	color: #000;
	text-align: center;
}

h3 {
  font-family: headings;
  margin: 1em 0 0.5em;
}

h1, h2, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 1em 0 0.5em;
}
a, .btn, input, textarea {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* email address color*/
a {
	color: #6f7ac0;
}
a:hover {
	color: #555;
}

.anothercolor {
	color:#FF6063;
}

.anothercolor:hover {
	color: #555;
}

.anothercolor2 {
	color:#00E4E5;
}

.anothercolor2:hover {
	color: #555;
}





p {
	margin-bottom: 1em;
}

.hotpink	{
	color: rgba(228,22,189,1.00);
}

.btn {
	-webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  font-family: 'Lora', serif;
}
.btn-primary {
	background: #ff3000;
}
.btn.btn-primary:hover {
	background: #d62901;
	color: #fff;
}
.btn-inverse {
	background: #000;
}
.btn:hover {
	background: #ff3000;
}
.btn-large {
	font-weight: bold;
	font-size: 30px;
	padding: 15px 25px;
	letter-spacing: 1px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #000;
	font-family: 'Lora', serif;
  height: 40px;
  padding: 6px 10px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  vertical-align: middle;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
	height: 100px;
	line-height: 1.65em;
}
label, input[type="reset"], input[type="submit"] {
	font-size: 16px;
}

#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff url(../img/status.gif) no-repeat center center; 
  z-index:99999;
  width: 100%;
  height: 100%;
}
/* =Parallax Background Images
----------------------------------------------- */
#home {
	background-image: url(../img/bg-sample1.jpg);
	height: 100%;
}
#home.plain {
	background: none;
}
#clients {
	background-image: url(../img/bg-sample2.jpg);
}

#clientsweb {
	background-image: url(../img/bg-sample4.jpg);
}
#testimonials {
	background-image: url(../img/bg-sample3.jpg);
}
#twitter {
	background-image: url(../img/bg-sample3.jpg);
}

/* =Header / Navigation
----------------------------------------------- */
#top-bar {
	position: fixed;
	z-index: 999;
	height: 40px;
	line-height: 40px;
}
#site-name {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#menu-trigger {
	margin: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
}
.icon-menu {	
	font-size: 0;
	display: inline-block;
}
.icon-menu:before{
	content:"\f0c9";
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
	transition: all 300ms linear;
	text-decoration: none;
}
.icon-menu:hover:before {
	text-decoration: none;
	background: #ff3000;
}
.menu, .menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.menu {
	height: 40px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	margin-left: 40px;
}
.menu:hover {
	width: auto !important;
}
.menu li {
	padding-right: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu li:first-child {
	padding-left: 30px;
}
.menu li a {
	color: #000;
	font-weight: bold;
}
.menu li a:hover, .menu li.active a {
	color: #6f7ac0;
	background: none;
	text-decoration: none;
}

/* =Sections
----------------------------------------------- */
.page {
	min-height: 100%;
}
.container {
	padding: 40px 0 40px;
	max-width: 960px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: headings;
    src: url(../font/dfg.ttf);
}
.page-title {
	font: normal 60px;
	font-family: headings;
	text-align: center;
} 
.page-subtitle, .subsection .quote  {
	font: bold 45px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 60px;
	margin-top: 20px;
	border: none;
	text-align: center;
}
.subsection .quote {
	margin-bottom: 30px;
	padding: 0;
}
.subsection .source {
	margin: 30px auto;
	letter-spacing: 1px;
	display: block;
}
.subsection .source:before, .subsection .source:after {
	content: ' - ';
}
.text-section {
	margin-bottom: 60px;
}
.grid {
	border-top: 1px solid #000;
	overflow: hidden;
}
.grid .row-fluid {
	margin-bottom: 30px;
}
.grid [class*="span"] {
	border-left: 1px solid #000;
	padding: 30px 0 0 2.564102564102564%;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.grid [class*="span"]:first-child {
	border-left: none;
}
.grid h3, .grid h3[class*="icon-"] {
	font-size: 40px;
	font-weight: bold;
	display: block;
	font-family: headings;
}
.grid h3[class*="icon-"]:before, .profile {
	font-size: 80px;
	font-weight: normal;
	display: block;
	width: 160px;
	height: 160px;
	line-height: 160px;
	background: #000;
	color: #fff;
	-webkit-border-radius: 160px;
	border-radius: 160px;
	margin: 20px auto;
	font-family: 'FontAwesome';
	text-align: center;
}
.dark {
	background-color: #000;
	color: #fff;
}
.color-highlight {
	background-color: #ff3000;
	color: #fff;
}
.color-highlight .page-title {
	color: #fff;
}
.dark .grid, .dark .grid .span4, .color-highlight .grid, .color-highlight .grid .span4 {
	border-color: #fff;
	border-color: rgba(255,255,255,0.75);
}
.dark a, .color-highlight a {
	color: #fff;
}
.dark a:hover {
	color: #ff3000;
}
.color-highlight a:hover {
	color: #000;
}

.parallax {
	background-position-x: 50% !important;
	background-position-y: 0;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px;
  position: relative;
}
.mobile .parallax { 
	background-attachment: scroll !important;
	background-position: center center !important;
}




.subsection .container {
	padding: 60px 0 40px;
}
.parallax .page-title {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
}
.icons-list, .img-list {
	list-style: none;
	margin: 0 auto;
}
.img-list {
	margin: 40px auto;
}
.icons-list li, .img-list li {
	display: inline-block;
	margin: 5px 10px;
}
.img-list li {
	margin: 20px;
}
.icons-list li a {
	font-size: 0;
	color: #000;
}
.dark .icons-list li a, .color-highlight .icons-list li a {
	color: inherit;
}
.icons-list li a:hover {
	text-decoration: none;
	color: #ff3000;
}
.dark .icons-list li a:hover, .color-highlight .icons-list li a:hover {
	color: #000;
}
.icons-list li a:before {
	font-size: 16px;
}

/* =Contact
----------------------------------------------- */
#contact {
	text-align: left;
}
#contact .main-form {
	border-right: 1px solid #000;
	padding-right: 45px;
}
#contact .sidebar {
	padding-left: 15px;
}
#contact li {
	margin-left: 0;
	margin-right: 20px;
}
.info-list {
	margin: 10px auto;
}
.info-list li {
	font-family: 'Lora', serif;
	display: block;
	padding-left: 30px;
	position: relative;
	margin: 10px 0;
}
.info-list li:before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: 'FontAwesome';
}
#contact-form input[type="submit"] {
	text-transform: uppercase;
	display: block;
	width: auto;
}
#contact-form input, #contact-form textarea {
	width: 100%;
}
#contact-form .error {
	color: #ff3000;
	border-color: #ff3000;
}
#response {
	padding: 0 1em;
}

/* =Twitter
----------------------------------------------- */
#tweets {
	font-family: 'Lora', serif;
	margin: 30px auto 0;
	word-break: break-all;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tweet_list span {
	display: block;
}
.tweet_time {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
.tweet_text {
	font-size: 36px;
	line-height: 1.25em;
	margin-bottom: 30px;
}

/* =Slideshow
----------------------------------------------- */
#home-messages {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
	text-align: center;
}
#home-messages .carousel-inner .item span{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font: bold 72px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	-webkit-box-shadow:  15px 0px 0px 0px #000, -15px 0px 0px 0px #000;
	box-shadow:  15px 0px 0px 0px #000, -15px 0px 0px 0px #000;
}
.carousel-indicators {
	bottom: -40px;
	top: auto;
	left: 0;
	width: 100%;
	text-align: center;
}
.carousel-indicators .active {
	background-color: #ff3000 !important;
}
.carousel-indicators li {
	display: inline-block;
	float: none;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #ddd;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.plain .carousel-indicators li {
	background-color: #666;
	background-color: rgba(0,0,0,0.5);
}
.carousel-indicators li:hover {
	background-color: #fff;
}
.plain .carousel-indicators li:hover {
	background-color: #000;
}
.carousel-indicators li:first-child {
	margin-left: 0;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.slide-caption,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flexslider .align-left img, 
.flexslider .align-right img,
.flexslider .align-center img { width: auto; float: left;}
.flexslider .align-right img { float: right; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.slide-caption:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slide-caption {display: block;} 
* html .slide-caption {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {position:relative; }
.flexslider .flex-caption {position:absolute; left:400px; top:10px; }

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active, .dark .flex-control-paging li a.flex-active { background: #ff3000; cursor: default; }

.dark .flex-control-paging li a { background: #fff; background: rgba(255, 255, 255, 0.5);}
.dark .flex-control-paging li a:hover { background: #fff; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.slide-caption {
	text-align: left;
	padding: 0 35px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slide-caption2 {
	text-align: left;
	padding: 0 35px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.gallery-title {
	font-size: 42px;
	padding-top: 2em;
}
.full-width .gallery-title {
	padding-top: 0;
	margin-top: 0;
	text-align: left;
}
.gallery-meta {
	font-size: 0.8em;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.75);
}
.dark .gallery-meta {
	color: rgba(255,255,255,0.75);
}
.meta-title {
	font-weight: bold;
	color: #612AE9;
}

.meta-title2 {
	font-weight: bold;
	color: #5DDD93;
}

.gallery-desc {
	border-top: 1px solid #000;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.dark .gallery-desc {
	border-color: #fff !important;
}
.full-width .gallery-desc {
	border-top: none;
	border-left: 1px solid #000;
	margin-top: 0;
	padding-top: 0;
	padding-left: 2em;
}

/* =Work
----------------------------------------------- */
#filters, #portfolio-list {
	list-style: none;
	margin: 0;
}
#filters {
	margin: 0 0 35px;
}
#filters li {
	display: inline-block;
	margin-right: 1em;
}
#filters li:last-child {
	margin-right: 0;
}
#filters li:last-child:after {
	content: '';
	padding: 0;
}
#filters a:hover {
	text-decoration: none;
}
#filters .active {
	color: #ff3000;
}
#portfolio-list li {
	float: left;
	width: 33%;
	padding: 30px 0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio-list.rectangular li {
	padding: 0;
}
.work img {
	-webkit-border-radius: 250px;
  border-radius: 250px;
  width: 100%;
}
.rectangular .work img, .rectangular  .work a, .rectangular  .work a img, .rectangular  .overlay {
	-webkit-border-radius: 0;
  border-radius: 0;
}
.work {
	position: relative;
}
.work a, .work a img, .overlay {
	-webkit-border-radius: 250px;
  border-radius: 250px;
}
.work a {
	display: block;
	position: relative;
	overflow: hidden;
  width: 225px;
  height: 225px;
  margin: 0 auto;
}
.rectangular  .work a {
	width: 100%;
}
.overlay {
	position: absolute;
	background: #ff3000;
	background: rgba(255,48,0,0.7);
	width: 100%;
	height: 100%;
	top: 100%;
	display: table;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	left: -1px;
}
.overlays .overlay {
	top: 0;
}
.rectangular .overlay, .rectangular .work a {
	width: 102%;
}
.work a:hover .overlay {
	top: 0;
}
.overlays .work a:hover .overlay {
	top: 100%;
}


.work:nth-child(1) .overlay { background: rgba(2,255,0,0.90); }
.work:nth-child(2) .overlay { background: rgba(58,172,255,0.90); }
.work:nth-child(3) .overlay { background: rgba(242,85,231,0.90); }
.work:nth-child(4) .overlay { background: rgba(232,255,0,0.90); }
.work:nth-child(5) .overlay { background: rgba(255,0,4,0.90); }
.work:nth-child(6) .overlay { background: rgba(251,192,0,0.9); }
.work:nth-child(7) .overlay { background: rgba(225,88,78,0.9); }
.work:nth-child(8) .overlay { background: rgba(18,51,131,0.9); }
.work:nth-child(9) .overlay { background: rgba(102,45,145,0.9); }
.work-title {
	font: normal 60px headings;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 15px;
}
.work-title [class*="icon-"] {
	font-size: 48px;
}

/* =IE
----------------------------------------------- */
.lt-ie9 .menu {
	width: auto !important;
}
.lt-ie9 #home-messages .carousel-inner .item span {
	padding-left: 16px;
	padding-right: 16px;
}
.lt-ie9 .overlays .overlay {
	top: 100%;
}
.lt-ie9 .overlays .work a:hover .overlay {
	top: 0;
}

/* =Isotope
----------------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.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;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.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 {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  text-align: right;
  padding-right: 6px;
  background: rgba(0,0,0,0.6);
  width: 30px; }

.mfp-counter {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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; }

.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 30px;
  color: #fff;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow-right:after {
	content: "\f105";
}
.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; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    margin-left: 39px; }


.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.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; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* 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;
  margin: 0 auto; }

/* The shadow behind the image */
.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 {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 12px;
  background: rgba(0,0,0,0.7);
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }
.mfp-title img {
	max-height: 32px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.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; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .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; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@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-container {
    padding-left: 6px;
    padding-right: 6px; } }
.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; }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* 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.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s 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;
}

/* =Footer
----------------------------------------------- */
#main-footer {
	font-size: 0.8em;
	padding: 25px 0;
}

/* =Responsive
----------------------------------------------- */
@media (max-width: 979px) {
	.work a {
		width: 200px;
	  height: 200px;
	}
	.gallery-title {
		padding-top: 1em;
	}
	
	.work-title {
		font-size:40px;
	}
}
@media (max-width: 767px) {
	.work-title {
		font-size:20px;
	}
	
	
	body {
		padding: 0;
	}
	#home-messages .carousel-inner .item span {
		font-size: 60px;
	}
	.work a {
		width: 170px;
	  height: 170px;
	}
	.container, .subsection .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid [class*="span"] {
		border: none;
	}
	.row-fluid [class*="span"].slideshow {
		width: 40%;
		float: left;
	}
	.row-fluid [class*="span"].slide-caption {
		width: 50%;
		float: left;
	}
	.row-fluid .span12.slideshow, 
	.row-fluid .span12.slide-caption {
		width: 100%;
		float: none;
	}
	
	.row-fluid .span4.slideshow, 
	.row-fluid .span8.slide-caption {
		width: 100%;
		float: none;
	}
	
	
	#contact .main-form {
		padding-right: 0;
		border: none;
	}
	#contact .sidebar {
		padding-left: 0;
	}
	.gallery-title {
		padding-top: 0;
		margin-top: 0;
	}
	#top-bar {
		width: 100%;
	}
	#site-name {
		font-size: 21px;
		color: #fff;
		text-align: left;
		background: #000;
		width: 100%;
		height: 40px;
		margin: 0;
		line-height: 40px;
		padding: 0 20px;
		position: relative;
	}
	#menu-trigger {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
	}
	.menu {
		width: 100% !important;
		height: 0;
		text-align: left;
		opacity: 0;
		-webkit-transition: opacity 300ms ease-in-out;
		-moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
		transition: opacity 300ms ease-in-out;
	}
	.menu.open {
		height: auto;
		opacity: 1;
	}
	.menu li, .menu li:first-child {
		width: 100%;
		padding-left: 20px;
	}
	.full-width .gallery-desc {
		border-top: 1px solid #000;
		border-left: none;
		margin-top: 1.5em;
		padding-top: 1.5em;
		padding-left: 0;
	}
}
@media (max-width: 568px) {
	html, body {
		font-size: 14px;
	}
	#home-messages .carousel-inner .item span {
		font-size: 48px;
	}
	.page-subtitle, .subsection .quote, .tweet_text {
		font-size: 32px;
	}
	.gallery-title {
		font-size: 24px;
	}
	.work a {
		width: 110px;
	  height: 110px;
	}
	.row-fluid [class*="span"].slideshow {
		padding: 0 20px;
	}
	#portfolio-list li {
		padding: 15px 0;
	}
	.btn-large {
		font-size: 21px;
	}
	.container {
		padding-top: 50px;
	}
	.container .container {
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (max-width: 320px) {
	.row-fluid [class*="span"].slideshow, .row-fluid [class*="span"].slide-caption {
		width: 100%;
		float: none;
	}
	.work a {
		width: 70px;
	  height: 70px;
	}
	
	
}
