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

	Author: Carlos Alvarez
	URL: http://alvarez.is
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 

@import url(http://fonts.googleapis.com/css?family=Lato:400,500);
@import url(http://fonts.googleapis.com/css?family=Montserrat:200,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Cormorant:100,200,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,700,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;




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

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Cormorant', sans-serif;
	font-weight: 200;
	}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 4px;
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #edfc6e;
	font-size: 40px;
	letter-spacing: 4px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 4px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 4px;
}

h2 {
	padding: 0;
	color: #89f56f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 4px;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Cormorant', sans-serif;
	font-weight: 100;
	font-size: 19px; 
	line-height: 29px;
	color: #817c7c; 
	margin-top: 10px; 
}

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

th {
  font-weight: 700;
	font-size: 14pt;
}

tbody {
    height: 590px !important;
    overflow: scroll;
    display:block;
	border-bottom: 0px;
}


table {
	border-top: 1px solid #ddd;
}

a { 
	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:#01b2fe;
}

.img-rounded {
  border-radius: 9px;
 }

.count {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 4px;
}
  
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center;
}

.bulletspace {
	font-size: 14px;
	padding: 0px 9px 0px 9px;
}

.casebig {
	text-transform: uppercase;
}

.quote {
	color: #919191;
	font-weight: 500;
	font-style: italic;
	font-size: 12px;
}


.thumbnail 
{
  display: block;
  max-width: 100%;
  height: 200px;
}

.thumbnail a
{
  display: block;
  max-width: 100%;
  height: 200px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.bodycontainer { 
max-height: 720px; 
width: 100%; 
margin: 0; 
overflow-y: auto; }

.table-scrollable { 
margin: 0; 
padding: 9px; 
}


.leftimg {
    padding-left: 0px;
	padding-bottom: 9px;
  }

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.wideresponsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.wideresponsive-video iframe,
.wideresponsive-video object,
.wideresponsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.navbar {
	min-height: 75px;
	padding-top: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: 0px;
}

.navbar-brand {
	background: url(../img/logo_alt1.png) no-repeat left top;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	min-height: 75px;
	width: 190px;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-balt {
	background: url(../img/logo_alt4.png) no-repeat left top;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	min-height: 75px;
	width: 190px;
}

.navbar-halt .navbar-balt {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

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

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

.navbar-default {
	background-color: #2f4012;
	border-color: transparent;
}

.dropdown-menu {
	background: rgba(241,252,254,.65);
}

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

.pubbtn-theme {
  color: #000;
  background-color: #033954;
  border-color: #033954;
  margin: 4px;
}
.pubbtn-theme:hover,
.pubbtn-theme:focus,
.pubbtn-theme:active,
.pubbtn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #000;
  background-color: #033954;
  border-color: #033954;
}

.pubbtn-download {
	background: #FDE3A7;
}

.pubbtn-conf {
	border-radius: 10px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 28px 5px 28px;
	}
	
.pubbtn-clear {
	background: transparent;
	color: #033954;
	border: 2px solid #033954;
}
.pubbtn-clear:hover {
	background: white;
	color: #0273cb;
}

.sidebtn-theme {
  color: #000;
  background-color: #5c000b;
  border-color: #5c000b;
  margin: 4px;
}
.sidebtn-theme:hover,
.sidebtn-theme:focus,
.sidebtn-theme:active,
.sidebtn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #000;
  background-color: #033954;
  border-color: #033954;
}

.sidebtn-download {
	background: #FDE3A7;
}

.sidebtn-conf {
	border-radius: 10px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}
	
.sidebtn-clear {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}
.sidebtn-clear:hover {
	background: white;
	color: #2f2f2f;
}

.filebtn-conf {
	border-radius: 10px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 28px 5px 28px;
	}
	
.filebtn-clear {
	background: transparent;
	color: #5c000b;
	border: 2px solid #5c000b;
}
.filebtn-clear:hover {
	background: white;
	color: #f97979;
}

.publicbtn-conf {
	border-radius: 10px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 28px 5px 28px;
	}
	
.publicbtn-clear {
	background: transparent;
	color: #009933;
	border: 2px solid #009933;
}
.publicbtn-clear:hover {
	background: white;
	color: #075e05;
}

.btn-theme {
  color: #fff;
  background-color: #5c000b;
  border-color: #5c000b;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #033954;
  border-color: #033954;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

@media (max-width: 700px) {
.btn-conf {
	border-radius: 25px;
	margin-right: 15px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 25px 10px 25px;
	}

}
	
.btn-clear {
	background: rgba(241,252,254,.26);
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}


.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: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

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



.carousel {

  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 95px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
}
.carousel-inner > .item > img {
    -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;
}

.carousel p{
 	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

.carousel h1{
 font-size: 19pt;
	text-transform: uppercase;
	letter-spacing: 4px;
}

@media (max-width: 700px) {
  .carousel h1{
 font-size: 0pt;
}

.carousel p{
 color: white;
 font-size: 0pt;
}
}

/* HEADER SECTION */
#h {
	background: url(../img/img1.jpg) no-repeat center top;
	padding-top: 120px;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	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;
    color: white;
}

#h .logo {
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 150px;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}


/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #033954;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

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

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

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

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

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

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 0px;
	display: block;
	text-align: center
}

#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:20px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:12px; text-transform:uppercase;}
.portfolio-item h4 {margin:-10px 0 10px; font-size:12px; text-transform:uppercase;}
.portfolio-item h5 {margin:-10px 0 10px; font-size:11px; text-transform:uppercase;}


.color1 {
	background-color:#2ecc71;
}
.color2 {
	background-color:#1abc9c;
}
.color3 {
	background-color:#16a085;
}

.alerts {
	color:#5c000b;
	font-weight: 900;
	text-transform:uppercase;
}

.tpl6 h3, h4
{
	color:#444;
	margin:0;
	padding:40px 5px 0;
	font-size:12px;
	text-transform:uppercase;
}

.tpl6 h5
{
	color:#aeadad;
	margin:0;
	padding:0px 5px 0;
	font-size:11px;
	letter-spacing: 2px;
	text-transform:uppercase;
}


.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#f1fcfe;
	background-color:rgba(241,252,254,.9);
	text-align:center;
}


/* Project Wrap */
#basicwrap {
	background: url(../img/img8.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#basicwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#basicwrap h4 {
	font-size: 20px;
	color: white;
}



/* Project Wrap */
#protwelvewrap {
	background: url(../img/img47.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#protwelvewrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#protwelvewrap h4 {
	font-size: 20px;
	color: white;
}

#protwelvewrap a {
	color: #ffcc00;
}

#protwelvewrap a:hover {
	color: white;
}



/* Project Wrap */
#proccwrap {
	background: url(../img/img62.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#proccwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#proccwrap h4 {
	font-size: 20px;
	color: white;
}

#proccwrap a {
	color: #ffcc00;
}

#proccwrap a:hover {
	color: white;
}


/* Project Wrap */
#proelevenwrap {
	background: url(../img/img40.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#proelevenwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#proelevenwrap h4 {
	font-size: 20px;
	color: white;
}

#proelevenwrap a {
	color: #ffcc00;
}

#proelevenwrap a:hover {
	color: white;
}


/* Project Wrap */
#proninewrap {
	background: url(../img/img44.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#proninewrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#proninewrap h4 {
	font-size: 20px;
	color: white;
}

#proninewrap a {
	color: #ffcc00;
}

#proninewrap a:hover {
	color: white;
}








/* Project Wrap */
#proonewrap {
	background: url(../img/img1.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#proonewrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#proonewrap h4 {
	font-size: 20px;
	color: white;
}

#proonewrap a {
	color: #ffcc00;
}

#proonewrap a:hover {
	color: white;
}


/* Project Wrap */
#protwowrap {
	background: url(../img/img2.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#protwowrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#protwowrap h4 {
	font-size: 20px;
	color: white;
}


#protwowrap a {
	color: #ffcc00;
}

#protwowrap a:hover {
	color: white;
}

/* Project Wrap */
#profourwrap {
	background: url(../img/img4.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#profourwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#profourwrap h4 {
	font-size: 20px;
	color: white;
}


#profourwrap a {
	color: #ffcc00;
}

#profourwrap a:hover {
	color: white;
}

/* Project Wrap */
#profivewrap {
	background: url(../img/img26.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#profivewrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#profivewrap h4 {
	font-size: 20px;
	color: white;
}


#profivewrap a {
	color: #ffcc00;
}

#profivewrap a:hover {
	color: white;
}

/* Project Wrap */
#prosixwrap {
	background: url(../img/img42.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#prosixwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#prosixwrap h4 {
	font-size: 20px;
	color: white;
}


#prosixwrap a {
	color: #ffcc00;
}

#prosixwrap a:hover {
	color: white;
}


/* Project Wrap */
#proeightwrap {
	background: url(../img/img2.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

#proeightwrap p {
	color:rgba(241,252,254,.65);	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 30px;
}

#proeightwrap h4 {
	font-size: 20px;
	color: white;
}


#proeightwrap a {
	color: #ffcc00;
}

#proeightwrap a:hover {
	color: white;
}

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

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

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
	font-size: 12px;
	text-transform: uppercase;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #033954
}

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

#blue {
	background: #033954;
	margin-top: 79px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

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


#blueindex {
	background: #033954;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}

#blueindex h3 {
	color: white;
	text-transform: uppercase;
	margin-left: 15px;
}

.ctitle {
	color: #033954;
	font-weight: 500;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

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

.smallspacing {
	margin-top: 15px;
	margin-bottom: 15px;
}

.indexspacing {
	margin-top: 22px;
	margin-bottom: 22px;
}

.badge-theme {
	background: #033954;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	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;
}

/* 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 {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	height: 70px;
	width: 70px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

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


/* Public Page */
.public-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.public-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.public-posts li a, 
.public-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.public-posts li img {
	float: left; 
	margin-right: 20px;
	height: 90px;
	width: 90px;
	border-radius: 12px;
	}
	
.public-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

/* APPProgram */
.pgpublic-p { 
	margin: 0px;
	padding-left: 0px;
	}
	
.pgpublic-p li {
	list-style: none; 
	margin-bottom: 40px; 
	min-height: 70px;
}
.pgpublic-p li a, 
.pgpublic-p li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.pgpublic-p li img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 10px;
	height: 120px;
	width: 120px;
	border-radius: 12px;
	}
	
.pgpublic-p li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

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

.publiccontainer { 
max-height: 455px;
border-bottom: 1px solid #ddd; 
width: 100%; 
margin: 0px 0px 0px 0px; 
overflow-y: auto; }

.publicscrollable { 
margin: 0px 0px 0px 0px;
border: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px; 
}


@media (max-width: 700px) {
.publiccontainer { 
max-height: 455px; 
width: 100%; 
margin: 0; 
overflow-y: auto; }

.publicscrollable { 
margin: 0;
border: none;
padding: 0px; 
}
}


/* Pages */
.pages-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.pages-posts li {
	list-style: none; 
	margin-bottom: 22px; 
	min-height: 70px;
}
.pages-posts li a, 
.pages-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.pages-posts li img {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
	height: 110px;
	width: 110px;
	border-radius: 12px;
	}
	
.pages-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

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


/* Little Pages */
.lposts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.lposts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.lposts li a, 
.lposts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.lposts li img {
	float: left; 
	margin-right: 20px;
	height: 55px;
	width: 55px;
	border-radius: 12px;
	}
	
.lposts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

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

/* Spotlight Page */
.spot-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.spot-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.spot-posts li a, 
.spot-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.spot-posts li img {
	float: left; 
	margin-right: 20px;
	height: 90px;
	width: 90px;
	border-radius: 12px;
	}
	
.spot-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

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

.spotcontainer { 
max-height: 720px;
border-bottom: 1px solid #ddd; 
width: 100%; 
margin: 0px 0px 0px 0px; 
overflow-y: auto; }

.spotscrollable { 
margin: 0px 0px 0px 0px;
border: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px; 
}

.line { 
border-bottom: 1px solid #ddd;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

@media (max-width: 700px) {
.spotcontainer { 
max-height: 720px; 
width: 100%; 
margin: 0; 
overflow-y: auto; }

.spotscrollable { 
margin: 0;
border: none;
padding: 0px; 
}
}

/* Boucing Arrow Animation */

@keyframes arrowbounce {
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-moz-keyframes arrowbounce { /* Firefox */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-webkit-keyframes arrowbounce { /* Safari and Chrome */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-o-keyframes arrowbounce { /* Opera */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
.scrollto, .scrollto:hover {
	margin:30px;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:200px;
	margin:0 auto;
}
.scrollto--arrow {
	padding:10px;
}
.scrollto--arrow img {
	animation: arrowbounce 1s alternate infinite;
	-moz-animation: arrowbounce 1s alternate infinite; /* Firefox */
	-webkit-animation: arrowbounce 1s alternate infinite; /* Safari and Chrome */
	-o-animation: arrowbounce 1s alternate infinite; /* Opera */
}


