Colek - Air Conditioning Repair HTML Template


Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!
Template Features:
  • 22 HTML Files
  • 2 Index Multi Pages Demo
  • 2 Index Single Pages Demo
  • 2 Index Dark Pages Demo
  • 2 Index Boxed Page Demo
  • 2 Index RTL Page Demo
  • Easy to customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE9+, Firefox, Safari, Opera, Chrome
  • Revolution Slider added. you save $14.00
  • Menuzord - Responsive Megamenu added. you save $7.00
  • Retina ready
  • Font Awesome 400+ icons
  • 7 Stroke 200+ icons
  • Elegant Icon Font 360+ icons
  • Powered with Bootstrap
  • Smooth animation
  • Parallax sections
  • Working Ajax contact form with validation
  • Google Maps easy to setup via data attributes
  • Powerful shortcodes
  • Responsive video
  • Well documented

Unzip the archive and find out the folder Colek-client-html. There are all the template files in this folder.

The file and folder structure is something like this:

  1. /css — folder with css files.
  2. /fonts — folder with icon fonts.
  3. /images — folder with image files.
  4. /includes — folder with twitter, phpmailer and different appointment, contact form php handler.
  5. /js — folder with Javascript files.
  6. assets/source/scss — folder containing scss files of the theme.
  7. index-*.html, ... — Index page demos.
  8. page-*.html, ... — Different inner page demos.

Upload the template files to server with the help of one of the FTP-clients like FileZilla.

 

These are the css files which are loaded into the template in Head Section.


<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Colek - Air Conditioning Repair HTML Template"/>
<meta name="keywords" content="business, creative, corporate"/>
<meta name="author" content="ThemeMascot"/>

<!-- Page Title -->
<title>Colek - Air Conditioning Repair HTML Template</title>

<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">

<!-- Stylesheet -->
<link href="assets/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="assets/dist/css/animate.min.css" rel="stylesheet" type="text/css">
<link href="assets/dist/css/javascript-plugins-bundle.css" rel="stylesheet"/>

<!-- CSS | menuzord megamenu skins -->
<link href="assets/dist/js/menuzord/css/menuzord.css" rel="stylesheet"/>

<!-- CSS | timeline -->
<link href="assets/dist/js/timeline-cp-responsive-vertical/timeline-cp-responsive-vertical.css" rel="stylesheet" type="text/css">

<!-- CSS | Main style file -->
<link href="assets/dist/css/style-main.css" rel="stylesheet" type="text/css">
<link id="menuzord-menu-skins" href="assets/dist/js/menuzord/css/skins/menuzord-rounded-boxed.css" rel="stylesheet"/>

<!-- CSS | Responsive media queries -->
<link href="assets/dist/css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->

<!-- CSS | Theme Color -->
<link href="assets/dist/css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css">

<!-- external javascripts -->
<script src="assets/dist/js/jquery.js"></script>
<script src="assets/dist/js/bootstrap.min.js"></script>
<script src="assets/dist/js/javascript-plugins-bundle.js"></script>
<script src="assets/dist/js/menuzord/js/menuzord.js"></script>

<!-- REVOLUTION STYLE SHEETS -->
<link rel="stylesheet" type="text/css" href="assets/dist/js/revolution-slider/css/rs6.css">
<!-- REVOLUTION LAYERS STYLES -->
			<!-- REVOLUTION JS FILES -->
<script type="text/javascript" src="assets/dist/js/revolution-slider/js/revolution.tools.min.js"></script>
<script type="text/javascript" src="assets/dist/js/revolution-slider/js/rs6.min.js"></script>


We have used premium "Menuzord - Responsive Megamenu" for this theme. From here you can get idea of the menu: http://codecanyon.net/item/menuzord-responsive-megamenu/8536398
This is the basic structure of Top Nav Menu:


<div class="header-nav"> <div class="header-nav-wrapper navbar-scrolltofixed green"> <div class="menuzord-container header-nav-container green "> <div class="container position-relative"> <div class="row"> <div class="col"> <div class="row header-nav-col-row"> <div class="col-sm-auto align-self-center"> <a class="menuzord-brand site-brand" href="index-mp-layout1.html"> <img class="logo-default logo-1x" src="images/logo-wide.png" alt="Logo"> <img class="logo-default logo-2x retina" src="images/logo-wide@2x.png" alt="Logo"> </a> </div> <div class="col-sm-auto ml-auto pr-0 align-self-center"> <nav id="top-primary-nav" class="menuzord red" data-effect="fade" data-animation="none" data-align="right"> <ul id="main-nav" class="menuzord-menu"> <li class="active"><a href="index-mp-layout1.html">Home</a></li> <li><a href="#">Pages</a> <ul class="dropdown"> <li><a href="page-about.html">About</a></li> <li><a href="page-team.html">Our Team</a></li> <li><a href="page-team-details.html">Team Details</a></li> <li><a href="page-faqs.html">FAQs</a></li> </ul> </li> <li><a href="page-symptoms.html">Symptoms</a></li> <li><a href="page-prevention.html">Prevention</a></li> <li><a href="#">Blog</a> <ul class="dropdown"> <li><a href="news-grid.html">News Grid</a></li> <li><a href="news-details.html">News Details</a></li> </ul> </li> <li><a href="page-contact.html">Contact</a></li> </ul> </nav> </div> </div> <div class="row d-block d-xl-none"> <div class="col-12"> <nav id="top-primary-nav-clone" class="menuzord d-block d-xl-none default menuzord-color-default menuzord-border-boxed menuzord-responsive" data-effect="slide" data-animation="none" data-align="right"> <ul id="main-nav-clone" class="menuzord-menu menuzord-right menuzord-indented scrollable"> </ul> </nav> </div> </div> </div> </div> </div> </div> </div> </div>

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta charset="UTF-8">
		<title>Document</title>
		<!-- CSS | Dark Layout -->
		<link href="css/style-main-dark.css" rel="stylesheet" type="text/css" id="link-bg-color">
	</head>
	<body class="dark">
		body content here ......
	</body>
</html>

By default every layout is appeared in white version. If you want to change it into dark layout from white then simply add dark class in the body tag like this
<body class="dark">
Finally include this style-main-dark.css css file in the head tag as follows as <link href="css/style-main-dark.css" rel="stylesheet" type="text/css">


<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta charset="UTF-8">
		<title>Document</title>
	</head>
	<body class="boxed-layout pt-40 pb-40 pt-sm-0" data-bg-img="images/pattern/p1.png">
		body content here ......
	</body>
</html>

By default every layout is appeared in fullwidth mode. If you want to change it into boxed layout from fullwidth mode then simply add boxed-layout lightgray pt-40 pb-40 classes into the body tag like this <body class="boxed-layout pt-40 pb-40 pt-sm-0" data-bg-img="images/pattern/p1.png">


<!DOCTYPE html>
<html dir="ltr" lang="en">
	<head>
		<meta charset="UTF-8">
		<title>Document</title>
		<!-- CSS | RTL Layout -->
		<link href="css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css">
		<link href="css/style-main-rtl.css" rel="stylesheet" type="text/css">
		<link href="css/style-main-rtl-extra.css" rel="stylesheet" type="text/css">
	</head>
	<body>
		body content here ......
	</body>
</html>

By default every layout is appeared in ltr direction. If you want to change it into rtl direction from ltr then simply add dir="rtl" attribute in the html tag like this
<html lang="en" dir="rtl">
Finally include this style-main-rtl.css and style-main-rtl-extra.css file in the head tag as follows:
<link href="css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css">
<link href="css/style-main-rtl.css" rel="stylesheet" type="text/css">
<link href="css/style-main-rtl-extra.css" rel="stylesheet" type="text/css">

We have used premium "Menuzord - Responsive Megamenu" from here:
http://codecanyon.net/item/menuzord-responsive-megamenu/8536398

It's documentation is here: http://www.webpulse.com.br/menuzord/index.html

It has 15 predefined Skins loaded into the "assets/dist/js/menuzord/css/skins" folder as shown below:

Here is the HTML coding structure on how to link any of them:


<!-- CSS | Theme Color -->
<link href="css/menuzord-skins/menuzord-border-bottom.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-border-boxed.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-border-left.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-border-left.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-border-top-bottom.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-bottom-trace.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-boxed.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-colored.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-dark.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-gradient.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-shadow.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-strip.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-subcolored.css" rel="stylesheet" type="text/css">
<link href="css/menuzord-skins/menuzord-top-bottom-boxed-border.css" rel="stylesheet" type="text/css">

You can use any of them easily or modify any of them. Just link any of the Menu Skin CSS file before the "</head>" tag as shown below:

Menuzord provides 8 color schemes per each skin. The table below shows the color schemes and correspondent CSS classes:

Color scheme CSS class
default none
blue .blue
green .green
red .red
orange .orange
yellow .yellow
purple .purple
pink .pink

 

 

 

 

 

 

 

 

 



To use a color scheme, just use the proper CSS class. Examples:

a) Red Menuzord


<div id="menuzord" class="menuzord red">
	<ul class="menuzord-menu">
		<li class="active"><a href="#">Item 1</a></li>
		<li><a href="#">Item 2</a></li>
		<li><a href="#">Item 3</a></li>
		<li><a href="#">Item 4</a></li>
	</ul>
</div>

b) Orange Menuzord


<div id="menuzord" class="menuzord orange">
	<ul class="menuzord-menu">
		<li class="active"><a href="#">Item 1</a></li>
		<li><a href="#">Item 2</a></li>
		<li><a href="#">Item 3</a></li>
		<li><a href="#">Item 4</a></li>
	</ul>
</div>

These are the JS files which are loaded into the template before the end of the HEAD and BODY Section.


<!-- external javascripts -->
<script src="js/jquery.js - v1.12.4"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>

<!-- Revolution Slider 5.x SCRIPTS -->
<script src="js/revolution-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="js/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>

This template has a responsive layout and is based on the Bootstrap V3 Framework. For more information about this visit Bootstrap CSS.

The general template structure is the same throughout the template. Here is the general structure:


<section id="sectionID_if_Needed">
	<div class="container">
		<div class="row">
			<!-- Section Title -->
			<div class="section-title">
				<div class="col-md-12">
					...          ...          ...
				</div>
			</div>
			<!-- Section Content -->
			<div class="section-content">
				<div class="col-md-12">
					...          ...          ...
				</div>
			</div>
		</div>
	</div>
</section>

 

Data Attribute: Details
data-bg-color
		<div data-tm-bg-color="#fff">Lorem ipsum dolor sit amet</div>  
data-bg-img
		<div data-tm-bg-img="images/bg/bg1.jpg">Lorem ipsum dolor sit amet</div>  
data-text-color
		<div data-text-color="#fff">Lorem ipsum dolor sit amet</div>  
data-font-size
		<div data-font-size="24px">Lorem ipsum dolor sit amet</div>  
data-height
		<div data-height="25px">Lorem ipsum dolor sit amet</div>  
data-border
		<div data-border="26px">Lorem ipsum dolor sit amet</div>  
data-margin-top
		<div data-margin-top="27px">Lorem ipsum dolor sit amet</div>  
Data Attribute: Details
equal-height

<div class="row equal-height">
<div class="col-md-6">
Lorem ipsum dolor sit amet
</div>
<div class="col-md-6">
Lorem ipsum dolor sit amet
</div>
</div>
Font Weight

.font-weight-100 {
	font-weight: 100 !important;
}
.font-weight-200 {
	font-weight: 200 !important;
}
.font-weight-300 {
	font-weight: 300 !important;
}
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.font-weight-700 {
	font-weight: 700 !important;
}
.font-weight-800 {
	font-weight: 800 !important;
}
.font-weight-900 {
	font-weight: 900 !important;
}

Font Size

.font-9 {
	font-size: 9px !important;
}
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-17 {
	font-size: 17px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-19 {
	font-size: 19px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-21 {
	font-size: 21px !important;
}
.font-22 {
	font-size: 22px !important;
}
.font-23 {
	font-size: 23px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-26 {
	font-size: 26px !important;
}
.font-27 {
	font-size: 27px !important;
}
.font-28 {
	font-size: 28px !important;
}
.font-29 {
	font-size: 29px !important;
}
.font-30 {
	font-size: 30px !important;
}
.font-32 {
	font-size: 32px !important;
}
.font-36 {
	font-size: 36px !important;
}
.font-48 {
	font-size: 48px !important;
}
.font-60 {
	font-size: 60px !important;
}
.font-64 {
	font-size: 64px !important;
}
.font-72 {
	font-size: 72px !important;
}
.font-78 {
	font-size: 78px !important;
}
.font-100 {
	font-size: 100px !important;
}
.font-150 {
	font-size: 150px !important;
}
.font-200 {
	font-size: 200px !important;
}

Letter Spacing

.letter-space-0 {
	letter-spacing: 0px;
}
.letter-space-1 {
	letter-spacing: 1px;
}
.letter-space-2 {
	letter-spacing: 2px;
}

Line Height

.line-height-0 {
	line-height: 0px;
}
.line-height-20 {
	line-height: 20px;
}
.line-height-80 {
	line-height: 80px;
}
.line-height-100 {
	line-height: 100px;
}
.line-height-110 {
	line-height: 110px;
}
.line-height-120 {
	line-height: 120px;
}
.line-height-130 {
	line-height: 130px;
}
.line-height-150 {
	line-height: 150px;
}
.line-height-200 {
	line-height: 200px;
}
.line-height-1em {
	line-height: 1em;
}

Border

.no-border {
	border: none !important;
}
.border-1px {
	border: 1px solid #eeeeee;
}
.border-2px {
	border: 2px solid #eeeeee;
}
.border-3px {
	border: 3px solid #eeeeee;
}
.border-4px {
	border: 4px solid #eeeeee;
}
.border-5px {
	border: 5px solid #eeeeee;
}
.border-left {
	border-left: 1px solid #dcdcdc;
}
.border-right {
	border-right: 1px solid #dcdcdc;
}
.border-top {
	border-top: 1px solid #dcdcdc;
}
.border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.border-bottom-2px {
	border-bottom: 2px solid #eeeeee;
}
.border-bottom-gray {
	border-bottom: 1px solid #d3d3d3;
}
.border-gray {
	border-color: #eeeeee !important;
}

Text Colors


/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
.text-black {
	color: #000 !important;
}
.text-black-111 {
	color: #111111 !important;
}
.text-black-222 {
	color: #222222 !important;
}
.text-black-333 {
	color: #333333 !important;
}
.text-black-444 {
	color: #404040 !important;
}
.text-black-555 {
	color: #555555 !important;
}
.text-gray-dimgray {
	color: #696969 !important;
}
.text-gray-light {
	color: #777777 !important;
}
.text-gray {
	color: #808080 !important;
}
.text-gray-darkgray {
	color: #a9a9a9 !important;
}
.text-gray-silver {
	color: #c0c0c0 !important;
}
.text-gray-lightgray {
	color: #d3d3d3 !important;
}
.text-gray-gainsboro {
	color: #fff !important;
}
.text-gray-lighter {
	color: #eeeeee !important;
}
/* Text White Color*/
.text-white {
	color: #fff !important;
}
.text-white-f1 {
	color: #f1f1f1 !important;
}
.text-white-f3 {
	color: #f3f3f3 !important;
}
.text-white-f7 {
	color: #f7f7f7 !important;
}
.text-white-f8 {
	color: #f8f8f8 !important;
}
.text-white-f9 {
	color: #f9f9f9 !important;
}
.text-white-fa {
	color: #fafafa !important;
}
.text-white-fc {
	color: #fcfcfc !important;
}

Background Color

.bg-deep {
	background-color: #f1f1f1 !important;
}
.bg-light {
	background-color: #f5f5f5 !important;
}
.bg-lighter {
	background-color: #f7f7f7 !important;
}
.bg-lightest {
	background-color: #fcfcfc !important;
}
.bg-black {
	background-color: #000 !important;
}
.divider-dark {
	background-color: #252525 !important;
}
footer.bg-deep {
	background-color: #191919 !important;
}
.bg-black-111 {
	background-color: #111111 !important;
}
.bg-black-222 {
	background-color: #222222 !important;
}
.bg-black-333 {
	background-color: #333333 !important;
}
.bg-black-444 {
	background-color: #404040 !important;
}
.bg-black-555 {
	background-color: #555555 !important;
}
.bg-gray-dimgray {
	background-color: #666666 !important;
}
.bg-gray-light {
	background-color: #777777 !important;
}
.bg-gray {
	background-color: #808080 !important;
}
.bg-gray-darkgray {
	background-color: #a9a9a9 !important;
}
.bg-gray-silver {
	background-color: #c0c0c0 !important;
}
.bg-gray-lightgray {
	background-color: #d3d3d3 !important;
}
.bg-gray-gainsboro {
	background-color: #fff !important;
}
.bg-gray-lighter {
	background-color: #eeeeee !important;
}
/* Bg White Color*/
.bg-white {
	background-color: #fff !important;
}
.bg-white-f1 {
	background-color: #f1f1f1 !important;
}
.bg-white-f3 {
	background-color: #f3f3f3 !important;
}
.bg-white-f5 {
	background-color: #f5f5f5 !important;
}
.bg-white-f7 {
	background-color: #f7f7f7 !important;
}
.bg-white-f8 {
	background-color: #f8f8f8 !important;
}
.bg-white-fa {
	background-color: #fafafa !important;
}
.bg-white-fb {
	background-color: #fbfbfb !important;
}
.bg-white-fc {
	background-color: #fcfcfc !important;
}

Background Image

.no-bg {
	background: none !important;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-img-fixed {
	background-attachment: fixed;
}
.bg-img-cover {
	background-size: cover;
}
.bg-img-center-bottom {
	background-position: center bottom;
}
.bg-img-center {
	background-position: center center;
}
.bg-img-left-bottom {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg-img-right-top {
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-img-left-top {
	background-repeat: no-repeat;
	background-position: left top;
}
.img-fullwidth {
	width: 100%;
}

Background Video

.bg-video {
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: -1;
}
.bg-video .video {
	height: 100%;
	left: 0;
	margin: 0!important;
	position: relative;
	top: 0;
	width: 100%;
}
.bg-video .video .mbYTP_wrapper {
	z-index: -1 !important;
}

Absolute Image Positioning

.overflow-visible {
	overflow: visible !important;
}
.box-absolute {
	position: absolute;
}
.img-absolute-parent {
	position: relative;
}
.img-absolute-parent img.img-absolute {
	position: absolute;
}
.img-absolute-parent img.img-pos-left {
	left: 0;
}
.img-absolute-parent img.img-pos-top {
	top: 0;
}
.img-absolute-parent img.img-pos-bottom {
	bottom: 0;
}
.img-absolute-parent img.img-pos-right {
	right: 0;
}
.img-absolute-parent img.img-pos-center {
	left: 0;
	right: 0;
	margin: 0 auto;
}

Box Table

.display-table-parent {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.display-table {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.display-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

We have added some utility classes with media queries for different screen sizes. Those are given below:

Display Size: Details
max-width : 991px sm-display-block, sm-text-center, sm-text-right etc

/* Here is the css code for max-width : 991px: */

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
	.sm-display-block {
		display: block !important;
	}
	.sm-text-center {
		text-align: center !important;
	}
	.sm-text-right {
		text-align: right !important;
	}
	.sm-text-left {
		text-align: left !important;
	}
	.sm-pull-none {
		float: none !important;
	}
	.sm-pull-left {
		float: left !important;
	}
	.sm-pull-right {
		float: right !important;
	}
	.sm-fullwidth {
		width: 100%;
	}
	.sm-height-auto {
		min-height: auto !important;
	}
	.sm-hide-bg-img {
		background: none !important;
	}
	.maxwidth400 {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.maxwidth500 {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	.maxwidth600 {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}
}


max-width : 767px xs-display-block, xs-text-center, xs-text-right etc

/* Here is the css code for max-width : 767px: */

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.xs-display-block {
		display: block;
	}
	.xs-text-center {
		text-align: center !important;
	}
	.xs-text-right {
		text-align: right !important;
	}
	.xs-text-left {
		text-align: left !important;
	}
	.xs-fullwidth {
		width: 100%;
	}
	.xs-height-auto {
		min-height: auto !important;
	}
	.xs-hide-bg-img {
		background: none !important;
	}
	.xs-pull-none {
		float: none !important;
	}
	.xs-pull-left {
		float: left !important;
	}
	.xs-pull-right {
		float: right !important;
	}
	.xs-pull-center {
		display: table;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.xs-list-inline-none li {
		display: table;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 20px !important;
		padding-left: 0 !important;
	}
}

max-width : 479px xxs-text-center, xxs-height-auto

/* Here is the css code for max-width : 479px: *
@media only screen and (max-width: 479px) {
	.xxs-text-center {
		text-align: center;
	}
	.xxs-height-auto {
		min-height: auto !important;
	}
}

In "custom-bootstrap-margin-padding.css", we have added some custom margin and padding for different screen sizes. Those are given below:

Screen size: Modification class
Basic margin padding
Basic Margin
m-0, m-5, m-10, m-15, m-20, m-30, m-40 ... m-200

Margin top
mt-0, mt-5, mt-10, mt-15, mt-20, mt-30, mt-40 ... mt-200
Margin right
mr-0, mr-5, mr-10, mr-15, mr-20, mr-30, mr-40 ... mr-200
Margin bottom
mb-0, mb-5, mb-10, mb-15, mb-20, mb-30, mb-40 ... mb-200
Margin left
ml-0, ml-5, ml-10, ml-15, ml-20, ml-30, ml-40 ... ml-200

Basic Padding
p-0, p-5, p-10, p-15, p-20, p-30, p-40 ... p-200

Padding top
pt-0, pt-5, pt-10, pt-15, pt-20, pt-30, pt-40 ... pt-200
Padding right
pr-0, pr-5, pr-10, pr-15, pr-20, pr-30, pr-40 ... pr-200
Padding bottom
pb-0, pb-5, pb-10, pb-15, pb-20, pb-30, pb-40 ... pb-200
Padding left
pl-0, pl-5, pl-10, pl-15, pl-20, pl-30, pl-40 ... pl-200
lg:
@media (min-width:1200px) {
}
Basic Margin
m-lg-0, m-lg-5, m-lg-10, m-lg-15, m-lg-20, m-lg-30, m-lg-40 ... m-lg-200

Margin top
mt-lg-0, mt-lg-5, mt-lg-10, mt-lg-15, mt-lg-20, mt-lg-30, mt-lg-40 ... mt-lg-200
Margin right
mr-lg-0, mr-lg-5, mr-lg-10, mr-lg-15, mr-lg-20, mr-lg-30, mr-lg-40 ... mr-lg-200
Margin bottom
mb-lg-0, mb-lg-5, mb-lg-10, mb-lg-15, mb-lg-20, mb-lg-30, mb-lg-40 ... mb-lg-200
Margin left
ml-lg-0, ml-lg-5, ml-lg-10, ml-lg-15, ml-lg-20, ml-lg-30, ml-lg-40 ... ml-lg-200

Basic Padding
p-lg-0, p-lg-5, p-lg-10, p-lg-15, p-lg-20, p-lg-30, p-lg-40 ... p-lg-200

Padding top
pt-lg-0, pt-lg-5, pt-lg-10, pt-lg-15, pt-lg-20, pt-lg-30, pt-lg-40 ... pt-lg-200
Padding right
pr-lg-0, pr-lg-5, pr-lg-10, pr-lg-15, pr-lg-20, pr-lg-30, pr-lg-40 ... pr-lg-200
Padding bottom
pb-lg-0, pb-lg-5, pb-lg-10, pb-lg-15, pb-lg-20, pb-lg-30, pb-lg-40 ... pb-lg-200
Padding left
pl-lg-0, pl-lg-5, pl-lg-10, pl-lg-15, pl-lg-20, pl-lg-30, pl-lg-40 ... pl-lg-200
md:
@media (max-width:1199px) {
}
Basic Margin
m-md-0, m-md-5, m-md-10, m-md-15, m-md-20, m-md-30, m-md-40 ... m-md-200

Margin top
mt-md-0, mt-md-5, mt-md-10, mt-md-15, mt-md-20, mt-md-30, mt-md-40 ... mt-md-200
Margin right
mr-md-0, mr-md-5, mr-md-10, mr-md-15, mr-md-20, mr-md-30, mr-md-40 ... mr-md-200
Margin bottom
mb-md-0, mb-md-5, mb-md-10, mb-md-15, mb-md-20, mb-md-30, mb-md-40 ... mb-md-200
Margin left
ml-md-0, ml-md-5, ml-md-10, ml-md-15, ml-md-20, ml-md-30, ml-md-40 ... ml-md-200

Basic Padding
p-md-0, p-md-5, p-md-10, p-md-15, p-md-20, p-md-30, p-md-40 ... p-md-200

Padding top
pt-md-0, pt-md-5, pt-md-10, pt-md-15, pt-md-20, pt-md-30, pt-md-40 ... pt-md-200
Padding right
pr-md-0, pr-md-5, pr-md-10, pr-md-15, pr-md-20, pr-md-30, pr-md-40 ... pr-md-200
Padding bottom
pb-md-0, pb-md-5, pb-md-10, pb-md-15, pb-md-20, pb-md-30, pb-md-40 ... pb-md-200
Padding left
pl-md-0, pl-md-5, pl-md-10, pl-md-15, pl-md-20, pl-md-30, pl-md-40 ... pl-md-200
sm:
@media (max-width:991px) {
}
Basic Margin
m-sm-0, m-sm-5, m-sm-10, m-sm-15, m-sm-20, m-sm-30, m-sm-40 ... m-sm-200

Margin top
mt-sm-0, mt-sm-5, mt-sm-10, mt-sm-15, mt-sm-20, mt-sm-30, mt-sm-40 ... mt-sm-200
Margin right
mr-sm-0, mr-sm-5, mr-sm-10, mr-sm-15, mr-sm-20, mr-sm-30, mr-sm-40 ... mr-sm-200
Margin bottom
mb-sm-0, mb-sm-5, mb-sm-10, mb-sm-15, mb-sm-20, mb-sm-30, mb-sm-40 ... mb-sm-200
Margin left
ml-sm-0, ml-sm-5, ml-sm-10, ml-sm-15, ml-sm-20, ml-sm-30, ml-sm-40 ... ml-sm-200

Basic Padding
p-sm-0, p-sm-5, p-sm-10, p-sm-15, p-sm-20, p-sm-30, p-sm-40 ... p-sm-200

Padding top
pt-sm-0, pt-sm-5, pt-sm-10, pt-sm-15, pt-sm-20, pt-sm-30, pt-sm-40 ... pt-sm-200
Padding right
pr-sm-0, pr-sm-5, pr-sm-10, pr-sm-15, pr-sm-20, pr-sm-30, pr-sm-40 ... pr-sm-200
Padding bottom
pb-sm-0, pb-sm-5, pb-sm-10, pb-sm-15, pb-sm-20, pb-sm-30, pb-sm-40 ... pb-sm-200
Padding left
pl-sm-0, pl-sm-5, pl-sm-10, pl-sm-15, pl-sm-20, pl-sm-30, pl-sm-40 ... pl-sm-200
xs:
@media (max-width:767px) {
}
Basic Margin
m-xs-0, m-xs-5, m-xs-10, m-xs-15, m-xs-20, m-xs-30, m-xs-40 ... m-xs-200

Margin top
mt-xs-0, mt-xs-5, mt-xs-10, mt-xs-15, mt-xs-20, mt-xs-30, mt-xs-40 ... mt-xs-200
Margin right
mr-xs-0, mr-xs-5, mr-xs-10, mr-xs-15, mr-xs-20, mr-xs-30, mr-xs-40 ... mr-xs-200
Margin bottom
mb-xs-0, mb-xs-5, mb-xs-10, mb-xs-15, mb-xs-20, mb-xs-30, mb-xs-40 ... mb-xs-200
Margin left
ml-xs-0, ml-xs-5, ml-xs-10, ml-xs-15, ml-xs-20, ml-xs-30, ml-xs-40 ... ml-xs-200

Basic Padding
p-xs-0, p-xs-5, p-xs-10, p-xs-15, p-xs-20, p-xs-30, p-xs-40 ... p-xs-200

Padding top
pt-xs-0, pt-xs-5, pt-xs-10, pt-xs-15, pt-xs-20, pt-xs-30, pt-xs-40 ... pt-xs-200
Padding right
pr-xs-0, pr-xs-5, pr-xs-10, pr-xs-15, pr-xs-20, pr-xs-30, pr-xs-40 ... pr-xs-200
Padding bottom
pb-xs-0, pb-xs-5, pb-xs-10, pb-xs-15, pb-xs-20, pb-xs-30, pb-xs-40 ... pb-xs-200
Padding left
pl-xs-0, pl-xs-5, pl-xs-10, pl-xs-15, pl-xs-20, pl-xs-30, pl-xs-40 ... pl-xs-200
xxs:
@media (max-width:479px) {
}
Basic Margin
m-xxs-0, m-xxs-5, m-xxs-10, m-xxs-15, m-xxs-20, m-xxs-30, m-xxs-40 ... m-xxs-200

Margin top
mt-xxs-0, mt-xxs-5, mt-xxs-10, mt-xxs-15, mt-xxs-20, mt-xxs-30, mt-xxs-40 ... mt-xxs-200
Margin right
mr-xxs-0, mr-xxs-5, mr-xxs-10, mr-xxs-15, mr-xxs-20, mr-xxs-30, mr-xxs-40 ... mr-xxs-200
Margin bottom
mb-xxs-0, mb-xxs-5, mb-xxs-10, mb-xxs-15, mb-xxs-20, mb-xxs-30, mb-xxs-40 ... mb-xxs-200
Margin left
ml-xxs-0, ml-xxs-5, ml-xxs-10, ml-xxs-15, ml-xxs-20, ml-xxs-30, ml-xxs-40 ... ml-xxs-200

Basic Padding
p-xxs-0, p-xxs-5, p-xxs-10, p-xxs-15, p-xxs-20, p-xxs-30, p-xxs-40 ... p-xxs-200

Padding top
pt-xxs-0, pt-xxs-5, pt-xxs-10, pt-xxs-15, pt-xxs-20, pt-xxs-30, pt-xxs-40 ... pt-xxs-200
Padding right
pr-xxs-0, pr-xxs-5, pr-xxs-10, pr-xxs-15, pr-xxs-20, pr-xxs-30, pr-xxs-40 ... pr-xxs-200
Padding bottom
pb-xxs-0, pb-xxs-5, pb-xxs-10, pb-xxs-15, pb-xxs-20, pb-xxs-30, pb-xxs-40 ... pb-xxs-200
Padding left
pl-xxs-0, pl-xxs-5, pl-xxs-10, pl-xxs-15, pl-xxs-20, pl-xxs-30, pl-xxs-40 ... pl-xxs-200
1. Basic Divider

Just place a class "divider" to a section to make it divider as like below


<section id="sectionID_if_Needed" class="divider">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				-------   Content here  -------
			</div>
		</div>
	</div>
</section>

2. Fullscreen Divider as like Home section

Just place a class "fullscreen" beside "divider" to make it fullscreen divider


<section id="sectionID_if_Needed" class="divider fullscreen">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				-------   Content here  -------
			</div>
		</div>
	</div>
</section>

3. Divider with Image Background

Just place your image location "images/bg1.jpg" inside data-bg-img to place an image in the background of the divider


<section id="sectionID_if_Needed" class="divider" data-bg-img="images/bg1.jpg">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				-------   Content here    -------
			</div>
		</div>
	</div>
</section>

3. Divider with Color Background

You can also add background color by using predefined attributes like "data-bg-color"


<section data-bg-color="#1A1A1A">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				-------   Content here  -------
			</div>
		</div>
	</div>
</section>

4. Divider with Parallax Image Background

Just place a class "parallax" beside "divider" to make it Parallax Background


<section id="sectionID_if_Needed" class="divider parallax" data-stellar-background-ratio="0.5" data-bg-img="images/bg1.jpg">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				------- Content here -------
			</div>
		</div>
	</div>
</section>

5. Divider with Black Overlay

Just place a class "layer-overlay" beside "divider" to make a black layer overlay


<section id="sectionID_if_Needed" class="divider layer-overlay overlay-dark">
<div class="container"> <div class="row"> <div class="col-md-12"> ------- Content here ------- </div> </div> </div> </section>
6. Divider with White Overlay

Just place a class "overlay-white" beside "layer-overlay" to make a white layer overlay


<section id="sectionID_if_Needed" class="divider layer-overlay overlay-white">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				-------    Content here   -------
			</div>
		</div>
	</div>
</section>

Layer Overlay Utility Classes:


.layer-overlay {
	position: relative;
}
.layer-overlay::before {
	background: rgba(17, 17, 17, 0.65) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.layer-overlay.overlay-light::before {
	background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-lighter::before {
	background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-deep::before {
	background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
	background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-deep::before {
	background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-dark-light::before {
	background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-white-deep::before {
	background-color: rgba(255, 255, 255, 0.92);
}
.layer-overlay.overlay-white-light::before {
	background-color: rgba(255, 255, 255, 0.85);
}
.layer-overlay.layer-pattern::before {
	background-image: url(../images/pattern1.png);
	background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
	background-image: url(../images/pattern2.png);
	background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
	background-image: url(../images/pattern3.png);
	background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
	z-index: 1;
}
.layer-overlay.overlay-blue::before {
	background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
	background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
	background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
	background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
	background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
	background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
	background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
	background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
	background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
	background-color: rgba(16, 196, 92, 0.45);
}

There are two types of preloader we used
1. gif animated images
and
2. CSS animated preloader
It's very easy to use. Here are some examples:

Gif Image preloader example:


<div id="preloader">
	<div id="spinner">
		<img src="images/preloaders/1.gif" alt="">
	</div>
</div>

For changing Gif preloader you have to just replace image name in line number 3 instead of (1.gif) to 2,3,4... up to 12.gif. For more details, just open features-preloader.html file.


CSS animated preloader example:


<div id="preloader">
	<div id="spinner">
		<div class="cssload-container-whirlpool">
			<div class="cssload-whirlpool"></div>
		</div>
	</div>
</div>

For changing CSS preloader you have to just copy those html code and replace your existing preloader in index files. For more details, just open features-preloader.html file.

The Contact form html code example is as follows :


<!-- Contact Form -->
<form id="contact_form" name="contact_form" class="" action="includes/sendmail.php" method="post">

	<div class="row">
		<div class="col-sm-6">
			<div class="form-group">
				<label for="form_name">Name <small>*</small></label>
				<input id="form_name" name="form_name" class="form-control" type="text" placeholder="Enter Name" required="">
			</div>
		</div>
		<div class="col-sm-6">
			<div class="form-group">
				<label for="form_email">Email <small>*</small></label>
				<input id="form_email" name="form_email" class="form-control required email" type="email" placeholder="Enter Email">
			</div>
		</div>
	</div>

	<div class="row">
		<div class="col-sm-6">
			<div class="form-group">
				<label for="form_name">Subject <small>*</small></label>
				<input id="form_subject" name="form_subject" class="form-control required" type="text" placeholder="Enter Subject">
			</div>
		</div>
		<div class="col-sm-6">
			<div class="form-group">
				<label for="form_phone">Phone</label>
				<input id="form_phone" name="form_phone" class="form-control" type="text" placeholder="Enter Phone">
			</div>
		</div>
	</div>

	<div class="form-group">
		<label for="form_name">Message</label>
		<textarea id="form_message" name="form_message" class="form-control required" rows="5" placeholder="Enter Message"></textarea>
	</div>
	<div class="form-group">
		<input id="form_botcheck" name="form_botcheck" class="form-control" type="hidden" value="" />
		<button type="submit" class="btn btn-dark btn-theme-colored btn-flat mr-5" data-loading-text="Please wait...">Send your message</button>
		<button type="reset" class="btn btn-default btn-flat btn-theme-colored">Reset</button>
	</div>
</form>

<!-- Contact Form Validation-->
<script type="text/javascript">
	$("#contact_form").validate({
		submitHandler: function(form) {
			var form_btn = $(form).find('button[type="submit"]');
			var form_result_div = '#form-result';
			$(form_result_div).remove();
			form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>');
			var form_btn_old_msg = form_btn.html();
			form_btn.html(form_btn.prop('disabled', true).data("loading-text"));
			$(form).ajaxSubmit({
				dataType:  'json',
				success: function(data) {
					if( data.status == 'true' ) {
						$(form).find('.form-control').val('');
					}
					form_btn.prop('disabled', false).html(form_btn_old_msg);
					$(form_result_div).html(data.message).fadeIn('slow');
					setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000);
				}
			});
		}
	});
</script>



For placing your email address, just go to form action location action="includes/sendmail.php" and open the sendmail.php file in includes folder. In that php file at line 32, you will see $toemail = 'spam.thememascot@gmail.com'; Now just replace that email address by your own email address. Now your contact form is ready!

The Mailchimp subscribe form html code example is as follows :


<!-- Mailchimp Subscription Form-->
<form id="mailchimp-subscription-form1" class="newsletter-form mt-40">
	<label for="mce-EMAIL"></label>
	<div class="input-group">
		<input type="email" id="mce-EMAIL" data-height="45px" class="form-control input-lg" placeholder="Your Email" name="EMAIL" value="">
		<span class="input-group-btn">
			<button type="submit" class="btn btn-colored btn-dark btn-lg m-0" data-height="45px">Subscribe</button>
		</span>
	</div>
</form>

<!-- Mailchimp Subscription Form Validation-->
<script type="text/javascript">
	$('#mailchimp-subscription-form1').ajaxChimp({
			callback: mailChimpCallBack,
			url: '//thememascot.us9.list-manage.com/subscribe/post?u=a01f440178e35febc8cf4e51f&amp;id=49d6d30e1e'
	});

	function mailChimpCallBack(resp) {
			// Hide any previous response text
			var $mailchimpform = $('#mailchimp-subscription-form1'),
					$response = '';
			$mailchimpform.children(".alert").remove();
			console.log(resp);
			if (resp.result === 'success') {
					$response = '<div class="alert alert-success"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>' + resp.msg + '</div>';
			} else if (resp.result === 'error') {
					$response = '<div class="alert alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>' + resp.msg + '</div>';
			}
			$mailchimpform.prepend($response);
	}
</script>

Now you just have to replace the existing Mailchimp List URL by your own Mailchimp List URL which is shown in line 16 . Now your mailchimp subscribe form is ready!

The Map Default code looks like this:


<!-- Google Map HTML Codes -->
<div
	data-address="121 King Street, Melbourne Victoria 3000 Australia"
	data-popupstring-id="#popupstring1"
	class="map-canvas autoload-map"
	data-mapstyle="default"
	data-height="400"
	data-latlng="22.798835,89.534401"
	data-title="sample title"
	data-zoom="12"
	data-marker="images/map-icon-blue.png">
</div>
<div class="map-popupstring hidden" id="popupstring1">
	<div class="text-center">
		<h3>LegalFirm Office</h3>
		<p>121 King Street, Melbourne Victoria 3000 Australia</p>
	</div>
</div>
<!-- Google Map Javascript Codes -->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyAYWE4mHmR9GyPsHSOVZrSCOOljk8DU9B4"></script>
<script src="js/google-map-init.js"></script>


There are 13 pre-made map styles. You can use any of them.

All the map styles are:

  • data-mapstyle="default"
  • data-mapstyle="style1"
  • data-mapstyle="style2"
  • data-mapstyle="style3"
  • data-mapstyle="style4"
  • data-mapstyle="style5"
  • data-mapstyle="style6"
  • data-mapstyle="style7"
  • data-mapstyle="style8"
  • data-mapstyle="style9"
  • data-mapstyle="dark"
  • data-mapstyle="greyscale1"
  • data-mapstyle="greyscale2"

To add Flickr feed, just place the following code:


<div id="flickr-feed" class="clearfix"> 
<!-- Flickr Link -->
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=8&amp;display=latest&amp;size=s&amp;layout=x&amp;source=user&amp;user=52617155@N08"></script>
</div>

Replace the value of attribute count=8, user=52617155@N08

To add Twitter feed Carousel, just place the following code:

			
				<div class="twitter-feed twitter-carousel text-center pt-60 pb-60" data-username="Envato"></div>
			
		

To add Twitter feed List, just place the following code:

			
			<div class="widget">
				<div class="twitter-feed clearfix" data-username="Envato"></div>
			</div>
			
		

And then change the Twitter username.

Instagram Feed - List

To add Instagram feed List, just place the following code:

			
			<div id="instafeed1" class="instagram-feed" data-userid="3450544574" data-accesstoken="3450544574.1677ed0.7d0725a565914415b40a4953c17bcdc9" data-limit="12" data-resolution="low_resolution"></div>
			
		

Here the main important things are userid and accesstoken. To collect userid and accesstoken, just follow the below steps:

  1. Login to your instagram account from here instagram.com
  2. Then goto http://instagram.pixelunion.net/ and press "Generate Access Token" button.
  3. Copy the generated access token from there and put it into the code

See screenshot:

Instagram Feed - Carousel

To add Instagram feed Carousel, just place the following code:

			
				<div id="instafeed2" class="instagram-feed-carousel" data-userid="3450544574" data-accesstoken="3450544574.1677ed0.7d0725a565914415b40a4953c17bcdc9" data-limit="12" data-resolution="low_resolution"></div>
			
		

These are the scripts used in the template with their related links for documentation.

By default, the template loads Roboto, and Merriweather font from Google Web Font Services, you can change the font with the one that suits you best.

You will find the font code in the "style-main.css" file in the "css" folder:


@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://www.flickr.com/
http://pixabay.com/
http://www.pixeden.com/free-graphics
http://dribbble.com/
https://wallpaperscraft.com/
http://behance.net/
http://pinterest.com/

Video from:
http://youtube.com/
https://vimeo.com/

Google Fonts:
Roboto
Merriweather

Icon Fonts:
Font Awesome Icon Font
Pe-icon-7-stroke
Elegant Icon Font

Again, thank you for purchasing this Template!

If you have any questions, please use our profile contact form on Envato ( http://themeforest.net/user/ThemeMascot ).
We aim to answer all questions within 24 hours . In some cases the waiting time can be extended to 48 hours.

Email: thememascot@gmail.com