@charset "utf-8";
/*------------------------------------------------------------------
[Common Stylesheet]
@Author: SumerianLab
-------------------------------------------------------------------*/
/*
This file contains the common styles of this theme.
*/

/*------------------------------------------------------------------
[Table of contents]

	* 1.0 -> Common
		* 1.1 -> Basic Structure
		* 1.2 -> Text Colors
		* 1.3 -> Font Weight
		* 1.4 -> Font Size
		* 1.5 -> Letter Spacing
		* 1.6 -> Line Height
		* 1.7 -> Custom Margin Padding
		* 1.8 -> Border
		* 1.9 -> List
		* 1.10 -> Pagination
		* 1.11 -> Social Icons
		* 1.12 -> Section & Divider
		* 1.13 -> Solid Color Background
		* 1.14 -> Background Image
		* 1.15 -> Absolute Image Positioning
		* 1.16 -> Header Nav
		* 1.17 -> Navbar Fixed Top
		* 1.18 -> Scroll To Top
    * 1.19 -> Breadcrumb
* ===============================================
*/
/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/
html {
	font-size: 100%;
	max-width: 100%;
}
html, html a {
	-webkit-font-smoothing: antialiased;
}
body {
	max-width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fluid-video-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
}
iframe {
	border: none;
	width: 100%;
}
blockquote {
	border-left: 3px solid #eee;
	margin: 20px 0;
	padding: 5px 20px 10px;
}
blockquote.style2 {
	background: none repeat scroll 0 0 #eee;
	color: #333;
	padding: 5px 20px 10px;
}
.drop-caps p:first-child:first-letter {
	color: #111;
	display: block;
	float: left;
	font-size: 72px;
	line-height: 80px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 4px;
}
.drop-caps.border p:first-child:first-letter {
	border: 1px solid;
	padding: 17px 13px;
}
.text-highlight {
	background: none repeat scroll 0 0 #01cbd9;
	border-radius: 4px;
	color: #fff;
	padding: 0 5px 3px;
}
.text-highlight.cyan {
	background: #aae2f9;
}
.inline-block {
	display: inline-block;
}
/*
 * 1.2 -> Text Colors
 * -----------------------------------------------
*/
.text-white {
	color: #fff !important;
}
.text-white-light {
	color: #ddd !important;
}
.text-gray {
	color: #959595 !important;
}
.text-black {
	color: #444 !important;
}
.text-black-light {
	color: #888 !important;
}
.text-true-black {
	color: #000 !important;
}
/*
 * 1.3 -> 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-bold {
	font-weight: 700 !important;
}
.font-weight-800 {
	font-weight: 800 !important;
}
/*
 * 1.4 -> 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-20 {
	font-size: 20px !important;
}
.font-22 {
	font-size: 22px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-28 {
	font-size: 28px !important;
}
.font-30 {
	font-size: 30px !important;
}
.font-32 {
	font-size: 32px !important;
}
.font-36 {
	font-size: 36px !important;
}
.font-40{
	font-size: 40px !important;
}
.font-42{
	font-size: 42px !important;
}
.font-48 {
	font-size: 48px !important;
}
.font-50 {
	font-size: 48px !important;
}
.font-58 {
	font-size: 58px !important;
}
.font-60 {
	font-size: 60px !important;
}
.font-64 {
	font-size: 64px !important;
}
.font-72 {
	font-size: 72px !important;
	line-height: 1.1;
}
.font-100 {
	font-size: 100px !important;
	line-height: 1.1;
}
.font-150 {
	font-size: 150px !important;
	line-height: 1.1;
}
.font-194 {
	font-size: 194px !important;
	line-height: 1.1;
}
.font-200 {
	font-size: 200px !important;
}

/*
 * 1.5 -> Font Style
 * -----------------------------------------------
*/
.font-normal {
   font-style: normal;
}
.font-italic  {
   font-style: italic ;
}

/*
 * 1.5 -> Letter Spacing
 * -----------------------------------------------
*/
.letter-space-0 {
	letter-spacing: 0px;
}
.letter-space-1 {
	letter-spacing: 1px;
}
.letter-space-2 {
	letter-spacing: 2px;
}
.letter-space-3 {
	letter-spacing: 3px;
}
.letter-space-4{
	letter-spacing: 4px;
}
.letter-space-5{
	letter-spacing: 5px;
}
.letter-space-6{
	letter-spacing: 6px;
}
.letter-space-7{
	letter-spacing: 7px;
}
.letter-space-8{
	letter-spacing: 8px;
}
.letter-space-9{
	letter-spacing: 9px;
}
.letter-space-10{
	letter-spacing: 10px;
}
/*
 * 1.6 -> Line Height
 * -----------------------------------------------
*/
.lineheight-20 {
	line-height: 20px;
}
/*
 * 1.7 -> Custom Margin Padding
 * -----------------------------------------------
*/
.mb-5 {
	margin-bottom: 5px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.p-25 {
	padding: 25px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mt-12 {
	margin-top: 12px !important;
}
/*
 * 1.8 -> Border
 * -----------------------------------------------
*/
.no-border {
	border: none !important;
}
.border-1px {
	border: 1px solid #eee;
}
.border-2px {
	border: 2px solid #eee;
}
.border-3px {
	border: 3px solid #eee;
}
.border-4px {
	border: 4px solid #eee;
}
.border-5px {
	border: 5px solid #eee;
}
.border-left {
	border-left: 1px solid #eee;
}
.border-right {
	border-right: 1px solid #eee;
}
.border-bottom {
	border-bottom: 1px solid #efefef;
}

/*
 * 1.9 -> List
 * -----------------------------------------------
*/
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list {
	list-style: outside none none;
	margin-top: 13px;
	padding-left: 0;
}
ul.list > li {
	margin: 10px 0;
}
ul.list li:before {
	border: none;
	content: "\f00c";
	color: #aaa;
	display: inline-block;
	font-family: fontawesome;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
}
ul.list.angle-double-right li:before {
	content: "\f101";
	font-family: fontawesome;
}
ul.list.angle-right li:before {
	content: "\f105";
	font-family: fontawesome;
}
ul.list.check-circle li:before {
	content: "\f058";
	font-size:  24px;
	font-family: fontawesome;
	vertical-align: middle;
}
ul.list li:hover:before {
	background: none;
	border-color: transparent;
}
ul.list li a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.list-dashed > article,
.list-dashed > div,
.list-dashed > li {
	border-bottom: 1px dashed #ddd !important;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.list-dashed.dark-dash > article,
.list-dashed.dark-dash > div,
.list-dashed.dark-dash > li {
	border-bottom: 1px dashed #333 !important;
}

/*
 * 1.10 -> Pagination
 * -----------------------------------------------
*/
.pagination li a {
	margin-right: 10px;
	color: #333333;
}
.pagination li.active a {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #333;
	color: #fff;
}
.pagination > li:last-child a {
  margin-right: 0;
}
/* pagination square-light */
.pagination.square-gray li a {
	margin-right: 10px;
	color: #333333;
}
.pagination.square-gray li.active a {
	background: none repeat scroll 0 0 #d0d0d0;
	border: 1px solid #eee;
	color: #333;
}
/* pagination flat */
.pagination.flat li a {
	border: 1px solid transparent;
	margin-right: 10px;
	color: #333333;
}
.pagination.flat li.active a {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #333;
	color: #fff;
}

/*
 * 1.11 -> Social Icons
 * -----------------------------------------------
*/
.social-icons {
	list-style: outside none none;
	margin: 30px 0;
	padding: 0;
}
.social-icons > li {
	display: inline-block;
}
.social-icons > li:first-child {
	padding-left: 0;
}
.social-icons a {
	background: #eee;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-right: 2px;
	text-align: center;
	width: 40px;
}
.social-icons.small a {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.social-icons.medium a {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.social-icons.large a {
	font-size: 32px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.social-icons.extra-large a {
	font-size: 60px;
	height: 120px;
	line-height: 120px;
	width: 120px;
}
.social-icons a,
.social-icons a i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.social-icons a:hover {
	background: #393939;
}
.social-icons a:hover i {
	color: #fff;
}
/* social-icons square */
.social-icons.square a {
	border-radius: 0;
}
/* social-icons flat */
.social-icons.flat a {
	background: none;
	height: auto;
	width: auto;
	margin-right: 15px;
}
.social-icons.flat a:hover i {
	color: #111;
}
.social-icons.flat.medium a {
	height: 40px;
	width: 40px;
}

/*
 * 1.12 -> Section & Divider
 * -----------------------------------------------
*/
/* Section Common Css */
section {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
section > .container,
section > .container-fluid {
	padding-top: 60px;
	padding-bottom: 60px;
}
section#services .container {
	padding-bottom: 0 !important;
}
section#newsletter .container {
	padding-top: 20px !important;
}
#blog .container {
  /*padding-top: 120px;*/
}
#services .container,
#gallery .container {
  padding-top: 0;
}
#location .container {
  padding-bottom: 60px;
}
.section-title {
	margin-bottom: 40px;
}
/* Divider Common Css */
.divider, .parallax {
	/*background-image: url("http://placehold.it/1920x1280");*/
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.parallax-404 {
	background: url("../images/bg_404.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
  height: auto;
}

.divider .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.divider .container.small-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.divider .container.extra-padding {
	padding-top: 180px;
	padding-bottom: 180px;
}
/* layer-overlay */
.layer-overlay {
	position: relative;
}
.layer-overlay::before {
  background: rgba(68, 149, 37, 0.40) 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(2, 6, 8, 0.4);
}
.layer-overlay.overlay-dark::before {
	background-color: rgba(2, 6, 8, 0.85);
}
.layer-overlay.overlay-dark-deep::before {
	background-color: rgba(2, 6, 8, 0.90);
}
.layer-overlay.overlay-dark-light::before {
	background-color: rgba(2, 6, 8, 0.80);
}
.layer-overlay.overlay-white::before {
	background-color: rgba(255,255,255,0.90);
}
.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.overlay-white-very-light::before {
	background-color: rgba(255,255,255,0.5);
}
.layer-overlay.layer-pattern::before {
	background-image: url(../images/pattern1.png);
	background-color: rgba(2, 6, 8, 0.6);
}
.layer-overlay.layer-pattern2::before {
	background-image: url(../images/pattern2.png);
	background-color: rgba(0,5,8,0.8);
}
.layer-overlay.layer-pattern3::before {
	background-image: url(../images/pattern3.png);
	background-color: rgba(0,5,8,0.8);
}
.layer-overlay.maximage-layer-overlay::before {
	z-index: 1;
}
/* parallax */
.parallax {
	background-attachment: fixed;
}

/**
 * 1.13 -> Solid Color Background
 * -----------------------------------------------
 */
.bg-solid-color {
	background-color: #f7f7f7 !important;
	background-image: none !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-off-white {
	background-color: #fffef4 !important;
}
.bg-white-gray {
	background-color: #f1f1f1 !important;
}
.bg-white-light-gray {
	background-color: #f8f8f8 !important;
}
.bg-gray {
	background-color: #393939 !important;
}
.bg-light-gray {
	background-color: #e8e8e8;
}
.bg-black {
	background-color: #111 !important;
}
.bg-true-black {
	background-color: #000 !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-light {
	background-color: #555 !important;
}
.bg-white-transparent {
	background-color: rgba(255,255,255,0.1) !important;
}
.bg-dark-transparent {
	background-color: rgba(0,0,0,0.5) !important;
}
/**
 * 1.14 -> Background Image
 * -----------------------------------------------
 */
.no-bg
	background: none !important;
}
.bg1 {
	/*background-image: url("http://placehold.it/1920x1280");*/
}
.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;
}
.img-fullwidth {
	width: 100%;
}
/**
 * 1.15 -> 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;
}

/*
 * 1.16 -> Header Nav
 * -----------------------------------------------
*/
.header-nav {
	position: relative;
}
.header-nav .header-nav-absolute-wrapper {
	width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
	padding: 0;
}
/* menuzord */
.menuzord-menu > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.menuzord .menuzord-menu > li.active > a i, .menuzord .menuzord-menu > li:hover > a i, .menuzord .menuzord-menu ul.dropdown li:hover > a i {
	color: #fff;
}
.menuzord .menuzord-menu ul.dropdown,
.menuzord .menuzord-menu .megamenu {
    border: 1px solid #f0f0f0;
}
/* megamenu-row */
.menuzord-menu > li > .megamenu .megamenu-row li {
	border: 0 none;
	clear: both;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
	display: block;
	color: #555;
	padding: 8px 10px;
	-webkit-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-o-transition: padding .2s linear;
	transition: padding .2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a, .menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
	color: #111;
	padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
	color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i, .menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
	color: #fff;
}
@media only screen and (max-width : 768px) {
	.menuzord-menu {
		background: #fff;
	}
}
/* scrolltofixed */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
	border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.header .inner-sticky-wrapper {
	height: 80px;
}
@media only screen and (min-width : 769px) {
	.header-nav .header-nav-absolute-wrapper {
		bottom: -36px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		z-index: 1111;
	}
	.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
		bottom: auto;
	}
}

/*
 * 1.17 -> Navbar Fixed Top
 * -----------------------------------------------
*/
.header-nav {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 1030;
}
/* navbar sticky animated */
.navbar-sticky-animated .header-nav-wrapper .container {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
/* header white */
.header-nav.navbar-white {
	background-color: rgba(255, 255, 255, 0.95);
	border: medium none;
}
.header-nav.navbar-white .menuzord {
	background: transparent;
}
/* header white */
.header-nav.navbar-colored {
	background-color: rgba(0, 0, 0, .90);
	border: medium none;
}
.header-nav.navbar-colored .menuzord {
	background: transparent;
}
/* header transparent */
.header-nav.navbar-transparent.animated-active {
	background: transparent;
}
.header-nav.navbar-transparent .menuzord {
	background: transparent;
}
.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
	border-bottom: none !important;
}
@media only screen and (min-width : 769px) {
	.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
		color: #fff;
	}
}

/*
 * 1.18 -> Scroll To Top
 * -----------------------------------------------
*/
.scrollToTop {
	background: rgba(0, 0, 0, 0.1);
	bottom: 15px;
	display: block;
	height: 50px;
	padding: 2px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 99999;
}
.scrollToTop i {
	color: #fff;
	font-size: 42px;
}
.scrollToTop:hover {
	background: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

/*
 * 1.19 -> Breadcrumb
 * -----------------------------------------------
*/
section#breadcrumb{
  background: rgba(0, 0, 0, 0) url("../images/breadcrumb.jpg") repeat scroll 0 0;
  display: block;
  font-family: "Oswald",sans-serif;
  width: 100%;
  border-top: thick solid black;
}
section#breadcrumb .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.breadcrumb .arrow {
  background: rgba(0, 0, 0, 0) url("../images/breadcrumb-arrow.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 19px;
  margin: 0 10px 0 7px;
  width: 6px;
}
.breadcrumb-title {
	font-size: 15px;
}
.breadcrumb-title-active {
	font-size: 25px;
}
