/*	################################################################

	Project Name: SOLID - Bootstrap 3 Theme
	Author: Carlos Alvarez
	Version: 1.0
	URL: http://alvarez.is


################################################################# */
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
@import url("normalize.css") screen;
@import url("demo.css") screen;
@import url("component.css") screen;
@import url("book.css") screen;

@font-face {
    font-family: 'Woodford Bourne';
    src: url('../fonts/woodfordbourne-regular-webfont.eot');
    src: url('../fonts/woodfordbourne-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woodfordbourne-regular-webfont.woff2') format('woff2'),
         url('../fonts/woodfordbourne-regular-webfont.woff') format('woff'),
         url('../fonts/woodfordbourne-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Woodford Bourne';
    src: url('../fonts/woodfordbourne-bold-webfont.eot');
    src: url('../fonts/woodfordbourne-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/woodfordbourne-bold-webfont.woff2') format('woff2'),
         url('../fonts/woodfordbourne-bold-webfont.woff') format('woff'),
         url('../fonts/woodfordbourne-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*regular, italic, medium, medium italic, light, light italic, bold, bold italic*/
/*300, 300, 500, 500, 100, 100, 700*/
@font-face {
    font-family: 'Aidos';
		src: url('../fonts/aidos-normal-webfont.eot');
    src: url('../fonts/aidos-normal-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/aidos-normal-webfont.woff2') format('woff2'),
         url('../fonts/aidos-normal-webfont.woff') format('woff'),
				 url('../fonts/aidos-normal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aidos';
		src: url('../fonts/aidos-normalitalic-webfont.eot');
    src: url('../fonts/aidos-normalitalic-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/aidos-normalitalic-webfont.woff2') format('woff2'),
         url('../fonts/aidos-normalitalic-webfont.woff') format('woff'),
				 url('../fonts/aidos-normalitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aidos';
		src: url('../fonts/aidos-medium-webfont.eot');
    src: url('../fonts/aidos-medium-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/aidos-medium-webfont.woff2') format('woff2'),
         url('../fonts/aidos-medium-webfont.woff') format('woff'),
				 url('../fonts/aidos-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Aidos';
		src: url('../fonts/aidos-bold-webfont.eot');
    src: url('../fonts/aidos-bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/aidos-bold-webfont.woff2') format('woff2'),
         url('../fonts/aidos-bold-webfont.woff') format('woff'),
				 url('../fonts/aidos-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}

body {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eee 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eee 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eee 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	margin: 0;
	height: 100%;
	color: #63707d;
	font-family: 'Aidos', sans-serif;
	font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
	}

h1, h2, h3, h4, h5, h6 {
  color: #07242b;
	font-family: 'Woodford Bourne', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.serif {
	font-family: 'Aidos', sans-serif;
}

.sans-serif {
	font-family: 'Woodford Bourne', sans-serif;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Aidos', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #63707d;
	margin-top: 10px;
}

img {
	height: auto;
	max-width: 100%;
}

img.logo,
.logo {
	max-width: 200px;
  width: 100%;
	height: auto;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}

ol {
    margin-left: 0;
    padding-left: 26px;
}

a {
    color:#0caec1;
    padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#088d9c;
}

::-moz-selection  {
	color: #07242b;
	text-shadow:none;
	background:#eabd16;
}
::selection {
	color: #07242b;
	text-shadow:none;
	background:#eabd16;
}

.centered {
	text-align: center
}

.text-small p {
  font-size: 14px;
  line-height: 1.2;
}

.portfolio-images img {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
}

.portfolio-item img {
  border: 1px solid rgba(0,0,0,.08);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
}

img.grid__img.layer {
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.05);
}
.icon-about {
  display: inline-block;
  width: 60px;
}

.about-stats {
  padding-left: 20px;
  padding-top: 2px;
}

.v-top {
  vertical-align: top;
}

.d-inline-block {
  display: inline-block;
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}

.navbar-brand {
	padding: 15px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Woodford Bourne', sans-serif;
	font-weight: 700;
	color: #555;
	font-size: 12px;
	letter-spacing: .1em;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #0caec1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #07242b;
	background-color: transparent;
}

.navbar-default {
	background-color: rgba(238, 238, 238, .95);
	border-color: transparent;
}

.dropdown-menu {
	background: #eabd16;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}


button.navbar-toggle:focus {
    padding: 14px 10px;
}

button.navbar-toggle:focus > span.icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-top: -2px;
}

button.navbar-toggle:focus > span.icon-bar:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: 2px;
}

button.navbar-toggle:focus > span.icon-bar:nth-child(3) {
    display: none;
}




button.navbar-toggle.collapsed {
    padding: 9px 10px;
}

button.navbar-toggle.collapsed > span.icon-bar:nth-child(4) {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-top: 4px;
}

button.navbar-toggle.collapsed > span.icon-bar:nth-child(2) {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-top: 0;
}

button.navbar-toggle.collapsed > span.icon-bar:nth-child(3) {
    display: block;
}

.btn-theme {
  color: #07242b;
  background-color: #dcdcdc;
  border: none;
  margin: 4px;
	font-family: 'Woodford Bourne', sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #07242b;
  border: none;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 140px;
	margin-bottom: 40px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 1px dashed #b7b7b7;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	min-height: 0px;
	padding-top: 130px;
	padding-bottom: 50px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: #07242b;
	font-weight: 400;
}

#headerwrap h1 {
	color: #07242b;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

.about-icon {
  padding-top: 5px;
  padding-right: 0;
}

.about-icon img {
  min-width: 50px;
  max-height: 50px;
  float: right;
  padding-left: 5px;
}

/* Services Wrap */
#service {
	margin-top: 0px;
	margin-bottom: 0px;
}

#service i {
	color: #07242b;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
  display: none !important;
	text-align: center;
  margin-top: -45px;
  margin-bottom: 20px;
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:80px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color: #000;
	background-color:rgba(0,0,0,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrapback {
    background: url(../img/bg-quotes.png) no-repeat center top;
    background-position: center center;
    background-size: 100%;
    background-color: #eabd16;
    background-color:rgba(234, 189, 22,.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#twrap {
    /* background: url(../img/bg-quotes.png) no-repeat center top; */
    position: relative;
    margin-top: 0px;
  	padding-top:0;
  	text-align:center;
  	background-attachment: relative;
  	background-position: center center;
    background-size: 100%;
  	min-height: 420px;
  	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
  padding-top: 10px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, .95);
}

#footerwrap p {
	font-family: 'Woodford Bourne', sans-serif;
	text-transform: uppercase;
	letter-spacing: .13em;
	font-size: 11px;
	color: #7c878d;
}

#footerwrap h4 {
	color: #ffffff;
}

#footerwrap .btn-social i {
	font-size: 18px;
	color: #7c878d;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #07242b
}

#footerwrap a.license > img {
  border-width: 0;
  opacity: .35;
}



/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#page-title {
	margin-top: 70px;
	margin-bottom: 60px;
	border-bottom: 1px dotted #5b426f;
	border-top: 1px dotted #5b426f;
}

#page-title h3 {
	color: white;
	margin-left: 15px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 600px;
  max-height: 600px;
  margin: 0 auto;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #666;
  border-radius: 10px;
}

.ctitle {
	color: #07242b;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #7c878d;
	font-family: 'Woodford Bourne';
	text-transform: uppercase;
	letter-spacing: .1em;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	color: #fff;
	background: #0caec1;
}

.badge {
	padding: 3px 6px;
}

/* Contact Page */
#contactwrap {
	background: url(../img/geometry2.png) repeat;
	padding-top:0px;
	text-align:center;
	min-height: 400px;
	width: 100%;
}

/* Blog Page */
.popular-posts {
	margin: 0px;
	padding-left: 0px;
	}

.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
	font-family: 'Woodford Bourne';
  font-weight: 700;
	color: #07242b;
	text-decoration: none;
	}

.popular-posts li img {
	float: left;
	margin-right: 20px;
	}

.popular-posts li em {
	font-family: 'Aidos', sans-serif;
	font-size: 12px;
	color: #7c878d;
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.share i {
	padding-right: 15px;
	font-size: 18px;
}

a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
	.hide-mobile,
  .isolayer,
  .isolayer.isolayer--scroll1.isolayer--shadow.hide-mobile,
  .grid.grid--effect-flip.hide-mobile {
		display: none !important;
	}

	#portfoliowrap.show-mobile {
		display: block !important;
	}

  .portfolio-item.graphic-design.isotope-item:nth-child(odd) {
    padding: 0 .5em 0 .5em !important;
  }
  .portfolio-item.graphic-design.isotope-item:nth-child(even) {
    padding: 0 .5em 0 .5em !important;
  }
}


@media screen and (max-width: 50em) {
    #headerwrap {
      padding-top: 65px;
    }
    #headerwrap h3 {
      font-size: 16px;
      text-align: left;
    }
    #headerwrap p {
      text-align: left;
      color: #07242b;
    }
    #footerwrap p {
      text-align: center;
    }
    .about-icon.college {
      padding-top: 15px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
  .navbar-brand {
    margin-top: -7px;
    padding-top: 0px;
  }
}
