/*
* Template Name: Templatename
* Template URI: http://themehappy.com
* Author: themehappy
* Author URI: http://themehappy.com
* Version: 1.0
* Description: Templatename - Responsive Bootstrap 3 Templatename Page Template
*/


/*
====================================
[ TABLE OF CONTENT ]
------------------------------------
1.0 - General Styles
2.0 - Typography

18.0 - Footer

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* -- General Styles -- */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
}

html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	color: #3498DB;
}

a,
a>* {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	color: #3498DB;
}

a:hover {
	color: #c03a2b;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}


/* -- Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 43px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}





/* -- Common Styles -- */


.preview-header-top-area {
  background:url("../images/preview/preview-background.jpg") repeat fixed 0 0 / cover ;
  margin-bottom: 50px;
  padding: 50px 0;
  position: relative;
}

.preview-header-top-area:before {
	background-color: #0078D7;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}
.preview-header-top-area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
.preview-header-top-area p {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  padding: 20px;
  text-transform: capitalize;
}



.preview-single-area img {
    width: 100%;
}

.preview-single-area {
    transition: 1s;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.preview-single-area:hover {
    transition: 1s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}


.preview-single-area h2 {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  padding: 30px 20px;
  text-align: center;
  text-transform: capitalize;
}

.preview-footer-area {
  background: #0078d7 none repeat scroll 0 0;
  margin-top: 30px;
  padding: 30px 0;
}
.preview-footer-area h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-transform: capitalize;
}
.preview-footer-text.p-left a {
  color: #fff;
  font-weight: bold;
}
.preview-footer-text.p-left {
  text-align: right;
}