@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .2px;
  line-height: 135%;
}

body a {
  color: #8599ad;	
}

.nav.navbar-nav.float-right.project.semib a:hover {
	color: #8599ad;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

ul.nav li {
    margin-bottom: 0;
}

ul.nav li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.clearfix.visible-sx-block {
   /*background-color: honeydew;*/
   display: block;
}

body div.white {
	line-height: 70%;
	color: #ffffff;
}

header {
  color:#555;
}
/*
@media {
    img.img-responsive {
        max-height: 100%;
    }*/

/*Start animate http://css3.bradshawenterprises.com/flip/*/
.fbox_container {
  position: relative;
  margin-right: 0px;
  width: 150px;
  height: 250px;
  z-index: 1;
  perspective: 101
}

.fbox_content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

.fbox_container:hover .fbox_content {
  transform: rotateY(180deg);
}

.flip {
  position: absolute;
  margin-right: 0px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip.back {
  display: block;
  transform: rotateY(180deg);
}

/*End intex animate boxes*/

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/*Navbar*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: auto;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: auto;
}

li.nav.navbar-nav {
	margin:auto;
	vertical-align: middle;
	align-content: center;
	text-align: center;
}
  
.navbar-nav {
  margin: 1px 1px;
  float: none;
}  
  
/* customize nav style */
.navbar {
    position: relative;
    min-height: 50px;
	margin-bottom: 0px;
}

.navbar-custom #bottom-navbar,
.navbar-custom #bottom-navbar .navbar-nav> li> a > i {
  background-color: rgba(0,0,0,0);
  color:#1a1a1a; 
}

.navbar-custom {
	font-weight:700;
    border-width:0;
}

.navbar-custom #top-navbar .navbar-nav {
	padding-left: 6%;
}

.navbar-custom #top-navbar .navbar-nav> li:first-child, 
.navbar-custom #top-navbar .navbar-nav> li:nth-child(2){
	width: 5%;
	float: left;
}

.navbar-custom #top-navbar .navbar-nav> li:nth-child(3) {
	width: 20%;
	float: right;
}

.navbar-custom #top-navbar .navbar-nav> li:nth-child(3) a {
	color: #ffffff;
	font-size: 16px;
}

.navbar-custom #top-navbar .navbar-nav> li> a > i {
	color: #ffffff;
}

.navbar-custom .navbar-nav> li> a {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
}


.navbar-custom #bottom-navbar li:nth-child(2)>a:hover {
	color: #b22d13;
	text-decoration: underline;
	text-decoration-thickness: 9px;
}

.navbar-custom #bottom-navbar li:nth-child(3)>a:hover {
	color: #e69344;
	text-decoration: underline;
	text-decoration-thickness: 9px;
}

.navbar-custom #bottom-navbar li:nth-child(4)>a:hover {
	color: #4e6e3b;
	text-decoration: underline;
	text-decoration-thickness: 9px;
}

.navbar-custom #bottom-navbar li:nth-child(5)>a:hover {
	color: #f9df9e;
	text-decoration: underline;
	text-decoration-thickness: 9px;
}



/*.navbar-custom .navbar-nav li> a:hover {
	color: #ffffff; 
} */

.navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #ffffff;
	color: #191919;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
  background-color: rgba(0,0,0,0);
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:11; /*10*/
   -webkit-transition: all .6s ease-in-out;
}


ul.nav.navbar-nav {
	margin:auto;
}

li.nav.navbar-nav {
	vertical-align: middle;
	align-content: center;
	text-align: center;
	margin: auto;
}
  
.navbar-nav {
  margin: 1px 1px;
  float: none;
}

/*End Navbar*/

/*Mailchimp about page*/
div#mc_embed_signup {
  background-color: #8599ad;
}

input#mce-EMAIL.email,
#mc_embed_signup input.email {
	width: 80%!important;
}

input#mc-embedded-subscribe.button {
  color: #8599ad;
  background-color: #ffffff;	
}

input#mc-embedded-subscribe.button:hover {
  background-color: #f0f2f5;	
}

div#mc_embed_signup_scroll label {
  font-size: 18px;
  color: #ffffff;	
}

/*End Mailchimp*/

/*Scrolltop*/
.scroll-top {
   position:fixed;
   bottom:4%;
   right:6%;
   z-index:100;
   background: transparent;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}

ul.nav.pull-right.scroll-top a:link,
ul.nav.pull-right.scroll-top a:visited {
  height: 40px;
  width: 40px;
  padding: 9px;
  font-weight: normal;
  right: 1px;
  color: #E0E0E0;
  border: none;
  background-color: transparent;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, .3);
}

ul.nav.pull-right.scroll-top li a:hover,
ul.nav.pull-right.scroll-top li a:focus {
  color: #ffffff;
  background-color: transparent;
}


i.glyphicon.glyphicon-chevron-up,
i.glyphicon.glyphicon-chevron-up::before {
  font-size: 160%;
}

/*End Scrolltop*/

/*Style gallery*/

.desc {
	padding: 5% 3%;
}

.semib {
	font-weight: 500;  
	letter-spacing: .5px;
	display: inline-block;
}

p {
	font-size: 85%;
}
/*end style gallery*/

/*green*/


fa.i {
	color: #424242;
}

body a:hover {
	color: #8599ad;
}

@media (max-width: 500px) {
	div#about2.row {
		padding-top: 100px;
	}
	
}

div#about2 {
	background-image: url(/images/about.jpg);
	background-position: top center;
    background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 200px;
}

@media (max-width: 500px){
		  div#wrap.design-studio {
		      background-size: auto 48%!important;
			  background-position: 70% 100%!important;
		  }
      }

@media (max-width: 750px){
		  div#wrap.design-studio {
		      background-size: auto 20%;
			  background-position: 70% 100%;
		  }
      }

div.design-studio {
	background-image: url(/images/design-studio.jpg);
	background-position: bottom center;
    background-size: 100%;
	background-repeat: no-repeat;
	/*padding-top: 200px;*/
}

ul {         
      padding:0 0 0 0;
      margin:0 0 0 0;
      }

ul li {     
      list-style:none;
      margin-bottom:25px;           
      }

ul li img {
          cursor: pointer;
      }

.tall {
	display: block;
	height: 275px;
	text-overflow: clip;
}

div.desc3 {
	clear:both;
	height: 200px;
	display:block;
	padding:5px;
}


div.desc2 {
	clear:both;
	height: 75px;
	display:block;
	padding:5px;
}

div.desc {
	clear:both;
	height: 120px;
	display:block;
}

/*Buttons*/

a.button.btn.btn-default.button2{
	width: 50%;
	margin: 5% auto;
}

a.button.btn.btn-default {
	float:left;
	width: 100%;
	margin: 10% auto;
	text-align: center;
	background-color: #8599ad;
	color: #FAFAFA;
	outline: none;
	border: none;
	font-size: 130%;
	font-weight: 500;
}

a.button.btn.btn-default:hover {
	background-color: #758ca3;
}

/*Modal*/

.modal-body element.style {
	height: 0px;
}

.modal-body {
    max-height: 100%;
	padding: 0px;
	margin-bottom: -26px;
}

.modal-content {
    border-radius:0;
	background-color: #ffffff;
}

.modal-dialog img {
     text-align:center;
     margin:auto auto;
}

div.modal-content button.btn.btn-default {
	position: absolute;
	top: 1px;
	font-size: 220%;
	font-weight: bold;
	right: 1px;
	color: #E0E0E0;
	border: none;
	background-color: transparent;
	text-shadow: -2px 2px 2px rgba(0, 0, 0, .3);
}

div.modal-content button.btn.btn-default:hover,
a.controls.next:hover,
a.controls.previous:hover {
	color: #ffffff;
}

div.controls.next {
	height: 170%;
	width: 170%;
}

div.controls.previous {
	height: 170%;
	width: 170%;
}

a.controls.next {
	height: 95%;
	width: 50%;
	position: absolute;
	top: 0%;
	right:0%;
	color: #E0E0E0;
	font-size: 300%;
	letter-spacing: 2px;
	padding-right: 1%;
	padding-top: 30%;
	text-decoration: none;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, .3);
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: rgba(0, 0, 0, .1);
}

a:hover.controls.next{
    text-decoration: none;
}

a.controls.previous {
	height: 95%;
	width: 50%;
	position: absolute;
	top: 0%;
	left:0%;
	color: #E0E0E0;
	font-size: 300%;
	letter-spacing: 2px;
	margin-left: 1%;
	margin-top: 30%;
	text-decoration: none;
	text-shadow: -1px 2px 2px rgba(0, 0, 0, .3);
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: rgba(0, 0, 0, .1);
}

a:hover.controls.previous{
    text-decoration: none;
}

.controls {          
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}

.next {
        float:right;
        text-align:right;
    }
   
/*override modal for demo only*/
 /*.modal-dialog {
          max-width: auto;
      }*/

@media (max-width: 500px){
          .row.hiding {
              display:none;
          }
		  .design-studio {
		      background-size: 500%;
		  }
      }

@media screen and (min-width: 1024px){
          .modal-dialog {
              width:1024px;
/*              padding-top: 90px;*/
          }          
      }

@media (min-width: 1024px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}

@media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }


.float-right {
	margin-bottom: 30px;
	float: right;
}

Align links on design and fine art pages with top section header
.project {
	text-align: left;
	list-style: none;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.project li>a:hover, li>a:focus {
    color: #005580;
	background: transparent;
	background-color: transparent;
    text-decoration: underline;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

.gray {
	color: #666666;
}

/* Wrapper for page content to push down footer */
@media (max-width: 350px){
	 #wrap{
		padding: 0;
	}
}

@media (max-width: 500px){
	 #wrap{
		padding: 0;
	}
}

@media (max-width: 750px){
	 #wrap{
		padding: 0;
	}
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
   /*Negative indent footer by its height 
  margin: 0 auto -70px auto;*/
   /*Pad bottom by footer height 
  padding: 0 0 70px 0;*/
}

/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 60px 0px 0;
}

.container .credit {
  margin: 20px 0;
}


#footer a {
  color:#f0f2f5;
}

#footer > .container {
	width: 100%;
    position: static;
	margin: auto;
	float: none;
}

#footer {
  height: 70px;
  background-color: #8599ad;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left: 2%;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#footer i:hover {
  color: #ffffff;
}

.text-muted {
	color:#ffffff;
	vertical-align:baseline;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

p.ref {
	font-size: 9px;
}

div.row.home {
	margin-top: 60px;
}

h1, h2, h3, h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	font-size:42px;
}

h1.alt {
	color: #b3cbb3;
}

h2 {
	font-size: 26px;
}

h3 {
	color: #8599ad;	
}

h3.alt, h3.alt a {
	color: #333333;
}

h4 {
	color:#8599ad;
}

h4.alt, h4.alt a {
	color: #333333;
}

/*.logo {
  font-size:40px;
  position:absolute;
  z-index:1200;
  color:#333;
  top:70px;
  text-align:center;
  width:100%;
}*/

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}


/*.divider {
	height:50px;
}

.form-group {
	max-width: 450px;
}

.panel {
	border-width:0;
}*/

/*@media (max-width: 768px) {
	header {
	
	}
}*/

/*#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}*/

/*.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

.section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('../images/friends_connections.png') no-repeat center center fixed;
	opacity: .6;
	min-height: 350px;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
    background-color:#ffffff;
}

.panel .img-responsive {
	min-height:auto;
    max-height:auto;
	data-toggle: lightbox;
}

/*Footer

.list-inline a:hover{
	opacity: .8;
}	*/
/*
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
	}*/