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

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url('https://fonts.googleapis.com/css?family=Catamaran');
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
@font-face {
    font-family: Stag-Light;
    src: url(../fonts/Stag-Light.otf);
}

@font-face {
    font-family: Stag-Medium;
    src: url(../fonts/Stag-Medium.otf);
}

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

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
    width: 100%;
	
	}

.blogbody {
    background-color: #f2f2f2;
}

html {
    height: 100%;
}

h1 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
   
     text-transform: uppercase;
    color:#000000;
}


@media only screen and (max-width: 1200px) {
    
    h1 {
        font-size:70px;
   
    }
    
    h3, h5 {
        
        font-size:40px;
    }
}

@media only screen and (max-width: 400px) {
    
    h1 {
        font-size:50px;
   
    }
    
    h3, h5 {
        
        font-size:20px;
    }
}



h2 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 40px;
     text-transform: uppercase;
    color:#000000;
   
}

h3 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 30px;
     text-transform: uppercase;
    color:#000000;
   
}

h4 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 18px;
     text-transform: uppercase;
    color:#000000;
   
}

h5 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 18px;
   
    color:#000000;
   
}

h6 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 16px;
    
    color:#000000;
   
}






p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	font-weight:400;
}

#demo  {
     font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 24px;
}

#demo2 {
     font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 24px;
}

.list h5 {
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
   
    color:#000000;
   
}


.list li { 
	padding-left: 10px; 
	margin-left: 30px;
    color: #666666;
	font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 18px;
	color: #384452; 
	
}

.list ul ul { 
	padding-left: 20px; 
    margin-left: 20px;
	 
    color: #666666;
	font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 18px;
	color: #384452; 

}

.list ul ol { 
	padding-left: 20px; 
    margin-left: 20px;
	 
    color: #666666;
	font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 16px;
	color: #384452; 

}

.sideportfolio {
    
    padding-top: 20px;
}


.box {
    
    border: 1px solid #000000;
}
    


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

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

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    font-size: 25px;
}



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

.navbar-default .navbar-nav > li > a {
	color: white;
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #000000;
    font-weight: 700;
    font-family: 'Montserat', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000000;
    font-weight: 700;
	background-color: transparent;
}

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

.navbar-portfolio {
	background-color: #939393;
	border-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

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

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.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 {
    padding-top:20px;
	border-bottom: 2px solid #384452;
}

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

#headerwrap {
	
    background: #336299; /* Old browsers */

	min-height: 100%;
    min-width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

.headerbox {
   padding-top:30%;
}

.headerbox1 {
   padding-top:25%;
}




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

#headerwrap h1 {
	color: #f2f2f2;
	margin-bottom: 25px;
    font-size: 80px;
}



@media only screen and (max-width: 400px) {
    
    #headerwrap h1 {
        font-size:50px;
   
    }
    
    #headerwrap h3, h5 {
        
        font-size:20px;
    }
}


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


.backgroundface {
    opacity: 0.5;
}

#header-image1{
	

	min-height: 100%;
    min-width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
    
    
}
#header-image1 h3 {
	font-size: 30px;
    color: #f2f2f2;

}

#header-image1 h1{
	font-size: 80px;
    color: #f2f2f2;
    text-align: center;

}


@media only screen and (min-width:401px) and (max-width: 1200px) {
    
    #header-image1 h1 {
        font-size:65px;
    }
    
    #header-image1 h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    
    #header-image1 h1 {
        font-size:35px;
    }
    
    #header-image1 h3 {
        font-size: 20px;
    }
}

.header-background {
    opacity: 0.25;
}

.aboutme {
    background-color: #f2f2f2;
}


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

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

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 5%;
	padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;

	display: block;
	text-align: center;
    background: #f2f2f2; /* Old browsers */

	min-height: 20%;
}

@media only screen and (max-width: 1100px) {
    
    .he-wrap {
        width: 80%;

    }

}
@media only screen and (max-width: 400px) {
    
    .he-wrap {
        width: 80%;

    }

}
#portfoliowrap h2 {
	margin-bottom: 25px;
    font-size: 40px;
}


.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: 000000;
	margin:0;
	padding:30px 0px 0;
	font-size:26px;
	text-transform:uppercase;
    
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
    padding-top:19%;
	height:100%;
	width:100%;
	background-color:#dadada;
    opacity: 0.5;
	
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.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;
}

#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;
    height:20%;
}

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

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

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

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

#footerwrap i:hover {
	color: #00b3fe
}

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

#blue {
	background: #ffffff;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}



#blue h3 {
	color: #000000;
    font-size: 40px;
    margin-left:15px; 
	
}

.aboutproject {
    background-color:#f2f2f2;
    padding-top:20px;
    padding-bottom: 50px;
}



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

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

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

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: /*url(../img/contact.jpg)*/ #f2f2f2 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;
	}
	
.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;
}


.w3-content {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}


.w3-display-container {
    position: relative;
        border: 1px solid #000;
}
.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 20px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
  
    cursor: pointer;
    white-space: nowrap;
        
    background-color: #DDDDDD;
    padding: 8px 16px

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
        
.w3-display-centre-left {
   
    float:left;
    position:absolute;
    top: -8%;
    left: 45%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
   opacity:1;
}

.w3-display-centre-right {
    
    float:left;
    position:absolute;
    top: -8%;
    left: 47%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
   opacity:1;
}

.w3-display-left {
    position: absolute;
    top: -8%;
    left: 20%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
   opacity:1;
}


.w3-display-left:hover{
    position: absolute;
    top: -8%;
    left: 20%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
   opacity:0.65;
}




.w3-display-right {
    position: absolute;
    top: -8%;
    right: 20%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
        opacity:1;
}

.w3-display-right:hover {
    position: absolute;
    top: -8%;
    right: 20%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
        opacity:0.65;
}


.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    
}


.button-text {
    background-color: #4990E2;
    color: white;
    
    
}
.button-text:hover {
   background-color: #315B8C; 
    color: white; 
    
}

 
.topspacer {
    padding-top: 13%;
    background-color: #f2f2f2;
}

.topspacer2 {
    padding-top: 6%;
    background-color: #f2f2f2;
}

.middlespacer {
    padding-top: 50px;
    
}

.bottomspacer {
    padding-bottom: 100px;
}

.blogspacer {
    padding-top:90px;
}

.blueblog {
    padding-top:100px;
    background-color: #f2f2f2;
}

.bluecontact {
    padding-top:55px;
    background-color: #f2f2f2;
}

.blogitem {
    background-color: #ffffff;
}


.formore {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 40px;
}


.resumerole {
    color: #4990E2;
}


.bgimage {
  	min-height: 100%;
    min-width: 100%;
    
    background: #939393; 
	 
}


.bgimage2 {
	
   background: #336299;

	min-height: 100%;
    min-width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}
