/* BASE - Base styles, variables, mixins, etc */
/* Font Colors */
/* Background Colors */
/* for font that include inside the file */
@font-face {
  font-family: "JF Flat Regular";
  src: url("../fonts/my_font/JF-Flat-regular.eot");
  src: url("../fonts/my_font/JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/my_font/JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("../fonts/my_font/JF-Flat-regular.woff") format("woff"), url("../fonts/my_font/JF-Flat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Mixins */
h1, h2, h3, h4, h5 {
  margin-top: 0; }

.section-head {
  padding: 20px 0px; }
  .section-head .section-h {
    color: #342101;
    font-size: 40px; }
  .section-head .section-p {
    color: #342101;
    font-size: 14px; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.exstra-padding {
  padding: 40px 0px; }

.padding {
  padding: 20px 0px; }

.social-media {
  font-size: 20px;
  color: #D08713;
  padding: 0px 10px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: 0;
  transition: all 0.3s ease-in-out; }
  .social-media:hover {
    color: #342101; }

.border {
  border-bottom: 1px solid #E9E6C9; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(52, 33, 1, 0.84);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 16px;
    text-align: center;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #return-to-top:hover {
    background: #342101; }
    #return-to-top:hover i {
      color: #fff;
      top: 5px; }

/*

.page-header{
	margin-top:30px;
}

.no-pad-top{
	padding-top:0;
}

.extra-pad{
	padding-top:40px;
	padding-bottom:40px;
}

.top-inner{
	padding:90px 0 30px 0;
}

 Image Sizes 
.img-xsm{width:100px;}
.img-sm{width:200px;}
.img-lg{width:400px;}
.img-xlg{width:700px;}

.clearfix{
	clear:both;
}*/
body {
  font-family: "JF Flat Regular", "Ubuntu", Sans-Serif;
  font-size: 15px;
  line-height: 1.7em; }

a {
  color: #D08713; }

ul, li {
  list-style: none; }

input, textarea, button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

img.device {
  width: 100%; }

img.device-small {
  width: 70%;
  margin-bottom: -40px; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

/* MODULES - Individual site components */
/* Lists */
/*.list{
	margin-bottom:30px;
}

.list-feature{
	@extend .list;
	margin:0;
	padding:0;
	width:80%;
	
	li{
		line-height:3.6em;
		@include add-border(1px, #cccccc, bottom);
		overflow:auto;
	}
	
	li:last-child{
		border:0;
	}
	
	span{
		vertical-align:top;
		padding-top:9px;
		font-size:120%;
	}
	
	i{
		margin-top:-9px;
		margin-right:5px;
	}
}

.list-comments {
	margin:0;
	padding:0;
}

.list-comments li{
	padding:10px 0 5px 0;
	@include add-border(1px, #cccccc, bottom);
	overflow:auto !important;
}

.list-comments li:last-child{
	border:0;
}

.list-comments img{
	width:100px;
}


 Icons 

.fa-2{
	font-size:18px;
}
.fa-3{
	font-size:24px;
}
.fa-4{
	font-size:27px;
}
.fa-5{
	font-size:35px;
}
.fa-6{
	font-size:40px;
}

.fa-primary{
	color:$primary-color;
}

.fa-border{
	@include add-border(1px, $primary-color, all);
	@include border-radius(5px);
	padding:13px 15px;
	width:70px;
	margin-bottom:10px;
}


 Headings 

.heading-primary{
	color:$primary-color;
}

.heading-primary-a{
	@extend .heading-primary;
	@include add-border(2px, $primary-color, bottom);
}

.heading-secondary{
	color:$secondary-color;
}

.heading-secondary-a{
	@extend .heading-secondary;
	@include add-border(2px, $secondary-color, bottom);
}

.heading-light{
	color:$light-color;
}

.heading-light-a{
	@extend .heading-light;
	@include add-border(2px, $light-color, bottom);
}

.heading-dark{
	color:$dark-color;
}

.heading-dark-a{
	@extend .heading-dark;
	@include add-border(2px, $dark-color, bottom);
}

 Emphasis Text 

.em-primary{
	color:$primary-color;
}

.em-secondary{
	color:$secondary-color;
}

.em-dark{
	color:$dark-color;
}

.em-light{
	color:$light-color;
}*/
/* Blocks */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

.mix-btn {
  /*    li{
          a{
              float: left;
              padding: 10px 20px;
              background-color: #E9E6C9;
              color: #342101;
              cursor: pointer;
          }
      }
      
      */ }

.mix-list {
  margin: 50px 0px; }

.tabs-style-linebox nav {
  text-align: center; }

.tabs-style-linebox nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.tabs-style-linebox nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tabs-style-linebox nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5; }

.tabs-style-linebox nav a span {
  vertical-align: middle;
  font-size: 0.75em; }

.tabs-style-linebox nav li.tab-current a {
  color: #74777b; }

.tabs-style-linebox nav a:focus {
  outline: none; }

.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none; }

.tabs-style-linebox nav a {
  text-decoration: none;
  padding: 0 1.5em;
  color: #342101;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer; }

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #D08713; }

.tabs-style-linebox nav li.tab-current a {
  color: #fff; }

.tabs-style-linebox nav a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #E9E6C9;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); }

.tabs-style-linebox nav li.tab-current a:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tabs-style-linebox nav a:hover:after,
.tabs-style-linebox nav a:focus:after,
.tabs-style-linebox nav li.tab-current a:after {
  background: #D08713; }

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /*	min-width: 320px;
  	max-width: 480px;
  max-height: 360px; */
  width: 100%;
  height: auto;
  background: #E9E6C9;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  /*	word-spacing: -0.15em;
  	font-weight: 300;*/ }

.grid figure h2 span {
  /*	font-weight: 800;*/ }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  /*	letter-spacing: 1px;
  	font-size: 68.5%;*/ }

figure.effect-ming {
  background: #E9E6C9; }

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #E9E6C9;
  box-shadow: 0 0 0 30px rgba(54, 35, 4, 0.49);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-ming p {
  font-size: 40px;
  padding: 1.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

figure.effect-ming:hover {
  background-color: #342101; }

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
  opacity: 0.4; }

/*==================================aout us===================================================================*/
.services-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #E9E6C9 #E9E6C9 #fff #fff;
  /* Primary color, can be changed via colors.css */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0; }

.services-item {
  background: #FFFFFF;
  padding: 30px 20px 20px;
  margin: 15px 0;
  position: relative;
  color: #342101;
  min-height: 157px;
  overflow: hidden;
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out; }

.services-item h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.services-item p {
  padding: 0;
  margin: 0;
  color: #342101;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.services-item i {
  color: #fe524c;
  /* Primary color, can be changed via colors.css */
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.services-item:hover {
  background: #D08713;
  /* Primary color, can be changed via colors.css */
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.services-item:hover h4 {
  color: #FFFFFF;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.services-item:hover p {
  color: #FFFFFF;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.services-item:hover i {
  color: #FFFFFF;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.services-item:hover:before {
  border-color: #E9E6C9 #E9E6C9 #FFFFFF #FFFFFF;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out; }

/* Buttons */
/*.btn-primary{
	@include add-background($primary-color);
	@include add-border(2px, #ffffff, all);
}

.btn-primary:hover{
	background:darken($primary-color,10%);
	@include add-border(2px, #ffffff, all);
}*/
/* Sections */
section {
  padding: 50px 0px; }

.section-primary, .section-primary-a, .section-primary-b {
  background: #D08713;
  color: #ffffff; }

.section-primary-a {
  border-top: 4px solid #D08713; }

.section-primary-b {
  border-bottom: 4px solid #E9E6C9; }

.section-secondary {
  background: #E9E6C9;
  color: #ffffff; }

.section-light {
  background: #ddb101;
  color: #666666; }

.section-dark {
  background: #342101;
  color: #ffffff; }

/*section#gallery{
    position: relative;
    &:before{
        content: url("../img/pattern-1.png");
        position: absolute;
        width: 100%;
        height:100%;
        top:0;
        text-align: center;
        display: block;
    }
}*/
/* Carousel */
/*.carousel{
	margin-bottom:20px;
}

.carousel img{
	padding:3px;
	@include add-border(1px, #cccccc, all);
}*/
/* Tabs */
/*.tab-pane{
	padding:20px 10px;
	@include border-radius(5px);
	margin-bottom:20px;
}

.tab-primary .tab-pane,.tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($primary-color);
}

.tab-secondary .tab-pane,.tab-secondary .nav-tabs > li.active > a, .tab-secondary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($secondary-color);
}

.tab-dark .tab-pane,.tab-dark.nav-tabs > li.active > a, .tab-dark .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($dark-color);
}

.tab-light .tab-pane,.tab-light .nav-tabs > li.active > a, .tab-light .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus{
	@include add-background($light-color);
}*/
/* Searchbox */
/* .search{
	width:100%;
	
	h3{
		margin-top:0;
		padding-top:0;
	}
	
	input[type="search"]{
		border:0;
		height:50px;
		width:80%;
		border:2px solid $primary-color;
		font-size:18px;
		padding-left:10px;
		padding-bottom:5px;
	}
	
	button{
		border:0;
		background:none;
		padding:0;
		vertical-align:top;
		margin-left:-4px;
	}
 }*/
/* LAYOUTS - Page layout styles */
/* Navbar */
/*-- header_top --*/
.logo {
  float: right; }

.headr-right {
  float: left; }

.banner_head_top {
  background: #FFFFFF;
  padding: 20px 44px 10px;
  margin-top: 3em;
  border-top: 5px solid #E9E6C9;
  border-left: 5px solid #E9E6C9; }

.logo h1 a {
  display: inline-block;
  color: #D08713;
  font-size: 1.3em;
  font-family: "JF Flat Regular", "Ubuntu", Sans-Serif;
  text-decoration: none; }

.logo h1 a span {
  color: #D08713; }

.details ul li {
  display: inline-block;
  padding: 0.3em 0em 0.3em 1em; }

.details {
  padding-top: 15px; }

.details ul li {
  color: #342101;
  text-decoration: none;
  font-size: 1em; }

.details ul li a {
  color: #342101;
  text-decoration: none;
  font-size: 0.9em;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: 0;
  transition: all 0.3s ease-in-out; }

.details ul li a:hover {
  color: #D08713; }

.navbar-collapse {
  padding: 0;
  overflow-x: hidden; }

.navbar-nav > li > a {
  padding: 16px 20px 0;
  font-family: "JF Flat Regular", "Ubuntu", Sans-Serif;
  font-size: 1em;
  color: #342101 !important;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: 0;
  transition: all 0.3s ease-in-out; }

.navbar-nav > li > a:hover {
  color: #D08713 !important; }

.navbar-nav > li > .active a {
  color: #D08713 !important; }

.navbar {
  margin: 2em 0; }

.navbar-default {
  background-color: #FFFFFF;
  border-color: transparent;
  border-radius: 0px; }

.navbar {
  margin: 0em 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.top-menu {
  border-top: 1px ridge rgba(52, 33, 1, 0.21); }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #D08713 !important; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; }

button.menu {
  display: none; }

.banner {
  background: url(../img/g.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  /*	min-height:790px;*/
  font-family: "JF Flat Regular", "Ubuntu", Sans-Serif;
  position: relative; }
  .banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    margin: 0px auto;
    width: 100%;
    height: 20%;
    background: -moz-linear-gradient(bottom, #e9e6c9 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #e9e6c9 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #e9e6c9 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6c9', endColorstr='#007db9e8',GradientType=0 );
    /* IE6-9 */ }
  .banner .center-p {
    background-color: #FFFFFF;
    padding: 20px;
    font-size: 20px;
    margin: 90px 0px;
    border-bottom: 5px solid #E9E6C9;
    border-right: 5px solid #E9E6C9; }

/* Footer */
.footer-main {
  background: #342101;
  color: #ffffff;
  border-top: 2px solid #E9E6C9;
  min-height: 50px;
  padding: 20px 0;
  z-index: 100; }
  .footer-main p {
    color: #ffffff; }

/* Blog */
/*.blog-post{
	@include add-border(1px, #cccccc,top);
	@include add-border(1px, #cccccc,right-left);
	padding:15px;
	
	h2.page-header{
		margin-top:5px !important;
	}
}

.blog-featured{
	float:left;
	margin-right:15px;
}

.post-meta{
	background:#f3f3f3;
	padding:10px 10px 10px 10px;
	@include add-border(1px, #cccccc, all);
	margin-bottom:20px;
}*/

.showbiz-container{
position:relative;
z-index:10;
}
.showbiz-container				{	max-width:1210px; min-width:300px; overflow:hidden;
									padding:0px 20px;margin:0px auto 50px;
									box-sizing:border-box;
									-moz-box-sizing:border-box;
									-webkit-box-sizing:border-box;
								}

.showbiz-container.darkbg		{	padding:20px;
									background:#d5d5d5;
									max-width:1170px;
								}

.showbiz-container.whitebg		{	padding:20px; 
									background:#fff;
									max-width:1170px;
									-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
									overflow:visible
								}


.showbiz-container.retrodarkbg	{	padding:20px;padding-top:0px;
									background:#222;
									border:1px solid #1e1e1e;
									max-width:1170px;
									overflow:visible
								}

.showbiz-container.fullwidth			{	max-width:100%;}
.showbiz-container.fullwidth.nopaddings	{	padding:0px;}
.sameheight								{	height:400px;}



@media (max-width: 768px) {
  .headr-right {
    float: right; }

  .banner_head_top {
    padding: 20px 10px 10px; }

  .banner .center-p {
    font-size: 15px; }

  .banner {
    height: auto; }

  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none; }

  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none; }

  figure.effect-ming p {
    padding: 3.4em; }

  .grid figure {
    max-width: 100%;
    min-width: 100px;
    margin: 0px auto;
    float: none; }

  .grid figure {
    max-height: none; }

  #contact .section-head .section-h, .section-head .section-p {
    text-align: center; }

  #contact .exstra-padding {
    padding: 10px 0px; }

  #contact .text-right {
    text-align: center; }

  .services-item {
    min-height: auto; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    text-align: center; }
    .navbar-nav li {
      float: none;
      display: inline-block; } }
@media (max-width: 511px) {
  .logo {
    float: none;
    text-align: center; }

  .headr-right {
    float: none;
    display: block;
    text-align: center; }
    .headr-right ul {
      padding-left: 0px; }

  /*.banner:before {
      background: none;
  }*/
  .banner {
    height: auto; }

  #gallery:before {
    content: '' !important; }

  figure.effect-ming p {
    padding: 1.1em;
    font-size: 30px; }

  .grid figure {
    max-width: 100%;
    min-width: 100px;
    margin: 0px auto;
    float: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  figure.effect-ming p {
    font-size: 22px;
    padding: 1em; }

  .services-item {
    min-height: 207px; }

  .services-item p {
    font-size: 15px; }

  .banner_head_top {
    padding: 20px 22px 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  figure.effect-ming p {
    font-size: 28px;
    padding: 1.7em; }

  .services-item {
    min-height: 158px;
    line-height: 1.2; }

  .banner_head_top {
    padding: 20px 22px 10px; } }

/*# sourceMappingURL=style.css.map */
