/*! Tensilon - Creative Multi-Purpose Html5 Template | MIT License */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */



/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
body {
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    line-height: 1.6;
	font-weight: 400;
    color: #333333;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;
	font-weight: 700;
	line-height:1.1;
	text-transform: uppercase;
}
span {
	color:#f9b701;
}

/*=======================================================
			Page Loader
========================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999;
	opacity: 1;
}
.loader {
	position: absolute;
	width: 100px;
	margin: 0 auto;
	top: 50%;
	left: 0px;
	margin-top: -60px;
	right: 0px;
}
.wrapper {
	/*max-width:1170px;*/
	margin: 0 auto;
	background: #ffffff;
}
section, footer {
	max-width: 1600px;
	margin: 0 auto;
}
.separator, .spacer {
    height: 1px;
    margin: 15px 0;
    clear: both;
	width: 100%;
	float: left;
}
.border-top {
	border-top: 1px solid #ddd; 
}
.separator {
    background: #ddd;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.30);
}
.spacer {
    background: 0 0;
}
.padding {
	    padding: 50px 0 70px 0;
}
.padding.no-title {
	    padding: 70px 0;
}


.padding-box-40 {
	    padding:40px;
}
.padding-box-15 {
	    padding:15px;
}
.padding-box-vertical {
	    padding:30px 15px;
}
.animate {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.scrolloff {
       pointer-events: none;
}
.scrollon {
    max-height: 420px;
    overflow-y: auto;
}
::selection {
	background: #f9b701;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #f9b701; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}

::-webkit-selection {
	background: #f9b701; /* Safari */
	color: #ffffff;
	text-shadow: none;
}

: active, :focus {
    outline: 0!important;
}   
   
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0 !important;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.margintop {
	margin-top: 30px;
}
.marginbottom {
	margin-bottom: 30px;
}

.col-centered {
	display: inline-block;
    float: none;
	margin-bottom: -5px;
}
.contact-form .btn {
    margin-top: 30px;
}
.comment-form .row {
    margin-bottom: 15px;
}
.location-map {
	width:100%;
	margin-top: 50px;
}
.bottom-margin {
	    margin-bottom: 30px;
}
.align-center {
	margin: 0 auto;
}
.left-col {
	margin-bottom: 45px;
}
a {
    color: #f9b701;
    text-decoration: none;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
a:hover, a:focus {
	text-decoration: none;
	 color: #999999;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;

}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: -2px;
}
.btn-default {
  color: #f9b701;
  background-color: transparent;
  border-color: #f9b701;

}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: transparent;
  border-color: #f9b701;
}
.btn-default:hover {
	color: #333333;
  background-color: transparent;
  border-color: #f9b701;
}
.btn-primary {
  color: #ffffff;
  background-color: #f9b701;
  border-color: #f9b701;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #f9b701;
  border-color: #f9b701;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f9b701;
    border-color: #f9b701;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
     background-color: #f9b701;
    border-color: #f9b701;
}
.btn-primary:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #f9b701;
}
.bgimg {
	background-attachment: fixed;
    background-size: cover;
	background-position:center;
}
.bs-callout-bold {
    padding: 10px 20px;
    border: 1px solid #dddddd;
    display: table;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 1170px;

}
.bs-callout-bold .left-border {
	border-left: 6px solid #f9b701;
	padding: 10px 20px;
}
/*.demo-pages h6 {
	background: #333333;
    padding: 20px 0;
    color: #ffffff;
}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.6;
    width: 100%
}
caption, td, th {
    font-weight: 400;
    text-align: left;
}
dt, th {
    font-weight: 700;
}
th {
    background: #aaaaaa;
    color: #fff;
}
img, figcaption {
	margin-bottom: 20px;
}
caption {
    font-size: 16px;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
dl {
    margin: 0 20px;
}
.event-search label, .event-search select {
    color: #666;
    font-weight: 400;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
iframe {
    border: 0;
	width: 100%;
}
b {
    font-size: 18px;
}
em {
    font-weight: 400;
    font-size: 12px;
}


.navbar .navbar-brand {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
     height:35px;
    margin:21px 0;
}

.dark, .dark p,.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark li, .dark span, .dark .content-box p, .dark .content-box i {
	color: #ffffff;
}
.blackbg {
	background-color: rgba(51, 51, 51, 0.9) !important;
}
.lightblackbg {
	background-color: #666666 !important;
}
.jetblackbg {
	background-color: #000000 !important;
}
.themebg {
	background-color: #f9b701 !important;
}
.whitebg {
	background-color: #ffffff !important;
}
.greybg {
	background-color: #f8f8f8 !important;
}
.darkgreybg {
	background-color: #dddddd !important;
}

.border-bottom {
	border-bottom:5px solid #ffffff;
}
.title {
	margin-bottom: 45px;
}
.title p {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing:0.1em;
}

.title-separator {
	width: 45px;
	height: 6px;
	background: #f9b701;
	margin: 0 auto;
}

.title .text-normalcase {
	text-transform: lowercase;
}
.theme {
	color: #f9b701 !important;
}
.white {
	color: #ffffff !important;
}
.black {
	color: #000000 !important;
}

.align-center {
	margin: 0 auto;
}


/*************** Navigation Bar***************/
#header .navbar-default{
-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.18);
-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.18);
box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.18);
}
.header-style-one.sticky-header .logo-white {
	display: none;
}
.header-style-one.sticky-header .logo-black {
	display: block;
}
.header-style-one .logo-white {
	display: block;
}
.header-style-one .logo-black {
	display: none;
}

.header-style-one .navbar-default {
	background: none;
    border: none;
	margin-top: 20px;
}
.header-style-one  .navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-toggle {
	margin: 23px 15px;
}
.sticky-header .navbar-toggle {
	margin: 9px 15px;
}
.sticky-header {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4000;
    border-top: 0;
}
.sticky-header .navbar-default {
	background: #ffffff;
    border-color: #ffffff;
	margin-top: 0;
}
.sticky-header .navbar-nav > li > a {
	    margin: 5px 0;
}
.sticky-header  .navbar-default .navbar-nav > li > a {
	color: #333333;
}
.sticky-header .navbar .navbar-brand {
	    margin: 19px 0;
}

.navbar-default {
	background: #ffffff;
	border-color: #ffffff;
}
.navbar-nav > li > a {
	margin: 15px 0; 
	text-transform:uppercase;
	font-size: 0.9em;
}
.navbar-default .navbar-nav > li > a {
	color: #333333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f9b701;
    background: none;
}


.navbar-inverse {
	background: #000000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background:none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.open > a:hover  {
	color: #f9b701;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 0.9em;
    text-align: left;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 7px 17px -2px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 7px 17px -2px rgba(0,0,0,0.13);
box-shadow: 0px 7px 17px -2px rgba(0,0,0,0.13);
	    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -moz-animation: fadein 0.3s; /* Firefox */
    -ms-animation: fadein 0.3s; /* Internet Explorer */
    -o-animation: fadein 0.3s; /* Opera */
    animation: fadein 0.3s;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top: 2px solid #f9b701;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.9em;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.dropdown-menu>li>a, .dropdown-submenu>.dropdown-menu>li>a {
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000000;
    background-color: #f9b701;
}



/**************** Slider ******************/
#main-slider .row {
	background: #333333;
}




.thumbnail .caption a h4 {
	color: #000000;
}
.thumbnail {
	border: none;
	cursor: pointer;
	background:none;
}
.thumbnail:hover .thumbnail-icon i {
	color: #f9b701;
}
.dark .thumbnail {
	background: none;
}
.dark .thumbnail a h4 {
	color: #ffffff;
}

.thumbnail-icon {
	margin-bottom: 40px;
	
}
.thumbnail-icon i {
	width: 42px;
}
.fa-minus {
	color: #f9b701;
}

/**************Products Restaurant**********************/
.product_description {
	color: #333333;
}
#main_product .col-md-15 a {
    float: left;
    border: 1px solid #dddddd;
    padding: 10px;
	margin: 15px 0;
}
.restaurant-product span.price {
	font-size: 22px;
	font-weight: 700;
	color: #ff0000;
	margin-top: -25px;
    display: block;
}
/*************** Footer *****************/
footer {

}
footer#style-one {

}
footer .row {
	background: #333333;
}

footer#style-one .col-2 {
	background: #ffffff;
}
.yellow-field.form-control {
	background: #f9b701;
	border: none;
	color: #ffffff;
}
footer#style-corporate {
	background: #333333;
}
.yellow-field.form-control::-moz-placeholder{
	color:#ffffff;
	opacity:1;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;

}
.yellow-field.form-control::-ms-input-placeholder{
	color:#ffffff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;

}
.yellow-field.form-control::-webkit-input-placeholder{
	color:#ffffff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;

}

.list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu {
	list-style: none;
	padding: 20px 30px;
	margin: 0;
	
}
.footer-menu li {
	padding: 10px;;
}
.footer-menu a {
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.footer-menu a:hover {
	color: #f9b701;
}
.row.copyright-bar {
	margin-bottom: 0;
	padding: 20px;
	font-size:12px;
}
.footer-bottom-bar {
	margin-bottom: 0;
	padding: 30px;
}
.social-icons {
	list-style: none;
	padding: 0;
	margin: 0;

}
.social-icons li {
	display: inline-block;
	text-align: center;
}
.social-icons i {
    width: 15px;
    height: 15px;
}
.social-icons li  a{
	color: #ffffff;
	padding: 20px;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
background: #000000;
}
.social-icons li  a:hover{
	color: #f9b701;

}
/*********************************************
	-	Revolution Slider	-
**********************************************/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}


.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}


/************Page Title***************/
.page-header-bar {
	margin-top:35px;
}
.page-title h1 {
	color: #ffffff;
}
.page-title {
	background-color: #f9b701;
}
.page-title h4 {
	color: #ffffff;
}
.breadcrumb-bar {
	background-color: #333333;
}
.page-title, .breadcrumb-bar {
	    padding: 15px 20px;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin-top: 10px;
    margin-bottom: 10px;
	    line-height: 1.4;
}
.breadcrumb li, .breadcrumb li a {
	color: #ffffff;
	text-transform:capitalize;
}
.breadcrumb > li + li:before {
	color: #ffffff;
}

/*****sidebar search*****/

.search { 
	margin-bottom: 50px;
}
.search form {
	position: relative;
}
.search input {
	width: 100%;
	border: solid 1px #dddddd;
	padding: 0px 15px;
    height: 41px;
	background: #fff;
	outline: none; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}
.search input:hover {
	border-color: #bbb;
}
.search input:focus {
	border-color: #dddddd; background-color: #f8f8f8;
}
.search-icon {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #ffffff;
	border-left: solid 1px #cccccc;
	
	padding: 9px 15px;
	cursor: pointer;
	background: #f9b701;
	font-size: 13px;
}
.icon-search3:before {
	content: "\f002";
	font-family: FontAwesome;
}

/************Widget**************/

.widget {
    margin-bottom: 45px;
	float: left;
	width: 100%;
}
.widget .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 1px;
}
.widget .sidebar-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #f9b701;
}
.widget .list{
	position:relative;
	list-style: none;
    padding: 0px;
    margin: 0px;
}

.widget .list li{
	position:relative;
	padding:8px 0px;
	border-bottom:1px solid #dadada;
	line-height:32px;	
}

.widget .list li .count{
	position:relative;
	float:right;
	line-height:32px;	
	color:#f9b701;
}
.widget .list li a span {
	color: #333333;
}
.dark .widget .list li a span {
	color: #ffffff;
}

.widget .list li a{
	position:relative;
	display:block;
	color:#333333;
	font-size:0.9em;
	font-weight:700;
	text-transform: uppercase;
}

.widget .list li a:hover{
	color:#f9b701;	
}

.widget .checklist-outer{
	margin-right:0px !important;
	max-height:320px;
	overflow:auto;	
}

.widget .post {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget .post li {
	border-bottom: 1px solid #dddddd;
	float: left;
	padding: 30px 0;
	width: 100%;
}

.widget .post li h5 {
	margin: 0;
}
.widget .post img {
	width: 64px;
	float: left;
	margin-right: 15px;
}
.widget .post time {
	font-size: 12px;
	text-transform: uppercase;
}
/***gallery lightbox*****/

.modal-body {
          padding:15px !important;
      }
      .modal-content {
          border-radius:10px;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
     width: 80px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: 700;
    margin: 10px 0;        
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }
.gallery-widget {
	margin:0;
	padding: 0;
	list-style: none;

}
.gallery-widget li {
	
	display: inline-block;
	width: 24%;
	margin-bottom: 4px;
}

.gallery-widget li  img {
    cursor: pointer;
	width: 100%;
}
/***********Modal***********/
.modal-footer {
  border-top: 1px solid #DDDDDD;
  padding: 0px; }

.modal-footer .left-side, .modal-footer .right-side {
  display: inline-block;
  text-align: center;
  width: 49%; }

.modal-footer .btn-simple {
  padding: 23px;
  width: 100%;
border: none;
background: none;
color: #333333;
  }

.modal-footer .divider {
  background-color: #DDDDDD;
  display: inline-block;
  float: inherit;
  height: 63px;
  margin: 0px -3px;
  position: absolute;
  width: 1px; 
 }

/*********Tags*************/
.widget .tags {
	margin:0;
	padding: 0;
	list-style: none;
}
.widget .tags li {
	display: inline-block;
	line-height: 37px;
	
}
.widget .tags li a {
	background: none;
	color: #666666;
	padding: 9px 15px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}
.widget .tags li a:hover { 
	background: #f9b701;
	color: #ffffff;
	border: 1px solid #f9b701;
}


/*--------------- Pricing Table ---------------*/
#pricing {
}
.billing {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
	margin-bottom: 50px;
}
.billing ul {
	list-style: none;
	position: relative;
	left: 50%;
}
.billing ul li {
	float: left;
}

.billing li a {
	border: 1px solid #dddddd;
	padding: 3px 30px;
	color: #666666;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight:600;
	cursor: pointer;
}
.billing li a:hover {
	border: 1px solid #f9b701;
	color: #ffffff;
	background: #f9b701;
	
}
.billing li .active {
	border: 1px solid #f9b701;
	color: #ffffff;
	background: #f9b701;
}
.pricing-box {
	border: none;
	    margin-bottom: 20px;
}
.pricing-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}
.pricing-box ul li {
	text-align: center;
	line-height: 40px;
	background: #f3f3f3;
	margin: 0;
	font-size: 14px;

}

.pricing-box li.plan-title {
	text-transform: uppercase;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;

	color: #000000;
}
.pricing-box .featured li.plan-title {
	color: #f9b701;
} 
.pricing-box li.subscription-price {
	
	color: #000000;
	position: relative;
	border-bottom: none;
	font-size: 42px;
	font-weight: 600;
	padding: 20px;
}
.pricing-box .featured li.subscription-price {

}
.pricing-box li.subscription-price .currency {
	position: absolute;
	top: 0; left: 45%;
	margin-left: -70px;
	font-size: 26px;
	font-weight:600;
}
.pricing-box li.subscription-price .price {
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
}

.pricing-box li.subscription-price .month {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 220px;
	top: 80px;
}

.ptop10 {
	color: #f9b701;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
}
.pricing-box li.sign-up {
	line-height: 100px;
}
.pricing-box li.sign-up a {
	color: #000000;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 42px;
    font-size: 12px;
}
.pricing-box li.sign-up a:hover {
	background: #f9b701;
	color: #ffffff;
	text-decoration: none;
	 border: 1px solid #f9b701;
}
.pricing-box .featured li.sign-up a {

}
.pricing-box .featured li.sign-up a:hover{

}

/*--------------- End Pricing Table ---------------*/




/*--------------- Blog Post ---------------*/
.blog-post-thumbnail {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.blog-post-thumbnail .post-content {

}
.blog-post-thumbnail img {

}
.blog-post-thumbnail .img-post {
	margin-bottom:20px;
}
/* Blog Video Player */
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Blog Audio Player */
.mejs-container .mejs-controls { background: #555555; height: 55px;}
.mejs-container { width: 100% !important; /* height: 55px !important; */ padding: 0 15px !important;}
audio {
	width: 100%;
}

.category, time, .comments {
	font-size: 12px;
    color: #aaaaaa;
	-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.category:hover, time:hover, .comments:hover{
   color: #f9b701;
}
article {
	margin-bottom: 40px;
    float: left;
}
header.entry-meta  {
	margin-bottom:20px;
}
footer.entry-meta  {
	margin-top:20px;
}
.entry-content a {
	color: #000000;
}
.entry-meta a {
	color: #aaaaaa;
	text-transform: uppercase;
		font-size: 11px;
	
}
.entry-meta a:hover {
	color: #f9b701;
}
footer.entry-meta {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	float:left;
	width: 100%;
	padding: 10px 0;
}
footer.entry-meta .social-icons li a {
	background: none;
	color: #333333;
	padding: 5px 10px;
}
footer.entry-meta .social-icons li a:hover {
	color: #f9b701;
}


/*************Comments***************/
.panel {
	border: 0px;
	border-bottom: 1px solid #dddddd;
	-webkit-box-shadow: none;
    box-shadow: none;
}
/*Comment List styles*/
.comment-list .row {
  margin-bottom: 0px;
}
.reply-button {
	top: 15px;
    position: absolute;
    right: 30px;
}
.comment-date {
	font-size: 12px;
	color: #aaaaaa;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}


/***************** Box Styles****************/
.content-box {
	margin: 15px 0;
	float: left;
	width: 100%;
}

.content-box p, .content-box i {
	color: #333333;
	text-decoration: none;
	margin: 0;
}

/*Box Style One*/

.style-one .icon {
	border: 1px solid #dddddd;
    padding: 70px 20px;
    width: 70px;
    margin-bottom: 30px;
}
.style-one .icon i {
	font-size: 22px;
	text-align: center;
    width: 30px;
    height: 30px;
}

.style-one:hover .icon {
	background: #f9b701;
	border: 1px solid #f9b701;
}

.style-one:hover i {
	color: #ffffff;
}

/*Box Style Two*/
.style-two {
	background: #ececec;
	padding: 40px 15px;
}
.style-two h4 {
	color: #000000;
}
.style-two a, .style-two span, .content-box.style-two p {
	color: #000000;
}

/*Box Style Three*/
.style-three .icon {
	float: left;
}
.style-three .icon i {
	font-size: 22px;
	margin-right: 15px;
	-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.style-three h4 {
	margin-top: 3px;
}

.style-three:hover i {
	color: #f9b701;
}
.style-three p {
	
}
/*Box Style Four*/ 

.style-four li  {
	text-align:center;
}

.style-four .icon {
	border: 1px solid #dddddd;
	padding: 60px 0;
	font-size: 25px;
	text-align: center; 
}

.style-four li:hover .icon {
	background: #ffffff;
	border: 1px solid #ffffff;
	
}
.style-four .separator {
	height: 10px;
	float: none;
}
.style-four:hover .icon {
	background: #f9b701;
	border: 1px solid #f9b701;
}
.style-four:hover i {
	color: #ffffff;
}
.style-four p {
	margin-bottom: 20px;
}
/*Box Style Five*/
.style-five{
	border:1px solid #dddddd;
	text-align: center;
	padding: 80px 5px;
}
.style-five h6{
	margin-bottom: 0;
}
.style-five:hover {
	border:1px solid #f9b701;
	background:#f9b701;
	text-align: center;
	padding: 80px 5px;
	color: #ffffff;
}
.style-five:hover i, .style-five:hover h6  {
	color: #ffffff;
}
 
/*Fashion Box*/ 
.style-six {
	margin-bottom: 15px;
}
.style-six img{
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style-six:hover img {
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}
.style-six .title{
	padding: 20px;
	font-size: 14px;
	position: absolute;
	background: #ffffff;
	max-width: 120px;
	right: 15px;
	font-weight: 700;
	color: #000000;
	line-height: normal;
	z-index:1;
	text-align: right;
	text-transform:uppercase;
}


/*Event Thumbnail*/
.event-thumbnail img {
	padding: 0;
}
.event-thumbnail .post-content {

}
/***************** Filter Portfolio ****************/
/* FOR TRANSITION BEAUTIFULLY */
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
/* JUST FOR BOTTOM SPACE */
.portfolio-item {
	padding: 5px;
	display: inline-block;
}
.portfolio-item img {
	margin:0;
}
.caegories{
	margin-bottom: 15px;
	text-transform:uppercase;
}
.caegories a {
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
	color: #333333;
}
.caegories a.active {
    color: #f9b701;
	text-decoration: none;
}
.gallery-hover  {
	background: rgba(0, 0, 0, 0.74);
    position: absolute;
    display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, all 0.3s linear;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40% 15%;


}
.portfolio-item:hover .gallery-hover {
    background: rgba(0, 0, 0, 0.74);
    position: absolute;
    display: block;
	visibility: visible;
    opacity: 0.9;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.gallery-hover h5 {
	color: #f9b701;
}


/***********Team********************/
.team-person {
	text-align: center;
}
.team-person:hover .gallery-hover {
    background: rgba(0, 0, 0, 0.74);
    position: absolute;
    display: block;
	visibility: visible;
    opacity: 0.9;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}

.team-person ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.team-person ul li {

}
.team-person ul li a {
	padding: 15px;
	border: 1px solid #f9b701;
	display: block;
	width: 55px;
    margin: 10px auto;

}



/****************** Forms and Fields*******************/
.form-control {
	border-radius: 0px;
	font-size: 11px;
	line-height: 1.9;
	height: 50px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
	border-color: #f9b701;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder{
	color:#333333;
	opacity:1;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;

}
 .form-control::-ms-input-placeholder{
	color:#333333;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;

}
.form-control::-webkit-input-placeholder{
	color:#333333;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.9;
}

/**********Progress Bar**********/
.progress {
	    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	    height: 4px;
}
.progress-bar {
	    background-color: #f9b701;
		-webkit-box-shadow: none;
    box-shadow: none;
}

/************Accordion************/
.panel {
	border: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #333333;
    background: none;
    border-bottom: 1px solid #f9b701;
    border-radius: 0;
	text-transform: lowercase;
}
.panel-group .panel {
    border-radius: 0px;
}
h4.panel-title {
	text-transform: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.panel-title {
    font-weight: 700;
}
.panel-title a.collapsed:before   {
	content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 400;
    color: #333333;
	margin-right: 15px;
}
.panel-title a:before   {
    content: "\f068";
	font-family: FontAwesome;
    font-size: 10px;
    font-weight: 400;
    color: #f9b701;
	margin-right: 15px;
}
/*--------------- timeline ---------------*/
#timeline {
}
.timeline { 
	padding-bottom: 50px;
	cursor: pointer;

}
.timeline:last-child{ 
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.timeline-title {
	border: 1px solid #dddddd;
	display: table;
	width: 100%;
	margin-bottom:10px;
}
.timeline-title h5 {
	clear: none;
	display:table-cell;
	vertical-align: middle;
	margin-bottom:0px;
}
.timeline-date {
	background: #dddddd;
	width: 70px;
	height: 57px;
	color: #333333;
	float: left;
	margin-right: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}
.timeline-date span {
	color: #333333;
}
.timeline-day {
	font-size: 18px;
	font-weight:600;
	color: #ffffff;
}
.timeline-details {
	border: 1px solid #dddddd;
	padding:30px;
}
.timeline-details p {
	margin: 0;
}
.timeline-img {
	border: 1px solid #dddddd;
	padding: 4px;
}
.timeline-img img{ 
	width:100%;
	height:187px;
	margin: 0;
}
.timeline-separator i {
	color: #dddddd;
	left: 0;
	right: 0;
	margin-left: -5px;
	margin-top: 90px;
}

/*--------------- End timeline ---------------*/


  
/********Flexslider**************/
#post-slider .flex-control-nav {
	    bottom: 30px;
}

/**********Pagination***********/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #f9b701;
    border-color: #f9b701;
}
.pagination > li > a, .pagination > li > span {
	    color: #f9b701;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #333333;
}
/*--------------- Single Portfolio -------------------*/
.portfolio-details-list {
	padding: 0;
    margin: 0;
}
.portfolio-details-list li {
	list-style: none;
	display: table;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
.portfolio-details-list li h4 {
	clear: none;
	float: left;
	width: 130px;
	margin-top: 10px;
}
.portfolio-details-list li  p {
	clear: none;
	float: left;
	margin: 10px;
}
.portfolio-details-list li a {
	color: #666666;
}
.portfolio-details-list li a:hover {
	color: #08dcab;
}
.portfolio-details-list .tags a:after, .portfolio-details-list .categories a:after {
content: ",";
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
