/****************** GENERAL STYLES & PSEUDO CLASSES ******************/

/* fonts */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?6170764');
  src: url('../fonts/fontello.eot?6170764#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?6170764') format('woff'),
       url('../fonts/fontello.ttf?6170764') format('truetype'),
       url('../fonts/fontello.svg?6170764#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6170764#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .15em;

  /* you can be more comfortable with increased icons size */
  font-size: 60%;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-doc-text-inv:before { content: '\e803'; }
.icon-box:before { content: '\e800'; }
.icon-road:before { content: '\e801'; }
.icon-money:before { content: '\e802'; }

a.settings {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
	float: right;
	background: rgba(255,255,255,.5);
	padding: 5px;
	display: block;
	-webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

a.settings i.entypo {
	font-size: 1.5em;
}

.settings:hover {
	color: #fff;
	background: rgba(255,255,255,.7);
}

.error i.entypo {
	font-size: 1.5em;
	font-weight: bold;
}

.save-confirmation-profile, .error-profile {
	display: none;
}

fieldset legend {
	background: transparent;
	font-size: 1em;
	text-transform: uppercase;
}

fieldset:last-of-type {
	margin-top: 80px;
}

fieldset legend {
	margin-bottom: 30px;
}

.alt-h i.entypo {
	font-size: 1.5em;
}

.bluelink {
	color: #2c7cb9 !important;
}






input{
	-webkit-appearance: none;
}

span{
	color: #888;
	font-size: 13px;
}

i{
	font-style: normal;
}

.h-font{
	font-family: 'Montserrat';
}

#main-container{
	width: 100%;
	overflow: hidden;
}

.error-box{
	background-color: red;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}

.error-wrapper {
	display: block;
	height: 30px;
}

.error {
	color: #b52222;
	font-weight: bold;
	display: none;
}

.successful {
	color: #4f9450;
	font-weight: bold;
	display: none;
}

.btn.notround {
	border-radius: 0;
}

.btn.smallermargin {
	margin-top: 25px;
}

/*
.success{
	background-color: #45b442;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 11px;
}
*/

.remove-asset {
	float: right;
	background: rgba(226, 85, 85, .8);
	margin: -12px 0 0 0;
	padding: 2px 5px;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.remove-asset i.entypo {
	font-size: 1.4em;
}

.remove-asset:hover {
	background: rgba(226, 85, 85, 1);
}

.grey-hr{
	border-color: #ddd !important;
}

.bold-p{
	font-weight: bold;
	margin-bottom: 11px;
}

.inner-section{
	padding-top: 66px;
	padding-bottom: 66px;
}

.pad-top{
	padding-top: 66px;
	margin-bottom: 22px;
}

.pad-bottom{
	padding-bottom: 66px;
}

.text-white{
	color: #fff;
}

.text-shadowed {
	text-shadow: 1px 1px 2px #000;
}

.slider{
	position: relative;
}

.slider-arrows{
	position: relative;
}

.small-slider .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.small-slider .flex-control-nav{
	bottom: -22px;
}

.slide-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	max-width: 300%;
	min-height: 100%;
	max-height: 300%;
}

.slide-bg.bumpup {
	top: -300px;
}

#home-slider .slides li{
	height: 650px;
	overflow: hidden;
	position: relative;
}

.slides .row{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}

.row.dark h1 {
	color: #3C3C3C;
}

.row.dark .hr {
	border-color: #3C3C3C;
}

.row.dark .btn {
	font-weight: bold;
	background: rgba(0,0,0,.2);
}

.btn.darkblue {
	background: #1270AE;
}

.btn.darkgreen {
	background: #429A5B;
}

.btn.darkblue:hover {
	background: #1781C8;
	color: #fff;
}

.btn.darkgreen:hover {
	background: #4FB36C;
	color: #fff;
}

.hero-h1{
	font-size: 68px;
	text-transform: uppercase;
}

.hr{
	margin: 0px auto;
	border: 1px solid #fff;
	margin-top: 22px;
	margin-bottom: 22px;
}

.inner-hr{
	margin: 0px auto;
	border: 1px solid #fff;
}

.btn{
	padding: 20px;
	border: 2px solid #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	margin: 0px auto;
	margin-top: 44px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'GFS Didot';
}

.btn:hover{
	background-color: #fff;
	color: #666;
}

.page-header{
	background: url('../img/map.jpg');
	background-size: cover;
	background-position:0px 280px;
	padding-top: 121px;
}

.page-header .hero-h1{
	position: relative;
	top: 17px;
}

.page-preamble{
	background-color: #e9e6e1;
}

.page-preamble h3{
	color: #666;
	margin-top: 22px;
}

.page-preamble h4{
	color: #666;
}

.page-subtitle{
	color: #666;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 3px;

}

.divider{
	background: url('http://farm4.staticflickr.com/3803/9274369357_cef1c79e7e_h.jpg');
	text-align: center;
	background-size: cover;
	padding-top: 22px;
	padding-bottom: 22px;
	background-position: 0px -200px;
}

.divider .btn{
	margin: 0px;
	display: inline-block;
}


/****************** MAIN NAV ******************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#main-nav a.active {
	color: #3378ad;
	border-bottom: 2px solid #3378ad;
}

.work-title.text-center p {
	text-align: left;
}

#main-nav a.signin {
	font-weight: bold;
	color: #126FAE;
}

#main-nav a.signout {
	font-weight: bold;
	color: #a15252;
}

.menu-open{
	max-height: 800px !important;
}

#mobile-toggle{
	font-size: 60px;
	position: absolute;
	top: 0px;
	right: 22px;
	cursor: pointer;
}

#logo{
	padding-top: 30px;
	display: inline-block;
}

#logo h5{
	color: #888;
	font-size: 30px;
	position: relative;
	font-weight: 300;
	top: -6px;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	padding: 0 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#nav-holder li a{
	font-family: 'Montserrat';
	color: #888;

}

#nav-holder li:first-child{
	margin-left: 0px;
}

.sub{
	max-height: 0px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	padding-top: 0px !important;
	margin-top: 28px !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	position: relative;
}

.sub li{
	padding: 11px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid #e9e6e1;
}

.sub li:hover{
	background-color: rgba(235,235,235,0.95);
}

#nav-holder li:hover .sub{
	max-height: 200px;
	opacity: 1;
}


/*********************** HOME PAGE *********************/

#front-quote{
	background-color: #e9e6e1;
}

#front-quote h3{
	color: #666;
}

#front-quote .hr{
	border-color: #ddd;
	width: 50%;
}

#home-slider .hr{
	width: 50%;
}

#home-slider .btn{
	width: 200px;
}

#home-slider .btn:hover{
	background-color: #fff;
	color: #888;
}

#home-slider .flexslider, .work-slider .flexslider{
	margin: 0px;
}

#home-slider .flex-control-nav, .work-slider .flex-control-nav{
	bottom: 22px;
}

#home-slider .flex-control-paging li a.flex-active, .work-slider .flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.5);
}

#home-slider .flex-control-paging li a:hover, .work-slider .flex-control-paging li a:hover  {
	background: rgba(255,255,255,0.4);
}

#home-slider .flex-control-paging li a, .work-slider .flex-control-paging li a {
	background: rgba(255,255,255,0.3);
}

/********** FEATURED SERVICES ************/

.service{
	padding: 22px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.odd-tri-up {
	width: 0;
	height: 0;
	border-left: 240px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 11px solid #f3f0eb;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-down {
	width: 0;
	height: 0;
	border-right: 240px solid transparent;
	border-left: 0px solid transparent;
	border-top: 11px solid #e9e6e1;
	position: absolute;
	bottom: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.even-tri-up {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 240px solid transparent;
	border-bottom: 11px solid #e9e6e1;
	position: absolute;
	top: -11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.odd-tri-down {
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 240px solid transparent;
	border-top: 11px solid #f3f0eb;
	position: absolute;
	bottom:-11px;
	left: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.service:nth-child(even){
	background-color: #e9e6e1;
}

.service:nth-child(odd){
	background-color: #f3f0eb;
}

.service i{
	font-size: 70px;
	color: #666;
	background-color: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: inline-block;
	padding-top: 5px;
	margin-bottom:22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.service i:hover{
	-moz-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.service h5{
	color: #f12738;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 3px;
}

/************* FEATURED WORK *************/

#featured-work .inner-section{
	padding-top: 0px;
	padding-bottom: 44px;
}

#featured-work .hr{
	border-color: #f3f0eb;
}

.ft-work{
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.ft-work:hover img{
	right: 10px;
}

.ft-work img{
	height: 300px;
	max-width: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	top: 1px;
	outline: 2px solid #E9E6E1;
}

.ft-work-title{
	padding: 15px;
	background-color: #f3f0eb;
	width: 100%;
	border-bottom: 1px solid #e9e6e1;
	position: relative;
	top: -5px;
}

#featured-work-slider img{
	display: inline-block !important;
	width: auto !important;
}

/************* HOME SOCIAL ***************/

#home-social{
	background-color: #e9e6e1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.twitter-bg{
	background-color: #00abed !important;
}

.facebook-bg{
	background-color: #4862a2 !important;
}

.pinterest-bg{
	background-color: #cd1f28 !important;
}

.instagram-bg{
	background-color: #a6775d !important;
}

#home-social .inner-section{
	padding-bottom: 77px;
}

#home-social h3{
	margin-bottom: 22px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social p{
	margin-bottom: 29px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social span{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

#home-social i{
	font-size: 70px;
	display: inline-block;
	margin-right: 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#home-social i:hover{
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}

/************* ABOUT PAGE ******************/

#about .inner-section p {
	font-size: 1.1em;
}

.process i{
	font-size: 100px;
	text-align: center;
	display: inline-block;
	height: 110px;
	width: 110px;
	background-color: #f3f0eb;
	padding-top: 5px;
	border-radius: 50%;
	margin-bottom: 22px;
}

#clients h4{
	margin-bottom: 44px;
}

.process h4{
	margin-bottom: 22px;
}

.team-img-wrap{
	height: 180px;
	width: 180px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 22px;

}

.team-member ul{
	display: inline-block;
	margin-top: 11px;
}

.team-member li{
	list-style: none;
	float: left;
	margin-left: 11px;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #e9e6e1;
	font-size: 18px;
	padding-top: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.team-member li:hover{
	bottom: 5px;
}

.team-member li:first-child{
	margin-left: 0px;
}

.team-member li i{
	color: #666;
}

#clients{
	background-color: #f3f0eb;
}

/************* SERVICES PAGE ************/

#services-page h4{
	margin-bottom: 22px;
}

/************ TESTIMONIALS **************/

.testimonials-img-wrap{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
}

.alt-testimonial{
	overflow: hidden;
	position: relative;
}

.alt-testimonial .testimonials-img-wrap{
	width: 80px;
	height: 80px;
	margin-bottom: 11px;
	float: left;
}

.testimonial-title{
	clear: both;
}

.testimonial-body{
	background-color: #eee;
	padding: 15px;
	position: relative;
}

.testimonial-triangle {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #eee;
	position: absolute;
	top: 20px;
	left: -20px;
}

.testimonial-down-arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #eee;
	position: relative;
	left: 40px;
}





/**************** WORK PAGES *************/

.filters{
	list-style: none;
	overflow: hidden;
	margin-bottom: 44px;
	display: inline-block;
}

.filters li{
	float: left;
	padding: 10px;
	border: 1px solid #e9e6e1;
	margin-right: 22px;
	font-size: 13px;
	letter-spacing: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.filters li:last-child{
	margin-right: 0px;
}

.filters li:hover{
	background-color: #f8f8f8;
}

.active-filter{
	background-color: #f3f0eb;
}

.work-item .work-img-holder{
	overflow: hidden;
	cursor: pointer;
}

.work-item .work-img-holder img{
	height: 100%;
	max-width: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.work-img-holder img:hover{
	opacity: 0.8;
}

.work-title{
	padding: 15px;
	background-color: #f3f0eb;
	width: 100%;
	border-bottom: 1px solid #e9e6e1;
	position: relative;
	top: -5px;
}

.work-title p{
	margin-bottom: 0px;
}

#twocol-container .work-item .work-img-holder{
	height: 300px;
}

#twocol-container h5{
	margin-bottom: 11px;
}

#twocol-container .work-item{
	margin-bottom: 22px;
}

#threecol-container .work-item .work-img-holder{
	height: 250px;
}

#threecol-container h5{
	margin-bottom: 0px;
}

#threecol-container .work-item{
	margin-bottom: 22px;
}

/*************** WORK SINGLE PAGE *************/

.project-details li{
	list-style: none;
}

.project-details i{
	font-size: 26px;
	margin-right: 11px;
}

.project-details span{
	font-family: 'Montserrat';
}

.work-nav .btn{
	display: inline-block;
	color: #666;
	font-size: 50px;
	margin-top: 0px;
	border: 1px solid #e9e6e1;
	height: 44px;
}

.work-nav .btn:hover{
	background-color: #e9e6e1;
}

.work-nav i{
	position: relative;
	top: -27px;
}

.related-works{
	background-color: #e9e6e1;
}

.related-works h3{
	margin-top: 22px;
	font-family: 'open sans';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 6px;
}

.related-works .hr{
	border-color: #cecece;
	width: 50%;
	margin-bottom: 44px;
}

.related-works a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.related-works a:hover{
	opacity: 0.8;
}

/************ BLOG PAGE ***************/

.blog-post{
	margin-bottom: 66px;
	overflow: hidden;
}

.blogcol{
	float: left;
	padding: 0px 5px 0px 5px;
}

.blog-date{
	padding: 10px;
	background-color: #e9e6e1;
	border-radius: 3px;
}

.blog-date h4{
	text-transform: uppercase;
	font-weight: normal;
	color: #444;
}

.blog-img-holder{
	height: 300px;
	overflow: hidden;
}

.blog-img-holder iframe{
	width: 100%;
	border-style: none;
	height: 300px;
}

.blog-img-holder img{
	width: 100%;
	max-height: 200%;
}

.blog-snippet{
	margin-top: 11px;
}

.blog-snippet h4{
	margin-bottom: 5px;
}

.blog-snippet span{
	font-size: 11px;
	color: #888;
}

.blog-snippet p{
	margin-top: 22px;
	margin-bottom: 0px;
}

#blog .btn{
	MARGIN-TOP: 22PX;
	padding: 10px;
	display: inline-block;
	color: #666;
	font-size: 13px;
	font-family: 'Open Sans';
	letter-spacing: 3px;
	border: 1px solid  #e9e6e1;
	background-color: #e9e6e1;
	border-radius: 3px
}

#blog .btn:hover{
	background-color: #cdcdcd;
}

.sidebar-widget{
	margin-bottom: 22px;
}

.sidebar-widget h4{
	margin-bottom: 11px;
}

.sidebar-widget p{
	margin-bottom: 0px;
}

#category-widget ul{
	list-style: none;
	margin-bottom: 0px;
}

#category-widget i{
	font-size: 36px;
	display: inline-block;
	height: 33px;
}

#category-widget li{
	margin-top: -11px;
}

#tags-widget h4{
	margin-bottom: 22px;
}

#tags-widget li{
	list-style: none;
	margin-bottom: 17px;
	float: left;
	margin-right: 5px;

}

#tags-widget li a{
	padding: 7px;
	background-color: #e9e6e1;
	border-radius: 3px;
	color: #666;

}

/***** BLOG SINGLE *****/

.blog-text{
	overflow: hidden;s
}

.blog-single-img{
	height: 400px;
	overflow: hidden;
}

.big-quote{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 22px;
	padding: 11px 0px 11px 0px;
}

.big-quote h4{
	color: #666;
}

.comment{
	margin-top: 22px;
}

.indent{
	margin-left: 60px;
}

.author-img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 11px;
}

.author-img img{
	width: 100px;
}

.comment-text{
	max-width: 80%;
}

.comment-text p{
	margin-top: 11px;
}

.comments #contact-form{
	overflow: hidden;
	width: 100%;
}

.comments #form-msg{
	height: 200px;
}


/************** CONTACT PAGE *************/

#google-map iframe{
	width: 100%;
	height: 350px;
	border-style: none;
}

#contact-details p{
	font-size: 16px;
}

#contact-details .hr{
	border-color: #eee;
}

#contact-details ul{
	list-style: none;
}

#contact-details i{
	font-size: 36px;
}

#contact-details li{
	margin-top: -22px;
}

#contact-details li:last-child{
	margin-top: -5px;
}

.form-button{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 80px;
	background-color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;

}

.form-button:hover{
	background-color: #f3f0eb;
	color: #666;
}

#log-in label,
#signup-form label {
	float: left;
}

#log-in input, #signup-form input {
	clear: both;
}


/*/ terms /*/
.terms {
	height: 500px;
	padding: 0 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 25px 0;
}

.terms h5 {
	margin: 30px 0 15px 0;
	text-align: left;
}

.terms ol {
	margin-left: 50px !important;
}

.terms ol li {
	text-align: left;
	color: #666;
}

.terms ol li h6 {
	display: block;
	text-align: left;
	color: #666;
}

.terms ol ol {
	list-style-type: lower-alpha;
}

.terms ol ol li {
	text-align: left;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.terms p {
	margin-bottom: 10px;
}

.terms .confirm-read {
	background:  #d0d0d0;
	padding: 5px 20px;
	margin-bottom: 50px;
}

/*/ quiz /*/
.click-to-expand {

}

.moredetails {
	margin-top: 5px;
}

.moredetails textarea {
	resize: none;
	height: 60px;
}

.hidden {
	display: none;
}


/* control panel */
.save-confirmation {
	font-weight: bold;
	color: #58ad55;
	margin: 0;
	padding: 0;
	display: none;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

/********* FOOTER *****************/

#footer{
	background-color: #222;
	color: #e9e6e1;
}

#footer a {
	color: #82C6EA;
}

#footer a:hover {
	color: #C1E5F7;
}
#footer .inner-section{
	padding-bottom: 43px;
}

#footer .btn h6{
	margin-left: 11px;
}

#footer .btn{
	padding: 10px;
	margin-top: 0px;
	position: relative;
	bottom: 11px;

}

#footer .btn i{
	position: absolute;
	font-size: 40px;
	left: 5px;
	top: -4px;
}

#footer .btn:hover h6{
	color: #222;
}

#footer .btn:hover i{
	color: #222;
}

/************* ISOTOPE STYLES ************/

.work-item {
  z-index: 2;
}

.isotope-hidden.work-item {
  pointer-events: none;
  z-index: 1;
}

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

.isotope,
.isotope .work-item {
  -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 .work-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 .work-item,
.isotope .work-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.work-item {
  z-index: 2;
}

.isotope-hidden.work-item {
  pointer-events: none;
  z-index: 1;
}


button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2284a1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2284a1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }


/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

#edit-table {

}


.edit-icon {
	font-size: 1.8em;
}

.reveal-modal h3 span {
	font-size: inherit;
	color: inherit;
}

.reveal-modal.tiny {
	width: 30%;
	margin-left: -15%;
}

.stats p {
	font-size: 1.4em;
}

.stats p i.entypo {
	font-size: 1.7em;
}