/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Theme Name: Basic
 * URL: http://blacktie.co
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
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:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

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

.btn-clear {
	background: transparent;
	color: white;
	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;
}

/* HEADER SECTION */
.navbar-custom {
    background-color: transparent;
    border-color: transparent
}
.navbar-custom i{
    font-size: 20px !important;
}
.navbar-custom .navbar-brand {
    color: #fed136;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}
.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: #fec503
}
.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}
.navbar-custom .navbar-toggle {
    border-color: #fed136;
    font-size: 12px
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #fed136
}
.navbar-custom .nav li a {
    font-weight: 400;
    letter-spacing: 1px
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #fed136;
    outline: 0
}
.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: transparent
}
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #fec503
}
@media (min-width: 768px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-custom .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-custom.affix {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}
#h {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	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;
}

@media (max-width: 767px) {
	#h .logo {
	margin-top: 30px;
	padding-bottom: 95px;
	}
	#h .logo img{
	display: block;
    margin: auto;
    width: 40%;
	}
	.navbar-custom img{
		margin-left: 30px;
		width: 50%;
		padding-top: 5px;
    }
	.navbar-custom {
		padding: 10px;
    }
}
@media (min-width: 768px) {
	#h .logo {
	margin-top: 30px;
	margin-left: 140px;
	padding-bottom: 150px;
	}
}

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

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

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

/* GREY SECTION */
#g {
	padding-top: 10px;
	padding-bottom: 50px;
	background: #f5f5f5;
}

.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:40px 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:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}
#contact{
	margin-bottom: 70px;
}
#contact .overlay {
    background-color:rgba(2,2,2,.7);
    padding:100px 0;
}
#contact h2 {
    text-align: center;
}
#contact .sub-title {
    font-size:14px;
    letter-spacing:1px;
    font-weight:300;
    margin:15px auto;
	text-align: center;
    padding:10px;
    line-height:25px;
}
#contact input,
#contact textarea {
    width:100%;
    border-radius:6px;
    margin:10px auto;
    outline:none;
    height:46px;
    text-indent:10px;
    border:none;
    background-color:rgb(245, 245, 245);
    color:#000;
    font-size:14px;
    letter-spacing:1px;
}
#contact input:focus,
#contact textarea:focus {
    -webkit-box-shadow:0 0 7px #46cad8;
    box-shadow:0 0 7px #46cad8;
}
#contact textarea {
    resize:none;
    height:90px;
    line-height:25px;
}
#contact div.btn {
    background-color: #3bd7e7;
    font-weight: 700;
    letter-spacing: 1px;
	width:100%;
    border-radius:6px;
    margin:10px auto;
    outline:none;
    height:46px;
    text-indent:10px;
    border:none;
	line-height: 2.2;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;
}
#contact div.btn:hover {
    background-color:#46cad8;
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;
}
#contact .info {
    background-color:rgb(245, 245, 245);
    color:#cccccc;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:10px;
	width: 100%;
    border-radius:6px;
    padding:10px;
    display:table;
    text-align:left;
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;

}
#contact .info p {
    font-size:14px;
    letter-spacing:1px;
    line-height:25px;
    font-weight:300;
    text-indent:10px;
    display: table-cell;
    vertical-align: middle;
}
p.phone:before {
	font-family:"FontAwesome";
    color:#bababa;
    content: "\f095";
}
p.email:before {
	font-family:"FontAwesome";
    color:#bababa;
    content:"\f003";
}
p.address:before {
	font-family:"FontAwesome";
    color:#bababa;
    content:"\f041";
    text-indent:50px;
}
#contact .info:hover {
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;
}
.form_success {
	width: 100%;
    height: 100%;
    text-align: left;
    border-bottom: 2px solid #81ff9c;
    padding: 8px 10px 8px 10px;
    font: normal 14px Raleway;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
    color: #868686;
    background: rgb(245, 245, 245);
    transition: all .27s ease-in-out;
}
.form_info {
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom: 2px solid #ff0808;
    padding: 8px 10px 8px 10px;
    font: normal 14px Raleway;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 25px;
    color: #868686;
    background: rgb(245, 245, 245);
    transition: all .27s ease-in-out;
}
/* CLIENTS */

.clients img {
	max-width: 140px;
	max-height: 60px;
	vertical-align: middle;
}

.clients .col-sm-2 {
	height: 80px;
	line-height: 80px;
}

/* CONTACT SEPARATOR */
#sep {
	background: url(../img/sep.jpg) no-repeat center top;
	padding-top: 50px;
	background-attachment: relative;
	background-position: center center;
	min-height: 310px;
	width: 100%;
	color: white;
	
    -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;
}

#sep h3 {
	font-weight: 300;
	letter-spacing: 2px;
}

/* FOOTER */
#f {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #22A7F0;
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}

#f a {
	color: white;
}

.single-project-area{
	text-align: center;
}

.icon-project{
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	padding-top: 8px;
}

.icon-project i{
	display: inline-block; 
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	font-size: 30px;
}

.single-project-area{
	padding: 28px 0;
}

.single-project-area h2{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin: 40px 0 18px 0;
}

.single-project-area h3{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.05em;
}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
	background: url(../img/header-2.jpg) no-repeat center top;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	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;
}

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


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

#h2 h3 {
	margin-top: 30px;
	letter-spacing: 1px;
}