/*

Essential - Responsive Minimal One Page HTML Template

Author: RBWebDesign
Date: November 2016
Version: 1.3

-----------------------
| [Table of Contents] |
-----------------------

1. Main Style
2. Navigation Bar
3. Main Top
4. Buttons
5. Links
6. Section
7. About
8. Team
9. Portfolio
9.1. Works Grid
9.2. Magnific Popup
10. Newsletter
11. Testimonials
12. Clients
13. Contact
14. Social
15. Footer
16. Media Queries

*/

/* MAIN STYLE */

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

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #555;
  background-color: #FFF;
  line-height: 2;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  color: #1E1E1E;
  margin-top: 0;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}

.color {
  color: #1E1E1E;
}

.padding {
  padding: 0 100px;
}

.padding-top {
  padding-top: 200px;
}

.padding-bottom {
  padding-bottom: 200px;
}

i {
  color: #1E1E1E;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

i:hover {
  color: #000;
  cursor: pointer;
}

hr {
  /*width: 50px;*/
  height: 1px;
  border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
  /*margin: 30px auto;*/
  border: 0;
  position: relative;
}

.line-space{
  padding: 40px 0;
} 


.line-space hr{
  border-color: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}

.speasyimagegallery-image{
  width: 100%;
}

/*hr{
    background-color: rgba(255,255,255, .08);
}*/
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}/*
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}*/

input {
  width: 100%;
  border:1px solid rgba(30, 30, 30, 0.3);
  padding: 5px 10px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.exh-list li {
  margin-bottom:15px
  
  }
.exh-list li strong{
  display: block;
}
/*input [type="submit"]{
  width: auto !important;
}*/
textarea {
  width: 100%;
  border: 1px solid rgba(30, 30, 30, 0.3);
  padding: 10px;
  min-height: 120px !important;
 /* margin: 10px 0 10px 0;*/
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

/*#mb2_message*/
input:focus {
  outline: none;
  border: 1px solid #000;
}

textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.partner-table {
  display: table;
  width: 100%;
  height: 100%;
}

.partner {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

::selection {
  background-color: #1E1E1E;
  color: #FFF;
}

::-moz-selection {
  background-color: #1E1E1E;
  color: #FFF;
}

.main-top ::selection, .about ::selection, .dark ::selection, .testimonials ::selection, #footer ::selection {
  background-color: #FFF;
  color: #1E1E1E;
}

.main-top ::-moz-selection, .about ::-moz-selection, .dark ::-moz-selection, .testimonials ::-moz-selection, #footer ::-moz-selection {
  background-color: #FFF;
  color: #1E1E1E;
}

/* NAVIGATION BAR */

.navbar {
  -webkit-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: height 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-title {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.7, 1);
  height: 100px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}

.navbar .navbar-title:hover {
  color: #E6E6E6;
}

.navbar-title img {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  max-height: 90px;
  max-width: 200px;
}

.navbar-nav {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
 
.navbar-nav > li {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  float: none;
  height: 100px;
  padding: 0px 15px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}

.navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
  color: #E6E6E6;
  background-color: transparent;
}

.navbar.navbar-light {
  -webkit-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0, 0, 0.3, 1);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 70px;
}

.navbar.navbar-light .navbar-title img {
  max-height: 60px;
}

.navbar.navbar-light .navbar-title {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #1E1E1E;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-light .navbar-title:hover {
  color: #000;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  height: 70px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  color: #000;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  color: #E6E6E6;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a {
  color: #E6E6E6;
}

.navbar-toggle {
  margin-top: 15px;
  margin-right: 0;
  background-color: transparent;
  border-radius: 0;
  padding-right: 0;
}

.navbar-toggle .icon-bar {
  background-color: #1E1E1E;
  border-radius: 0;
  width: 25px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}


.nav-child {
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  width: auto;
  min-width:220px;
  max-width: 320px;
  padding:5px 0;
  margin:0;
  /*font-size:14px;*/
  list-style:none;
  background-clip:padding-box;
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background: #fff; 
  box-shadow: none !important;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top:none;
  
}

.menu li:hover > ul.nav-child{
  display: block;
}

.nav-child > li > a{
  display: block;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-align: left !important;
  font-weight: normal !important;
  padding: 15px 25px;
  color: #000;
  border-bottom:  1px solid rgba(0, 0, 0, 0.1);
}

.nav-child > li:last-child > a{
  border-bottom: none !important;
}

.nav-child > ul > li.active > a{
  color: #ddd;
}

.nav-child > li>a:hover, 
.nav-child > li>a:focus{
  color: #ddd;
}

.nav-child > li:last-child > a{
  border-bottom: 0;
}

.nav-child > li>a:hover, 
.nav-child > li>a:focus{
  background: none;
}


.page-header{
	margin-top:0 !important;
	margin-bottom:40px !important;
	border-bottom:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:200;
	color:#666;
}
/* MAIN TOP */

.main-top {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-top .main-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: table;
}

.main-top .main-content .container.content {
  display: table-cell;
  vertical-align: middle;
}

.main-top .main-content h1 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}

.main-top .main-content h2 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 20px;
  padding-top: 30px;
  margin-bottom: 0;
  -webkit-animation: fadeInRight 2s;
  animation: fadeInRight 2s;
}

.main-top .scroll-down {
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.main-top .scroll-down:before {
  bottom: 20px;
  width: 40px;
  height: 40px;
}

.main-top .scroll-down:before, .main-top .scroll-down:after {
  content: '';
  display: block;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-top .scroll-down:before {
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

.main-top .scroll-down:after {
  width: 20px;
  height: 20px;
  bottom: 25px;
  -webkit-animation: scrollDown 0.5s infinite alternate;
  -moz-animation: scrollDown 0.5s infinite alternate;
  -o-animation: scrollDown 0.5s infinite alternate;
  -ms-animation: scrollDown 0.5s infinite alternate;
  animation: scrollDown 0.5s infinite alternate;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px);
    -ms-transform: rotate(45deg) translate(0px);
    transform: rotate(45deg) translate(0px);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
  }
}

.scrollDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}

/* BUTTONS */

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 50px;
  background-color: transparent;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0px 0px 0px 0px #1E1E1E, inset 0px 0 0px 0px #1E1E1E;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  color: #FFF;
  box-shadow: inset 200px 0px 0px 0px #1E1E1E, inset -200px -0px 0px 0px #1E1E1E;
}

.btn:focus, .btn:active {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #FFF;
  outline: none !important;
}

/* LINKS */

a {
  color: #1E1E1E;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #1E1E1E;
  opacity: 0.7;
  text-decoration: none;
  outline: none;
}

/* SECTION */

.section {
  background-color: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.section-heading hr{
  /*text-align: left !important;*/
  margin: 0 auto;
  width: 50px;
}

.section-heading h2 {
  letter-spacing: 5px;
  color: #1E1E1E;
}

.section-about h3 {
  letter-spacing: 5px;
  color: #1E1E1E;
}

.section-content img {
  width: 100%;
}

.section.dark {
	background-color: #1E1E1E;
  padding: 100px 0;
}

.section.dark h2 {
  color: #FFF;
  font-weight: 100;
  text-align: center;
  letter-spacing: 10px;
  line-height: 2;
  padding: 0 5px;
}

.section.dark .btn {
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 30px;
  box-shadow: inset 0px 0px 0px 0px #FFF, inset 0px 0px 0px 0px #FFF;
}

.section.dark .btn:hover {
  color: #1E1E1E;
  box-shadow: inset 200px 0px 0px 0px #FFF, inset -200px -0px 0px 0px #FFF;
}

/* ABOUT */

#about i {
  font-size: 50px;
}
.profile-image {
    /*background: url("../img/jc.jpg") no-repeat scroll 0 100%;*/
   /* margin-left: -50px;*/
   /* padding-bottom: 40px;*/
    padding-right: 40px;
    margin-top: -20px;
}

.profile-image img {
  /*  border: 10px solid #e8e8e8;*/
    max-width: 100%;
}
#about h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  
}

.section.about {
  background-color: #fff;
  width: 100%;
  padding-top: 160px;
  margin: 0;
  /*border-bottom: 1px solid #1E1E1E*/
}

.section.about h3 {
  letter-spacing: 5px;
  color: #000;
}

.section.about .section-heading hr {
  background-color: #000;
  margin-bottom: 30px;
}

.section.about p {
  color: #FFF;
  margin-bottom: 0;
}

/* TEAM */

.team {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transform: translateZ(0);
}

.team .mask {
  width: 300px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}

.team h2 {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 25px;
  padding-top: 120px;
}

.team p {
  font-size: 15px;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 2;
}

.team a.info i {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
}

.team img {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
  width: 200%;
  max-width: none;
}

.team .mask {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #000;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 20px 40px 0px 40px;
}

.team p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.team:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.team:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.team:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.team:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}

.team:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.team a.info i:hover {
  color: #CFCFCF;
}

/* SERVICES */

.services i {
  font-size: 40px;
  margin-bottom: 20px;
}

.services .section-content p {
  padding-bottom: 100px;
  text-align: center;
}

.services .section-content h4 {
  padding-bottom: 30px;
  text-align: center;
}

/* PORTFOLIO */

.filter_group {
  margin-bottom: 22px;
}

.filter_group .filter {
  cursor: pointer;
  padding: 0 25px;
  font-size: 16px;
}

.filter_group .filter.active {
  color: #000;
}

.isotope {
  margin: 0 auto;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}

/* Works Grid */

.work-item-filters {
  text-align: center;
  margin-bottom: 0;
  background-color: transparent;
}

.work-item-filters li {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  background-color: #FFF;
}

.work-item-filters li:first-child {
  margin-left: 0;
}

.work-item-filters li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  color: #555;
  display: inline-block;
}

.work-item-filters li a:after {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in-out;
  content: '';
  display: block;
  border-bottom: 1px solid #CC2424;
  width: 0;
}

.work-item-filters li a:hover:after { 
  width: 100%; 
}

.work-item-filters li a.active {
  color: #1E1E1E;
  font-weight: 700;
}

.work-item-wrapper {
  overflow: hidden;
}

.work-item {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.work-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.work-item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.work-item .image-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.work-item .image-overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.7;
}

.work-item .image-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-item .image-overlay a:hover {
  opacity: 1;
}

.work-item .work-item-info {
  position: absolute;
  left: 0;
  bottom: 50%;
  height: 40px;
  margin-bottom: -25px;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.work-item .work-item-info h3 {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}

.work-item:hover .work-item-info p {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
}

#purchase {
  padding: 50px;
  background-color: #F7F7F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#purchase .btn {
  border: 1px solid #1E1E1E;
  color: #FFF;
  box-shadow: inset 200px 0px 0px 0px #1E1E1E, inset -200px -0px 0px 0px #1E1E1E;
}

#purchase .btn:hover, #purchase .btn.active, #purchase .btn:focus {
  border: 1px solid #1E1E1E;
  background-color: transparent;
  color: #1E1E1E;
  box-shadow: inset 0px 0px 0px 0px #1E1E1E, inset -0px -0px 0px 0px #1E1E1E;
}

/* Magnific Popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-close:hover, .mfp-close:focus {
  color: #CFCFCF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.9;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #FFF;
  word-wrap: break-word;
  vertical-align: middle;
  display: table-cell;
}

.mfp-title hr {
  background-color: #FFF;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
  font-size: 25px;
  width: 40px;
  background: rgba(0, 0, 0, 0.9);
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  padding-right: 0;
  display: inline;
  font-family: inherit;
  line-height: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  padding-bottom: 3px;
}

.mfp-bottom-bar {
  padding: 20px;
  background: #000;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  height: 200px;
  display: table;
  margin-top: -200px;
}

.mfp-bottom-bar h3 {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  text-align: center;
}

.mfp-bottom-bar p {
  text-align: center;
  margin-bottom: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure {
  position: relative;
  margin: 0 40px 0 40px;
  overflow: hidden;
}

.mfp-fade.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 80%;
  max-width: 800px;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 50px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 100px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

.section.testimonials hr {
  background-color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span, #owl-testimonials.owl-theme .owl-pagination {
  display: none;
  height: 0;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

/* CLIENTS */

.section.clients {
  background-color: #F7F7F7;
  padding: 100px 0;
  margin: 0;
  text-align: center;
}

.section.clients .col-md-4 {
  padding: 0;
}

.section.clients .box {
  padding: 30px 0;
}

.section.clients .box img {
  max-width: 200px;
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info i {
  font-size: 30px;
  padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.contact-info h2, .contact-info p {
  padding-left: 0px;
}

.contact-info p {
  font-size: 12px;
}

.contact-form {
  padding-top: 100px;
}

.contact-form .alert,
.contact-form label {
  display: none;
}



/* ==============================
   Contact section
   ============================== */

.contact-item{
    position: relative;
    padding-left: 44px;
    color: #444;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}

.ci-icon{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
.ci-icon:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title{
    margin-bottom: 1px;
    color: #777;    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
}

/* SOCIAL */

.section.social {
  background-color: #F7F7F7;
  padding: 50px 0;
}

.section.social a i {
  font-size: 15px;
  padding: 0 15px;
}

/* FOOTER */

#footer {
  padding: 10px 0;
  background-color: #1E1E1E;
  color: #fff;
}

#footer .social {
  float: left;
}

#footer .social i {
  font-size: 20px;
  color: #FFF;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

#footer .social i:hover {
  color: #1E1E1E;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 150px;
  z-index: 9999;
}

.back-to-top a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
}

.back-to-top a i {
  font-size: 50px;
  color: #1E1E1E;
}


.copyright {
  font-size: 12px;
  letter-spacing: 5px;
  padding-top: 10px;
/*  text-align: center;
  text-align: center;*/
}



/*BT Content slider*/
.bt-row{
 width:33% !important;
}

.bt-row{
  background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
padding: 0 !important;
margin-right: .5%;
margin-bottom:.5%;
}

.bt-row.bt-row-last{
margin-right: 0!important;
}
.bt-image-link img{
  width: 100% !important;
  margin-bottom: 15px;
}
.bt-inner{
  position: relative;
/*height: 160px;*/
padding: 25px 15px !important;
text-align: center;
}
.bt-cs .bt-inner .bt-title {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.bt-cs .bt-inner .bt-title:hover {
  color: #e95500;
}

img.hovereffect {
  opacity: 0.9 !important;
}

.bt-inner .bt-category {
  position: absolute;
  top: -46px;
  right: 13px;
  padding:5px 12px !important;
  background-color: #00b9b4;;
  font-family: Montserrat, sans-serif;
  font-weight:normal !important;
  color: #fff !important;
  line-height: 29px;
  text-transform: uppercase;
}

.bt-inner .readmore a{
  margin-top: 20px;
  display: block;
width: 120px;
margin-right: auto;
margin-left: auto;
border-color: #000;
background-color: #000;
color: #fff;
font-size: 11px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 9px 15px;
font-weight: 700;
}

.bt-inner .readmore a:hover {
  border-color: #00a651;;
  background-color: #00a651;
}

.readon{
  margin-top: 20px;
/*  display: block;*/
width: 120px;
/*margin-right: auto;
margin-left: auto;*/
border-color: #000;
background-color: #000;
color: #fff !important;
font-size: 11px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 9px 15px;
font-weight: 700;
text-decoration:none !important;
}
.readon:hover {
  border-color: #00a651;;
  background-color: #00a651;
  color: #fff !important;
  ext-decoration:none !important;
}

p.nspInfo {
padding-left:32px; 
margin-bottom: 1px !important;
color: #969696;
background:url(../images/Icon-clock.png) left center no-repeat;
background-size: 18px 18px;
}
.nspLinks .nspLinkScroll1 ul li:first-child{
  padding-top:0 !important;
}

span.catItemImage{
  padding-left: 0 !important
}
div.itemImageBlock {
    padding: 0 !important;
}
div.catItemImageBlock {
  padding: 0 15px 0 0 !important;
  margin: 0 0 16px 0;
  width: 50%;
  float: left;
}

.itemImage .modal{
  display:block !important;
  position:relative !important;
}

.speasyimagegallery-album-title{
	font-weight:300 !important;
	text-transform:uppercase;
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
	
}

.fixed > #sticky-nav {
	width: 100% !important;
	background:#fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}


/* ==============================
Blog Section type 2
============================== */
.from-blog.type2 .entry-item{
margin: 0;
}
.type2 .entry-item{
  margin-bottom: 60px;
  box-shadow: 0px 0px 2px #C1C1C1;
}

.type2 .entry-item .entry{
  position: relative;
  padding: 0 30px 30px 30px;
}
.type2 .entry-item h2.entry-title {
  font-size: 28px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 0 0px 0;
  text-align: left;
  border-top: 1px solid #eee;
  margin: 40px 0 0 0;
  line-height: 30px;
}

.type2 .entry-item .entry .entry-head{
  position: relative;
  padding-top: 30px;
}
.type2 .entry-item .entry .entry-meta.list-inline span {
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  font-size: 11px;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category {
  position: absolute;
  top: -40px;
  left: 0;
  background: #d0ad55;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category a{
  color: #fff;
}
.type2 .entry-item .entry .entry-meta.list-inline span.entry-category i {
  margin:0;
  display: none;
}

.type2 .entry-item .entry .entry-meta {
  margin: 0;
  text-align: left;
  padding-top: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.type2 .entry-item .entry .entry-meta .entry-date {
  margin: 0 10px 0 0;
}
.type2 .entry-item .entry .entry-meta .entry-comments{
  text-align: right;
  float: right;
  padding: 0;
}
.type2 .entry-item .entry .entry-meta span a {
  color: #9b9b9b;
  display: inline-block;

}

.type2 .entry-item .entry .entry-meta span a:hover {
  color: #d0ad55;
}

.type2 .entry-item .entry .entry-meta span i {
  margin-right: 7px;
}
.blog-single .entry-item{
  border-bottom:1px solid #ddd; 
}
.type2 .entry-item .entry .entry-content {
  overflow: hidden;
  margin-top: 15px;

}
.type2 .entry-item .entry .entry-content img{
  margin-bottom: 30px;
}
.type2 .entry-item .entry .entry-content h2{
  font-size: 24px;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin: 30px 0;
}
.type2 .entry-item .entry .entry-content p{
  margin-bottom: 15px;
}
.type2 .entry-item .entry .entry-content p:last-child{
  margin-bottom: 0;
}
.type2 .entry-item .entry .entry-footer{
  margin-top: 0;
}
.type2 .entry-item .entry .entry-footer > .social-icons{
  float: left;
  display: none;
}


.type2 .entry-item .entry .entry-footer > .send_btn {
  display: inline-block;
  padding: 0;
  color: #d0ad55;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-radius:0;
  font-weight: bolder;
  transition: all .15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.type2 .entry-item .entry .entry-footer > .send_btn i{
  margin: 0 0 0 10px;
  display: none;
}
.type2 .entry-item .entry .entry-footer > .send_btn:focus, .send_btn:hover {
  background-color: #d0ad55;
  border: 1px solid #d0ad55;
  color: #ffffff;
  text-decoration: none;
}


/* ==============================
Masonry Style Blog
============================== */
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.intro-text{
  position:relative;
  transition:all .3s ease;
  z-index:5;
  text-align:center;
}
.intro-text > h1 *,.intro-text > h2 *{
  font-family:inherit;
}
.intro-text > h1,.intro-text > h2{
  font-size: 75px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
.intro-text > p{
  font-size:18px;
  margin:0;
  color:#FFF;
  margin-top: 30px;
  font-style:italic;
  letter-spacing:2px;
}
/* ==============================
Pagination
============================== */
.pagination {
  margin: 0;
}
.page-nav{
  text-align: center;
}
.pagination>li a.prev:before{
  content: '\f108';
  font-family: Ionicons;
  font-size: 11px;
  position: relative;
  padding: 0 10px 0 0;
  text-align: center;
}
.pagination>li a.next:after{
  content: '\f10b';
  font-family: Ionicons;
  font-size: 11px;
  position: relative;
  padding: 0 0 0 10px;
  text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 15px;
  color: #333;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 3px 0 3px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  background: #d0ad55 !important;
  color: #fff !important;
  border-color: #d0ad55 !important;
}


.book-item{
	text-align:center;
	font-weight:300;
}

.book-item img{
	margin-bottom:15px;
}

/*NEWS*/
.news-post{
	border: solid 2px;
	padding: 30px;
	margin-bottom:15px;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}
.news-post:hover{
	border: solid 2px;
	padding: 30px;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}
.news-post h6{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}

.news-post h5{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
}
.news-post h3{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 0;
	
	text-transform: uppercase;
	/*letter-spacing: 2px;*/
}

.news-post:hover h3, .news-post:hover h3 a{
	color:#d0ad55 !important;
}

.news-post {
  border-color: rgba(0, 0, 0, 0.1);
}
.news-post:hover {
  border-color: #d0ad55;;
}

.add-top-quarter{
	margin-top: 30px;
}

.dark {
  color: #2d2d2d;
}

.liner{
	display: inline-block;
	width: 100px;
	height: 4px;
}

.white-bg {
  background: #ffffff;
}
.silver-bg {
  background: #f1f1f1;
}
.dark-bg {
  background: #2d2d2d;
}
.black-bg {
  background: #181818;
}
.grey-bg {
  background: #cccccc;
}
.color-bg {
  /*background: #fd4326;*/
}

.instagram-wrap{
margin:0 !important;
}

/*** Contact Us ***/
.contact-details {
    float:left;
    list-style:none outside none;
}
.contact-details li{
    text-align:left !important;
}
.contact-details li span {
    float:left;
    width:100%;
    color:#000;
/*    font-family:roboto;
    font-size:12px;
    font-weight:600;*/
    line-height:12px;
    margin-bottom:10px;
    text-align:left !important;
}
.contact-details li span i{
	margin-right:10px;
}
.contact-details li p {
    float:left;
    width:100%;
     color:#969595;
    margin-bottom:15px;
    text-align:left !important;
}

.social h4{
	margin-bottom:50px;
}

.items-container {
    /*margin-top: 50px;*/
    min-height: 160px;
}
/*
.items-container .item {
    padding: 0 0 10px 0;
}

.items-container .item span {
    font-size: 11px;
    color: rgb(189, 189, 189);
}
*/
.pagination-indicator {
    font-size: 12px;
    color: rgb(189, 189, 189);
}

.pagination-container {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.pagination-container .pagination__item {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}

.pagination-container .pagination__item .pagination__link {
    display: block;
    padding: 10px 15px;
    background-color: rgba(85, 85, 85, .1);
    color: rgb(218, 72, 39);
    text-decoration: none;
    border-radius: 27px;
}

.pagination-container .pagination__item--current .pagination__link {
    color: rgb(255, 255, 255);
    background-color: rgb(218, 72, 39);
    font-weight: 700;
}

