/* ===========================

Author: 
Website: Azele Communications

============================== */

/* ==================== CSS Structure ==================== 
1. COMMON STYLES
	- Reset Styles
	- Common Classes

2. HEADER SECTION
	- Main Navigation Styles
	- Home section
	
3. PLAN YOUR BOOK SECTION
4. BENEFITS SECTION
5. BUILD YOUR BOOK SECTION
6. MODERNIZED SECTION
7. STOP THE MADNESS SECTION
8. CONTACT SECTION
9. FOOTER SECTION
10. MISCELLANEOUS
========================================================== */


/* --------------- Reset Styles --------------- */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #666666;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #cccccc;
	text-decoration: none;
}

a:hover, a:focus, .btn:focus {
    text-decoration: none;
	outline: none;
	color: #6c6b6b
}

input:focus, textarea:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
	letter-spacing: 1px;
}

h1 {
    font-size: 72px;
    line-height: 82px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
    line-height: 45px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
	line-height: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/* --------------- Common Classes --------------- */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.strong {
font-weight: 700;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.fixed {
	position:fixed;
}

.absolute {
	position:absolute;
}

.relative {
	position:relative;
}

.container {
	position:relative;
	z-index: 10;
}

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.section-overlay {
	z-index: 5;
}


/* ================ Header Section ================ */

.header-section {
	position:relative;
}


/* --------------- Main Navigation Styles --------------- */
.sticky-bar-wrap {
	position:fixed;
	width: 100%;
	z-index: 1025;
}

.sticky-section {
	width: 100%;
	height: 85px;
	z-index: 1025;
	transition: all .3s ease-in;
	background: rgba(0,0,0, .6);
}

.nav-bg {
	background: rgba(0,0,0, .6);
}

h1#site-name {
    width: 489px;
    height: 43px;
    background-image: url(../images/logo_azele.png);
}

h1#site-name span {
    display: none;
}
    
.nav-hold {
	left: 0;
	right: 0;
	top: 0;
	padding-top: 13px;
	z-index: 1025;
}

ul.nav > li > a {
	color:#fff;
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

ul.nav > li > a:hover, ul.nav > li > a:focus {
	background: none !important;
    font-weight: 600;
    color: #77BDD2;
}

li.current a,
ul.nav > li > a:hover {
    color:#77BDD2 !important;
    font-weight: 600;
    border-bottom: 1px solid #c1c3c3;

}

.navbar-toggle .icon-bar {
	background: #ffffff;
}


/* --------------- Home section --------------- */


#section-home {
	position:relative;
    background:#77bdd2 url(../images/bg-header.jpg) top center no-repeat;
    background-size:cover;
}

.home {
	min-height: 596px;
}

.welcome {
	position:relative;
	font-size: 45px;
	line-height: 62px;
	margin-top: 185px;
	margin-bottom: 50px;
	color:#fff !important;
	font-weight: 400;
    letter-spacing: 0.02em;
}

.intro-message {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 60px;
	color: #fff;
}

.header-btn {
    background-color: #d4e0dd;
    border: none;
    color: #2b3d42;
    font-weight: 400;
    font-size: 20pt;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    border-bottom: solid #909896 4px;
}

.header-btn:hover {
    text-decoration: none;
    background-color: #b4c3be;
    border-bottom: solid #828282 4px;
}


/* ================ Plan Your Book Section ================ */
#section-planbooks {
	position:relative;
	background-color: #d4e0dd;
	color: #2b3d42;
    background-image: url(../images/gplaypattern1.png);
    background-size:220px auto;
    background-repeat:repeat;
    background-position:top center;
}

.container.planbooks {
	padding-top: 120px;
	padding-bottom: 72px;
    min-height: 1153px;
}

.planbooks .section-title {
	margin-bottom: 48px;
}

.planbooks .section-title h3, .planbooks .section-title h4 {
	color: #2b3d42;
	display: inline-block;
	margin-top: 0;
}

.planbook-img {
	padding-bottom: 48px;
}

.planbook-desc {
	display:table;
}

/* ================ Benefits Section ================ */
#section-benefits {
	background: #2b3d42;
}

.container.benefits {
	padding-top: 120px;
	padding-bottom: 120px;
}

.benefits .section-title {
	margin-bottom: 48px;
}

.benefits .section-title h3 {
	color:#FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }

.benefits .section-title h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #1A2528;
    bottom: -10px;
    left: calc(50% - 40px);
    }

.single-benefits {
	position: relative;
    padding: 0 30px;
}

.benefits.icons {
    width: 100%;
    height: 108px;
    text-align: center;
    margin-bottom: 50px;
}

.benefits.clock {
    width: 108px;
}

.benefits.check {
    width: 102px;
}

.benefits.leaf {
    width: 51px;
}

.benefits.pencil {
    width: 89px;
}

.benefits.titles {
    color: #FFF;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

.benefits.description {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

/* ================ Build Your Book Section ================ */
#section-buildbook {
	position:relative;
	background-color: #d4e0dd;
	color: #2b3d42;
    background-image: url(../images/gplaypattern2.png);
    background-size:220px auto;
    background-repeat:repeat;
    background-position:top center;
}

.container.buildbook {
	padding-top: 120px;
	padding-bottom: 50px;
    min-height: 1100px;
}

.section-buildbook-title {
	margin-bottom: 48px;
}

.section-buildbook-title h3 {
	color: #3c4761;
	display: inline-block;
	margin-top: 0;
    text-transform: uppercase;
}

.buildrow {
    padding-bottom: 20px;
}

.buildstep1 {
    color: #4a576e;
    text-transform: uppercase;
    font-size: 50px;
}

.buildstep2 {
    color: #519eb5;
    text-transform: uppercase;
    font-size: 50px;
}

.buildstep3 {
    color: #8bc5d7;
    text-transform: uppercase;
    font-size: 50px;
}

.buildstep4 {
    color: #bce1e6;
    text-transform: uppercase;
    font-size: 50px;
}

.buildtitle {
    color: #2b3d42;
    font-size: 24px;
    font-weight: 600;
}

.builddescription {
    color: #2b3d42;
    font-size: 16px;
    line-height: 26px;
}

.buildbook {
	padding-bottom: 48px;
}


/* ================ Modernized Section ================ */
#section-modernized {
	background-color: #77bdd2;
}

.container.modernized {
	padding-top: 120px;
	padding-bottom: 120px;
    min-height: 855px;
}

.modernized .section-title h3 {
	color:#FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }

.modernized .section-title h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #65a1b3;
    bottom: -10px;
    left: calc(50% - 40px);
    }

.modernized .text {
    color: #FFF;
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.modernized ul, {
	padding-left: 0 !important;
}

.modernized li {
	list-style: disc;
    color: #FFF;
    text-align: left;
    line-height: 36px;
}

.modernized .concept {
    background-image: url(../images/bg-modern.jpg);
    height: 250px;
    padding: 36px 140px;
    margin-top: 30px;
}

.modernized .concept h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.1em;
}

.modernized .concept p {
    color: #FFF;
    font-size: 18px;
}

/* ================ Stop the Madness Section ================ */
#section-madness {
	position:relative;
	background-color: #d4e0dd;
	color: #2b3d42;
    background-image: url(../images/gplaypattern1.png);
    background-size:220px auto;
    background-repeat:repeat;
    background-position:top center;
}

.container.madness {
	padding-top: 120px;
	padding-bottom: 120px;
    min-height: 647px;
}

.container.stopmadness {
    min-height: 400px;
    border-left: 2px solid #2a3c41;
    border-right: 2px solid #2a3c41;
    border-bottom: 2px solid #2a3c41;
    margin-top: 50px;
}

.stopmadness .title {
    margin: -45px -17px 0 -17px;
}

.stopmadness .madcontent {
    margin: 100px;
    color: #2b3d42;
    font-size: 21px;
    text-align: center;
}

.stopmadness .madcontent ul {
	padding-left: 0 !important;
    list-style-position: inside;
}

.stopmadness .madcontent li {
	list-style: disc;
    color: #2b3d42;
    line-height: 36px;
    text-align: left;
}

.stopmadness .madcontent p {
    font-size: 24px;
    padding-top: 50px;
    font-weight: 400;
}
    
.stopmadness h3 {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    color: #4a576e;
    font-weight: 400;
}
.stopmadness h3:before,
.stopmadness h3:after {
    background-color: #2a3c41;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.stopmadness h3:before {
    right: 0.5em;
    margin-left: -50%;
}
.stopmadness h3:after {
    left: 0.5em;
    margin-right: -50%;
}

/* ================ Contact Section ================ */
#section-contact {
	position:relative;
    background-color: #4a576e;
}

.contact {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact h2 {
	margin-bottom: 30px;
}

.contact h3 {
	color:#FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact h3:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #303b4d;
    bottom: -10px;
    left: calc(50% - 40px);
}

.confirmation {
	display:none;
	clear: both;
	color: #e5e5e5;
}

.confirmation p span {
	margin-right: 8px;
}

.contact-form {
	color:#f9f9f9;
}

.contact-form .input-field {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 50px;
}

.textarea-field, .input-field {
	border: 1px solid #111;
}

.contact-form .form-item {
	width: 100%;
	padding: 5px 15px;
	border-color: transparent;
	border-radius: 4px;
	background: #303b4d;
	box-shadow: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
    font-weight: 600;
}

.contact-form .form-item::-webkit-input-placeholder {
	color: #f9f9f9;
    font-weight: 600;
}

.contact-form .form-item:-moz-placeholder {
	color: #f9f9f9;
    font-weight: 600;
}

.contact-form .form-item::-moz-placeholder {
	color: #f9f9f9;
    font-weight: 600;
}

.contact-form .form-item:-ms-input-placeholder {
	color: #f9f9f9;
    font-weight: 600;
}

.contact-form .subform {
	margin-top: 20px;
}

.contact-form .form-item:hover, .contact-form .form-item:focus {
	border-color:#ccc;
	box-shadow: none;
}

.contact-btn {
    background-color: #77bdd2;
    border: none;
    color: #FFF;
    font-weight: 400;
    font-size: 20pt;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 32px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    border-bottom: solid #65a1b3 4px;
}

.contact-btn:hover {
    text-decoration: none;
    background-color: #5096b4;
    color: #FFF;
    border-bottom: solid #6e6e6e 4px;
}

/* ================ Footer Section ================ */
#section-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #252525;
	color:#FFF;
    min-height: 100px;
}

.copyright {
	padding-top: 15px;
}



/* ================ Miscellaneous ================ */


::-moz-selection {
    color: #ffffff;
    background: #7F8C8D;
}

::selection {
    color: #ffffff;
    background: #7F8C8D;
}

.btn-col,
.project-details h5, 
.project-info h5 {
border-color: #7F8C8D;
color: #7F8C8D;
}

.btn-col:hover {
color: #7F8C8D;
}

.section-title h3, 
.section-title h4,
.step-no,
.sub-steps .icon,
.sub-steps .sub-text,
.testimonial .happy-client,
.client-photos .photo-hold {
border-color:#7F8C8D;
}

.color-scheme,
.service-icon,
.step-no .no-inner,
.site-name:hover,
.project-details .details-list li .strong,  
.social-icons ul li a:hover {
color:#7F8C8D;
}

.site-name span,
.photo-overlay h4 {
background-color: #7F8C8D;
}


.step-details .sub-steps li:hover .icon {
background-color: #7F8C8D;
color:#ffffff;
}

.photo-zoom:before {
	border-color: rgba(0, 255, 255, 0) rgba(255, 0, 255, 0) rgba(149, 165, 166, 1) rgba(255, 255, 10, 0);

}

.nicescroll-cursors {
background-color: rgba(149, 165, 166, 1) !important;
}


