@charset "utf-8";

@import url("nav.css");
@import url("theme-options.css");

/*Google font*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Exo+2:700");


/* Standar Styles --------------------------------------------------------*/
html {
	font-size: 16px;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #727272;
	font-size: 1rem;
	font-weight: lighter;
	line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {	
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #272727;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 2.225rem;
}
h2,
.h2 {
	/*font-size: 1.875rem;*/
	font-size: 36px;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
	/*font-size: 0.875rem;*/
	font-size: 16px;
}
h6,
.h6 {
  font-size: 0.75rem;
}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.footer-down ul,
.list-styles,
.starts,
.services-lines,
#testimonials,
ul.single-carousel,
.post-options{
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-primary{
	color: #fff;
	font-size: 0.875rem;
	padding: 10px 15px;
	margin-right: 10px;
	border-color: #dedede;
	text-shadow:none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-primary:last-child{
	margin-right: 0;
}
.btn-primary:hover{
	border-color: #cdcdcd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-default{
	font-size: 0.875rem;
	border-color: #dedede;
	text-shadow:none;
}
.btn:hover{
	opacity: 0.8;
}
.btn-primary:hover{
	color: #fff;	
}
.paddings{
	padding: 100px 0;
}
.paddings-mini{
	padding: 50px 0;
}
.padding-top{
	padding-top: 70px;
}
.padding-bottom{
	padding-bottom: 70px;
}
.padding-bottom-mini{
	padding-bottom: 40px;
}
.padding-top-mini{
	padding-top: 30px;
}
.padding-sides{
	padding:20px 30px !important;
}
.no-padding{
	padding: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
.no-margin-top{
	margin-top: 0 !important;
}
.bg-gray{
	background-color: #fcfcfc;
}
.bg-dark{
	background-color: #3a4749;
}
.borders{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.border-top{
	border-top: 1px solid #dfdfdf;
}
.border-right{
	border-right: 1px solid #dfdfdf;
}
.border-bottom{
	border-bottom: 1px solid #dfdfdf;
}
hr.tall {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
}
.list-styles{
	margin-bottom: 20px;
}
.list-styles li{
 	line-height: 40px;
}
.list-styles li a,
.list-styles li{
	font-size: 0.82rem;
	color: #777;
}
.list-styles li i{
	border-radius: 50%;
	width:22px;
	height: 22px;
	background: #232323;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	padding: 6px 5px;
	margin-right: 8px;
}
.show-grid .show-grid-block {
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: #F5F6FA;
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	margin-bottom: 20px;
}
div.fontawesome-icon-list a {
  color: #777;
  font-size: 0.9rem;
  line-height: 2rem;
}
div.fontawesome-icon-list i {
  margin-right: 10px;
}
iframe.video{
	width: 100%;
	height: 180px;
}
.single-carousel{
	overflow: hidden;
}
.single-carousel li{
	position: relative;
}
.single-carousel .info-single-carousel{
	padding: 10px 5% 0 5%;
}
.lead{
	color: #777;
	font-weight: lighter;
	font-size: 1.1rem;
	line-height: 1.6rem;
}
.lead-sm{
	color: #777;
	font-weight: lighter;
	font-size: 1.0rem;
	line-height: 1.4rem;
}

/* Titles ----------------------------------------------*/
.titles{
	margin: 70px auto;
	text-align: center;
	position: relative;
}
.opacy_bg_02 .titles{
	margin: 50px auto;
}
.titles h2{
	color: #222;
	padding: 0;
	z-index: 1;
	position: relative;
}
.opacy_bg_02 .titles h2{
	color: #fff;
}
.titles h2 span{
	font-size: 3.5rem;
	font-weight: lighter;
}
.titles i{
	color: #F5F6FA;
	position: absolute;
	top: -20px;
	left: 55%;
	font-size: 7rem;
	z-index: 0; 
}
.opacy_bg_02 .titles i{
	color: rgba(255,255,255, 0.2);
}
hr.tall{
	margin: 24px auto;
	border: 0;
	max-width: 90%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.opacy_bg_02 hr.tall{
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
}

/* Hover efect -------------------------------------------------*/
.img-hover{
  position: relative;
  overflow: hidden;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 26%;
  height: 100%;
  display: block;
  font-size: 2.5rem;
  color: #fff;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}

/* Semibox Layout ---------------------------------------------*/
.semiboxshadow {
	display: block;
}
.semiboxshadow img {
	width: 1338px !Important;
	max-width: 1340px;
	margin: 0px auto;
	margin-left: -53px;
	margin-top: 150px;
	position: absolute;
	z-index: 0;
}


/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */

/*  Header -------------------------------------------*/
.header-v1{	
	background-color: #232323;
	background: rgba(0,0,0,0.6);	
	position: fixed;
	left: 0;
	max-height: 60px;
	z-index: 9999;
	width: 100%;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v1 .title img{
	background: none;
	box-shadow: none;
	border: none;
	margin-top: 10px;
}

.header_logo {
	display: inline;
}
.header-v1.is-sticky  .header_logo {
	display: none;
}
.header-v1  .header_logo_dk {
	display: none;
}
.header-v1.is-sticky  .header_logo_dk {
	display: inline;
}
.header-v2{	
	background: #fff;	
	position: fixed;
	left: 0;
	z-index: 9999;
	width: 100%;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v2 .flat-mega-menu > ul > .title i,
.header-v2 .flat-mega-menu > ul > .title > a > span{
	color: #232323 !important;
}
.sticky-wrapper{
	height: auto !important;
}
.header-v1.is-sticky{
	border-bottom: 1px solid #dedede !important;
	max-height: 61px;
}
.header-v3{	
	background: #fff;	
	left: 0;
	z-index: 9999;
	width: 100%;
	position: relative;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v4{	
	background-color: #fff;	
	position: relative;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 30px 0;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-v4.is-sticky{
	padding: 10px 0 0 0;
	border-bottom: 1px solid #dedede;
}
.header-v4.is-sticky .flat-mega-menu > ul > .title{
	margin-bottom: 10px;
}
.header-v3 .flat-mega-menu > ul > li,
.header-v3 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li,
.header-v4 .flat-mega-menu > ul > li > a{	
	color: #727272;	
}
.header-v4  .flat-mega-menu > ul{
	text-align: center;
}
.header-v4 .flat-mega-menu > ul > .title {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
}
.header-v4 .flat-mega-menu > ul > .title i {
  right: 42%;
  top: 0;
}
.header-v4 .flat-mega-menu > ul > .title > a {
  text-align: center; 
  padding-right: 0;
  padding-left: 0 !important;
}
.header-v4 .flat-mega-menu > ul > li > a,
.header-v4 .flat-mega-menu > ul > li{
	line-height: 1rem;
	min-height: 30px;
}
.tp-banner-container{
	width:100%;
	overflow: hidden !important;
	position:relative;
	padding:0;
	margin-top: -120px;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.icon-big-nav{
	position: relative;
}
.icon-big-nav i{
	font-size: 10rem;
	position: absolute;
	left: 10%;
	bottom: 0;
	opacity: 0.7;
}

/*  Info head -----------------------------------------*/
.info-head{
	text-align: right;
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #cbd8d8;
	position: relative;
	z-index: 99;
}
.info-head ul {
	padding: 5px 0;
	margin: 0;
}
.info-head ul li ul{
	padding: 0;
	margin: 0;
}
.info-head ul li{
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #dedede;
}
.info-head ul li:first-child{
	border-left: 0;
}
.info-head ul li ul li:last-child{
	border-left: 0;
}
.info-head ul li ul li{
	list-style: none;
	float: none;
	margin: 0;
	width: 100%;
	font-size: 11px;
	border-right: 0;	
	padding: 0;
}
.info-head ul li ul li ul li a{
	color: #777;
	padding: 5px 15px;
	line-height: 20px;
	font-size: 10px;
}
.info-head ul li ul li a img{
	padding-right: 10px;
}
.info-head ul li .dropdown-menu{
	min-width: 100px;
	padding: 0;
	left: 30px;
	top: 27px;
	z-index: 999 !important;
}
.info-head .dropdown-menu > li > a:hover,
.info-head .dropdown-menu > li > a:focus,
.info-head .dropdown-menu > .active > a,
.info-head .dropdown-menu > .active > a:hover,
.info-head .dropdown-menu > .active > a:focus {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #f5f5f5, 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
	color: #000 !important;
}
.info-head ul li a{
	color: #fff;
}
.info-head ul li a:hover{
	text-decoration: none;
}
.info-head ul li a:hover{
	color: #232323 !important;
}
.info-head ul li i{
	padding: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
}
.info-head ul li a i{
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
}

/* Filter Title ------------------------------*/
.filter-title{
	position: absolute;
	margin-top: 80px;
	top: 22%;
	left: 15%;
	width: 70%;
	z-index: 99;
}
.filter-title.top-30{
	top: 30%;
}
.filter-title.top-40{
	top: 40%;
}
.layout-boxed .filter-title, 
.layout-boxed-margin .filter-title{
	top: 30%;
	left: 50%;
	margin-left: -37.5%;
	width: 75%;
}

/* Title Header ---------------------------------------------*/
.title-header{
	text-align: center;
}
.title-header h1{
	color: #fff;
	font-size: 3.2rem;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	line-height: 3.5rem;
	font-weight: bold;
}
.title-header h2{
	color: #fff;
	font-size: 2.2rem;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	line-height: 2.2rem;
	padding: 0px;
}
.title-header p{
	color: #f7f7f7;
	max-width: 700px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

/* Nav Tabs ------------------------------*/
.nav-tabs{
	border: 0;
	margin: 0 auto;
	max-width: 90%;
}
.nav-tabs li{
	margin-right: 10px;
	font-size: 0.8rem;
}
.nav-tabs li i{
	margin-right: 10px;
	font-size: 1rem;
}
.nav-tabs li.active a i,
.nav-tabs li.active a:hover i,
.nav-tabs li a:hover i{
	color: #fff !important;
}
.nav-tabs li,
.nav-tabs li.active,
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
	border: 0 !important;
	color: #fff !important;
}
.nav-tabs li a{
	border:0;
	padding: 12px 35px;
	background: #3a4749;
	color: #fff;
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("http://bucketlisttools.com/images/theme/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}
